@charset "utf-8";

/* CSS Document */
/* 点击瞬间出现蓝色背景问题 */
body {
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus,
input:focus,
p:focus,
div:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* -webkit-user-modify:read-write-plaintext-only; */
}

/* 图片宽高100% */
.img {
    width: 100% !important;
    height: 100% !important;
}

.hide {
    display: none !important;
}

.active {
    display: block !important;
}

.main-container {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}




/* ******************************产品部分************************ */
.product-container {
    width: 100%;
}

.product-title-main {
    width: 100%;
    max-width: 1920px;
    height: 300px;
    color: #333;
    background: url("./product_bg_02.png") no-repeat center;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 60px;
    margin: 0 auto;
}

.main-title {
    width: 100%;
    color: rgb(51, 51, 51);
    text-align: center;
    font-size: 36px;
    font-weight: 600;
}

.title-item-main {
    display: flex;
    justify-content: center;
    margin-top: 18px;
    text-align: center;
    margin-top: 35px;
}

.item-main {
    position: relative;
    margin: 0 70px;
    font-size: 16px;
    cursor: pointer;
}

.item-main .item-img {
    width: 100px;
    height: 100px;
}

.item-img-top {
    position: absolute;
    top: 0;
    width: 100px;
    height: 80px;
}

.item-img-bottom {
    position: absolute;
    top: 80px;
    width: 100px;
    height: 20px;
}

.item-main:hover .item-img-top {
    animation: product .6s ease-in-out infinite alternate;
}

@keyframes product {
    0% {
        top: 0;
    }

    100% {
        top: -10px;
    }
}

.item-main .item-text {
    font-weight: 700;
}

.product-content-main {
    width: 100%;
    height: 440px;
    background-image: linear-gradient(to bottom, #f3f5f8, #fff);
}

.product-content {
    height: 415px;
    padding: 38px 0 0;
    box-sizing: border-box;
    overflow: hidden;
}

.product-content::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.product-content::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #c2cbd6;
}

.product-content ul:first-child {
    float:left;
    width:400px;
    overflow: hidden;
}
.product-content ul:first-child li h2{
    padding:0;
}
.product-content ul:last-child {
    width:830px;
    height:330px;
    float:right;
    overflow: hidden;
    /* overflow-y: auto; */
}

.product-content li {
    background: #fff;
    float: left;
    width: 400px;
    height: 150px;
    line-height:34px;
    margin: 0;
    margin-bottom: 30px;
    padding: 38px 34px 31px 24px;
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: 0px 1px 9px 0px rgba(0,0,0,0.03);
    background-image: linear-gradient(to top, #fefeff, #d8eaff);
    position: relative;
    display:flex;
    align-items: center;
    justify-content: center;
    font-family: Arial;
    position: relative;
}

.product-content ul:last-child li:nth-child(2n){
    float:right;
}

.product-content li span{
    position: absolute;
    right:20px;
    bottom:20px;
    border-radius: 30px;
    border:1px solid #ccc;
    padding:5px 10px;
    box-sizing: border-box;
    color:#000;
}


.product-content li.through{
    width:100%;
}

.product-content li:hover {
    box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.03);
}

.product-content li h2 {
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    margin-bottom: 10px;
    width:330px;
    padding-left:90px;
    box-sizing: border-box;
}
.product-content li img{
    width:50px;
    height:50px;
    display:block;
    position: absolute;
    top:45px;
    left:40px;
}

.product-content li p {
    font-weight: 400;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 24px;
    color: #697280;
}

.product-content li .handle {
    width: calc(100% + 15px);
    display: none;
    margin-left: -10px;
    overflow: hidden;
}

.product-content li .handle span {
    background: #F7F9FB;
    border: 1px solid #EFF0F1;
    display: block;
    font-size: 16px;
    float: left;
    width: 170px;
    height: 29px;
    margin: 0 5px 16px;
    text-align: center;
    line-height: 29px;
}

.product-content ul:first-child li {
    width: 400px;
    height: 330px;
    padding: 39px 24px 31px 27px;
}
.product-content ul:first-child li h2{
    color:#fff;
    font-size:30px;
}

.product-content ul:first-child li .handle {
    display: block;
}

.bg1{
    background: url(./img005.png) no-repeat right bottom, linear-gradient(to bottom, #fff, rgba(108, 186, 255, .1)) !important;
}
.bg2{
    background: url(./img05.png) no-repeat right bottom, linear-gradient(to bottom, #fff, rgba(108, 186, 255, .1)) !important;
}



.product-active {
    color: #0f51ca;
}

.product-hide {
    display: none;
}

/* ******************************解决方案部分************************ */

.plan-title {
    height: 95px;
    line-height: 95px;
}

.plan-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.plan-item {
    position: relative;
    width: 418px;
    height: 215px;
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 3px;
    overflow: hidden;
}

.plan-item a>img {
    width: 100%;
}

.plan-item .item {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: top .3s ease-in-out;
}

.plan-item .item-active {
    top: 35%;
    transition: top .3s ease-in-out;
}

.plan-item .item .item-icon {
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.item-hide {
    position: absolute;
    color: #fff;
    width: 100%;
    bottom: -65px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.item-hide-active {
    bottom: 18px;
    opacity: 1;
    transition: all .3s ease-in-out;
}

.plan-item .item-hide .hide-text {
    font-size: 12px;
}

.plan-item .item-hide .hide-more {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
}

.plan-item .item-hide .hide-more:hover {
    color: #d32121;
}

.plan-hide {
    display: none;
}

.plan-active {
    display: block;
}


/* ******************************客户部分************************ */
.punter-title {
    margin: 85px 0 30px 0;
}

.punter-container {
    width: 100%;
    background: url("./punter.png") no-repeat center top;
}

.punter-sort-main {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 0 66px;
    padding: 50px 66px 46px 66px;
    box-sizing: border-box;
}

.punter-sort-item {
    flex:1;
    cursor: pointer;
}

.sort-item-icon {
    width: 100px;
    height: 100px;
    position: relative;
    text-align: center;
    margin:0 auto;
}

.punter-sort-img {
    width: 81px;
    height: 81px;
    box-sizing: border-box;
    border: 2px #fff solid;
    border-radius: 50%;
}

.punter-sort-img-active {
    background-image: linear-gradient(to bottom, #f3612e, #f6a248);
    border: none;
}

.sort-item-name {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 18px;
}

.punter-info-main {
    width: 100%;
    margin-bottom: 40px;
    background: #fff;
    overflow: hidden;
    padding: 40px 10px 40px 15px;
    box-sizing: border-box;
}

.punter-info-main li {
    width: 224px;
    height: 114px;
    background: #FFFFFF url(./img04.png) -10px -10px;
    background-size: 110% 120%;
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.09);
    border: 1px solid #FFFFFF;
    float: left;
    margin: 0 10px 20px;

    font-family: Arial;
    font-weight: 400;
    font-size: 14px;

    line-height: 24px;
}

.punter-info-main li a {
    display: block;
    padding: 22px;
    box-sizing: border-box;
    color: #37578C;
}


.punter-info-main ul.logo li{
    background:#fff;
}
.punter-info-main ul.logo li a{
    height:100%;
    padding:0;
    display:flex;
    justify-content: center;
    align-items: center;
}
.punter-info-main ul.logo1 li img {
    width: 180px;
    height: auto
}