@charset "UTF-8";

/* 产品介绍轮播 */
.product-info{
    background: #fff;
    padding: 30px 0;
}
.product-info .product-inner{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.product-inner {
    padding: 70px 40px 90px;
    background: #FFFFFF;
    border-radius: 25px;
    box-shadow: 0 12px 30px rgb(10 10 10 / 15%);
}
@media (min-width: 1920px) {
    .product-info .container {
        max-width: 1600px;
    }
}

.product-carousel .owl-stage-outer {
    padding: 25px 0;
}

.product-info-box {
    box-shadow: 0 4px 8px rgb(10 10 10 / 15%);
    margin: 0 10px;
    background: #fff;
    transition: all .3s ease-in-out;
    border-radius: 10px;
}
.product-info-box .product-image{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}
.product-info-box .product-image img{
    transition: all .3s ease-in-out;
}
.product-info-box:hover{
    background: #187fc4;
    background-image: linear-gradient(120deg, #187fc4 0%, #2284fb 100%);
}
.product-info-box:hover .product-content a{
    transition: none;
    color: #fff;
}
.product-info-box:hover .product-content h2{
    transition: none;
    color: #fff;
}
.product-info-box:hover .product-image img{
    transform: scale(1.2);
}
.product-info-box .product-content{
    text-align: center;
    padding: 30px;
}
.product-info-box .product-content h2{
    color: #000;
}

.product-carousel .current{
    background: #187fc4;
    background-image: linear-gradient(120deg, #187fc4 0%, #2284fb 100%);
}
.product-carousel .current .product-content a{
    transition: none;
    color: #fff;
}
.product-carousel .current .product-content h2{
    transition: none;
    color: #fff;
}
.product-carousel .current .product-image img{
    transform: scale(1.2);
}

.read-more{
    font-size: 16px;
    font-weight: 500;
    color: #707070;
}
.read-more i {
    margin-right: 8px;
}

.product-carousel .owl-dots {
    text-align: center;
}

.product-carousel .owl-dots .owl-dot {
    height: 6px;
    width: 22px;
    transition: 0.5s;
    margin: 0 5px 5px;
    border-radius: 2px;
    background-color: #D4D4D4;
}

.product-carousel .owl-dots .owl-dot.active {
    background-color: #187fc4 ;
    width: 42px;
}


/* service */
.service .title-box{
    padding: 10px 0;
}
.service .title-box h2{
    padding: 0 20px;
    border-left: 6px solid #187fc4;
    line-height: 35px;
    font-size: 35px;
    margin: 0 0 10px 0;
}
.service .title-box p{
    padding: 0 26px;
    margin: 0;
}
.service .title-box span{
    position: relative;
    display: block;
    width: 170px;
    height: 3px;
    background-color: #187fc4;
    margin-left: 26px;
}
.service .title-box span::before{
    position: absolute;
    content: '\20';
    width: 33%;
    height: 3px;
    background-color: #0d9a52;
}
.service .name{
    background: rgba(0,0,0,.2);
}
.service .content{
    background: rgba(0,0,0,.4);
}
.service .sub-title{
    color: #187fc4;   
}

.service .button-page{
    background: #187fc411;
    color: #fff;
}
.service .button-page i{
    color: red;
    font-size: 40px;
}



/* service-page */
.service-page{
    display: block;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height .8s ease-in-out;
    background: #fff;
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}
.service-page .info{
    width: 100%;
    text-align: center;
}
.service-page .info i{
    font-size: 35px;
    margin-top: 30px;
    transition: all .4s ease-in-out;
    cursor: pointer;
    position: absolute;
}
.service-page .info i:hover{
    transform: scale(1.2) rotate(-180deg);
}

.character-page i{
    font-size: 35px;
    transition: all .4s ease-in-out;
    cursor: pointer;
    color: #fff;
    position: absolute;
}
.character-page i:hover{
    transform: scale(1.2) rotate(-180deg);
}

/* character-page */
.character-page{
    width: 100%;
    max-height: 0;
    background: #187fc4;
    text-align: center;
    overflow: hidden;
    transition: max-height .8s ease-in-out;
}
.character-page .container{
    padding: 30px 0 60px 0;
}
.character-page .col-sm-3{
  padding: 20px;
  border: 1px solid #3099c2;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

.character-page h1{
  font-size: 45px;
  color: #fff;
  margin-top: 45px;
  margin-bottom: 0;
}

.character-page h4{
  margin-top: 10px;
color: #fff;
}
.character-page p{
  color: #b3dae9;
  font-size: 14px;
  margin-top: 10px;
}
.character-page .img{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 60px;
  background: url(/assets/img/point/character.png) no-repeat 0 0;
  margin: 0 auto;
  transition: all .3s ease-in-out;
}
.character-page .row .col-sm-3:hover{
background: #00a1df;
}
.character-page .row div:nth-child(2) .img{
    background-position: 19px 14px;
}
.character-page .row div:nth-child(3) .img{
    background-position: -41px 14px;
}
.character-page .row div:nth-child(4) .img{
    background-position: -101px 14px;
}
.character-page .row div:nth-child(5) .img{
    background-position: -161px 14px;
}
.character-page .row div:nth-child(6) .img{
    background-position: -221px 14px;
}
.character-page .row div:nth-child(7) .img{
    background-position: -281px 14px;
}
.character-page .row div:nth-child(8) .img{
    background-position: -341px 14px;
}
.character-page .row div:nth-child(9) .img{
    background-position: -401px 14px;
}
.character-page .row div:nth-child(2):hover .img{
    background-position: 19px -46px;
    background-color: #fff;
}
.character-page .row div:nth-child(3):hover .img{
    background-position: -41px -46px;
    background-color: #fff;
}
.character-page .row div:nth-child(4):hover .img{
    background-position: -101px -46px;
    background-color: #fff;
}
.character-page .row div:nth-child(5):hover .img{
    background-position: -161px -46px;
    background-color: #fff;
}
.character-page .row div:nth-child(6):hover .img{
    background-position: -221px -46px;
    background-color: #fff;
}
.character-page .row div:nth-child(7):hover .img{
    background-position: -281px -46px;
    background-color: #fff;
}
.character-page .row div:nth-child(8):hover .img{
    background-position: -341px -46px;
    background-color: #fff;
}
.character-page .row div:nth-child(9):hover .img{
    background-position: -401px -46px;
    background-color: #fff;
}

/* design-page */
.design-page{
width: 100%;
height: 100%;
background: #fff;
min-height: 1px;
text-align: center;
padding: 30px 0 60px 0;
}

.design-page h1{
margin-top: 45px;
font-size: 45px;
color: #222222;
}
.product-list .product-ul .product-li{
    display: none;
}
.product-list .product-ul .product-li:nth-child(1){
    display: block;
}


.service-left-image img{
    max-height: 400px;
}

/* 企业管理平台 */
.service .c-card{
    border: 1px solid #e5e5e5;
    border-top: 6px solid #187fc4;
    box-sizing: border-box;
    padding: 30px 40px;
    height: 180px;
    margin-bottom: 10px;
}
.service .c-card p{
    margin: 0;
    color: black;
    font-size: 14px;
}


.character-page .num{
    position: absolute;
    top: 30px;
    left: 15px;
}
.character-page .num span:nth-child(1){
    font-size: 45px;
    color: rgba(255,255,255,.1);
}
.character-page .num span:nth-child(2){
    font-size: 60px;
    color: rgba(255,255,255,.1);
}

.service-page .app-banner{
    background: rgba(0,0,0,.2);
}
.service-page .app-banner li{
    position: relative;
    display: block;
    width: 100px;
    height: 400px;
    float: left;
    background: chartreuse;
    margin: 20px;
    overflow: hidden;
}
.service-page .app-banner span{
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 22px;
    letter-spacing: 4px;
    font-weight: 700;
    white-space: nowrap;
    margin-top: 200px;
    transform: translateY(-50%);
}
.service-page .app-banner div{
    width: 400px;
    height: 400px;
    background: chocolate;
    position: absolute;
    top: 0;
    left: 100px;
}
.service .open-info h2{
    color: #187fc4;
    font-size: 28px;
}
.service .open-info h2 span{
    color: #000;
}
.service .open-text div:nth-child(1) div{
    margin: 0;
    font-size: 72px;
    color: #eee;
    font-weight: 700;
    letter-spacing: 5px;
    height: 62px;
    overflow: hidden;
}
.service .open-text div:nth-child(1) h2{
    font-size: 32px;
    margin-top: -45px;
}
.service .open-text .col-md-3{
    padding: 0 10px;
    text-align: center;
    margin-bottom: 20px;
}
.service .open-text .col-md-3 div{
    padding: 15px 0;
    background-color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    transition: all .1s ease-in-out;
    border-radius: 2px;
}
.service .open-text .col-md-3 div:hover{
    background: #187fc4;
    transform: translateY(-3px);
}
.service .open-text .col-md-3 div:hover h5{
    color: #fff;
}
.service .open-text .col-md-3 div:hover i{
    color: #fff;
}
.service .open-text .col-md-3 i{
    margin-bottom: 5px;
    font-size: 48px;
    color: #187fc4;
}
.service .open-text .col-md-3 h5{
    margin: 0;
    font-size: 14px;
}
