
@font-face {
    font-family: 'SourceHanSansCN,SourceHanSansCN-Normal';
    src: url(../fonts/SourceHanSansCN-Normal.723e7e.woff2);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceHanSansCN-Bold';
    src: url(../fonts/SourceHanSansCN-Bold.3e4b56.woff2);
    font-style: normal;
}
@font-face {
    font-family: 'SourceHanSansCN-Heavy';
    src: url(../fonts/SourceHanSansCN-Heavy.fbc899.woff2);
    font-style: normal;
}
@font-face {
    font-family: 'SourceHanSansCN-Medium';
    src: url(../fonts/SourceHanSansCN-Medium.6a8de3.woff2);
    font-style: normal;
}
@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url(../fonts/SourceHanSansCN-Regular.2dd414.woff2);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Agencyb';
    src: url(../fonts/AGENCYB.8ea49f.ttf);
    font-weight: normal;
    font-style: normal;
}

html,
body,
div,
p,
img,
form,
textarea,
input,
button,
span,
ul,
li,
a {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html,
body {
    font-size: 16px;
    font-family: SourceHanSansCN;
}

ul, li {
    list-style: none;
}

img {
    border-style: none;
}


a {
    text-decoration: none;
}

dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

.banner {
    width: 1200px;
    margin: auto;
}

.footer-flex {
    display: flex;
}

.color-ff8 {
    color: #FF8400;
}

.color-e7d {
    color: #3ACE7D;
}

.color-d3f {
    color: #FFAD3F;
}

.color-bd2 {
    color: #FFEBD2;
}

.color-085 {
    color: #085880;
}

.color-e5e {
    color: #F85E5E;
}

.color-1e4 {
    color: #E2E1E4;
}

.color-c9f {
    color: #808C9F;
}

.color-b54 {
    color: #203B54;
}

.color-0A6 {
    color: #8590A6;
}

.color-aeb {
    color: #005AEB;
}

.color-cce {
    color: #CCE0FF;
}

.bac-d3f {
    background-color: #FFAD3F;
}

.bac-4e6 {
    background-color: #FFF4E6;
}

.bac-2ff {
    background-color: #EAF2FF;
}

.bac-aeb {
    background-color: #005AEB;
}

.bac-bf2 {
    background-color: #EAFBF2;
}

.bac-ffe {
    background-color: #FFEEEE;
}

.blod {
    font-family: 'SourceHanSansCN-Bold';
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-18 {
    font-size: 18px;
}

.font-36 {
    font-size: 36px;
}

.font-32 {
    font-size: 32px;
}

.font-30 {
    font-size: 30px;
}

.font-40 {
    font-size: 40px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-26 {
    font-size: 26px;
}

.flex {
    display: flex;
    align-items: center;
}

.center {
    text-align: center;
}

.van-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.van-multi-ellipsis--l2 {
    -webkit-line-clamp: 2
}

.van-multi-ellipsis--l3 {
    -webkit-line-clamp: 3
}

.van-multi-ellipsis--l4 {
    -webkit-line-clamp: 4
}

.van-multi-ellipsis--l2, .van-multi-ellipsis--l3, .van-multi-ellipsis--l4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.title-left {
    width: 6px;
    height: 26px;
}

.title-right {
    margin-left: 14px;
}

.word {
    margin-left: 20px;
}

.full-title {
    padding-bottom: 44px;
}

.full-title div:first-child {
    margin-bottom: 10px;
}

.bold {
    font-weight: bold;
}

.category-box {
    height: 20px;
    line-height: 20px;
    border-radius: 4px;
    padding: 0 5px;
    margin-right: 10px;
}

.btn {
    width: 100px;
    height: 32px;
    line-height: 32px;
    background: #FFAD3F;
    border-radius: 6px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}

.intention_form {
    position: fixed;
    top: 0;
    width: 100vw;
    min-height: 100vh;
    z-index: 100;
    background: rgba(0, 0, 0, 0.6);
    display: none;

}

.intention_form .form-content {
    width: 530px;
    min-height: 658px;
    background: #FFFFFF;
    border-radius: 6px;
    margin: 160px auto 0;
    padding: 40px;
}

.form-title {
    font-family: SourceHanSansCN-Bold;
    font-weight: bold;
    justify-content: space-between;
    margin-bottom: 38px;
}

.form-cancel, .form-cancel img {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.form-label {
    justify-content: space-between;
    padding-bottom: 14px;
}

.form-input {
    margin-bottom: 30px;
}

.form-input input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    padding-left: 20px;
    border: 0;
    border: 1px solid #E2E1E4;
    font-family: "SourceHanSansCN";
}

.form-input textarea {
    width: 100%;
    border-radius: 6px;
    padding-left: 20px;
    padding-top: 12px;
    border: 0;
    border: 1px solid #E2E1E4;
    font-family: "SourceHanSansCN";
    resize: none;
}

.form-input #txt {
    font-family: "SourceHanSansCN";
}

input:focus, textarea:focus {
    outline: none;
    border: 1px solid #E2E1E4;
}

#txt::-webkit-input-placeholder {
    color: #E2E1E4;
    font-family: 'SourceHanSansCN';
}

.submit {
    margin: 10px auto 20px;
}

.required {
    display: none;
}

.success {
    position: absolute;
    /*min-width: 260px;*/
    padding: 10px 20px;
    background-color: #e4f2da;
    top: 50px;
    right: 30px;
    z-index: 1000;
    border-radius: 5px;
    color: #67C23A;
    display: none;
}

.failed {
    position: absolute;
    /*min-width: 260px;*/
    padding: 10px 20px;
    background-color: #f9e3e3;
    top: 50px;
    right: 30px;
    z-index: 1000;
    border-radius: 5px;
    color: #F85E5E;
    display: none;
}

.error {
    position: absolute;
    min-width: 260px;
    padding: 10px 20px;
    background-color: #f9e3e3;
    top: 50px;
    right: 30px;
    z-index: 1000;
    border-radius: 5px;
    color: #F56C6C;
    display: none;
}


.space {
    white-space: pre-line;
}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(../fb6f3c230cb846e25247.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(../fonts/slick.a4e97f.eot);
    src: url(../fonts/slick.a4e97f.eot?#iefix) format('embedded-opentype'), url(../fonts/slick.295183.woff) format('woff'), url(../fonts/slick.c94f76.ttf) format('truetype'), url(../fonts/slick.2630a3.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.product-banner {
    overflow: hidden;
    position: relative;
    height: 350px;
}

.product-banner .swiper-slide {
    height: 350px;
}

.product-banner .swiper-slide div, .one-banner div {
    height: 350px;
    width: 100%;
}

.product-banner .swiper-slide a, .product-banner .one-banner a {
    display: block;
    height: 350px;
    width: 100%;
}
.swiper-wrapper {
    position: relative;
}
.banner-slick-dots {
    position: absolute;
    z-index: 1000;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    display: flex;
}
.banner-slick-dots button  {
    width: 10px;
    height: 10px;
    background: #E1E8F1;
    border-radius: 50%;
    border: 26px;
    margin-right: 7px;
}

.swiper-wrapper .slick-active button {
    width: 30px;
    height: 10px;
    background: #FFAD3F;
    border-radius: 5px;
    border: 0;
}

.territory {
    width: 1200px;
    height: 440px;
    /*background: url('{% static ' app/images/territory.png ' %}') center center no-repeat;*/
    /*background-size: 100% 440px;*/
    box-shadow: 0px 4px 32px 3px rgba(30, 30, 46, 0.05);
    margin: 60px auto;
    padding: 48px 0 0 70px;
    font-weight: 500;
}

.focus-content {
    margin: 44px 0 10px 10px;
    font-family: SourceHanSansCN-Medium;
}

.focus-bottom {
    margin-left: 10px;
    white-space: pre-line;
    line-height: 30px;
}

.advantage {
    width: 1050px;
    margin: auto;
    justify-content: space-between;
    font-family: SourceHanSansCN-Medium;
}

.advantage-item {
    width: 330px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 32px 3px rgba(30, 30, 46, 0.05);
    border-radius: 10px;
}

.advantage-content {
    text-align: center;
    padding: 50px 0;
}

.advantage-content div:last-child {
    margin-top: 10px;
}

.focus-item {
    font-weight: bold;
    margin-right: 60px;
}

.focus-item img {
    width: 16px;
    height: 10px;
    margin-right: 6px;
}

.focus {
    justify-content: center;
}

.focus-item:last-child {
    margin-right: 0;
}

.service-category {
    width: 100%;
    height: 734px;
    background: #F8FBFD;
    margin: 74px 0 70px;
    padding-top: 40px;
}

.category {
    width: 960px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.category-item {
    width: 300px;
    height: 240px;
    background: #FFFFFF;
    box-shadow: 0px 4px 32px 3px rgba(30, 30, 46, 0.05);
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 26px 16px 0;

}

.category-item img {
    width: 144px;
    height: 88px;
}

.category-title {
    font-weight: bold;
    margin: 20px 0 14px;

}

.data-analysis {
    width: 796px;
    margin: auto;
    justify-content: space-between;
}

.analysis-item {
    width: 60px;
}

.analysis-item img {
    width: 60px;
    height: 60px;
}

.source {
    margin: 40px 0 70px;

}

.success-case {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 26px;
}

.case-item, .case-item img {
    width: 250px;
    height: 180px;
    border-radius: 10px;
}

.case-item {
    box-shadow: 0px 4px 32px 3px rgba(30, 30, 46, 0.05);
    margin-bottom: 34px;
}

.see-box {
    width: 100px;
    margin: auto;
    display: none;
}

.description {
    display: block;
}

.seeDetails {
    display: block;
}
