@charset "utf-8";
/* CSS Document */

/* ******************************轮播图部分************************ */
.swiper-img1 {
    height: 478px;
    background: url(banner_1.png) no-repeat center top;
}
.swiper-img2 {
    height: 478px;
    background: url(banner_2.png) no-repeat center top;
}
.swiper-img3 {
    height: 478px;
    background: url(banner_3.png) no-repeat center top;
}
.swiper-img4 {
    height: 478px;
    background: url(banner_4.png) no-repeat center top;
}
.swiper-img5 {
    height: 478px;
    background: url(banner_5.png) no-repeat center top;
}

.banner-container {
    width: 100%;
    height: 478px;
    max-width: 1920px;
    margin: 0 auto;
}
.banner-content-outer{position:relative;height: 478px;z-index:10;margin-top:-478px;}
.banner-content {width:700px;margin-left: 60%;margin-top:50px;
    /*position: absolute;*/
    /*bottom: 146px;*/
    /*left: 50%;*/
	/*margin-left:25px;*/
    /*z-index: 2;*/
    /* opacity: 1;
    transform: translateX(-101%);
    transition: all .5s ease-in-out; */
    animation: animation-banner .6s ease-in-out forwards;
}
@keyframes animation-banner {
    0% {
        transform: translateX(0);
        opacity: 0;
    }
    100% {
        transform: translateX(-101%);
        opacity: 1;
    }
}

.banner-content .content-title {
    /*height: 65px;*/
    font-size: 40px;
    line-height: 65px;
    color: #fff;
}
.banner-text-img {
    padding-left: 20px;
    background: url(banner_text_bg_03.png) no-repeat left bottom;
}
.banner-content .content-text {
    font-size: 16px;
    color: #fff;
    margin-top: 27px;
}

.banner-content .content-text hr {
    display: inline;
    border: 0;
    margin-right: 15px;
}

.text-two {
    margin-left: 14px;
}
.banner-btm {
    display: block;
    width: 140px;
    height: 44px;
    line-height: 44px;
    color: #0f51ca;
    background: #fff;
    text-align: center;
    margin-top: 68px;
}

.swiper-pagination-banner {
    height: 20px;
    left: 120px;
    bottom: 40px;
}
.swiper-pagination .swiper-pagination-bullet {
    width: 32px;
    height: 4px;
    display: inline-block;
    border-radius: 2px;
    background: #e2e8f0;
}
.swiper-pagination .swiper-pagination-bullet-active {
    background: #f3612e;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 60px !important;
    left: 50% !important;
    transform: translate(-301%, 0%) !important;
    width: auto !important;
}

/* ******************************产品部分************************ */
.product-container {
    width: 100%;
}
.product-title-main {
    width: 100%;
    max-width: 1920px;
    height: 247px;
    color: #333;
    background: url(product_bg_02.png) no-repeat center;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 35px;
    margin: 0 auto;
}
.main-title {
    width: 100%;
    color: rgb( 51, 51, 51 );
    text-align: center;
    font-size: 26px;
}
.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: 478px;
    background-image: linear-gradient(to bottom, #f3f5f8 , #fff);
}
.product-content {
    height: 415px;
    padding: 38px 0 0 0 ;
    overflow-y: scroll;
}

.product-content::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.product-content::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #c2cbd6;
}


.product-item-main {
    margin-bottom: 14px;
}
.item-main-title {
    color: #0f51ca;
    font-size: 16px;
    font-weight: 700;
    text-indent: 1em;
    border-left: 4px #0f51ca solid;
}
.item-main-info {
    display: inline-block;
    width: 24%;
    height: 82px;
    font-size: 14px;
    padding:15px 15px 15px 20px;
    box-sizing: border-box;
    cursor: pointer;
}
.item-main-info.yellow{color:#ff6600;}

.item-main-info:hover {
    background: #fff;
    box-shadow: 0.5px 1.598px 8px 0px rgb(200 200 200);
    border-radius: 4px;
}
.item-main-info:hover .name {
    color: #0f51ca;
}
.item-main-info .info-name {
    height: 30px;
    line-height: 22px;
}
.item-main-info .info-name .name-icon {
    float: left;
    height: 22px;
}
.item-main-info .info-name .name-icon .icon-img {
    width: 22px;
    height: 22px;
    margin-right: 1em;
}
.item-main-info .info-name .name {
    float: left;
    vertical-align: top;
    font-weight: 700;
}
.item-main-info .info-text {
    float: left;
    width: 100%;
}
.product-active {
    color: #0f51ca;
}
.product-hide {
    display: none;
}
.punter-info-main{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    background: #fefefe;
    box-sizing: border-box;
    padding: 0 30px 40px 30px;
}
.punter-info-main:nth-child(2){
    padding: 0 40px 40px 128px;
}
.punter-info-main h3{
    color: #d25225;
    font-size: 18px;
    padding: 30px 0;
    position: relative;
    white-space: nowrap;
}
.punter-info-main h3:before,.punter-info-main h3:after{
    content: '';
    display: block;
    border-top: 1px solid #d25225;
    top: 50%;
    position: absolute;
    width: 37px;
}
.punter-info-main h3:before{
    left: -45px;
}
.punter-info-main h3:after{
    right: -45px;
}
.punter-info-main-item{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #dfe7f5;
}
.punter-info-main-item:nth-child(2){
    border-top: none;
}
.punter-info-main-item h4{
    width: 130px;
    text-align: right;
    padding-right: 50px;
}
.punter-info-main-item span{
    display: block;
    width: calc(100% - 180px);
}

/* ******************************解决方案部分************************ */

.plan-title {
    height: 95px;
    line-height: 95px;
    background: url("./product_bg_03.png") no-repeat center top;
}
.plan-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.plan-item {
    position: relative;
    width: 313px;
    height: 215px;
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 3px;
    overflow: hidden;
}
.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: 35px 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 {
    cursor: pointer;
}
.sort-item-icon {
    width: 100px;
    height: 100px;
    position: relative;
    text-align: center;
}
.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%;
    box-shadow: 1.5px 2.598px 10px 0px #efefef;
    margin-bottom: 40px;
}
.punter-detail-main {
    width: 100%;
    /*height: 210px;*/
    display: flex;
    align-items: center;
    box-sizing: border-box;
    /*border: #fff 4px solid;*/
}
.punter-detail-item {
    width: 630px;
    height: 300px;
    background: url(punter-bg_03.png) no-repeat center;
    background-size: cover;
}
.punter-detail-item:nth-child(2) {
    background: url(punter-bg_04.png) no-repeat center;
    background-size: cover;
}
.punter-detail-mid {
    width: 1px;
    height: 137px;
    background: #cfd7e9;
}
.punter-detail-img {
    position: relative;
    display: inline-block;
    width: 180px;
    height: 100%;
}
.img-container {
    position: absolute;
    width: 110px;
    height: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.punter-detail-text {
    display: inline-block;
    width: 400px;
    height: 100%;
    vertical-align: top;
    padding-top: 26px;
    box-sizing: border-box;
}
.punter-detail-text-title {
    font-size: 20px;
    line-height: 36px;
    color: #16191f;
    font-weight: 700;
}
.punter-detail-text-write {
    font-size: 14px;
    line-height: 28px;
    color: #425068;
    margin-top: 10px;
}
.punter-only-main {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}
.punter-only-item {
    background-image: linear-gradient(to bottom, #f3f5f8 , #fff);
    border: 3px #fff solid;
    width: 242px;
    height: 76px;
    box-sizing: border-box;box-shadow: 0px 0px 2px 0px #efefef;
}
.punter-only-item img{width:100%;display: block;height:100%;}
