.industry-solution-page {

}


.industry-solution-page [class*="-sense-gallary"] div {
    margin-bottom: 25px;
}

.industry-solution-page [class*="-sense-gallary"] a {
    position: relative;
    cursor: pointer;
    padding-left: 20px;
    color: #333;
}

.industry-solution-page [class*="-sense-gallary"] a:before {
    content: '';
    width: 15px;
    height: 14px;
    background: url('../img/industry/arrow.jpg') no-repeat;
    display: block;
    position: absolute;
    top: 1px;
}

.industry-solution-page [class*="-sense-gallary"] a:hover {
    color: #DB251D !important;
}

.industry-solution-page [class*="-sense-gallary"] a:hover, .industry-solution-page [class*="-sense-gallary"] a:focus,
.industry-solution-page [class*="-sense-gallary"] a:active, .industry-solution-page [class*="-sense-gallary"] a:visited {
    outline: none;
    text-decoration: inherit;
    color: inherit;
}

.industry-solution-page h3 {
    margin: 0 0 25px 0;
}

.industry-solution-page h3 + p {
    color: #333;
    margin-bottom: 40px;
}

section.industry-solution-page.bgis {
    background: url('../../../bj-megvii-prod-asset.oss-cn-beijing.aliyuncs.com/static/img/industry/banner.jpg') center center no-repeat;
}


/*reset style*/
.megvii-magnific-popup .mfp-title {
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
}
.megvii-magnific-popup .mfp-counter {
    font-size: 16px;
    font-weight: bold;
}

.industry-solution-page #case figure {
    background-color: #fff;
}



.kf5-support-btn {
    display: none !important;
    visibility: hidden !important;
}

.float-window {
    position: fixed;
    right: -200px;;
    top: 50%;
    transition: right 0.5s;
    z-index: 999;
}
[class|=float-item] {
    width: 260px;
    height: 60px;
    top: 0;
    right: 0;
    border: 1px solid #60c4cd;
    overflow: hidden;
    padding: 10px;
    font-size: 16px;
    transition: top 0.5s, right 0.5s, font-size 0.5s;
    color: #fff;
    opacity: 0.9;
}
[class|=float-item] img {
    width: 40px;
    border-radius: 50px;
    margin-right: 5px;
}

[class|=float-item] a {
    color: #fff;
}
[class|=float-item] a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.float-item-2, .float-item-3, .float-item-4 {
    height: inherit;
    border-top: 0;
    position: absolute;
}

.float-item-1 {
    position: relative;
    z-index: 10;
    height: inherit;
    border-bottom: 0;
    background-color: #60c4cd;
}

.float-item-2 {
    background-color: #54b5be;
}

.float-item-3 {
    background-color: #4aaab3;
}

.float-item-4 {
    background-color: #439ea6;
}

.float-window:hover {
    overflow: visible;
    right: 0;
}
.float-window:hover [class|=float-item] {
    /*right: 0;*/
}
.float-window:hover .float-item-2 {
    top: 60px;
}
.float-window:hover .float-item-3 {
    top: 120px;
}
.float-window:hover .float-item-4 {
    top: 180px;
}



#cooperate {
    padding: 0;
}

#cooperate .partner {
    background-color: #fff;
    background-image: none;
}

#cooperate .partner h2 {
    color: #333333;
}

#cooperate .partner ul {
    text-align: center;
}

#cooperate .partner ul li {
    width: 16.66666667%;
    height: 130px;
    float: inherit;
    display: inline-block;
}

#cooperate .partner ul li i{
    width: 100px;
    height: 100px;
    line-height: 100px;
    background-image: none;
    color: #6bb3cc;
    border: 3px solid #6bb3cc;
    border-radius: 50px;
}

#cooperate .partner ul li i:hover{
    cursor: pointer;
}


.partner-popup {
  position: relative;
  background: #FFF;
  padding: 20px 70px;
  width: auto;
  max-width: 700px;
  margin: 20px auto;
}

.partner-popup .partner-items-container {
    background-color: #eee;
    padding: 20px;
    margin: 20px 0 30px;
}

.partner-popup span:first-child{
    display: inline-block;
    width: 15%;
    vertical-align: top;
}
.partner-popup span:last-child{
    display: inline-block;
    width: 85%;
}






