/* 公共样式表css */
html,body {
    color: #333;
    margin: 0;
    height: 100%;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    border: 0;
}

body {
    background: #fff;
    color: #666;
    font: 12px/150% Arial,Verdana, "microsoft yahei";
}

html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #08acee;
}

button {
    outline: 0;
}

img {
    border: 0;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

a {
    color: #666;
}

a:hover {
    text-decoration: none;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}

/* 必要布局样式css */
.banner-content {
    min-width: 1200px;
    height: 483px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner-slide-circle {
    position: absolute;
    bottom: 52px;
    z-index: 1002;
    left: 50%;
}

.banner-slide-circle ul li {
    width: 11px;
    height: 11px;
    background: #bdccd4;
    border-radius: 50%;
    cursor: pointer;
    float: left;
    margin: 0 8px;
}

.banner-slide-circle ul .on {
    background: #45aaf2;
}

.banner-background-01 {
    width: 997px;
    height: 85px;
    background: url(./background01.png) repeat-x;
    _background: url(./background01.png) repeat-x;
    position: absolute;
    top: 715px;
    width: 400%;
    left: -236px;
    z-index: 999;
    animation: wave1 25s linear .4s infinite normal;
    -moz-animation: wave1 25s linear .4s infinite normal;
    -webkit-animation: wave1 25s linear .4s infinite normal;
    -o-animation: wave1 25s linear .4s infinite normal;
}

.banner-background-02 {
    width: 1009px;
    height: 100px;
    background: url(./background02.png) repeat-x;
    _background: 0 0;
    position: absolute;
    top: 700px;
    width: 400%;
    left: 0;
    z-index: 998;
    animation: wave2 60s linear .4s infinite normal;
    -moz-animation: wave2 60s linear .4s infinite normal;
    -webkit-animation: wave2 60s linear .4s infinite normal;
    -o-animation: wave2 60s linear .4s infinite normal
}

.banner-slide-image ul li {
    height: 450px;
}

.banner-slide-image ul li a img {
    width: 100%;
    height: 450px;
    display: block;
    border: none;
}

@-webkit-keyframes wave1 {
    from {
        left: -236px
    }

    to {
        left: -1233px
    }
}

@-moz-keyframes wave1 {
    from {
        left: -236px
    }

    to {
        left: -1233px
    }
}

@-o-keyframes wave1 {
    from {
        left: -236px
    }

    to {
        left: -1233px
    }
}

@keyframes wave1 {
    from {
        left: -236px
    }

    to {
        left: -1233px
    }
}

@-webkit-keyframes wave2 {
    from {
        left: 0
    }

    to {
        left: -1009px
    }
}

@-moz-keyframes wave2 {
    from {
        left: 0
    }

    to {
        left: -1009px
    }
}

@-o-keyframes wave2 {
    from {
        left: 0
    }

    to {
        left: -1009px
    }
}

@keyframes wave2 {
    from {
        left: 0
    }

    to {
        left: -1009px
    }
}

/*---------------------
  产品板块
-----------------------*/
.operate {
    overflow: hidden;
    background: rgb(255, 255, 255);
    padding-bottom: 68px;
}

.operate .section-title {
    text-align: center;
    padding-top: 0px;
    margin-bottom: 0px;
}
.operate .section-title h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 25px;
}
.section-title p {
    font-size: 16px;
    color: #95989d;
    width: 100%;
    margin: 0 auto;
}
.operate .list1 ul li {
    float: left;
    width: 350px;
    margin-right: 30px;
    text-align: center;
    background: #fff;
    padding-bottom: 38px;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.0600);
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
    border-radius: 10px;
    z-index: 1;
}
.dropdown-menus {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    width: 100px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.operate .list1 ul li p:nth-child(2) {
    font-size: 20px;
    font-weight: bold;
    color: rgba(51,51,51,1);
    line-height: 48px;
}
.operate .list1 ul li p:nth-child(3) {
    font-size: 14px;
    color: #888888;
    line-height: 24px;
    padding: 0 10px;
}
.operate .list1 ul li:last-child {
    margin-right: 0;
}

/*.operate .list1 ul li a {
    display: block;
    width: 180px;
    height: 44px;
    background: #3da1f9;
    background: -moz-linear-gradient(45deg, #3da1f9 0%, #4c57d6 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #3da1f9), color-stop(100%, #4c57d6));
    background: -webkit-linear-gradient(45deg, #3da1f9 0%, #4c57d6 100%);
    background: -o-linear-gradient(45deg, #3da1f9 0%, #4c57d6 100%);
    background: -ms-linear-gradient(45deg, #3da1f9 0%, #4c57d6 100%);
    background: linear-gradient(45deg, #3da1f9 0%, #4c57d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3da1f9', endColorstr='#ff6c55', GradientType=1 );
    box-shadow: 0 3px 10px 0 #3da1f9;
    border-radius: 22px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(243,243,248,1);
    line-height: 44px;
    text-align: center;
    margin: 24px auto 0;
}*/
.operate .list1 ul li .a1 {
    display: block;
    width: 100%;
    height: 44px;
    border-radius: 22px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(243,243,248,1);
    line-height: 44px;
    text-align: center;
    margin: 24px auto 0;
    background: linear-gradient(-45deg, #EE7752, #893ce7, #b62222, #4c57d6);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
}
.operate .list1 ul li .a2 {
    display: block;
    width: 50%;
    height: 44px;
    border-radius: 22px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(243,243,248,1);
    line-height: 44px;
    text-align: center;
    margin: 24px auto 0;
    background: linear-gradient(-45deg, #EE7752,#8100d3, #0956fc);
    background-size: 200% 200%;
    -webkit-animation: Gradient 10s ease infinite;
    -moz-animation: Gradient 10s ease infinite;
    animation: Gradient 10s ease infinite;
}
.operate .list1 ul li:hover{
    transform: scale(1.05);
    transition: all 100ms linear;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

/*---------------------
  统计
-----------------------*/

.achievement-section {
    padding-bottom: 450px;
}

.achievement__item {
    text-align: center;
    margin-bottom: 30px;
}

.achievement__item span {
    font-size: 40px;
    color: #4c57d6;
}

.achievement__item h2 {
    color: #ffffff;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size:36px;
}

.achievement__item p {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0;
}
.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.spad {
    padding-top: 100px;
    padding-bottom: 100px;
}

/*优势及服务*/
.services {
    position: relative;
    z-index: 0;
    background-color: #f4f7fa;
    margin-top: 30px;
    padding-bottom: 80px;
}
.services .section-title {
    text-align: center;
    padding-top: 0px;
    margin-bottom: 0px;
}
.services .section-title h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 25px;
}
.section-title p {
    font-size: 16px;
    color: #95989d;
    width: 100%;
    margin: 0 auto;
}
.services .single-service{min-height:300px;margin-top:30px;border-radius:20px;background-color:#fff;-webkit-box-shadow:0 0 30px rgba(81,94,125,.082);box-shadow:0 0 30px rgba(81,94,125,.082);padding:40px 50px;text-align:center;-webkit-transition:all .4s ease;transition:all .4s ease;border-top:3px solid transparent;border-bottom:3px solid transparent}
.services .single-service:hover{-webkit-transform:scale(1.05);transform:scale(1.05);border-top-color:#4c57d6;border-bottom-color:#4c57d6}
.services .single-service .main-icon{height:65px;width:65px;line-height:65px;text-align:center;background-color:#4c57d6;color:#fff;border-radius:10px;font-size:27px;text-align:center;display:inline-block}
.services .single-service .text-title{color:#081828;font-size:18px;line-height:28px;font-weight:700;margin-top:30px;margin-bottom:15px}
.services .single-service p{line-height:26px;font-size:15px}

/*---------------------
  营销板块
-----------------------*/
.yingxiao {
    overflow: hidden;
    background: rgb(255, 255, 255);
    padding-top: 30px;
    padding-bottom: 68px;
}

.yingxiao .section-title {
    text-align: center;
    padding-top: 0px;
    margin-bottom: 0px;
}
.yingxiao .section-title h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 25px;
}
.section-title p {
    font-size: 16px;
    color: #95989d;
    width: 100%;
    margin: 0 auto;
}
.function_list{
    text-align: center;
}
.function_list li {
    float: left;
    width: 220px;
    text-align: center;
    margin-top: 60px;
    cursor: pointer;
}
.function_list li .pictrue {
    background: url(./functionBg.png) no-repeat 100% 100%;
    width: 83px;
    height: 93px;
    text-align: center;
    line-height: 93px;
    font-size: 44px;
    color: #4c57d6;
    margin: 0 auto;
}
.function_list li .name {
    font-size: 18px;
    color: #282828;
    margin-top: 15px;
}
.function_list li .infor {
    font-size: 14px;
    color: #999;
    padding: 0 30px;
    line-height: 1.7;
    margin-top: 10px;
}
.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
@-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
/*---------------------
  最新动态
-----------------------*/
.flex{
    display: flex;
}
.align-center {
    align-items: center;
}
.dongtai {
    overflow: hidden;
    background: #f4f7fa;
    padding-top: 30px;
    padding-bottom: 68px;
}

.dongtai .section-title {
    text-align: center;
    padding-top: 0px;
    margin-bottom: 0px;
}
.dongtai .section-title h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 25px;
}
.section-title p {
    font-size: 16px;
    color: #95989d;
    width: 100%;
    margin: 0 auto;
}
.new_card {
    width: 350px;
    height: 458px;
    background: rgba(255, 255, 255, 0.3900);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.0600);
    border-radius: 4px;
    padding: 0;
    margin:10px ;
}

.new_card_header {
    width: 350px;
    height: 175px;
    background-size: cover;
}

.card_info .en_info {
    height: 22px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
    color: #FFFFFF;
    opacity: 0.8;
    padding-left: 27px;
    margin-bottom: 10px;
}

.card_info .keyword {
    /* height: 33px; */
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 300;
    /* line-height: 33px; */
    color: #FFFFFF;
    opacity: 0.8;
    padding-left: 5px;
}

.card_info .card_info_tit {
    /* height: 33px; */
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 600;
    /* line-height: 33px; */
    color: #FFFFFF;
    padding-left: 27px;
}
.new_card_body {
    padding: 16px 27px 18px;
}

.new_card_body .news_title {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 26px;
    color: #282828;
    width: 281px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.new_card_body .news_title:hover{
    color: #2A7EFB;
}
.new_card_body .news_desc {
    height: 44px;
    line-height: 22px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999;
    margin-top: 10px;
    width: 332px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 18px;
    cursor: pointer;
    padding-right: 27px;
}
.flex-justify-between{
    justify-content: space-between;
}

.new_card_body .line {
    border-bottom: 1px solid #eee;
}

.new_card_body .list {
    padding-top: 4px;
}

.new_card_body .list .time {
    width: 50px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 17px;
    color: #999999;
}

.new_card_body .list .new_info {
    width: 282px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #282828;
    font-size: 14px;
    /* padding-top: 16px; */
}
.new_card_body .list .new_info:hover{
    color: #2A7EFB;
}
.new_card a:hover{
    text-decoration:none
}
/*---------------------
  合作客户
-----------------------*/
.hezuo {
    overflow: hidden;
    background: rgb(255, 255, 255);
    padding-top: 30px;
    padding-bottom: 68px;
}

.hezuo .section-title {
    text-align: center;
    padding-top: 0px;
    margin-bottom: 0px;
}
.hezuo .section-title h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 25px;
}
.section-title p {
    font-size: 16px;
    color: #95989d;
    width: 100%;
    margin: 0 auto;
}
