

/*解决方案开始*/
.sol{}

.sol ul{
	background-color: #F6FAF7;
	border: 1px solid #eee;
	padding: 20px 0;
}
.sol ul li{
	margin-bottom: 10px;
	margin-top: 10px;
}
.soles a{
	display: block;
	box-shadow: 0 0 20px #ccc;
	padding: 2px;
	position: relative;
	background-color: #fff;
	transition: box-shadow 1s;
}
.soles a:hover{
	box-shadow: 0 0 25px #666;
}

.soles a .soles-img{ 
    overflow: hidden; 
    width: 100%;
}
.soles a .soles-img:after{
	content: '';
	text-align: center;
	line-height: 350%;
	color: rgba(255,255,255,.9);
	font-size: 80px;
	position: absolute;
	top: 2px;
	left: 2px;
	bottom: 71px;
	right: 2px;
	background-color: rgba(85,168,58,0);
	transition: background-color 0.5s;
}
.soles a:hover .soles-img:after{
	content: '+';
	background-color: rgba(85,168,58,.6);
}
.soles a .soles-img img{
	width: 100%;
	cursor: pointer;  
    transition: all 0.6s; 
}
.soles a:hover .soles-img img{
	transform: scale(1.4);  
}
.soles a .soles-tittle{
	padding: 0 10px;
	position: relative;
	z-index: 3;
}
.soles a .soles-tittle h4{
	color: #333;
}
.soles a:hover{
	text-decoration: none;
}
.soles a:hover .soles-tittle h4{
	color: #4B9E31;
}
.soles a .soles-tittle p{
	color: #666;
}


/*解决方案结束*/

/*其他设备开始*/
.qita{
	padding: 20px 0;
}
.qita h3{
	background: -webkit-linear-gradient(left, #55a83a , #F6FAF7);
    background: -o-linear-gradient(right, #55a83a , #F6FAF7);
    background: -moz-linear-gradient(right, #55a83a , #F6FAF7);
    background: linear-gradient(to right, #55a83a , #F6FAF7);
    color: #fff;
    height: 40px;
    line-height: 40px;
}
.qita .qt-nav a{
	display: block;
}
.qita .qt-nav a img{
	width: 100%;
}
.qita .qt-nav a p{
	font-size: 16px;
	color: #333;
	height: 40px;
	line-height: 40px;
	margin-bottom: 0;
}
.qita .qt-nav a:hover p{
	color: #4B9E31;
	text-decoration: underline;
}

/*其他设备结束*/



/*方案详情开始*/




.chanpin{
	padding: 20px 0;
}
.chan1{
}
.banner{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	padding: 0 20px;
}

.banner .img{
}
.banner .img li{
	display: none;
}
.banner .img li.ab{
	display: block !important;
}
.banner .img li img{
	width: 100%;
}

.banner .num{
	width: 100%;
	text-align: center;
}
.banner .num li{
	display: inline-block;
	width: 50px;
	border: 1px solid #ccc;
	padding: 3px;
	background-color: #fff;
	cursor: pointer;
}
.banner .num li.at{
	border-color: #55a83a;
	border-width: 2px;
}


.banner .num li img{
	width: 100%;
}

.banner .btn_l,.banner .btn_r{
	position: absolute;
	top: 30%;
	font-size: 50px;
	color: #999;
	outline: none;
}
.banner .btn_l:before:focus,.banner .btn_r:before:focus{
	outline: none;
}
.banner .btn_l:hover,.banner .btn_r:hover{
	color: #555;
}
.banner .btn_l:active,.banner .btn_r:active{
	box-shadow: none;
}
.banner .btn_l:focus,.banner .btn_r:focus{
	outline: none;
}

.banner .btn_l{
	left: -20px;
}
.banner .btn_r{
	right: -20px;
}

.chanpin-text .jian{
	height: 2px;
	margin: 10px 0;
	background: -webkit-linear-gradient(left, #55a83a , #F6FAF7);
    background: -o-linear-gradient(right, #55a83a , #F6FAF7);
    background: -moz-linear-gradient(right, #55a83a , #F6FAF7);
    background: linear-gradient(to right, #55a83a , #F6FAF7)
}
.chanpin-text ul li{
	line-height: 30px;
	font-size: 16px;
    font-weight: 300;
}
.chanpin-text ul li span{
	color: #f74f42;
	font-size: 18px;
    font-weight: 300;
}
.cp-img{
	border-bottom: none !important;
}
.chan2>div{
	border-bottom: 1px solid #eee;
	overflow-y: auto;
}
.chan2>div h4{
	font-size: 20px;
	color: #55a83a;
	font-weight: bold;
}
.chan2>div p{
	font-size: 16px;
	line-height: 28px;
}
.chan2>div .stripe{
	border: 1px solid #aaa;
	margin-bottom: 20px;
}
.chan2>div .stripe tr th{
	text-align: center;
	background-color: rgba(85,168,58,0.3);
}
/*//添加IOS下滚动条*/
.table-container::-webkit-scrollbar
{
-webkit-appearance: none;
width: 14px;
height: 14px;
}

.table-container::-webkit-scrollbar-thumb
{
border-radius: 8px;
border: 3px solid #fff;
background-color: rgba(0, 0, 0, .3);
}





/*在线留言*/
.ly{
	padding: 20px 0;
}
.ly-tittle h2{
	color: rgba(85,168,58,.8);
	padding-bottom: 20px;
}

.ly #fo label{
	margin-bottom: 20px;
}
.ly #fo label span{
	width: 10%;
	font-size: 16px;
	vertical-align: middle;
}
.ly #fo label input{
	width: 80%;
	height: 40px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 2px 3px;
	color: #666;
}
.ly #fo label input:focus{
	border: 1px solid #55a83a;
	outline: medium;
	background-color: #f2f8ef;
}
.ly #fo #nr{
	width: 100%;
	vertical-align: top;
}
.ly #fo #nr textarea{
	width: 90%;
	height: 80px;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #666;
}
.ly #fo #nr textarea:focus{
	border: 1px solid #55a83a;
	outline: medium;
	background-color: #f2f8ef;
}
.ly #fo #tj{
	width: 80%;
	height: 42px;
	color: #fff;
	background-color: #86c870;
	padding: 3px 0;
	border: none;
	border-radius: 4px;
	font-size: 18px;
}
.ly #fo #tj:hover{
	background-color: #55a83a;
}

@media (max-width:768px){
.ly #fo label input{
	width: 100%;
}	
.ly #fo #nr textarea{
	width: 100%;
}	
	
	
	
}





































/*方案详情结束*/





