/*公共部分*/
*{
	margin:0;
	padding:0;
	font-family: "微软雅黑";
	color:#333;
}
a.block{
	display:block;
}
body{
	overflow-x:hidden;
	margin:0;
	background: url(http://www.seiot.com.cn/filestorage/17/87/83/6071ca0850984dde9a2fb4db9cf56f97.jpg) no-repeat center top;
   /* background-size: cover;*/
	min-width:1200px;
}
.mouse_banner_box{	
	width: 100%;
    height: 100%;
    height:733px;
    background-size: 100% 100%;
    background:url(http://www.seiot.com.cn/filestorage/02/19/52/2af08e4dc047418484058ae859b4bbc1.png) no-repeat center top;
}
.mouse_bottom_box{
	width: 100%;
    height: 100%;
    height:448px;
    background-size: 100% 100%;
    background:url(../image/mouse_bottom.png) no-repeat center top;
}
.wrap{
	width:1200px;
	margin:0 auto;
	padding:60px 0;
}
.wrap1{
	width:1208px;
	margin:0 auto;
	padding:60px 0;
}
.f_left{
	float:left;
}
.f_right{
	float:right;
}
ul{
	padding:0;
}
/*按钮*/
.mouse_man_box .mouse_man_block .mouse_man_btns{
	margin-top:-56px;
}
.mouse_man_box .mouse_man_block .mouse_man_btns .mouse_man_btn{
	text-align:center;
	width:402px;
	height:430px;
	background: url(../image/mouse_lantern.png) no-repeat center top;
	color:#fff;
	font-size:26px;
	padding-top:84px;
	
}
.mouse_man_box .mouse_man_block .mouse_man_btns .action{
	background: url(../image/mouse_lantern_hover.png) no-repeat center -80px;
	
}
.mouse_man_box .mouse_man_block .mouse_man_btns .mouse_man_btn:hover{
	background: url(../image/mouse_lantern_hover.png) no-repeat center -80px;
	/*transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;*/
}
.mouse_man_box .mouse_man_block .mouse_man_contains{
	position:relative;
	width:1208px;
	height:3000px;
}
.mouse_man_box .mouse_man_block .mouse_man_contains .mouse_man_contain{
	position:absolute;
	left:0 ;
	top:0;
}
.mouse_man_box .mouse_man_block .mouse_man_contains .mouse_man_contain .mouse_block_box .mouse_block_box_detail{
	display:block;
	width:302px;
	height:504px;
	background: url(../image/mouse_man_block.png) no-repeat left top;
	/*display:none;*/
	position:relative;
}
.mouse_man_box .mouse_man_block .mouse_man_contains .mouse_man_contain .mouse_block_box .mouse_block_box_detail .mouse_block_box_detail_img img:hover {
	/*-moz-transform: scaleX(-1);
  	-o-transform: scaleX(-1);  			
  	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
  	filter: FlipH;
  	-ms-filter: "FlipH";*/
}
.mouse_man_box .mouse_man_block .mouse_man_contains .mouse_man_contain .mouse_block_box .mouse_block_box_detail .mouse_block_box_detail_img img{
	border:6px solid #dcdcdc;
	margin:0 auto;
	margin-top:60px;
}
.mouse_man_box .mouse_man_block .mouse_man_contains .mouse_man_contain .mouse_block_box .mouse_block_box_detail .mouse_block_box_detail_within{
	width:83%;
	margin:0 auto;
}
.mouse_man_box .mouse_man_block .mouse_man_contains .mouse_man_contain .mouse_block_box .mouse_block_box_detail .mouse_block_box_detail_within .mouse_block_box_detail_img_words{
	margin-top:24px;
}
.mouse_man_box .mouse_man_block .mouse_man_contains .mouse_man_contain .mouse_block_box .mouse_block_box_detail .mouse_block_box_detail_img_words .mouse_block_box_detail_img_line{
	border-bottom:1px solid #fef4d1;
	margin:5px 0 10px 0;
}
 .mouse_man_box .mouse_man_block .mouse_man_contains .mouse_man_contain .mouse_block_box .mouse_block_box_detail .mouse_block_box_detail_img_words .mouse_block_box_detail_img_name p.f_left{
	font-size:14px;
	color:#b30505;
	line-height:32px;
}
.mouse_man_box .mouse_man_block .mouse_man_contains .mouse_man_contain .mouse_block_box .mouse_block_box_detail .mouse_block_box_detail_img_words .mouse_block_box_detail_img_name p.f_right{
	font-size:20px;
	color:#b30505;
	line-height:28px;
}
.mouse_man_box .mouse_man_block .mouse_man_contains .mouse_man_contain .mouse_block_box .mouse_block_box_detail .mouse_block_box_detail_img_words  .mouse_block_box_detail_img_speak{
	color:#fef4d1;
	font-size:14px;
	width:97%;
	margin:0 auto;
	text-align:justify;
	
}
.cover{ 
	display:block;
	width: 284px;
    height:486px;
    margin-top:3px;
    /* margin: 0 auto; */
    margin-left: 9px;
	background: rgba(233, 80, 89, 0.85);
	position: absolute; left: 0; top: 0; 
	text-align: center; 
	color: #ffffff; 
	transform-origin: right bottom; 
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	transform: rotate(90deg); 
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg);
	transition: all 0.35s; 
	-webkit-transition: all 0.35s; 
	-moz-transition: all 0.35s;
/*	display:none;*/
	transition: all 1s linear;
	margin-left:20px;
}
.mouse_block_box_detail{
	overflow:hidden;
}
.mouse_block_box_detail:hover .cover {
	 margin-left:9px;
	 display: block;
	 transform: rotate(0deg);
	 -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); 
	 transition: all 1s linear;
}
.cover img{ 
	display: block; 
	border-radius: 50%; 
	line-height: 30px; 
	margin:160px auto; 
	margin-bottom:10px;
}
.cover img{
	width:90px;
	border:4px solid #DCDCDC;
	border-radius: 50%;
	margin:0 auto;
	margin-top:120px;
   margin-bottom:20px;
}
.cover h4{
	color:#fff;
	font-size:22px;
	line-height:30px;
	margin:0;
}
.cover p{
	margin-top: 10px; 
	font-size: 16px;
	margin:0;
	line-height:30px;
	color:#fff;
}
/*底部版权信息*/
.common_foot_box{
	background: #3d4146;
	height:150px;
}
.common_foot_box .common_foot{
	padding:0;
	padding-top:48px;
}
.common_foot_box .common_foot .common_foot_logo img{
	width:150px;
	padding-right:40px;
	border-right:1px solid #d9d9d9;
}
.common_foot_box .common_foot .common_foot_logo{
	padding-left:148px;
}
.common_foot_box .common_foot .common_foot_right {
	padding-top: 7px;
    padding-left: 30px;
}
.common_foot_box .common_foot .common_foot_right .common_foot_right_link_list .common_foot_right_link_list_btn a,.common_foot_box .common_foot .common_foot_right .common_foot_right_link_list .common_foot_right_link_list_btn{
	color:#fff;
	font-size:14px;
	/*font-weight:lighter;*/
}
.common_foot_box .common_foot .common_foot_right .common_foot_right_link_list .common_foot_right_link_list_btn a{
	margin:0 6px;
	
}

.common_foot_box .common_foot .common_foot_right .common_foot_right_link_list .common_foot_right_link_list_btn a:hover{
	color:#2757c5;
	margin:0 6px;
}
.common_foot_box .common_foot .common_foot_right .common_foot_bottom{
	padding-top:8px;
	padding-left:6px;
}
.common_foot_box .common_foot .common_foot_right .common_foot_bottom span{
	color:#d9d9d9;
	font-size:14px;
	padding-right:6px;
	/*font-weight:lighter;*/
}