@charset "utf-8";

.ppt1{font-weight: 550}
.ppt2{font-size: 23px;}
.ppt3{font-size: 17px; line-height: 30px; margin-top: 10px;}


.container { 
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.container:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.index-page .solution-more-slide .container {
	/*width: 1920px;
	margin: 0 auto;*/
	height: 504px;    /*大图片高度*/
	position: relative;
}
.index-page .solution-more-slide .hd {/*背景蓝色*/
	width: 230px;
	position: absolute;
	z-index: 2;
	background: rgba(16,110,205,0.4); /*竖条背景颜色透明度*/
	height: 504px;
	left: 0;
	top: 0;
	color: #fff;
	-moz-box-shadow:0px 0px 5px #333333; -webkit-box-shadow:0px 0px 5px #333333; box-shadow:0px 0px 5px #333333;
}
.index-page .solution-more-slide .hd li {/*导航高度*/
	height: 71.8px;
	line-height: 71.8px;
	text-align: center;
	position: relative;
	cursor: default;
	transition: all .5s;
	cursor: pointer;
}
.index-page .solution-more-slide .hd li:after {
	content: "";
	width: 80%;
	position: absolute;
	left: 10%;
	bottom: 0;
}
.index-page .solution-more-slide .hd li:before {
	background: rgba(0,66,158,.70);
	/* Old browsers */
	background: -moz-linear-gradient(left, rgba(0,66,158,70) 0%, rgba(0,66,158,.70) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,66,158,.70) 0%, rgba(0,66,158,.70) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,66,158,.70) 0%, rgba(0,66,158,.70) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,66,158,.70)', endColorstr='rgba(0,66,158,.70)', GradientType=1 );
	/* IE6-9 */
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 0;
	/*transition: all .2s; 动作效果    暂时 */
}  
.index-page .solution-more {
	height: 504px;
	background: #D8D8D8;  /*通栏背景色*/
	width: 100%;
	overflow: hidden;
}
.index-page .solution-more-slide .bd { /*大图偏移*/
	width: 100%;
	margin-left: -48%; 
}
.index-page .solution-more-slide .hd li.on:before {
	width: 100%;
}
.index-page .solution-more-slide .hd li.on:after {
	display: none;
}
.index-page .solution-more-slide .hd .text {
	position: relative;
	z-index: 2;
}
.index-page .solution-more-slide .hd .text h3 {
	font-size: 19px;
	margin-bottom: 5px;
}
.index-page .solution-more-slide .hd .text p {
	font-size: 14px;
	color: #fff;
	color: rgba(255,255,255,.7);
}
.index-page .solution-more-slide .bd li.item-1 {
	background: url("../pinpai_img/l1.jpg") no-repeat center top;
}
.index-page .solution-more-slide .bd li.item-2 {
	background: url("../pinpai_img/l2.jpg") no-repeat center top;
}
.index-page .solution-more-slide .bd li.item-3 {
	background: url("../pinpai_img/l3.jpg") no-repeat center top;
}
.index-page .solution-more-slide .bd li.item-4 {
	background: url("../pinpai_img/l4.jpg") no-repeat center top;
}
.index-page .solution-more-slide .bd li.item-5 {
	background: url("../pinpai_img/l5.jpg") no-repeat center top;
}
.index-page .solution-more-slide .bd li.item-6 {
	background: url("../pinpai_img/l6.jpg") no-repeat center top;
}
.index-page .solution-more-slide .bd li.item-7 {
	background: url("../pinpai_img/l7.jpg") no-repeat center top;
}
.index-page .solution-more-slide .bd .inner {/*内容区域 左 上 边距*/
	/*padding-left: 180px;
	padding-top: 50px;   暂时*/
	padding-left: 300px;
	padding-top: 17px;
	color: #fff;
}
.index-page .solution-more-slide .bd .intro {
	font-size: 14px;
	/*margin-bottom: 10px;*/
}
.index-page .solution-more-slide .bd .intro dt {/*文字内容  蓝色背景*/	
	/*line-height: 30px;
	font-size: 16px;*/
	padding: 30px;
	margin-top: 80px;
	/*margin-bottom: 10px;*/
	/*letter-spacing: 3px;
	background: rgba(32,125,223,.7);    暂时 */	
}
.index-page .solution-more-slide .bd .btn-wrap {
	overflow: hidden;
	/*margin-bottom: 40px;*/
}
.index-page .solution-more-slide .bd .btn-wrap a {/*了解详情背景*/
	padding: 3px 10px;
	border: 1px solid #fff;
	color: #fff;
	/*padding: 0px 20px;
	background: rgba(32,125,223,.7);    暂时
	line-height: 40px; */
	text-align: center;
	font-size: 15px;
	float: right;
	/*float: left;*/ 
	transition: all .2s;
}
.index-page .solution-more-slide .bd .btn-wrap a:hover {/*了解详情鼠标悬停背景色*/
	 /*background: rgba(0, 103, 215, 0.9);  暂时 */
	color: #fff;
	border-color: #fff;
	opacity: .9;
}
.index-page .video .inner {
	display: block;
	cursor: pointer;
}

