/**
 * @Author:      zfh
 * @DateTime:    2017-06-23 11:09:51
 * @Description: 解决方案
 */

/* O2O */
.solution-nav, .solution-main{
	width: 66%;
	margin:3% 17% 0;
}
.solution-nav h3, .solution-nav p{
	text-align: center;
}
.solution-nav ul{
	margin-top: 60px;
	margin-bottom: 0;
}
.solution-nav ul li{
	width: 20%;
	float: left;
	padding-bottom: 10px;
}
.solution-nav ul li.active, .solution-nav ul li:hover{
	border-bottom: 2px solid #0dbbd4;
}
.solution-nav ul li .img-box{
	margin: 0 auto;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 2px solid rgba(0,0,0,0.5);
	position: relative;
}
.solution-nav ul li.active .img-box, .solution-nav ul li:hover .img-box{
	border: 2px solid #0dbbd4;
} 
.solution-nav ul li .img-box img{
	display: block;
	transform: scale(.8); 
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin:auto;
}
.solution-nav ul li .img-box .img2{
	display: none;
}
.solution-nav ul li.active .img-box .img1{
	display: none;
}
.solution-nav ul li.active .img-box .img2{
	display: block;
}
.solution-nav ul li p{
	padding-top: 8px;
	font-size: 18px;
	color: rgba(0,0,0,0.5);
}
.solution-nav ul li.active p, .solution-nav ul li:hover p{
	color: rgba(0,0,0,1);
}
.solution_wrap{
	padding-top: 20px;
	padding-bottom: 15px;
	background-color: #f7f8fb
}
.solution-row{
	padding: 10px 0;
	margin-bottom: 10px;
}
.solution-main .plan{
	padding: 10px;
}
.solution-main h2{
	margin-bottom: 20px;
}
.solution-main h4{
	border-left: 3px solid #ee1d25;
	padding-left: 5px;
	font-weight: 600;
}
.solution-main .plan .left{
	float: left;
	width: 73%;
	padding-right: 10px;
	font-size: 13px;
}
.solution-main .plan .right{
	float: right;
	width: 26%;
	margin-top:25px;
}
.solution-main .plan .tags-box{
	margin-top: 15px;
}
.solution-main .plan .tags-box span, .solution-main .plan .tags-box .tags{
	float: left;
}
.solution-main .plan .tags-box span{
	width: 12%;
	background-color: #353535;
	padding: 0 10px;
	color: #fff;
	height: 55px;
    line-height: 55px;
}
.solution-main .plan .tags-box .tags{
	width: 88%;
	padding-left:10px;
}
.solution-main .plan .tags-box .tags .tag{
	float: left;
	background-color: rgba(53,53,53,0.6);
	padding: 10px 20px;
	color: #fff;
	margin-right: 8px;
	display: inline-block;
	min-height: 55px;
	width: 510px;
}
.solution-effect ul li{
	float: left;
	width: 33%;
}
.solution-effect .img-box{
	margin: 0 auto;
	padding-top: 30px;
	width: 136px;
	height: 136px;
	background-color: #353535;
	border-radius: 50%;
}
.solution-effect .img-box img{
	display: block;
	margin: 0 auto;
}
.solution-effect p{
	text-align: center;
}
.solution-effect .p1{
	font-size: 36px;
	color: #0dbbd4;
}

.solution-ul li{
	width: 25%;
	float: left;
}
.solution-link{
	text-align: center;
	padding: 20px 0 40px 0;
}
.solution-link .btn{
	padding: 15px 100px;
	background-color: #0dbbd4;
	color: #fff;
	margin-top:5%;
}


/* 金融 */
.solution-row .industry{
	margin-top: 20px;
	margin-bottom: 20px;
	width: 80%;
}
.solution-row .industry span{
	display: inline-block;
	width: 115px;
	height: 40px;
	line-height: 40px;
	color: #ffd451;
	text-align: center;
	background-color: #353535;
}
.solution-row .industry span:before{
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-top: 0px solid #ffd451;
    border-bottom: 30px solid transparent;
    border-left: 15px solid #ffd451;
    border-right: 0px solid transparent;
}
.solution-customer ul li.item{
	float: left;
	width: 24%;
	height: 360px;
	margin-right: 1%;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #fff;
}
.solution-customer ul li.item img{
	width: 100%;
}
.solution-customer ul li.item .img-box{
	width: 70%;
	height: 32px;
    margin: 70px auto 80px;
}
.solution-customer .word .tt{
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.solution-customer .word .word-bottom{
	display: none;
	padding-top: 20px;
	border-top: 1px dashed #000;
}
.word .word-bottom ul{
	margin: 15px 0;
}
.word .word-bottom ul li{
	text-align: center;
	font-size: 12px;
    padding: 0 0 0 1px;
}
.word p{
	font-size: 13px;
}
.word .word-bottom i{
	display: block;
	margin: 0 auto;
	width: 21px;
	height: 21px;
	background-image: url(../images/solution/st_icons.png);
	background-repeat: no-repeat;
}
.word .word-bottom i.customer-icon1{
	background-position: -17px 0;
}
.word .word-bottom i.customer-icon2{
	background-position: -77px 0;
}
.word .word-bottom i.customer-icon3{
	background-position: -137px 0;
}
.word .word-bottom i.customer-icon4{
	background-position: -198px 0;
}
.word .word-bottom i.customer-icon5{
	background-position: -255px 0;
}
.word .word-bottom i.customer-icon6{
	background-position: -316px 0;
}
.word .word-bottom i.customer-icon7{
	background-position: -367px -2px;
}
.solution-customer ul li.item:hover{
	border: 1px solid #0dbbd4;
}
.solution-customer ul li.item:hover .img-box{
	margin: 30px auto 40px;
}
.solution-customer ul li.item:hover .word .word-bottom{
	display: block;
}
.solution_wrap{
	display: none;
}
.aa{
	display: block;
}
.cap_nav a,.solu_nav  a{
	color:#fff;
}