/*顶部banner图*/
.main{height: auto;width: 1000px;margin-right: auto;margin-left: auto;}
.banner{height: 550px;width: 100%;}
.slide{height: 550px;position: relative;}
.slide .slide_task{position: absolute;left: 0px;top: 0px;height: 550px;background-repeat: no-repeat;background-position: center;min-width: 1240px;display: none;width: 100%;}
/*行业解决方案*/
.industry_outcomes_area{
	width: 99.9%;
	height: 127px;
	border:1px solid #f4f4f4;
	
}
.solution_img_area_tittle{
	font-size: 35px;
	color: #2d2d2d;

}
.industry_outcomes_area_btn{
	width: 198px;
	height: 99px;
	margin: 0 auto;
	background: #cf3c35;
	margin-top: 23px;
	text-align: center;
	border:1px solid red;
	position: relative;
}
.industry_outcomes_area_btn_text{
	font-size: 16px;
	color: white;
	margin-top: 20px;
}
.industry_outcomes_area_btn_english{
	font-size: 12px;
	color: white;
	margin-top: 20px;
	margin-top: 4px;
}
.industry_outcomes_area_btn em{
	width: 22px;
	height: 18px;
	background: url(../images/sanjiao.png);
	position: absolute;
	bottom: 13px;
	margin-left: -11px;
	left: 50%;
}
.solution_img_area{
	width: 100%;
	min-height:500px;
	background: #f4f4f4; 
	position: relative;
	text-align: center;
	padding-top: 20px;
}

.solution_img_area_left{
	width: 190px;
	min-height: 40px;
	position: absolute;
	left: 0;
	top: 859px;
    background: rgba(255,255,255,0.4);
}
.solution_img_area_left ul li{
	width: 154px;
	height: 24px;
	padding: 26px 0 0 8px;
	border-bottom: 1px solid #bfbfbf;
	float: right;
	cursor: pointer;
	position: relative;
	text-align: left;
}
.solution_img_area_left ul li p{
	font-size: 14px;
	color: #1d1d1d;
}
.solution_img_area_left ul li .img_area_left_p_current{
	color: #be1010;
}
.solution_img_area_left ul li p:hover{
	color: #be1010;
}
.solution_img_area_left ul li .sj_current{
	position: absolute;
	width: 5px;
	height: 8px;
	top: 30px;
	left: -13px;
	background: url(../images/solution_img_sj.png);
}



/*该页面所有点播图外层盒子样式*/
.index_product_content{
	width: 1000px;
	margin: 0 auto;
	min-height: 400;
}
.content_area{
	width: 100%;
	min-height: 400px;
	margin-top: 74px;
	text-align: center;
}
.content_area .content_tittle{
	font-size: 35px;
	color: black;
}
.bottom_yinying{
	width: 100%;
	height: 39px;
	background: #626262;
	position: absolute;
	bottom: 0;
	font-size: 18px;
	color: white;
	line-height: 39px;
}
.click_radio_list{
	width: 107px;
	height: 16px;
	margin: 0 auto;
	margin-top: 32px;
}

.click_radio_list ul{
	margin-left: -10px;
}
.click_radio_list ul li{
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #dcdcdc;
	margin-left: 10px;
	float: left;
	cursor:pointer; 
}
.click_radio_list ul .radio_current{
	background: #d92f2f;
}
/*左侧滑出样式*/
.product_center{
	position: relative;
}
.product_center .u_list {
	position:relative;
	height: 250px;
	width: 885px;
	padding:0px;
	overflow:hidden;
	margin: 0 auto;
	margin-top: 52px;
}
.product_center .u_list ul {
	height: 250px;
	width: 885px;
	position: absolute;
	left:0px;
	top: 0px;
}
.product_center ul li {
	float: left;
	height: 250px;
	width: 280px;
	margin-left:15px;
	text-align: center;
	position: relative;
}
.product_center ul li .li_img {
	height: 250px;
	width: 280px;
	position: relative;
	overflow: hidden;
}
.product_center ul li .li_img img{
	position: absolute;
	top: 0;
	left: -6px;
	padding-right: 6px;
	transition: left 0.25s;
	-webkit-transition: left 0.25s;
	-moz-transition: left 0.25s;
}
.product_center ul li .li_img:hover img{
	left: 0px;
}
.product_center ul li .li_img .box_zhezhao{
	width: 100%;
	height: 100%;
	background: rgba(47,47,47,0);
	position: relative;
	left: 0;
	top: 0;
	z-index: 99;
	transition: background 0.25s;
	-webkit-transition: background 0.25s;
	-moz-transition: background 0.25s;
	border:1px solid white;
	cursor: pointer;
}

.product_center ul li .li_img:hover .box_zhezhao{
	background: rgba(47,47,47,0.6);
	
}
.product_center ul li .li_img .box_zhezhao .da_quan{
	width: 102px;
	height: 103px;
	background: url(../images/quan.png);
	margin-top: 71px;
	margin-left: -85px;
	opacity: 0;
	transition: opacity 0.25s,transform 0.25s;
	-webkit-transition: opacity 0.25s,transform 0.25s;
	-moz-transition: opacity 0.25s,transform 0.25s;
	cursor: pointer;
}
.product_center ul li .li_img:hover .box_zhezhao .da_quan{
	transform:translateX(171px);
	opacity: 1;
}
.product_center ul li .li_img .box_zhezhao .search{
	width: 53px;
	height: 53px;
	background: url(../images/search.png);
	margin-top: -76px;
	margin-left: 288px;
	opacity: 0;
	transition: opacity 0.25s,transform 0.25s;
	-webkit-transition: opacity 0.25s,transform 0.25s;
	-moz-transition: opacity 0.25s,transform 0.25s;
}
.product_center ul li .li_img:hover .box_zhezhao .search{
	transform:translateX(-178px);
	opacity: 1;
	cursor: pointer;
}
.product_center ul li .img_names {
	margin-top: 27px;
	font-size: 20px;
	color: black;
}
.product_center .img_price{
	color: #656565;
	font-size: 14px;
	margin-top: 19px;
}
.product_center .prev{
	position: absolute;
	width: 36px;
	height: 67px;
	background: url(../images/content_prev.png);
	left: -6px;
	top: 50%;
	margin-top: -33px;
}
.product_center .prev:hover{
	background: url(../images/content_prev_hover.png);
}
.product_center .next{
	position: absolute;
	width: 36px;
	height: 67px;
	background: url(../images/content_next.png);
	right: -6px;
	top: 50%;
	margin-top: -33px;
}
.product_center .next:hover{
	background: url(../images/content_next_hover.png);
}
.dibu_div{
	width: 100%;
	height: 212px;
	background: #f4f4f4;
}