
a:hover{
	color: #c30101;
}
body{
	background: #fff;
	width: 100%;
	height: 100%;
}  
/*公共样式*/
.clear{
	clear:both;
}
.main{
	margin:0 auto;
	width: 1000px;
}
.fr{
	float: right;
}
.fl{
	float: left;
}
/*头部*/
.header_nav{
	width: 100%;
	height: 46px;
	background: #e6e6e6;
}
.header_nav .nav_left{
	font-size: 13px;
	color:#4e4e4e;
	margin-top:12px;
}
.header_nav ul{
	margin-top:12px;
}
.header_nav ul li{
	float: left;
	height: 19px;
	line-height: 19px;
	border-right:1px solid #696969;
}
.header_nav ul li.lastli{
	border-right:none;
}
.header_nav ul li a{
	display: inline-block;
	margin:0 8px;
	font-size:13px;
	color: #4e4e4e;
	height: 19px;
	line-height: 19px;
}
.header_nav ul li a:hover{
	color: #c30101;
}
.header_con{
	width: 100%;
	height: 146px;
}
.header_con .header_logo{
	margin-top: 38px;
}
.header_con .header_phone{
	margin-top: 40px;
}
.header_con .header_phone p{
	color: #222222;
}
.header_con .header_phone span{
	display: block;
	color: #c30101;
	font-size: 23px;
	font-weight: bold;
	width: 180px;
}
/*2、导航*/
.nav{
	width: 100%;
	height:55px;
	background:#c30101;
}
.nav ul{
	height:55px;
}
.nav li{
	float: left;
	height:55px;
}
.nav li a{
	color:#fff;
	font-size: 16px;
	padding: 0 28px;
	margin-top:17px;
	display: inline-block;
	height: 19px;
	line-height: 19px;
	border-right:1px solid #db6767;
}
.nav .lastli a{
	border-right:none;
}
.nav .on{
	background: #282828;
}
.nav li:hover{
	background: #282828;
	
}
/* 3、banner*/
#solid{
	width:100%;
	height:580px;
	clear:both;
	position:relative;
	overflow: hidden;
}
#solid .solid0,#solid .solid1,#solid .solid2{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:580px;
	display:none;
}
#solid .solid0{
	background:#78c4db;
}
#solid .solid1{
	background:#c5c9db;
}
#solid .solid2{
	background:#e7dfd1;
}
#solid ul{
	margin:0px;
	padding:0px;
	list-style:none;	
}
#solid ul li{
	position:absolute;
	left:50%;
	top:0px;
	width:1900px;
	height:580px;
	margin-left:-960px;
	display:none;
	cursor:pointer;
}
#solid ul li img{
	height:580px;
}
#solid #btt{
	width:1900px;
	height:55px;
	top:500px;
	left:50%;
	position:relative;
	margin-left:-960px;
}
#solid #btt span{
	position:absolute;
	top:30px;
	left:45%;
	color: #fff;
	display:block;
	width:25px;
	height:25px;
	margin:0 15px;	
	text-align:center;
	background:#3d3d3d;
	z-index:1000;
	cursor:pointer;
	filter:alpha(opacity=50); /*IE滤镜，透明度50%*/
	-moz-opacity:0.5; /*Firefox私有，透明度50%*/
	opacity:0.5;
}

/*广告语1*/
.wanju_ad1{
	background: #e1e1e1;
	width: 100%;
	height: 152px;
}
.wanju_ad1 .main{
	background: url(../img/ad1.jpg) no-repeat center;
	height: 152px;
}
.wanju_ad1 .ad1_left{
	margin:30px 0 0 17px;
}
.wanju_ad1 .ad1_left span{
	font-size: 24px;
}
.wanju_ad1 .ad1_left p{
	font-size: 26px;
	color: #c30101;
	font-weight:bold;
	margin-top: 5px;
}
.wanju_ad1 .ad1_middle{
	margin:20px 0 0 38px;
}
.wanju_ad1 .ad1_middle li{
	float: left;
	margin-right:6px; 
	font-size: 16px;
	color: #242424;
	font-weight: bold;
}
.wanju_ad1 .ad1_right{
	margin:18px 40px 0 0;
}
.wanju_ad1 .ad1_right .rexian{
	margin-right: 7px;
}
.wanju_ad1 .ad1_right .rexian span{
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
} 
.wanju_ad1 .ad1_right .rexian b{
	display: block;
	font-size: 20px;
	color: #222222;
	text-align: right;
}
.wanju_ad1 .ad1_right .rexian_logo{
	padding-top: 5px;
}
.wanju_ad1 .ad1_right .liaojie{
	width: 165px;
	height:32px;
	line-height: 32px;
	text-align: center;
	margin-top: 5px;
	background: url(../img/ad1_bj.png) no-repeat center;
}
.wanju_ad1 .ad1_right .liaojie a{
	cursor: pointer;
	color: #fff;
}
/*产品分类*/
.wanju_class{
	width: 100%;
	height: 854px;
	background: #e1e1e1;
}
.wanju_class .class_main{
	width: 239px;
	position: relative;
}
.wanju_class .class_main .class_top{
	width: 239px;
	height: 118px;
	text-align: center;
	background-color: #c30101;
}
.wanju_class .class_main .class_top h3{
	font-size: 24px;
	color: #fff;
	padding-top: 30px;
}
.wanju_class .class_main .class_top p{
	font-size: 13px;
	color: #fff;
}
.wanju_class .class_main .class_top span{
	font-size: 20px;
	color: #fff;
}
.wanju_class .class_main .class_middle .class_li{
	height: 31px;
	background: #fff;
	padding:8px 0 0 20px;
	border-bottom: 1px solid #ececec;
	line-height: 31px;
}
.wanju_class .class_li .middle_left span{
	font-size: 13px;
}
.wanju_class .class_li .middle_left img{
	float: right;
	margin-right:12px;
}
.wanju_class .class_li .middle_right{
	display: none;
	position: absolute;
	left: 255px;
	top: 0;
	width: 748px;
	height: 821px;
	background: #fff;
	border: 1px solid #d1d1d1;
}
.wanju_class .class_li .middle_right .tuijian{
	height: 49px;
	background: url(../img/tuijian.jpg) no-repeat 0 -1px;
}
.wanju_class .class_li .middle_right .tuijian span{
	display: inline-block;
	width: 158px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background: #c30101;
}
.wanju_class .class_li .middle_right .more{
	margin:15px 24px 0 0;
	cursor:pointer;
}
.wanju_class .class_li .middle_right ul{
	padding:5px 0 0 12px;
}
.wanju_class .class_li .middle_right li{
	float: left;
	text-align: center;
	margin:10px 11px 0 0;
}
.wanju_class .class_li .middle_right p{
	font-size: 13px;
	line-height: 30px;
	height: 25px;
}
.wanju_class .class_main .class_down{
	width: 239px;
	height: 90px;
	background: url(../img/class_down.jpg) no-repeat center;
}
.wanju_class .class_main .class_down span{
	font-size: 13px;
	color: #fff;
	display: inline-block;
	margin: 20px 0 0 50px;
}
.wanju_class .class_main .class_down p{
	font-size: 22px;
	color: #fff;
	margin-left:50px;
}
/*广告语2*/
.wanju_ad2 .wanju_ad1{
	background: #282828;
	padding-top:20px;
}
.wanju_ad2 .wanju_ad1 .main{
	background: url(../img/ad2.jpg) no-repeat;
}
/*成功案例*/
.wanju_anli{
	background: #fff;
	width: 100%;
	height: 269px;
}
.wanju_anli .main{
	height: 246px;
	border:1px solid #efefef;
	margin-top: 16px;
}
.wanju_anli .anli_top{
	height: 36px;
	border-bottom:1px solid #efefef;
	background-color:#f8f8f8;
}
.wanju_anli .anli_top h2{
	font-size: 16px;
	color: #c30101;
	font-weight: bold;
	margin:5px 0 0 19px;
	display: inline-block;
}
.wanju_anli .anli_top a{
	font-size: 13px;
	display: inline-block;
	float: right;
	margin:8px 10px 0 0;
}
.wanju_anli .anli_top a:hover{
	color: #c30101;
}
.wanju_anli .Div1{
	width:1000px;
	height:207px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
.wanju_anli .Div1_prev{
	padding:2px 10px 0 0;
}
.wanju_anli .Div1_next{
	padding:2px 0 0 0px;
}

.wanju_anli .Div1_main{
	padding-top:20px;
	height:207px;
	width:10000px;
	overflow:hidden;
	position:relative;
	z-index:1;
	padding-left: 25px;
}
.wanju_anli .Div1_main div{
	width:1000px;
	height:207px;
	float:left;
}
.wanju_anli .Div1_main div span{
	width:220px;
	height:157px;
	display:block;
	float:left;
	margin-left: 13px;
	transition: all 0.6s;
}
.wanju_anli .Div1_main div span:hover{  
    cursor: pointer; 
}  
.wanju_anli .Div1_main span img:hover{  
    border: 1px solid #ccc; 
}
.wanju_anli .Div1_main_span1:hover p{  
   color: #c30101;
}
.wanju_anli .Div1_main div span p{
	display:block;
	text-align: center;
}
.wanju_anli .Div1_main_a1{
	padding:4px 3px 4px 4px;
	margin-bottom:4px;
} 

.wanju_anli .Div1 .Div1_prev1 ,.Div1 .Div1_next1{
	display:block;
	width:13px;
	height:23px;
	position:absolute;
	cursor:pointer;
	z-index:2;
	top:102px;
}
.wanju_anli .Div1 .Div1_prev1:hover ,.Div1 .Div1_next1:hover{
	opacity:0.7;
	filter:alpha(opacity=70)
}
.wanju_anli .Div1 .Div1_prev1{
	left:8px;
}
.wanju_anli .Div1 .Div1_next1{
	right:8px;
}
/*为什么要选择宏源玩具*/
.wanju_youshi{
	width: 100%;
	height: 1430px;
	background: #e7e7e7;
}
.wanju_youshi .youshi_top{
	height: 140px;
	background: url(../img/youshi_top.jpg) no-repeat;
}
.wanju_youshi .top_left{
	float: left;
	margin: 30px 0 0 40px;
}
.wanju_youshi .top_left h3{
	font-size: 24px;
	color: #fff;
}
.wanju_youshi .top_left h4{
	font-size: 38px;
	font-weight: bold;
	color: #fff;
	margin-top: 16px;
}
.wanju_youshi .top_right{
	float: left;
	margin:25px 0 0 65px;
}
.wanju_youshi .top_right p{
	color: #fff;
	font-size: 12px;
}
.wanju_youshi .top_right span{
	color: #fff;
}
.wanju_youshi .top_right .span1{
	font-size: 18px;
	margin-right: 59px;
	display: inline-block;
}
.wanju_youshi .top_right .span2 b{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.wanju_youshi .top_right a{
	display: inline-block;
	margin-left: 5px;
	width:145px;
	height: 32px;
	line-height: 32px;
	text-align:center;
	font-size: 16px;
	color: #1e1e1e;
	background: url(../img/zixun.png) no-repeat; 
}
.wanju_youshi .top_right a:hover{
	color: #c30101；
}
.wanju_youshi .youshi_one{
	height: 311px;
	background: #f7f7f7;
	border-bottom: 3px solid #dedede;
}
.youshi_one .sanjiao{
	margin: 0 auto;
	width: 37px;
	height: 12px;
	background: url(../img/sanjiao.png) 0 -7px no-repeat;
}
.wanju_youshi .one_left{
	margin:40px 0 0 33px;
}
.wanju_youshi  .youshi_cont s{
	display: inline-block;
	font-size: 38px;
	vertical-align: bottom;
	color: #fff;
	width: 72px;
	height:81px;
	line-height: 81px;
	text-align: center;
	background: url(../img/shuzi.png) no-repeat center;
	text-decoration: none;
}
.wanju_youshi .youshi_cont span{
	display: inline-block;
	width: 300px;
	margin-left:20px;
	margin-bottom: 5px;
}
.wanju_youshi  .youshi_cont h3{
	font-size: 28px;
	color: #130111;
	font-weight: bold;
}
.wanju_youshi  .youshi_cont h4{
	font-size: 12px;
	color: #999999;
}
.wanju_youshi  .youshi_cont .youshi_p{
	margin-left: 97px;
}
.wanju_youshi  .youshi_cont .youshi_p div{
	margin-top: 5px;
}
.wanju_youshi  .youshi_cont .youshi_p b{
	display: inline-block;
	width:7px;
	height: 7px;
	margin:0 8px 2px 0;
	background: #c3c3c3; 
}
.wanju_youshi  .youshi_cont .youshi_p p{
	display: inline-block;
	color: #666;
	font-size: 14px;
	line-height: 25px;
}
.youshi_one .one_right{
	position: relative;
	width: 450px;
	height: 299px;
	margin-right: 40px;
}
.youshi_one .one_right img{
	display: inline-block;
	width: 255px;
	position: absolute;
}
.youshi_one .one_right .img1{
	top:93px;
	left: 0;
	z-index: 2;
}
.youshi_one .one_right .img2{
	top:13px;
	left: 190px;
	z-index: 1;
}
.wanju_youshi .youshi_two{
	height: 304px;
	background: #fff;
	border-bottom: 3px solid #dedede;
}
.youshi_two .two_left{
	margin: 29px 0 0 100px;
}
.youshi_two .two_right{
	margin: 48px 32px 0 0;
}
.wanju_youshi .youshi_three{
	height: 277px;
	background: #f7f7f7;
	border-bottom: 3px solid #dedede;
}
.youshi_three .three_left{
	margin: 49px 0 0 33px;
}
.youshi_three .three_left p{
	width: 290px;
}
.youshi_three .three_left .youshi_p b{
	margin-bottom: 25px;
}
.youshi_three .three_right{
	width: 461px;
	height: 229px;
	margin:24px 34px 0 0;
}
.youshi_three .three_right img{
	float: left;
	display: inline-block;
	margin: 1px;
}
.wanju_youshi .youshi_four{
	height: 346px;
	background: #fdfdfd;
	position: relative;
}
.youshi_four .four_left{
	position: absolute;
	left: 38px;
	top: 23px;
}
.youshi_four .four_right{
	position: absolute;
	left: 530px;
	top: 50px;
}
/*广告语3*/
.wanju_ad3 .wanju_ad1{
	background: #fff;
}
.wanju_ad3 .main{
	margin-top: 19px;
	background: url(../img/ad3.jpg) no-repeat 0 1px;
}
.wanju_ad3 .ad1_middle div{
	text-align: center;
}
.wanju_ad3 .ad1_middle b{
	font-size: 22px;
	font-weight: bold;
	color: #404040;
	margin:5px 150px 0 0;
}
/*企业合作伙伴*/
.wanju_hezuo{
	width: 100%;
	height: 262px;
}
.wanju_hezuo .hezuo_top{
	height: 36px;
	width: 1000px;
	margin-top: 20px;
	background: #fcfcfc;
	position: relative;
	border: 1px solid #e5e5e5;
}
.hezuo_top .top_left img{
	display: inline-block;
	position: absolute;
	top: -1px;
	left: 0;
}
.hezuo_top .top_left span{
	display: inline-block;
	margin: 5px 0 0 20px;
	font-size: 16px;
	font-weight: bold;
	color: #c30101;
}
.hezuo_top .top_right{
	margin: 5px 11px 0 0;
}
.hezuo_top .top_right a{
	font-size: 13px;
}
.hezuo_down ul{
	margin-top: 20px;
}
.hezuo_down ul li{
	float: left;
	text-align: center;
	margin-right: 15px;
}
.hezuo_down ul li p{
	text-align: center;
	line-height: 20px;
	margin-top: 10px;
}
.hezuo_down ul li.lastli{
	margin-right: 0;
}
/*公司简介*/
.wanju_jianjie{
	width: 100%;
	height: 400px;
	overflow: hidden;
	background: url(../img/jianjiebj.jpg) no-repeat;
}
.wanju_jianjie .Div2{
	width:520px;
	height:320px;
	margin:50px auto 0;
	overflow:hidden;
	position:relative;
}

.wanju_jianjie .Div2_main{
	padding-top:20px;
	padding-left: 65px;
	height:308px;
	width:10000px;
	overflow:hidden;
	position:relative;
	z-index:1;	
}
.wanju_jianjie .Div2_main div{
	width:520px;
	height:308px;
	float:left;
}
.wanju_jianjie .Div2_main div span{
	width:390px;
	height:308px;
	display:block;
	float:left;
	transition: all 0.6s;
}
.wanju_jianjie .Div2_main_span1:hover p{  
   color: #c30101;
}
.wanju_jianjie .Div2_main div span p{
	display:block;
	text-align: center;
}
.wanju_jianjie .Div2_main_a1{
	padding:4px 3px 4px 4px;
	margin-bottom:4px;
}
.wanju_jianjie .Div2 .Div2_prev1 ,.Div2 .Div2_next1{
	display:block;
	width:35px;
	height:62px;
	position:absolute;
	cursor:pointer;
	z-index:2;
	top:150px;
}
.wanju_jianjie .Div2 .Div2_prev1:hover ,.Div2 .Div2_next1:hover{
	opacity:0.7;
	filter:alpha(opacity=70)
}
.wanju_jianjie .Div2 .Div2_prev1{
	left:8px;
}
.wanju_jianjie .Div2 .Div2_next1{
	right:8px;
}
.wanju_jianjie .jianjie_right{
    width: 420px;
    margin:75px 10px 0 0;
}
.jianjie_right h2{
	font-size: 18px;
	color: #c30101;
	font-weight: bold;
}
.jianjie_right p{
	margin-top: 15px;
	font-size: 13px;
	line-height: 25px;
	text-indent: 20px;
}
.jianjie_right a{
	display: block;
	width: 100px;
	height: 22px;
	line-height: 22px;
	margin-top: 30px;
	border: 1px solid #c30101;
	text-align: center;
	font-size: 12px;
	color: #c30101;
}
/*荣誉资质*/
.wanju_honor{
	width: 100%;
	height: 380px;
}
.wanju_honor h2{
	padding-top: 37px;
	font-size: 24px;
	color: #222222;
	text-align: center; 
}
.wanju_honor h3{
	font-size: 16px;
	color: #444444;
	text-align: center; 
}
.wanju_honor span{
	display: block;
	width: 284px;
	height: 11px;
	margin: 5px auto 0;
	background: url(../img/honor.png);
}
.wanju_honor ul li{
	background: url(../img/zhizhaobj.jpg);
	float: left;
	width: 235px;
	height: 185px;
	padding-top: 13px;
	text-align: center;
	margin: 32px 15px 0 0;
}
.wanju_honor ul li.lastli{
	margin-right: 0;
}
.wanju_honor ul li p{
	margin-top: 15px;
	font-size: 13px;
}
/*广告语4*/
.wanju_ad4 .wanju_ad1{
	background: #282828;
	padding-top: 20px;
}
.wanju_ad4 .main{
	background: url(../img/ad2.jpg) no-repeat;
}
.wanju_ad4 .ad1_left{
	margin: 20px 0 0 25px;
}
.wanju_ad4 .ad1_middle{
	margin-left: 58px;
}
.ad1_middle h3{
	font-size: 26px;
	color: #161616;
	font-weight: bold;
}
.ad1_middle h3 s{
	font-size: 26px;
	color: #c30101;
	font-weight: bold;
	text-decoration: none;
}
.ad1_middle b{
	font-size: 18px;
	color: #454545;
	float: right;
	display: block;
	margin-top: 15px;
}
/*公司新闻 */

.inf{
	height:400px; 
	padding:40px 0 20px 0;
	overflow:hidden;
	background: url(../img/new_bj.jpg);
}
.inf1{
	width:300px; 
	overflow:hidden;
	padding:0 38px 0 0;
	background:url(../img/info_sd2.png) 310px 10px no-repeat;
}
.inf1_c dl{
	padding:14px 0 0;
	width:300px;
	height:106px;
	overflow:hidden;
}
.inf1_c dt{
	overflow:hidden; 
	float:left;
	height:96px;
	padding:0 0 11px;
	background:url(../img/info_sd.gif) center bottom no-repeat;
}
.inf1_c dt img{
	width:126px;
	height:92px; 
	overflow:hidden;
	padding:2px; 
	background:#fff;
}
.inf1_c dd{ 
	float:right;
	width:160px; 
	overflow:hidden;
}
.inf1_c dd h4{
	padding:2px 0 4px;
}
.inf1_c dd a{
	 color:#303030;
	 font-size:12px;
	 font-weight: bold;
}
.inf1_c dd a:hover{
	color:#333; 
}
.inf1_c dd p{
	font-size:12px; 
	color:#666; 
	line-height:24px;
	height:55px;
	padding:0 0 0; 
	text-align:justify;
}
.inf1_c span a{ 
	color:#f5710b; 
	font-size:12px; 
}
.inf1_c span a:hover{
	color:#f5710b;
	 }
.inf1_c ul{
 clear:both;
}
.inf1_c li{ 
	line-height:34px;
	padding:0 0 0 14px; 
	border-bottom:1px #9f9f9f dotted;
	background:url(../img/info_ic.gif) left 14px no-repeat;
	overflow:hidden;
	height:34px;
}
.inf1_c li a{
	font-size: 12px;
}
.inf1_c .last{
 	border:none;
}
.inf1_c li span{
	 float:right; 
	 font-size:12px;
	 display: inline-block;
	 margin-top: 6px;
}

.inf2{
	width:280px; 
	overflow:hidden;
}
.inf2_c{
	padding:1px 0 0 12px; 
	line-height:24px; 
	color:#666;
} 
.inf2_c dt,.inf2_c dd{
	padding:0 0 0 28px;
}
.inf2_c dl{
	padding:16px 0 15px 0; 
	border-bottom:1px #c4c4c4 dashed;
}
.inf2_c dt{
	background:url(../img/que.gif) 2px 5px no-repeat;
	margin:0 0 6px;
}
.inf2_c dd{
	background:url(../img/ans.gif) 2px 5px no-repeat;
}
.inf2_c a{
 color:#333;
}
.inf2_c a:hover{
 color:#333;
}
.inf2_c .last{
 border:none;
}
.abt{
	padding:15px 0 0;
	height:320px; 
	overflow:hidden;
	background:url(../img/abt_sd2.gif) 720px 15px no-repeat;
}
.abt_tp{
	background:url(../img/abt_tp_ic.png) left bottom no-repeat;
	height:43px; 
	line-height:37px;
	overflow:hidden;
}
.abt_tp h3{
 float:left;
 margin:0 6px 0 0;
}
.abt_tp h3 a{
	font-size:18px;
	color:#000; 
	font-weight:100;
}
.abt_tp h3 a:hover{
 	color:#000;
}
.abt_tp span{
 	font-size:12px; 
 	font-family:Didot; 
 	text-transform:uppercase; 
 	color:#bfbfbf;
 }
.abt_tp .fr{
	font-size:12px;
	color:#626262; 
	font-family:Arial;
	text-transform:uppercase;
}
.abt_tp .fr:hover{ 
	color:#626262;
}
.abt_lf{
	width:700px; 
	overflow:hidden;
}
.abt_l_c dl{
	padding:14px 0 0;
	width:700px;
	overflow:hidden;
}
.abt_l_c dt{
	overflow:hidden; 
	float:left;
	height:230px;
	padding:0 0 14px;
	background:url(../img/abt_sd.gif) center bottom no-repeat;
}
.abt_l_c dt img{
	width:280px;
	height:230px; 
	overflow:hidden;
	padding:1px; 
	}
.abt_l_c dd{ 
	float:right;
	width:400px; 
	overflow:hidden;
}
.abt_l_c dd h4{
	padding:2px 0 4px;
}
.abt_l_c dd a{ 
	color:#333;
	font-size:14px;
}
.abt_l_c dd a:hover{
	color:#333; 
}
.abt_l_c dd p{
	font-size:12px; 
	color:#333; 
	line-height:25px;
	height:185px;
	padding:4px 0 0; 
	text-align:justify;
}
.abt_l_c span a{ 
	color:#f5710b; 
	font-size:12px;
}
.abt_l_c span a:hover{
	color:#f5710b; 
}
.abt_rt{
	width:215px; 
	overflow:hidden;
}
.abt_r_c ul{
	padding:11px 0 0;
}
.abt_r_c li{ 
	float:left;
	margin:0 7px;
	display:inline;
	overflow:hidden;
	width:180px;
	text-align:center
}
.abt_r_c li a img{
	width:180px;
	height:220px; 
	overflow:hidden; 
	display:block;
}
.abt_r_c span{ 
	line-height:28px; 
	display:block;
}
.abt_r_c .to_l,.abt_r_c .to_r{
	margin-top:100px;
}
/*宏源产品的定制流程*/

.wanju_fwlc {
	height: 275px;
	padding-top:45px;
}
.wanju_fwlc .title{
	text-align: center;
}
.wanju_fwlc .title s{
	display: inline-block;
	width: 330px;
	height: 1px;
	margin-bottom: 8px;
	background: #e3e3e3;
}
.wanju_fwlc .title h2{
	margin: 0 5px;
	font-size: 28px;
	color: #c30101;
	display: inline-block;
}
.wanju_fwlc h3{
	font-size: 12px;
	color: #999999;
	text-align: center;
}
.wanju_fwlc ul{
	margin-top: 20px;
}
.wanju_fwlc li{
	float: left;
	text-align: center;
}
.wanju_fwlc li .fwmg{
	display: inline-block;
	width: 89px;
	height: 89px;
}
.wanju_fwlc li .fwmg p{
	width: 63px;
	margin: 100px auto 0;
	color: #222222;
	font-size: 12px;
}
.wanju_fwlc .li1 .fwmg{
	background: url(../img/liuc1.png) no-repeat -89px center;
}
.wanju_fwlc .li2 .fwmg{
	background: url(../img/liuc2.png) no-repeat -89px center;
}
.wanju_fwlc .li3 .fwmg{
	background: url(../img/liuc3.png) no-repeat -89px center;
}
.wanju_fwlc .li4 .fwmg{
	background: url(../img/liuc4.png) no-repeat -89px center;
}
.wanju_fwlc .li5 .fwmg{
	background: url(../img/liuc5.png) no-repeat -89px center;
}
.wanju_fwlc .li6 .fwmg{
	background: url(../img/liuc6.png) no-repeat -89px center;
}
.wanju_fwlc .li7 .fwmg{
	background: url(../img/liuc7.png) no-repeat -89px center;
}
.wanju_fwlc .li8 .fwmg{
	background: url(../img/liuc8.png) no-repeat -89px center;
}
.wanju_fwlc .li9 .fwmg{
	background: url(../img/liuc9.png) no-repeat -89px center;
}
.wanju_fwlc li .fwmg:hover{
	background-position: left;
}
.wanju_fwlc li .fwmg2{
	display: inline-block;
	height: 89px;
	line-height: 89px;
	vertical-align: top;
	margin: 0 5px;
}
/*友情链接*/
.wanju_link{
	width: 100%;
	background: #ececec;
	height: 88px;
	padding-top: 22px;
}	
.wanju_link h3{
	font-size: 16px;
	color: #616161;
	margin-bottom: 17px;
}
.wanju_link .link a{
	color: #222222;
	display: inline-block;
	margin-right: 45px
}
.wanju_link .link a:hover{
	color: #c30101;
}
/*底部*/
.footer .footer_nav{
	height: 58px;
	background: #656565;
}
.footer .footer_nav ul{
	width: 1000px;
	margin: 0 auto;
}
.footer .footer_nav ul li{
	float:left;
	height: 58px;
	line-height: 58px;
}
.footer_nav ul li a{
	color: #fff;
	height: 15px;
	line-height: 15px;
	padding:0 20px;
	display: inline-block;
	border-right: 1px solid #fff;
}
.footer .footer_contact{
	height: 198px;
}
.footer_contact .contact_left{
	margin-top: 37px;
}
.contact_left .logo{
	display: inline-block;
	vertical-align: top;
	margin: 30px 10px 0 0;
}
.contact_left .yy{
	height: 120px;
	width: 12px;
	display: inline-block;
}
.contact_middle{
	margin: 37px 0 0 20px;
}
.contact_right ul li{
	float:left;
	width: 91px;
	text-align: center;
	margin:40px 17px 0 0;
}