﻿@font-face {
    font-family: "sy";
    src: url("../font/SourceHanSerifCN-Heavy.otf");
}

@font-face {
    font-family: "din";
    src: url("../font/DIN Condensed Bold.ttf");
}

header {
    height: 56px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 123;
    transition: all 0.5s;
    /*width: 1440px;*/
    /*left: 50%;*/
    /*margin-left: -720px;*/
    /*background: rgba(230, 244, 255, 0.9);*/
    box-shadow: 0px 2px 30px 10px rgba(62, 99, 128, 0.1);
}

header.active {
    background: #FFFFFF;
}

header>div {
    display: flex;
    height: 56px;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 1000px;
    margin: auto auto;
}

header>div>a {
    width: 118px;
    height: 24px;
}

header>div>a>img {
    width: 100%;
    height: 100%;
    display: block;
}

header>div>div {
    display: flex;
}

header>div>div>a {
    margin-left: 16px;
    display: block;
    margin-right: 20px;
    font-size: 14px;
    color: #222A3A;
    position: relative;
    transition: all 0.5s;
}

header>div>div>a.hot::after {
    width: 33px;
    height: 15px;
    background: url(../images/HOT.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    content: "";
    display: block;
    top: -10px;
    right: -30px;
}

header>div>div>a::before {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: linear-gradient(144deg, #1D87FF 0%, rgba(169, 246, 254, 0) 100%);
    content: "";
    position: absolute;
    top: -4px;
    left: -8px;
    z-index: -1;
    transition: all 0.5s;
    opacity: 0;
}


/*header > div > div > a:hover {
                    color: #176CDA;
                }

                    header > div > div > a:hover::before {
                        opacity: 1;
                    }*/

header>div>div>a.active {
    color: #176CDA;
    pointer-events: none;
}

header>div>div>a.active::before {
    opacity: 1;
}

header>div>div>a:nth-last-child(2) {
    margin-left: 46px;
    visibility: hidden;
}

.banner {
    width: 100%;
    height: 480px;
    background: url(../images/banner.png) no-repeat top center;
}

.banner.applet_banner {
    background: url(../images/banner2.png) no-repeat top center;
}

.banner.h5_banner {
    background: url(../images/banner3.png) no-repeat top center;
}

.banner.web_banner {
    background: url(../images/banner4.png) no-repeat top center;
}

.banner.tool_banner {
    background: url(../images/banner5.png) no-repeat top center;
}

.banner.about_banner {
    background: url(../images/banner6.png) no-repeat top center;
}

.banner>div {
    width: 1000px;
    margin: auto auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    height: 480px;
    justify-content: space-between;
    padding-bottom: 16px;
    box-sizing: border-box;
    padding-top: 155px;
}

.banner.index_banner>div {
    padding-top: 147px;
}

.banner.index_banner>div h3 {
    height: 45px;
    font-size: 32px;
    font-weight: 600;
    color: #222A3A;
    line-height: 45px;
    position: relative;
    z-index: 2;
}

.banner.index_banner>div h3::after {
    width: 164px;
    height: 8px;
    background: linear-gradient(90deg, #4190FB 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 4px;
    display: block;
    content: "";
    bottom: 0px;
    z-index: -1;
    position: absolute;
    left: 9px;
}

.banner>div>div>h1 {
    height: 80px;
    font-size: 56px;
    font-family: "sy";
    font-weight: 800;
    color: #222A3A;
    line-height: 80px;
}

.banner>div>div>h4 {
    height: 28px;
    font-size: 20px;
    color: #222A3A;
    line-height: 28px;
    margin-top: 24px;
}

.banner>div>div>h4 strong {
    margin-left: 5px;
    margin-right: 5px;
    color: #222A3A;
    font-weight: bold;
}

.banner>div>ul {
    display: flex;
    align-items: center;
    height: 38px;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
}

.banner>div>ul li {
    display: flex;
    align-items: center;
    color: #222A3A;
    font-size: 16px;
    flex-direction: row;
}

.banner>div>ul li img {
    width: 38px;
    display: block;
    height: 38px;
    margin-right: 6px;
}

.banner.about_banner>div>div>h3 {
    height: 45px;
    font-size: 32px;
    font-weight: 600;
    color: #222A3A;
    margin-bottom: 16px;
    line-height: 45px;
    position: relative;
    z-index: 2;
}

.banner.about_banner>div>div>h3::before {
    width: 164px;
    height: 8px;
    position: absolute;
    left: 134px;
    bottom: 1px;
    display: block;
    content: "";
    z-index: -1;
    background: linear-gradient(90deg, #4190FB 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 4px;
}

.companyBox {
    height: 186px;
    width: 100%;
    /*width: 1440px;*/
    margin: auto;
    background: rgba(194, 216, 255, 0.26);
}

.company {
    width: 1000px;
    padding-top: 36px;
    padding-bottom: 40px;
    display: flex;
    margin: auto auto;
    justify-content: space-between;
}

.company .info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.company .info .qrcode {
    width: 88px;
    margin-right: 24px;
}

.company .info .qrcode img {
    width: 88px;
    height: 88px;
}

.company .info .qrcode span {
    margin-top: 4px;
    display: block;
    height: 17px;
    font-size: 12px;
    font-weight: 400;
    color: #8C909C;
    line-height: 17px;
}

.company .info .mode {
    display: flex;
    flex-direction: column;
}

.company .info .mode>h3 {
    height: 22px;
    font-size: 16px;
    font-weight: 600;
    color: #222A3A;
    font-family: "sy";
    line-height: 22px;
    margin-top: 2px;
}

.company .info .mode>div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 16px;
    width: 350px;
}

.company .info .mode>div p {
    font-size: 14px;
    margin-bottom: 8px;
    color: #8C909C;
    display: flex;
    width: 150px;
    flex-direction: row;
    margin-right: 24px;
    justify-content: space-between;
}

.company .info .mode>div em {
    font-size: 14px;
    color: rgba(34, 42, 58, 1);
}

.company>div:last-child h2 {
    height: 32px;
    font-size: 32px;
    font-family: "sy";
    font-weight: bold;
    color: #222A3A;
    line-height: 32px;
    text-align: right;
    background: linear-gradient(180deg, #6b9ee2 0%, #1E0897 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 24px;
}

.company>div:last-child h4 {
    font-size: 20px;
    font-family: "sy";
    font-weight: bold;
    color: #222A3A;
    margin-top: 8px;
    height: 20px;
    line-height: 20px;
}

.share_exp {
    width: 1000px;
    margin: auto;
    padding-top: 77px;
    padding-bottom: 80px;
}

.share_exp>h3 {
    height: 46px;
    font-size: 32px;
    font-family: "sy";
    color: #222A3A;
    text-align: center;
    line-height: 46px;
}

.share_exp>h4 {
    margin-top: 8px;
    height: 22px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #575C68;
    line-height: 22px;
}

.share_exp .expswiper {
    width: 1000px;
    padding-top: 54px;
    overflow: hidden;
}

.share_exp .expswiper .slide {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.share_exp .expswiper .slide>div {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    width: 460px;
}

.share_exp .expswiper .slide>div>img {
    width: 210px;
    height: 146px;
    margin-right: 24px;
    margin-left: 12px;
}

.share_exp .expswiper .slide>div>div {
    padding-top: 4px;
}

.share_exp .expswiper .slide>div>div h3 {
    height: 16px;
    font-size: 16px;
    font-weight: 500;
    color: #222A3A;
    line-height: 16px;
}

.share_exp .expswiper .slide>div>div h4 {
    display: flex;
    height: 40px;
    justify-content: space-between;
    align-items: center;
}

.share_exp .expswiper .slide>div>div h4 span {
    color: #8C909C;
    font-size: 14px;
}

.share_exp .expswiper .slide>div>div p {
    color: #575C68;
    line-height: 22px;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.share_exp .expswiper .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 32px;
}

.share_exp .expswiper .pagination .swiper-pagination-bullet {
    width: 12px;
    border-radius: 4px;
    height: 4px;
}

.share_exp .expswiper .pagination .swiper-pagination-bullet-active {
    background: #3683FA;
}

.service {
    width: 1000px;
    margin: auto;
    padding-bottom: 70px;
}

.service>h3 {
    height: 46px;
    font-size: 32px;
    font-family: "sy";
    color: #222A3A;
    text-align: center;
    line-height: 46px;
}

.service>h4 {
    margin-top: 8px;
    height: 22px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #575C68;
    line-height: 22px;
}

.made {
    margin-top: 20px;
    display: flex;
    width: 850px;
    margin: auto;
    justify-content: space-between;
}

.made .con {
    width: 387px;
    padding-top: 27px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.made .con h3 {
    height: 33px;
    font-size: 24px;
    font-weight: 600;
    color: #222A3A;
    line-height: 33px;
}

.made .con p {
    font-size: 16px;
    font-weight: 400;
    color: #222A3A;
    line-height: 22px;
    margin-top: 24px;
}

.made .con a {
    width: 120px;
    display: block;
    margin-top: 40px;
    height: 40px;
    text-align: center;
    background: #3683FA;
    border-radius: 19px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
}

.made .img {
    padding-right: 50px;
}

.made.madeR .img {
    padding-left: 88px;
}

.made.madeR .con {
    align-items: flex-end;
}

.made.madeR .con p {
    text-align: right;
}

.service.element {
    width: 100%;
    padding-top: 44px;
    position: relative;
    overflow: hidden;
    clear: both;
}

.service.element::before {
    height: 294px;
    background: #C2D8FF;
    width: 100%;
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    box-shadow: 0px 6px 20px 0px rgba(34, 42, 58, 0.13);
    opacity: 0.26;
}

.service.element>div {
    width: 1000px;
    margin: 38px auto auto auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.service.element>div>div {
    display: flex;
    position: relative;
    width: 306px;
    height: 340px;
    box-sizing: border-box;
    align-items: center;
    padding-top: 247px;
    flex-direction: column;
}

.service.element>div>div h3 {
    height: 24px;
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 24px;
}

.service.element>div>div p {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 14px;
    margin-top: 16px;
}

.service.element>div>div>img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    display: block;
}

.service.flowpath>div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding-top: 58px;
}

.service.flowpath>div>div>h3 {
    font-size: 14px;
    font-weight: 400;
    color: #222A3A;
    line-height: 53px;
    height: 53px;
    font-weight: normal;
}

.service.flowpath>div>div>h3 span {
    color: #222A3A;
    font-size: 16px;
    font-weight: bold;
}

.service.flowpath>div>div:nth-child(1),
.service.flowpath>div>div:nth-child(3) {
    flex: 1;
}

.service.flowpath>div>div:nth-child(1) {
    text-align: right;
}

.service.flowpath>div>div:nth-child(2) {
    width: 444px;
    height: 168px;
    background: url(../images/Service.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 64px;
    padding-right: 64px;
    padding-top: 39px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.service.flowpath>div>div:nth-child(2)>h2 {
    width: 98px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #222A3A;
    font-size: 22px;
    font-weight: bold;
}

.service.flowpath>div>div:nth-child(2)>h2>img {
    width: 56px;
    height: 56px;
    display: block;
}

.service.flowpath>div>div:nth-child(1) h3 span {
    margin-left: 16px;
}

.service.flowpath>div>div:nth-child(3) h3 span {
    margin-right: 16px;
}

.service.flowpath {
    padding-bottom: 52px;
}

.procedure {
    width: 1000px;
    margin: auto;
    height: 288px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    position: relative;
}

.procedure>div {
    height: 288px;
    flex: 1;
    position: relative;
}

.procedure>div>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.8s;
    box-sizing: border-box;
}

.procedure>div>div:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 62px;
    position: relative;
    text-align: center;
    z-index: 2;
    flex-direction: column;
    background: linear-gradient(270deg, #EAF0FF 0%, #FFFFFF 100%);
    box-shadow: 6px 10px 20px 0px rgba(239, 242, 249, 0.61), -30px 40px 50px 0px rgba(243, 245, 248, 0.5);
}

.procedure>div>div:first-child>i {
    position: absolute;
    width: 100%;
    height: 70px;
    font-size: 70px;
    font-family: "din";
    font-weight: bold;
    color: #FFFFFF;
    z-index: -1;
    top: 33px;
    line-height: 84px;
    background: linear-gradient(180deg, rgba(71, 144, 250, 0.23) 0%, rgba(211, 229, 254, 0.82) 50%, #f9f6f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.procedure>div>div:first-child>img {
    width: 56px;
    height: 56px;
    display: block;
}

.procedure>div>div:first-child>h3 {
    font-size: 24px;
    font-weight: bold;
}

.procedure>div>div:last-child {
    background: linear-gradient(90deg, #66B9FD 0%, #3683FA 100%);
    box-shadow: 0px 6px 20px 0px rgba(34, 42, 58, 0.13);
    padding-top: 80px;
    opacity: 0;
}

.procedure>div>div:last-child>h3 {
    color: #FFFFFF;
    height: 33px;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    margin-bottom: 32px;
}

.procedure>div>div:last-child>p {
    font-size: 13px;
    height: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    margin-left: 9px;
    /*padding-left: 12px;*/
}

.procedure>div:nth-child(2)>div:last-child>p {
    margin-left: 12px;
}

.procedure>div:nth-child(5)>div:last-child>p {
    margin-left: 26px;
}

.procedure>div:nth-child(6)>div:last-child>p {
    margin-left: 48px;
}

.procedure>div>div:last-child>p::before {
    display: block;
    width: 2px;
    border-radius: 2px;
    height: 2px;
    margin-right: 6px;
    content: "";
    border: 2px solid #FFFFFF;
}

.procedure>div>div:last-child>i {
    position: absolute;
    content: "01";
    width: 100%;
    height: 80px;
    font-size: 80px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    top: 32px;
    line-height: 96px;
    font-family: "din";
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(238, 238, 238, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.procedure>div:hover div:last-child {
    opacity: 1;
    z-index: 3;
}

.procedure::after {
    position: absolute;
    bottom: -40px;
    color: #222A3A;
    font-size: 14px;
    right: 0;
    display: block;
    content: "*可根据实际情况进行裁剪或整合";
}

.service.evaluate {
    padding-top: 80px;
    position: relative;
}

body {
    overflow-x: hidden;
}

#Evaluate {
    width: 1000px;
    margin: 39px auto auto auto;
    position: relative;
    overflow: hidden;
}

#Evaluate .slide {
    width: 480px;
    height: 258px;
    background: linear-gradient(168deg, #f3f6fb 0%, #FFFFFF 100%);
    box-shadow: 6px 10px 20px 0px rgba(239, 242, 249, 0.61), 30px 40px 50px 0px rgba(243, 245, 248, 0.5);
    border-radius: 8px;
    box-sizing: border-box;
    padding-left: 18px;
    padding-top: 37px;
    display: flex;
    padding-right: 20px;
    flex-direction: row;
    margin-right: 40px;
}

#Evaluate .slide>img {
    width: 44px;
    height: 44px;
    display: block;
    margin-right: 16px;
}

#Evaluate .slide>div {
    display: flex;
    flex: 1;
    position: relative;
    flex-direction: column;
    position: relative;
}

#Evaluate .slide>div::before {
    width: 39px;
    height: 31px;
    background: url(../images/sixty_six.png) border-box;
    position: absolute;
    content: "";
    display: block;
    left: -6px;
    top: -15px;
    background-size: 100% 100%;
}

#Evaluate .slide>div p {
    font-size: 14px;
    color: #575C68;
    height: 160px;
    overflow: hidden;
    line-height: 26px;
}

#Evaluate .slide>div h3 {
    font-size: 16px;
    color: #222A3A;
    height: 24px;
    line-height: 24px;
    text-align: right;
    margin-top: 16px;
    font-weight: bold;
}

#Evaluate .slide>div h3 span {
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
}

.evaluate .left_button,
.evaluate .right_button {
    width: 54px;
    height: 54px;
    position: absolute;
    left: -76px;
    top: 50%;
    margin-top: 33px;
    background: url(../images/Evaluateleft.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 3;
}

.evaluate .right_button {
    background: url(../images/Evaluateright.png) no-repeat;
    background-size: 100% 100%;
    left: inherit;
    right: -76px;
}

.service .consult {
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
    flex-direction: row;
}

.service .consult>.module {
    width: 464px;
    flex-direction: row;
    flex-flow: wrap;
    display: flex;
    justify-content: space-between;
}

.service .consult>.module>div {
    width: 92px;
    height: 92px;
    display: flex;
    align-items: center;
    padding-top: 8px;
    flex-direction: column;
    margin-right: 32px;
    box-sizing: border-box;
    margin-bottom: 24px;
    background: linear-gradient(168deg, #f5f7fb 100%, #FFFFFF 100%);
    box-shadow: 6px 10px 20px 0px rgba(239, 242, 249, 0.61), 30px 40px 50px 0px rgba(243, 245, 248, 0.5);
}

.service .consult>.module>div:nth-child(4n) {
    margin-right: 0;
}

.service .consult>.module>div>img {
    width: 56px;
    height: 56px;
}

.service .consult>.module>div>h3 {
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #222A3A;
    line-height: 20px;
}

.service .consult .contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}

.service .consult .contact>h2 {
    height: 24px;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    color: #222A3A;
    font-weight: bold;
    position: relative;
    margin-bottom: 18px;
}

.service .consult .contact>h2::after {
    width: 52px;
    height: 8px;
    background: linear-gradient(90deg, #4190FB 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 4px;
    content: "";
    position: absolute;
    bottom: -1px;
    left: 5px;
    z-index: -1;
}

.service .consult .contact>h2>span {
    font-size: 16px;
    font-weight: normal;
    margin-left: 8px;
}

.service .consult .contact>a {
    height: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #222A3A;
    font-size: 14px;
    cursor: default;
}

.service .consult .contact>a>img {
    display: block;
    height: 16px;
    width: auto;
    margin-right: 9px;
}

.service .consult .contact>p {
    margin-top: 8px;
    font-size: 14px;
    color: #222A3A;
}

.service .consult .contact>p em {
    font-weight: bold;
}

.service .consult .contact .qrcode {
    width: 88px;
    position: absolute;
    right: 0;
    top: 40px;
    font-size: 12px;
    color: #8C909C;
    text-align: center;
}

.service .consult .contact .qrcode>img {
    width: 88px;
    height: 88px;
    margin-bottom: 5px;
}


/*小程序*/

.usageScenario {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.usageScenario>h2 {
    width: 320px;
    height: 46px;
    font-size: 32px;
    font-family: "sy";
    font-weight: 800;
    color: #222A3A;
    line-height: 46px;
    margin-top: 70px;
    margin-bottom: 40px;
}

.usageScenario>p {
    color: #575C68;
    font-size: 16px;
    color: #575C68;
    line-height: 30px;
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: 48px;
    width: 1000px;
    box-sizing: border-box;
}

.usageScenario>p em {
    font-weight: bold;
}

.usageScenario>div {
    display: flex;
    width: 1000px;
    flex-direction: row;
    justify-content: space-between;
}

.usageScenario>div>div {
    width: 235px;
    height: 96px;
    box-sizing: border-box;
    font-family: "sy";
    display: flex;
    align-items: center;
    padding-left: 43px;
    color: #222A3A;
    font-size: 24px;
    border-radius: 8px;
    background: linear-gradient(270deg, #f3f5fb 0%, #FFFFFF 100%);
    box-shadow: 6px 10px 20px 0px rgba(239, 242, 249, 0.61), -30px 40px 50px 0px rgba(243, 245, 248, 0.5);
    position: relative;
    z-index: 2;
}

.usageScenario>div>div>img {
    width: 56px;
    height: 56px;
    margin-right: 24px;
}

.usageScenario>div>div::after {
    position: absolute;
    width: 100%;
    height: 90px;
    font-size: 90px;
    font-weight: bold;
    font-family: "din";
    color: #FFFFFF;
    left: 33px;
    top: -10px;
    line-height: 108px;
    background: linear-gradient(180deg, rgba(71, 144, 250, 0.23) 0%, rgba(211, 229, 254, 0.82) 23%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    content: attr(data-num);
    display: block;
    z-index: -1;
}


/*案例*/

.service.case {
    padding-top: 80px;
    padding-bottom:120px;
    position:relative;
}

.service.case::after {
    position: absolute;
    bottom: 70px;
    color: #222A3A;
    font-size: 14px;
    right: 0;
    display: block;
    content: "*为保护客户隐私及商业秘密，对部分内容进行了模糊处理";
}

.service.case h4 {
    color: #222A3A;
}

.service.case h4 em,
.service.case h4 span {
    font-weight: bold;
    position: relative;
}

.service.case h4 span::after {
    content: "";
    width: 64px;
    height: 8px;
    display: block;
    left: 5px;
    bottom: -3px;
    z-index: -1;
    position: absolute;
    background: linear-gradient(90deg, #4190FB 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 4px;
}

.caseList {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding-top: 40px;
}

.caseList>div {
    width: 306px;
}

.caseList>div>div {
    width: 306px;
    height: 340px;
    /*background: #222A3A;*/
    /*overflow: hidden;*/
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
}

.caseList>div>div>img {
    /*width: 100%;*/
    display: block;
    margin-top: 25px;
    margin-left: 15px;
    transform: scale(1.16);
}

.caseList>div>div>h3 {
    color: #FFFFFF;
    font-size: 16px;
    padding: 16px;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.56);
    box-sizing: border-box;
    color: #FFFFFF;
    line-height: 24px;
    opacity: 0;
    letter-spacing: 1px;
    transition: all 0.6s;
}

.caseList>div>div:hover h3 {
    opacity: 1;
}

.caseList>div>h2 {
    margin-top: 20px;
    text-align: center;
    font-size: 24px;
    color: #222A3A;
    font-weight: bold;
}


/*立即咨询*/

.atonceConsult {
    width: 1000px;
    height: 120px;
    margin: auto auto 56px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    background: linear-gradient(143deg, #F2F6FF 0%, #FFFFFF 100%);
    box-shadow: 6px 10px 20px 0px rgba(239, 242, 249, 0.61), 30px 40px 50px 0px rgba(243, 245, 248, 0.5);
    border-radius: 8px;
    font-size: 20px;
    color: #222A3A;
}

.atonceConsult>a {
    width: 120px;
    height: 40px;
    background: #3683FA;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 24px;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 19px;
}

.atonceConsult>a::before {
    width: 16px;
    height: 16px;
    background: url(../images/conect_white.png) no-repeat;
    background-size: 100% 100%;
    display: block;
    content: "";
    margin-right: 8px;
}

.companyInfo {
    width: 1000px;
    padding-top: 77px;
    padding-bottom: 72px;
    margin: auto;
    color: #575C68;
    line-height: 30px;
    letter-spacing: 1.2px;
    overflow: hidden;
}

.companyInfo .video {
    width: 472px;
    height: 302px;
    margin-left: 16px;
    margin-top: 5px;
    float: right;
    /*background: url(../images/video.png) no-repeat;
    background-size: 100% 100%;*/
    position: relative;
}
.companyInfo .video video{
    width:100%;
    height:100%;
    background:#000;
    border-radius:8px;
}

.companyInfo .video>b {
    width: 56px;
    height: 56px;
    margin-left: -28px;
    margin-top: -28px;
    left: 50%;
    top: 50%;
    display:none;
    cursor: pointer;
    position: absolute;
    background: url(../images/play.png) no-repeat;
    background-size: 100% 100%;
}

.companyInfo em {
    font-weight: bold;
}

.honor {
    width: 1000px;
    margin: auto;
    position: relative;
    padding-bottom: 72px;
}

.honor>h2 {
    height: 46px;
    text-align: center;
    font-size: 32px;
    font-family: "sy";
    font-weight: 800;
    color: #222A3A;
    line-height: 46px;
    margin-bottom: 40px;
}

#Honor {
    width: 1000px;
    position: relative;
    overflow: hidden;
}

#Honor .slide {
    height: 174px;
    width: auto;
    margin-right: 42px;
}

#Honor .slide>img {
    height: 174px;
    width: auto;
    /*margin-left:21px;
            margin-right:21px;*/
}

.honor .left_button,
.honor .right_button {
    width: 54px;
    height: 54px;
    position: absolute;
    left: -76px;
    top: 50%;
    margin-top: -27px;
    background: url(../images/Evaluateleft.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 3;
}

.honor .right_button {
    background: url(../images/Evaluateright.png) no-repeat;
    background-size: 100% 100%;
    left: inherit;
    right: -76px;
}

.team {
    width: 100%;
    padding-top: 44px;
    padding-bottom: 96px;
    position: relative;
}

.team::before {
    height: 294px;
    background: #C2D8FF;
    width: 100%;
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    box-shadow: 0px 6px 20px 0px rgb(34 42 58 / 13%);
    opacity: 0.26;
}

.team>h2 {
    height: 46px;
    text-align: center;
    font-size: 32px;
    font-family: "sy";
    font-weight: 800;
    color: #222A3A;
    line-height: 46px;
    margin-bottom: 40px;
}

.team>.teamList {
    width: 1000px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.team>.teamList>div {
    width: 235px;
}

.team>.teamList>div>div {
    width: 235px;
    height: 280px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.team>.teamList>div>div p {
    font-size: 16px;
    padding: 16px;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.56);
    box-sizing: border-box;
    color: #FFFFFF;
    line-height: 24px;
    opacity: 0;
    letter-spacing: 1px;
    transition: all 0.6s;
}

.team>.teamList>div>div img {
    display: block;
}

.team>.teamList>div:hover>div p {
    opacity: 1;
}

.team>.teamList>div h2 {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222A3A;
    font-weight: bold;
    font-size: 24px;
}

.team>.teamList>div h2 em {
    margin-left: 16px;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    z-index: 2;
}

.team>.teamList>div h2 em::after {
    width: 64px;
    height: 8px;
    background: linear-gradient(90deg, #4190FB 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 4px;
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    left: 6px;
    z-index: -1;
}

.treaty {
    width: 1000px;
    margin: auto;
    padding-top: 62px;
    padding-bottom: 90px;
}

.treaty>h2 {
    height: 46px;
    font-size: 32px;
    font-family: "sy";
    font-weight: 800;
    color: #222A3A;
    line-height: 46px;
    position: relative;
    z-index: 2;
}

.treaty>h2::after {
    width: 117px;
    height: 8px;
    position: absolute;
    left: 0;
    content: "";
    bottom: 4px;
    background: linear-gradient(90deg, #4190FB 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 4px;
    z-index: -1;
}

.treaty>p {
    font-size: 14px;
    color: #575C68;
    margin-top: 32px;
    margin-bottom: 32px;
    line-height: 24px;
}

.treaty>h3 {
    /*height: 30px;*/
    font-size: 20px;
    font-weight: 500;
    color: #575C68;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 8px;
    margin-top: 16px;
    font-weight: bold;
}

.treaty>h4 {
    color: #575C68;
    font-size: 14px;
    font-weight: 400;
    color: #575C68;
    line-height: 26px;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.treaty.sitemap>div {
    padding-top: 72px;
}

.treaty.sitemap>div a {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    color: #3683FA;
    margin-top: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 20px;
}

.treaty.sitemap>div a i {
    width: 13px;
    height: 13px;
    border-radius: 13px;
    display: block;
    background: #3683FA;
    margin-right: 16px;
}

.treaty.sitemap>div a.ash {
    color: #222A3A;
    font-size: 14px;
    margin-top: 8px;
    height: 26px;
}

.treaty.sitemap>div a.ash i {
    visibility: hidden;
}

.treaty.version>div {
    padding-top: 72px;
}

.treaty.version>div>div {
    padding-left: 26px;
    position: relative;
    padding-bottom: 40px;
}

.treaty.version>div>div::after {
    width: 0px;
    height: 100%;
    display: block;
    top: 10px;
    left: 0;
    content: "";
    border-left: 1px dashed #D8D8D8;
    position: absolute;
}

.treaty.version>div>div::before {
    width: 11px;
    height: 11px;
    border-radius: 11px;
    position: absolute;
    content: "";
    display: block;
    top: 10px;
    left: -5px;
    z-index: 3;
    background: #D8D8D8;
}

.treaty.version>div>div h3 {
    height: 30px;
    font-size: 20px;
    color: #a4a8ae;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 16px;
    /*padding-top: 40px;*/
    /*box-sizing:*/
}

.treaty.version>div>div h3 em {
    margin-left: 20px;
    font-size: 16px;
    font-weight: normal;
}

.treaty.version>div>div p {
    color: #a4a8ae;
    font-size: 14px;
    line-height: 26px;
}

.treaty.version>div>div.active h3 {
    color: #3683FA;
}

.treaty.version>div>div.active p {
    color: #222A3A;
}

.treaty.version>div>div:last-child::after {
    display: none;
}

.treaty.version>div>div.active::before {
    width: 13px;
    height: 13px;
    border: 4px solid #3683FA;
    background: #fff;
    box-sizing: border-box;
}


/*联系我们*/

.contactlayer {
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.19);
    z-index: 321;
    display: none;
}

.contactlayer::after {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
}

.contactlayer>div {
    width: 550px;
    height: 327px;
    left: 50%;
    top: 50%;
    position: absolute;
    margin-left: -275px;
    margin-top: -163.5px;
    background: #FFFFFF;
    border-radius: 8px;
}

.contactlayer>div>h2 {
    text-align: center;
    margin: 40px auto 40px auto;
    font-family: "sy";
    font-size: 20px;
    color: #222A3A;
}

.contactlayer>div .contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    padding-left: 80px;
    padding-right: 80px;
}

.contactlayer>div .contact>h2 {
    height: 24px;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    color: #222A3A;
    font-weight: bold;
    position: relative;
    margin-bottom: 18px;
    z-index: 2;
}

.contactlayer>div .contact>h2::after {
    width: 52px;
    height: 8px;
    background: linear-gradient(90deg, #4190FB 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 4px;
    content: "";
    position: absolute;
    bottom: -1px;
    left: 5px;
    z-index: -1;
}

.contactlayer>div .contact>h2>span {
    font-size: 16px;
    font-weight: normal;
    margin-left: 8px;
}

.contactlayer>div .contact>a {
    height: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #222A3A;
    font-size: 14px;
}

.contactlayer>div .contact>a>img {
    display: block;
    height: 16px;
    width: auto;
    margin-right: 9px;
}

.contactlayer>div .contact>p {
    margin-top: 8px;
    font-size: 14px;
    color: #222A3A;
}

.contactlayer>div .contact>p em {
    font-weight: bold;
}

.contactlayer>div .contact .qrcode {
    width: 88px;
    position: absolute;
    right: 80px;
    top: 0px;
    font-size: 12px;
    color: #8C909C;
    text-align: center;
}

.contactlayer>div .contact .qrcode>img {
    width: 88px;
    height: 88px;
    margin-bottom: 5px;
}

.contactlayer>div>b {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    display: block;
    border: none;
    text-align: center;
    background: #3683FA;
    border-radius: 19px;
    margin: 22px auto auto auto;
    cursor: pointer;
}

.contactlayer>div>i {
    width: 35px;
    height: 35px;
    position: absolute;
    right: -15px;
    cursor: pointer;
    top: -15px;
    background: url(../images/close.png) no-repeat;
    background-size: 100% 100%;
}


/*fixed返回顶部*/

.fixedbox {
    position: fixed;
    right: 40px;
    top: 50%;
    -webkit-transform: translate(-0%, -50%);
}

.fixedbox>a {
    display: block;
    width: 62px;
}

.fixedbox>a:first-child {
    transform-origin: 0px 0px;
    opacity: 1;
    transform: scale(1, 1);
}

fixedbox>img {
    display: block;
}

footer {
    height: 108px;
    width: 100%;
    /*width: 1440px;*/
    margin: auto;
    background: #222A3A;
}

footer>div {
    display: flex;
    width: 1000px;
    margin: auto auto;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 24px;
}

footer>div>div {
    display: flex;
    flex-direction: column;
}

footer>div>div>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #FFFFFF;
    font-size: 14px;
    justify-content: flex-start;
}

footer>div>div>div a {
    color: #FFFFFF;
    font-size: 14px;
    display: block;
    margin-left: 8px;
    margin-right: 8px;
}

footer>div>div>div a:first-child {
    width: 118px;
    height: 24px;
    margin-right: 8px;
    margin-left: 0;
}

footer>div>div>div a:first-child img {
    width: 100%;
    height: 100%;
}

footer>div>div>p {
    color: #FFFFFF;
    opacity: 0.6;
    font-size: 14px;
    margin-top: 16px;
}

footer>div>div>p a {
    color: #FFFFFF;
}

footer>div>a {
    color: #FFFFFF;
    font-size: 14px;
}