.visible-xs {
    display: none !important;
}

@media (max-width: 768px) {
    .visible-xs {
        display: block !important;
    }
    
    .hidden-xs {
        display: none !important;
    }
}

@keyframes Circle{
	0%{
		transform: scale(0.5);
		opacity: 0;
	}
	50%{
		transform: scale(1);
		opacity: 1;
	}
	100%{
		transform: scale(0.5);
		opacity: 0;
	}
}

.sol-f {
    padding-top: 50px;
    width: 100%;
    height: 450px;
    background: url(../img/index/sol34.jpg) no-repeat center;
    box-sizing: border-box;
    overflow: hidden;
}

.w1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.sol-f{
    padding-top: 60px;
    width: 100%;
    height: 466px;
    background: url(../img/index/sol34.jpg) no-repeat center;
    box-sizing:border-box;
    overflow: hidden;
}

.sol-f h2{
    font-size: 26px;
    text-align: center;
    color: #fff;
    text-align: center;
}

.sol-f .list{
    margin-top: 80px;
    height: 155px;
    background: url(../img/index/sol35.png) no-repeat left bottom 9px;
    width: 0;
}

.sol-f .list ul{
    width: 100%;
}

.sol-f .list li {
    float: left;
    width: 11.1%;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
}

.sol-f .list .btn {
    width: 68px;
    height: 150px;
    line-height: 2;
    color: #8f8f95;
    text-align: center;
    margin: 0 auto 0;
}

.sol-f .list .btn.btn2 .circle:after{
    background-image: url(../icon/index/sol17.png);
}

.sol-f .list .btn.btn3 .circle:after{
    background-image: url(../icon/index/sol18.png);
}

.sol-f .list .btn.btn4 .circle:after{
    background-image: url(../icon/index/sol19.png);
}

.sol-f .list .btn.btn5 .circle:after{
    background-image: url(../icon/index/sol20.png);
}

.sol-f .list .btn.btn6 .circle:after{
    background-image: url(../icon/index/sol21.png);
}

.sol-f .list .btn.btn7 .circle:after{
    background-image: url(../icon/index/sol22.png);
}

.sol-f .list .btn.btn8 .circle:after{
    background-image: url(../icon/index/sol23.png);
}

.sol-f .list .btn.btn9 .circle:after{
    background-image: url(../icon/index/sol24.png);
}
        
.sol-f .list .btn .circle {
    width: 68px;
    height: 68px;
    border-radius: 34px;
    background: #25428e;
}

.sol-f .list .btn .circle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 68px;
    height: 68px;
    background: url(../icon/index/sol16.png) no-repeat;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.sol-f .list .btn p {
    font-size: 14px;
    color:rgba(255,255,255,.6);
    line-height: 30px;
    margin: 17px 0 20px;
}

.sol-f .list .btn .light {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #25428e;
    margin: 0 auto;
    border: 1px solid #4763ab;
}

.sol-f .list .btn .light:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
    border-radius: 50%;
    background: #43adff;
    display: none;
}

.sol-f .list .btn.cur .light:after{
    animation: Circle 1.2s infinite linear;
    display: block;
}

.sol-f .list .btn.cur .circle{
    background: #1251a6;
}

.sol-f .list .btn.cur .circle:after{
    opacity:1 ;
    filter: alpha(opacity=1);
}

.sol-f .list .btn.cur p{
    color: rgba(255,255,255,1);
}
