/*搜索*/
.ind_ss{
	background: #dfdfdf; 
	width: 100%;
	padding: 10px 10px;
}
.ind_ss .form_ss{
	display: block;
	width: 100%;
	height: 100%;
} 
.ind_ss .search-keyword{
	float: left;
	width: 480px;
	height: 40px;
	width: 78%;
	border: 2px solid #c82b1c;
	border-radius: 2px;
	padding-left: 65px;
	font-size: 14px;
	background: url(../img/ind_ss_log.png) no-repeat 5px center;
	background-color: rgba(0, 0, 0, 0);
	background-size: auto auto;
	background-color: #fff;
	color: #333;
	background-size: 50px;
}
.ind_ss .search-btn{
	float: right;
	border: 0;
	display: block;
	width: 20%;
	height: 40px;
	background: #c82b1c;
	color: #fff;
	border-radius: 2px;
}


#main{
	background: #293990;
	
}
.ind_title{
	
}
.ind_title .title{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding-left: 25px;
	float: left;
	background: url(../img/ind_tit_ico.png)no-repeat left center;
	background-size: 19px;
}
.ind_title .gd{
	font-size: 14px;
	color: #333;
	font-weight: bold;
	float: right;
	line-height: 33px;
}
.ind_title .gd i{
	color: #c82b1c;
}

/*关于我们*/

.ind_c1{
	padding: 10px 10px;
}

.ind_c1 .ind_abt{
	background: #fff;
	padding: 10px 10px;
}
.ind_c1 .ind_abt .abt_div{
	display: table;
	padding: 5px 0 0;
	
}
.ind_c1 .ind_abt .abt_div .img{
	display: table-cell;
	vertical-align: middle;
	width: 40%;
	overflow: hidden;
	position: relative; 
}
.ind_c1 .ind_abt .abt_div .img img{
	position: absolute;
	top: 0;
	left: 0;
}
.ind_c1 .ind_abt .abt_div .content{
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;

}

.ind_c1 .ind_abt .abt_div .content .bt{
	color: #333;
	font-size: 16px;
	margin-bottom: 10px;
}
.ind_c1 .ind_abt .abt_div .content .text{
	color: #666;
	font-size: 13px;
	line-height: 1.3;
	
}

/*产品*/
.ind_c2{
	padding: 10px 10px;
}

.ind_c2 .ind_cp{
	background: #fff;
	padding: 10px 10px;
	text-align: center;
	padding-bottom: 20px;
}


.cp_list{
	overflow: hidden;
	padding: 5px 0 10px;
}
.cp_list {
	margin-left: -10px;
}
.cp_list li{
	width: 50%;
	float: left;
	margin-bottom: 10px;
	padding-left: 10px;
	cursor: ;
	position: relative;
	

}   
.cp_list li a{
	border:1px solid #ccc;
	display: block;
	padding: 5px;
}
.cp_list li .li_cp{
	display: block;
	width: 100%;
	height: 100%;
	position: relative; 
}
.cp_list li .li_cp .cp_title{
	text-align: center;
	color: #333333;
	font-size: 14px;
	background: url(../img/ind_cp_bt.png)no-repeat center top;
	width: 100%;
	padding-top: 7px;
	margin-top: 10px;
	padding-bottom: 5px;
 	
}
.cp_list li .li_cp .img{ 
	margin: auto;
	overflow: hidden;
	padding: 10px;
	width: 100%;
	padding-bottom: 100%;
	position: relative;

}
.cp_list li .li_cp .img img{
	display: block;
 	position: absolute;
 	top: 0;
	left: 0;
}
.ind_cp .cp_gdcp{
	font-size: 14px;
	color: #666;
	background: #dfdfdf;
	padding: 10px 20px;
	border-radius: 5px;
	margin: auto;
	line-height: 14px;

}
/*广告图*/
.ind_c3{
	width: 100%;
	overflow: hidden;

}
.ind_c3 img{
	display: block;
	margin: auto;
	width: 100%;
	height: auto;
} 
/*优势*/
.ind_c4{
	padding: 10px 10px 0;
	background: url(../img/ind_ys_bg.jpg) no-repeat center center;
	background-size: cover;
}
.ind_ys{
	width: 100%;
}
.ind_ys .ys_top{
	
}
.ind_ys .ys_top img{
	display: block;
	width: 100%;
	height: auto;
}








/* 本例子css -------------------------------------- */
.slideBox{ position:relative; overflow:hidden; margin:10px auto 0;  max-width:560px;/* 设置焦点图最大宽度 */ }

.slideBox .hd {
	position: absolute;
	height: 4px;
	width: 100%;
	background: rgba(0,0,0,0.5);
	line-height: 4px;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.slideBox .hd ul{
	display: table;
	width: 100%;
}
.slideBox .hd li {
	display: table-cell; 
 	
	text-indent: -9999px;
	overflow: hidden; 
}

.slideBox .hd li.on {
	background: rgba(206,54,48,0.5);
}
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li{ position:relative; text-align:center;  }
.slideBox .bd li img{ border-radius: 5px; background:url(img/loading.gif) center center no-repeat;  vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */}
.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */
.slideBox .bd li .pic{
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 10%;
}
.slideBox .bd li .tit {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	text-indent: 10px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	text-align: left;
}
.slideBox .bd li .text{
	text-align: left;
	padding: 10px 30px 30px 0;

}

.slideBox .bd li .text .p_01{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.slideBox .bd li .text .p_01 i{
	color: #c82b1c;
}
.slideBox .bd li .text .p_02{
	font-size: 14px;
	color: #fff;
	line-height: 1.6;
}
 
/*案例*/

.ind_c5{
	background: #fff;
}
.ind_al{
	padding: 10px 10px;
}
.ind_al .al_nav{
	margin-left: -10px;
	padding-top: 5px;
}
.ind_al .al_nav li{
	width: 33.33333333333333333333333333333%;
	float: left;
	margin-bottom: 10px;
	padding-left: 10px;
	position: relative;
}
.ind_al .al_nav li .img{
	display: block;
	width: 100%;
	border: 1px solid #cccccc;
	padding-bottom: 70%;
	overflow: hidden;
	position: relative;
}

.ind_al .al_nav li .img img{
	position: absolute;
	top: 0;	
	left: 0;
}