﻿* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-size: 14px;
}
html {
    min-width: 1200px;
}
body{
    margin: 0;
}
p {
    margin: 0;
}
[v-cloak] {
    display: none;
}
a:hover {
    text-decoration: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.gt9 {
    display: none;
}
.cate-box>li:hover {
    cursor: pointer;
}
.cate-box .page2 {
    display: none;
}

.banner a,.banner img {
    display: inline-block;
    width: 100%;
}
/*.no-banner {
    text-align: center;
    line-height: 500px;
    font-size: 18px;
    color: red;
}*/

/*客户案例*/
.case-box {
    width: 100%;
    margin-top: 66px;
}
.case-title {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #1C2942;
    /*margin: 64px auto 57px auto;*/
}
.list {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.list li {
    /*height: 393px;
    display: flex;*/
    margin-top: 64px;
	margin-right: 72px;
}
.modules {
    width: 328px;
    height: 393px;
    box-shadow: 0px 0px 15px 0px rgba(26,40,71,0.15);
    border-radius: 6px;
    overflow: hidden;
    transition: box-shadow 0.5s;
}
.modules:hover {
    box-shadow: 0px 0px 30px 0px rgba(26, 40, 71, 0.3);
    cursor: pointer;
}
.li-cover img {
    transition: transform 0.5s;
}
/*.li-cover img:hover {
    transform: scale(1.1);
}*/
.is-conter {
    margin: 0 108px;
}
.li-cover, .li-cover img {
    width: 328px;
    height: 128px;
    overflow: hidden;
}
.li-content {
    height: 265px;
    padding: 24px 32px 0;
    position: relative;
}
.li-title {
    font-size: 18px;
    font-weight: bold;
    color: #1C2942;
}
.li-industry {
    color: #1D6CF9;
    display: inline-block;
    width: 56px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    margin-left: 24px;
    background: linear-gradient(90deg,rgba(229,238,255,1) 0%,rgba(249,251,255,1) 100%);
    border-radius:2px;
}
.li-des {
    color: #898E99;
    margin-top: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.li-look {
    position: absolute;
    bottom: 24px;
    right: 32px;
    display: flex;
    align-items: center;
}
.li-look a {
    color: #1D6CF9;
}
.li-look img {
    width: 12px;
    height: 12px;
    margin-left: 8px;
}
.case-more {
    width: 120px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #1D6CF9;
    border-radius: 4px;
    font-size: 16px;
    color: #1D6CF9;
    cursor: pointer;
    margin: 64px auto 0;
}

.blank120 {
    width: 100%;
    height: 120px;
    background: #fff;
}

/*行业*/
.industry-list {
    width: 100%;
    height: 511px;
    background: #F7FAFF;
    /*margin-top: 120px;*/
    padding-top: 64px;
}
.industry-title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #1C2942;
}
.cate-box {
    width: 1200px;
    height: 51px;
    margin: 65px auto 0 auto;
    border-bottom: 2px solid #DBE0E7;
    display: flex;
    justify-content: center;
    padding: 0 16px;
}
.cate-box li {
    /*width: 133px;*/
    height: 51px;
    display: flex;
    justify-content: center;
}
.cate-box li.page-btn {
    width: 28px;
    height: 36px;
    position: relative;
}
.pre-page {
    left: 12px;
}
.next-page  {
    right: 12px;
}
.cate-box li div {
    height: 24px;
    display: flex;
    margin-top: 8px;
}
.cate-box li.page-btn img {
    width: 28px;
    height: 36px;
}

.is-current {
    border-bottom: 6px solid #1D6CF9;
}
.cate-icon {
    width: 24px;
    height: 24px;
}
.cate-name {
    font-size: 16px;
    /*font-weight: bold;*/
    color: #1C2942;
}
.type-list {
    width: 1200px;
    height: 300px;
    margin: 0 auto;
    display: none;
}
.type-list li {
    width: 200px;
    height: 86px;
    background: #fff;
    box-shadow:0px 0px 16px 0px rgba(26,40,71,0.1);
    border-radius:6px;
    margin-left: 50px;
    margin-top: 32px;
    float: left;
    overflow: hidden;
    transition: box-shadow 0.5s;
}
.type-list li:hover {
    box-shadow:0px 0px 20px 0px rgba(26,40,71,0.28);
    cursor: pointer;
}
.type-list li.left-box {
    margin-left: 0;
}
.type-list li img {
    width: 100%;
    height: 100%;
}

.el-carousel__item.is-active {
    z-index: 0;
}
.el-carousel__container {
    height: 100%;
}




/*客户案例分类样式修改 20201112*/
.cate-box {
    justify-content: left;
    padding: 0;
}
.cate-box li {
    flex-direction: column;
    margin-left: 76px;
}
.cate-box li:first-child {
    margin-left: 50px;
}
.cate-box li div {
    margin-top: 0;
    margin-bottom: 23px;
}
.cate-icon {
    margin-right: 8px;
}
.cate-current {
    width: 100%;
    height: 6px;
    background: transparent;
    margin: 0 auto;
}
.cate-box li:first-child .cate-current {
    background: #1D6CF9;
}