.logo>a img:nth-of-type(2){
	width: 400px !important;
}
.accomplish:after{
	position: absolute;
	display: block;
	content: "完成";
	width: 40px;
	top:6px;
	right:0;
	font-size: 18px;
	font-weight: bold;
	color: #84b3f9;
	
}

.lian{
    text-align: left;
    font-size: 16px;
    line-height: 32px;
    color: #444;
    margin: 0;
}
.lian a{
	color: #444;
}
.dgg_header li>a{
	text-decoration: none !important;
}
.dgg_header li>a:hover{
	color:#666;
}

.none{
	display: none !important;
}
#load.blockBox #popUpBox{
	display: block;
}
.zz_ul_1{
	overflow: hidden;
	padding-top: 30px;
}
.zz_ul_1 li{
	float: left;
	width: 25%;
	text-align: center;
}
.zz_ul_1 li div{
	cursor: pointer;
	width: 134px;
	height: 134px;
	border: 1px solid #eee;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 10px;
	position: relative;
	top:0;
	transition: all 0.5s;
}
.zz_ul_1 li:hover div{
	top:-10px;
}
.zz_ul_1 li:hover div{
	box-shadow: 0 0 20px #fe8838;
	-webkit-box-shadow: 0 0 20px #fe8838;
}
.zz_ul_1 li:nth-of-type(2):hover div{
	box-shadow: 0 0 20px #3ac6e9;
	-webkit-box-shadow: 0 0 20px #3ac6e9;
}
.zz_ul_1 li:nth-of-type(3):hover div{
	box-shadow: 0 0 20px #f44c86;
	-webkit-box-shadow: 0 0 20px #f44c86;
}
.zz_ul_1 li:nth-of-type(4):hover div{
	box-shadow: 0 0 20px #5b75fb;
	-webkit-box-shadow: 0 0 20px #5b75fb;
}

.zz_ul_1 li div img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.zz_ul_1 li p{
	font-size:16px;
	line-height: 30px;
}
.zz_ul_1 li span{
	font-size:14px;
	line-height: 30px;
}
.zz_ul_2{
	margin-bottom: 30px;
}
.zz_ul_2 li{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 45%;
	margin-bottom: 30px;
	border:35px solid #44a4fd;
	height: 250px;
	position: relative;
	font-size:30px;
	transition: all 0.5s;
}
.zz_ul_2 li:nth-of-type(1),.zz_ul_2 li:nth-of-type(3){
	margin-left: 3.4%;
	float: left;
}
.zz_ul_2 li:nth-of-type(2),.zz_ul_2 li:nth-of-type(4){
	float: right;
	margin-right: 3.4%;
}
.zz_ul_2 li div{
	font-size:0;
	position: relative;
	display: inline-block;
	top:8px;
	left:30px;
	width: 116px;
	height: 120px;
	transition: all 0.8s;
	-webkit-animation:move3 3s infinite linear ;
    animation:move3 3s infinite linear;
}
@keyframes move3{
	0%{
		top:30px;
	}
	50%{
		top:8px;
	}
	100%{
		top:30px;
	}
}

.zz_ul_2 li div img{
	width: 100%;
	height: 100%;
}
.zz_ul_2 li span{
	position: absolute;
	left:159px;
	top:8px;
	transition: all 0.8s;
}
.zz_ul_2 li i{
	position: absolute;
	left:325px;
	bottom:8px;
	color: #ff5c01;
	transition: all 0.8s;
}

.zz_ul_2 li:nth-of-type(4) i{
	left:190px;
}
.zz_ul_2 li:hover{
	box-shadow: 0 0 15px #44a4fd;
}
.zz_ul_2 li:hover i{
	left:17px;
}
.zz_ul_2 li:hover div{
	left:150px;
	transform: scale(0.85);
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-o-transform: scale(0.85);
	-ms-transform: scale(0.85);
}

.zz_ul_2 li:hover span{
	left:325px;
}



#popUpBox{
	position: fixed;
	left:0;
	top:0;
	bottom: 0;
	right: 0;
	width: 500px;
	height: 375px;
	margin: auto;
	z-index: 2147483748;
}
#popUpBox img{
	width: 100%;
	height: 100%;
}
#popUpBox div{
	position: absolute;
	right: 10px;
	top: 0;
	width: 20px;
	padding: 5px;
	border-radius: 50%;
	height: 20px;
	font-size: 0;
	cursor: pointer;
	background: url(../images/coles_white.png) no-repeat #5eb6fe center center;
}
#popUpBox span{
	position: absolute;
	left:138px;
	bottom: 73px;
	display: block;
	width: 200px;
	height: 49px;
	border-radius: 20px;
	cursor: pointer;
}

.detailImg{
	width: 600px !important;
	height: 342px !important;
}

.ter-box.box-bg{
	background:#f1f2f3;
}
.ter-box .ter-tit{
	width: 100%;
	margin-bottom: 25px;
	text-align: center;
}
.ter-tit strong{
	font-size: 30px;
	color: #333;
	line-height: 1;
}
.ter-tit p{
	font-size: 18px;
	color: #333;
}
.ter-tit .sm-dgg{
	font-size: 16px;
	color: #333;
	text-indent: 2rem;
	margin-top: 15px;
}

.lence-list3.lence-list{
	text-align: center;
	padding: 40px 0 30px;
	overflow: hidden;
}
.lence-list3.lence-list li{
	display: inline-block;
	text-align: center;
	margin: 0 80px;
}
.lence-list3.lence-list li .lence-img{
	width: 100%;
	text-align: center;
}
.lence-list3.lence-list li em{
   width: 20px;
   height: 20px;
   border-radius: 50%;
   text-align: center;
   line-height: 20px;
   color: white;
   font-size: 14px;
   background: #ff8300;
   margin-right: 5px;
}
.lence-list3.lence-list li .lence-txt{
	padding: 15px 10px 10px 0;
	border-bottom: 2px solid #ff8300;
	color: #333;
	text-align: left;
	font-size: 18px;
	*font-size: 16px;
}
.lence-list3.lence-list li:hover .lence-txt{
	color: #ff8300;
}
.lence-list3.lence-list li:first-child{
	/*margin-right:58px;*/
}
.lence-list3.lence-list li:last-child{
	margin-right: 0;
}

.content_title{width: 1200px;height: 152px;box-sizing:border-box;padding: 70px 0 50px 0}
.content_title h2{text-align: center;font-size: 32px;height: 32px;line-height: 32px;color: #444;font-weight: normal;}

.con_5.con_5_10{width: 100%;height: 490px;background: #fff;}
.con_5.con_5_10 .con_5_con{width: 1200px;height: 490px;margin: 0 auto;}
.con_5.con_5_10 .con_5_con ul{width: 1200px;height: 215px;}
.con_5.con_5_10 .dljz_cl ul{width:725px;margin:0 auto;
}
.con_5.con_5_10 .con_5_con ul li{
	width: 224px;height: 215px;
	cursor: pointer;
	background: #fff;
	float: left;
	box-sizing:border-box;
	padding: 20px 15px;
	margin-right: 20px;
	box-shadow: 0 0 10px #eee;
	border-radius: 4px;
}
.con_5.con_5_10 .con_5_con ul li:hover{
	box-shadow: 0 0 10px #84b3f9;
	background:rgba(132,179,249,0.6);
}
.con_5.con_5_10 .con_5_con ul li:hover p{
	color: #fff;
}
.con_5.con_5_10 .con_5_con ul li:nth-last-child(1){
	margin-right: 0;
}
.con_5.con_5_10 .con_5_con ul li .imgs{
		width: 100px;height: 100px;border-radius: 50%;margin: 0 auto;position: relative; text-align: center; border: 2px solid #fff;
		transition: all 0.8s;
		background: url(../images/zj.png) no-repeat #5eb6fe center center;
}

.con_5.con_5_10 .con_5_con ul li:nth-of-type(2) .imgs{
	background-image: url(../images/dz.png);
}
.con_5.con_5_10 .con_5_con ul li:nth-of-type(3) .imgs{
	background-image: url(../images/name.png);
}
.con_5.con_5_10 .con_5_con ul li:nth-of-type(4) .imgs{
	background-image: url(../images/jine.png);
}
.con_5.con_5_10 .con_5_con ul li:nth-of-type(5) .imgs{
	background-image: url(../images/content_con_5_5.png);
}
.con_5.con_5_10 .con_5_con ul li#dz_imgs .imgs{
	background-image: url(../images/dz.png);
}
.con_5.con_5_10 .con_5_con ul li#jineImgs .imgs{
	background-image: url(../images/jine.png);
}
.con_5.con_5_10 .con_5_con ul li:hover .imgs{
	border-color: #5eb6fe;
}

.con_5.con_5_10 .con_5_con ul li:nth-of-type(1):hover .imgs{
	background: url(../images/zja.png) no-repeat #fff center center;
}
.con_5.con_5_10 .con_5_con ul li:nth-of-type(2):hover .imgs{
	background: url(../images/dza.png) no-repeat #fff center center;
}
.con_5.con_5_10 .con_5_con ul li#dz_imgs:hover .imgs{
	background: url(../images/dza.png) no-repeat #fff center center;
}
.con_5.con_5_10 .con_5_con ul li#jineImgs:hover .imgs{
	background-image: url(../images/jinea.png);
}
.con_5.con_5_10 .con_5_con ul li:nth-of-type(3):hover .imgs{
	background: url(../images/namea.png) no-repeat #fff center center;
}
.con_5.con_5_10 .con_5_con ul li:nth-of-type(4):hover .imgs{
	background: url(../images/jinea.png) no-repeat #fff center center;
}
.con_5.con_5_10 .con_5_con ul li:nth-of-type(5):hover .imgs{
	background: url(../images/content_con_5_5a.png) no-repeat #fff center center;
}


/*公司变更详情页*/
.con_5.con_5_10 .con_5_con ul.registerImgs li:nth-of-type(2) .imgs,
.con_5.con_5_10 .con_5_con ul.zscqImgs li:nth-of-type(3) .imgs{
	background-image: url(../images/wts1.png);
}

.con_5.con_5_10 .con_5_con ul.registerImgs li:nth-of-type(3) .imgs,
.con_5.con_5_10 .con_5_con ul li#yyzz .imgs,
.con_5.con_5_10 .con_5_con ul.zscqImgs li:nth-of-type(2) .imgs
{
	background-image: url(../images/yyzz1.png);
}


.con_5.con_5_10 .con_5_con ul.registerImgs li:nth-of-type(4) .imgs,
.con_5.con_5_10 .con_5_con ul li#gzImgs .imgs{
	background-image: url(../images/gz1.png);
}
.con_5.con_5_10 .con_5_con ul.registerImgs li:nth-of-type(2):hover .imgs,
.con_5.con_5_10 .con_5_con ul.zscqImgs li:nth-of-type(3):hover .imgs{
	background: url(../images/wts1a.png) no-repeat #fff center center;
}
.con_5.con_5_10 .con_5_con ul.registerImgs li:nth-of-type(3):hover .imgs,
.con_5.con_5_10 .con_5_con ul li#yyzz:hover .imgs,
.con_5.con_5_10 .con_5_con ul.zscqImgs li:nth-of-type(2):hover .imgs{
	background: url(../images/yyzz1a.png) no-repeat #fff center center;
}
.con_5.con_5_10 .con_5_con ul.registerImgs li:nth-of-type(4):hover .imgs,
.con_5.con_5_10 .con_5_con ul li#gzImgs:hover .imgs{
	background: url(../images/gz1a.png) no-repeat #fff center center;
}
/*jjbsImgs记账报税*/
.con_5.con_5_10 .con_5_con ul.jjbsImgs li{
	margin-left: 76px !important;
	margin-right: 100px !important;
}
.con_5.con_5_10 .con_5_con ul.jjbsImgs li:nth-of-type(1) .imgs{
	background-image: url(../images/zs.png);
}
.con_5.con_5_10 .con_5_con ul.jjbsImgs li:nth-of-type(1):hover .imgs{
	background-image: url(../images/zsa.png);
}
.con_5.con_5_10 .con_5_con ul.jjbsImgs li:nth-of-type(3) .imgs,
.con_5.con_5_10 .con_5_con ul.zscqImgs li:nth-of-type(5) .imgs{
	background-image: url(../images/cl.png);
}
.con_5.con_5_10 .con_5_con ul.jjbsImgs li:nth-of-type(3):hover .imgs,
.con_5.con_5_10 .con_5_con ul.zscqImgs li:nth-of-type(5):hover .imgs{
	background-image: url(../images/cla.png);
}
.con_5.con_5_10 .con_5_con ul.zscqImgs li:nth-of-type(4) .imgs{
	background-image: url(../images/sp.png);
}
.con_5.con_5_10 .con_5_con ul.zscqImgs li:nth-of-type(4):hover .imgs{
	background-image: url(../images/spa.png);
}

/*知识产权 - 商标周边图标*/
.con_5.con_5_10 .con_5_con ul.sbzbImgs li:nth-of-type(1) .imgs,
.con_5.con_5_10 .con_5_con ul.sbzbImgs li:nth-of-type(3) .imgs{
	background-image: url(../images/zs.png);
}
.con_5.con_5_10 .con_5_con ul.sbzbImgs li:nth-of-type(2) .imgs{
	background-image: url(../images/gz1.png);
}
.con_5.con_5_10 .con_5_con ul.sbzbImgs li:nth-of-type(4) .imgs{
	background-image: url(../images/mulu.png);
}
.con_5.con_5_10 .con_5_con ul.sbzbImgs li:nth-of-type(5) .imgs{
	background-image: url(../images/yj.png);
}
.con_5.con_5_10 .con_5_con ul.sbzbImgs li:nth-of-type(1):hover .imgs,
.con_5.con_5_10 .con_5_con ul.sbzbImgs li:nth-of-type(3):hover .imgs{
	background-image: url(../images/zsa.png);
}
.con_5.con_5_10 .con_5_con ul.sbzbImgs li:nth-of-type(2):hover .imgs{
	background-image: url(../images/gz1a.png);
}
.con_5.con_5_10 .con_5_con ul.sbzbImgs li:nth-of-type(4):hover .imgs{
	background-image: url(../images/mulua.png);
}
.con_5.con_5_10 .con_5_con ul.sbzbImgs li:nth-of-type(5):hover .imgs{
	background-image: url(../images/yja.png);
}






#cjzimgs .imgs{
	background: url(../images/cjz.png) no-repeat #5eb6fe center center !important;
}
#cjzimgs:hover .imgs{
	background: url(../images/cjza.png) no-repeat #fff center center !important;
}
#climgs .imgs{
	background: url(../images/cl.png) no-repeat #5eb6fe center center !important;
}
#climgs:hover .imgs{
	background: url(../images/cla.png) no-repeat #fff center center !important;
}
#djbimgs .imgs{
	background: url(../images/djb.png) no-repeat #5eb6fe center center !important;
}
#djbimgs:hover .imgs{
	background: url(../images/djba.png) no-repeat #fff center center !important;
}
#fyjimgs .imgs,.fyjimgs .imgs{
	background: url(../images/fyj.png) no-repeat #5eb6fe center center !important;
}
#fyjimgs:hover .imgs,.fyjimgs:hover .imgs{
	background: url(../images/fyja.png) no-repeat #fff center center !important;
}
#hetongimgs .imgs{
	background: url(../images/hetong.png) no-repeat #5eb6fe center center !important;
}
#hetongimgs:hover .imgs{
	background: url(../images/hetonga.png) no-repeat #fff center center !important;
}
#sbbimgs .imgs{
	background: url(../images/sbb.png) no-repeat #5eb6fe center center !important;
}
#sbbimgs:hover .imgs{
	background: url(../images/sbba.png) no-repeat #fff center center !important;
}
#yysimgs .imgs{
	background: url(../images/yys.png) no-repeat #5eb6fe center center !important;
}
#yysimgs:hover .imgs{
	background: url(../images/yysa.png) no-repeat #fff center center !important;
}
#zpimgs .imgs{
	background: url(../images/zp.png) no-repeat #5eb6fe center center !important;
}
#zpimgs:hover .imgs{
	background: url(../images/zpa.png) no-repeat #fff center center !important;
}

#yyzzimgs .imgs{
	background: url(../images/yyzz1.png) no-repeat #5eb6fe center center !important;
}
#yyzzimgs:hover .imgs{
	background: url(../images/yyzz1a.png) no-repeat #fff center center !important;
}
#wtsimgs .imgs{
	background: url(../images/wts1.png) no-repeat #5eb6fe center center !important;
}
#wtsimgs:hover .imgs{
	background: url(../images/wts1a.png) no-repeat #fff center center !important;
}
#yysimgs .imgs{
	background: url(../images/yys.png) no-repeat #5eb6fe center center !important;
}
#yysimgs:hover .imgs{
	background: url(../images/yysa.png) no-repeat #fff center center !important;
}

#zpimgs .imgs{
	background: url(../images/zp.png) no-repeat #5eb6fe center center !important;
}
#zpimgs:hover .imgs{
	background: url(../images/zpa.png) no-repeat #fff center center !important;
}


#hetongimgs .imgs{
	background: url(../images/hetong.png) no-repeat #5eb6fe center center !important;
}
#hetongimgs:hover .imgs{
	background: url(../images/hetonga.png) no-repeat #fff center center !important;
}

#cjzimgs .imgs{
	background: url(../images/cjz.png) no-repeat #5eb6fe center center !important;
}
#cjzimgs:hover .imgs{
	background: url(../images/cjza.png) no-repeat #fff center center !important;
}

.gszximgs li:nth-of-type(1) .imgs{
	background: url(../images/zw.png) no-repeat #5eb6fe center center !important;
}
.gszximgs li:nth-of-type(1):hover .imgs{
	background: url(../images/zwa.png) no-repeat #fff center center !important;
}
.gszximgs li:nth-of-type(2) .imgs{
	background: url(../images/baogao.png) no-repeat #5eb6fe center center !important;
}
.gszximgs li:nth-of-type(2):hover .imgs{
	background: url(../images/baogaoa.png) no-repeat #fff center center !important;
}
.gszximgs li:nth-of-type(3) .imgs{
	background: url(../images/shuik.png) no-repeat #5eb6fe center center !important;
}
.gszximgs li:nth-of-type(3):hover .imgs{
	background: url(../images/shuika.png) no-repeat #fff center center !important;
}
.gszximgs li:nth-of-type(4) .imgs{
	background: url(../images/fapiao.png) no-repeat #5eb6fe center center !important;
}
.gszximgs li:nth-of-type(4):hover .imgs{
	background: url(../images/fapiaoa.png) no-repeat #fff center center !important;
}
.gszximgs li:nth-of-type(5) .imgs{
	background: url(../images/gz1.png) no-repeat #5eb6fe center center !important;
}
.gszximgs li:nth-of-type(5):hover .imgs{
	background: url(../images/gz1a.png) no-repeat #fff center center !important;
}





.con_5.con_5_10 .con_5_con ul li p{font-size: 16px;color: #444;text-align: center;width: 100%;line-height: 26px;margin-top: 20px;font-size:13.5px;}
.con_5.con_5_10 .con_5_con a{display: block;margin: 0 auto;margin-top: 30px;width: 220px;height: 54px;box-sizing:border-box;border-radius: 27px;border: 1px solid #2f7dd0;font-size:22px;line-height: 54px;color: #2f7dd0;text-align: center;transition:200ms all ease-in-out;behavior: url(PIE.htc);position: relative;cursor:pointer;}
.con_5.con_5_10 .con_5_con a:hover{background: #2f7dd0;color: #fff;}

.con_6.con_6_10{width: 100%;height: 615px;background: #f8f8f8;}
.con_6.con_6_10 .con_6_con{width: 1200px;height: 615px;margin: 0 auto;}
.con_6.con_6_10 .con_6_con ul{width: 1200px;height: 395px;}
.con_6.con_6_10 .con_6_con ul li{width: 360px;height: 395px;background: #fff;margin: 0 20px;float: left;
transition:all 0.5s;
}
.con_6.con_6_10 .con_6_con ul li .imgs{width: 320px;height: 320px;margin: 20px 20px 0 20px;}
.con_6.con_6_10 .con_6_con ul li p{width: 320px;height: 55px;line-height: 55px;margin: 0 20px;font-size: 18px;color: #444;text-align: center;}
.con_6.con_6_10 .con_6_con ul li:hover{
	box-shadow: 0 0 20px #666;
}



.con_7.con_7a{width: 100%;height: 750px;background: #fff;}
.con_7.con_7a .con_7_con{width: 1200px;height: 750px;margin: 0 auto;}
.con_7.con_7a .con_7_con ul{width: 1200px;height: 530px;}
.con_7.con_7a .con_7_con ul li{width:380px;height: 250px;float: left;margin-right: 30px;margin-bottom: 30px;overflow: hidden;}
.con_7.con_7a .con_7_con ul li.mr0{margin-right: 0;}

.con_8{width: 100%;height: 470px;background: #f8f8f8;}
.con_8_con{width: 1200px;height: 470px;margin: 0 auto;}
.con_8_con ul{width: 1200px;height: 250px;}
.con_8_con ul li{
	width:220px;height: 250px;background: #fff;margin-right: 25px;float: left;
	position: relative;
	transition: all 0.3s;
	top:0;
}
.con_8_con ul li:hover{box-shadow: 0px 10px 20px #eee;
top:-10px;
}
.con_8_con ul li.mr0{margin-right: 0;}
.con_8_con ul li .imgs{width:95px;height: 95px;margin: 0 auto;margin-top: 30px;transition:200ms all ease-in-out;box-sizing:border-box;position: relative;behavior: url(PIE.htc);}
.con_8_con ul li .imgs .no_1{position: absolute;top: 0;left: 0;opacity: 1;transition:200ms all ease-in-out;filter:alpha(opacity=100);}
.con_8_con ul li .imgs .no_2{position: absolute;top: 0;left: 0;opacity: 0;transition:200ms all ease-in-out;filter:alpha(opacity=0);}
.con_8_con ul li:hover .imgs{background: #2f7dd0;}
/*.con_8_con ul li:hover .imgs .no_1{opacity: 0;filter:alpha(opacity=0);}
.con_8_con ul li:hover .imgs .no_2{opacity: 1;filter:alpha(opacity=100);}*/

.con_8_con ul li h6{text-align: center;font-weight: normal;font-size: 18px;height: 18px;line-height: 18px;color: #444;margin-top: 20px;}
.con_8_con ul li a.zx{display: block;margin: 0 auto;margin-top: 20px;width: 160px;height: 36px;box-sizing:border-box;background:#2f7dd0;font-size:12px;line-height: 36px;color: #fff;text-align: center;}
.con_8_con ul li a.zx1{
	display:none;
}

.con_9{width: 100%;height: 585px;background: url(../images/con_9_bg.png) #bbb no-repeat center center;min-width: 1180px;}
.con_9_con{width: 1180px;height: 585px;margin: 0 auto;}
.con_9_con .content_title{width: 1180px;}
.con_9_con .content_title h2{color: #fff;}
.con_9_con ul{width: 1180px;height:270px;}
.con_9_con ul li{
	cursor: pointer;
	width:320px;height: 270px;background: #fff;float: left;margin: 0 36px;box-sizing:border-box;padding: 0 30px;border-radius: 8px;position: relative;top:0;
	transition: all 0.5s;
}
.con_9_con ul li:hover{
	box-shadow: 0 0 15px #84b3f9;
	top:-10px;
	background: #84b3f9;
}
.con_9_con ul li:hover h6{
	color:#fff;
}
.con_9_con ul li:hover p{
	color:#fff;
}

.con_9_con ul li .imgs{width:80px;height: 80px;margin:0 auto;margin-top: 30px;}
.con_9_con ul li h6{text-align: center;font-weight: normal;font-size: 18px;height: 18px;line-height: 18px;color: #444;margin-top: 20px;}
.con_9_con ul li p{margin-top: 15px;font-size: 14px;line-height: 28px;color: #999;}
.con_9_con a{display: block;margin: 0 auto;margin-top: 40px;width: 220px;height: 54px;transition:200ms all ease-in-out;box-sizing:border-box;border-radius: 27px;border: 1px solid #fff;font-size:22px;line-height: 54px;color: #fff;text-align: center; behavior: url(PIE.htc);position: relative;cursor:pointer;}
.con_9_con a:hover{background: #fff;color: #00a0ea;}


.con_10{width: 100%;height: 480px;background: #fff;}
.con_10_con{width:1200px;height: 480px;margin: 0 auto;}
.con_10_con ul{width: 1200px;}
.con_10_con ul li{width: 550px;height: 50px;border-bottom: 1px dashed #999;float: left;padding-left: 25px;line-height: 50px;font-size:14px;color: #444;margin-right: 50px;position: relative;}
.con_10_con ul li div{
	position: absolute;
	bottom: -1px;
	left:0;
	width: 0%;
	height: 0;
	border-bottom: 1px dashed #ff6801;
	transition: all 1s;
}
.con_10_con ul li:hover div{
	width: 100%;
}
.con_10_con ul li:nth-child(2),.con_10_con ul li:nth-child(4),.con_10_con ul li:nth-child(6),.con_10_con ul li:nth-child(8),.con_10_con ul li:nth-child(10){
	margin-right: 0;
}
.con_10_con ul li span{float: left;display: block;height: 50px;line-height: 50px;width: 420px;overflow: hidden;}
.con_10_con ul li span a{
	line-height: 50px;
	display:block;
	color: #444;
}
.con_10_con ul li span a:hover{
	color:#ff6801;
}
.con_10_con ul li a.xq{display: inline-block;width: 100px;height: 30px;text-align: center;line-height: 28px;border: 1px solid #ff6801;color: #ff6801;font-size: 12px;float: right;margin-top: 10px;}
.con_10_con ul li a.xq:hover{background: #ff6801;color: #fff;transition:200ms all ease-in-out;}




/*内资有限公司注册*/
.flowPathBox{
	width: 100%;
	color:#fff;
	padding: 0 30px;
}
.flowPathBox .control{
	height: 2px;
	width: 1100px;
	
	background: #fff;
	margin: 100px 0 120px 0;
	position: relative;
}
.flowPathBox .control li{
	position: absolute;
	width: 0;
	height: 0;
	font-size:16px;
}
.flowPathBox .control li strong{
	display: block;
	position: absolute;
	bottom: -11px;
	width: 15px;
	height: 15px;
	padding: 2px;
	border: 1px solid #fff;
	border-radius: 50%;
}

.flowPathBox .control li strong span{
	display: block;
	background: #fff;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.flowPathBox .control li.liActive strong{
	border-color: #84b3f9;
	box-shadow: 0 0 10px #84b3f9;
	-webkit-box-shadow: 0 0 10px #84b3f9;
	-webkit-animation:move1 2s infinite linear ;
    animation:move1 2s infinite linear ;
}
@keyframes move1{
	0%{
		transform: scale(1.1);
	    -webkit-transform: scale(1.1);
	}
	50%{
		transform: scale(1);
	    -webkit-transform: scale(1);
	}
	100%{
		transform: scale(1.1);
	    -webkit-transform: scale(1.1);
	}
}

.flowPathBox .control li.liActive span{
	background: #84b3f9;
}
.flowPathBox .control li.liActive div{
	border-color: #84b3f9;
	
}
.flowPathBox .control li.liActive div i{
	background:#84b3f9;
	box-shadow: 0 0 10px #84b3f9;
	-webkit-box-shadow: 0 0 10px #84b3f9;
	-webkit-animation:move2 2s infinite linear ;
    animation:move2 2s infinite linear ;
}



@keyframes move2{
	0%{
		transform: scale(2);
	    -webkit-transform: scale(2);
	}
	50%{
		transform: scale(1);
	    -webkit-transform: scale(1);
	}
	100%{
		transform: scale(2);
	    -webkit-transform: scale(2);
	}
}


.flowPathBox .control li.liActive .p1,.flowPathBox .control li.liActive .p2{
	color:#84b3f9;
}
.flowPathBox .control li div{
	position: absolute;
	left:10px;
	bottom: 0;
	width: 40px;
	height: 40px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}
.flowPathBox .control li div i{
	position: absolute;
	right:-2px;
	top:-2px;
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #fff;
}

.flowPathBox .control li .p1{
	position: absolute;
	left:60px;
	top:-52px;
	text-align: left;
	width: 254px;
	display: inline-block;
}
.flowPathBox .control .controlBtn{
	position: absolute;
	top:0;
	left:0;
	width: 1100px;
	width: 0%;
	background: #84b3f9;
	height: 2px;
	box-shadow: 0 0 10px #84b3f9;
	-webkit-box-shadow: 0 0 10px #84b3f9;
}

.flowPathBox .control li .p2{
	position: absolute;
	left:-91px;
	bottom: -60px;
	width: 200px;
	text-align: center;
}

.moreWhite{
	display: block;
    margin: 0 auto;
    margin-top: 40px;
    width: 220px;
    height: 54px;
    box-sizing: border-box;
    border-radius: 27px;
    border: 1px solid #fff;
    font-size: 22px;
    line-height: 54px;
    color: #fff;
    text-align: center;
    transition: 200ms all ease-in-out;
    position: relative;
    cursor: pointer;
}
.moreWhite:hover{
	background: #fff;
	color:#00a0ea;
}
.white{
	color:#fff;
}
.floatUl{
	margin-top: 50px;
}
.padd50{
	padding-top: 50px;
	padding-bottom: 50px;
}
.floatUl li{
	cursor: pointer;
	width: 18%;
	padding: 20px 0;
	float: left;
	margin-right: 2.5%;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow:0 0 40px #e8e8e8;
	position: relative;
	top:0;
	transition: all 0.5s;
}
.floatUl li p{
	font-size:12px;
}
.floatUl li:hover{
	top:-5px;
	box-shadow:0 0 40px #ccc;
}
.floatUl li:hover p{
	color:#84b3f9;
}
.floatUl li:nth-last-child(1){
	margin-right: 0;
}
.floatUl li div{
	width: 100%;
	padding: 0 28%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	margin-bottom: 20px;
}
.floatUl li div img{
	width: 100%;
}
.floatUl li div span{
	position: absolute;
	display: inline-block;
	width: 100%;
	color:#fff;
	font-size:14px;
	left: 0;
	top:40%;
}
.floatUl li p{
	height: 71px;
	overflow: hidden;
	padding: 0 10px;
	transition: all 0.5s;
}
.floatUl.fiveFloatUl li p{
	height: 86px;
}



.zc10102_bg{
	height: 461px;
	width: 100%;
	min-width: 1180px;
	background: url(../images/10102_bg.png) no-repeat center center;
}


.secondNone .second{
	display: none;
}

.dgg_nav .active a{
	color:#00a0ea !important;
}
.tel_box{
	position: relative;
	top:20px;
}
.tel_box strong{
	font-size: 22px;
    color: #f15f17;
    font-family: "Microsoft Yahei";
    position: relative;
    top: 1px;
}
.tel_box label{
	color:#333;
	font-size:16px;
}


.slider-week ul{
	position: relative;
}
.slider-week ul li{
	position: absolute;
	top:0;
	left:0;
	opacity: 0;
}
.slider-week ul li.active{
	z-index: 10;
}
.slider-week ul li:nth-of-type(1){
	opacity: 1;
}
.slider-week ol{
	z-index: 20;
	position: absolute;
	bottom: 20px;
	left:50%;

}
.slider-week ol li{
	display: inline-block;
	width: 14px;
	height: 14px;
	cursor:pointer;
	margin-left: 10px;
	background: #84b3f9;
	border-radius: 50%;
}
.slider-week ol .active{
	background: #00a0ea;
}




.sub-station-banner a{
	display: block;
}
.sub-station-banner ul{
	height: 100%;
	position: relative;
}


.dgg_nav{
	padding-top: 0;
}
.dgg_nav li{
	padding: 12px 15px;
}
.dgg_nav .firstLi{
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
	width: 180px;
	margin-left: 0;
	padding-left: 20px;
}
.dgg_nav .firstLi img{
	margin-right: 10px;
}
.second{
	position: relative;
	z-index: 30;
}
.dgg_nav>li:hover a,.dgg_nav>li:link a{
	color:#333;
}

.second>ul{
	position: absolute;
	left:0;
	top:0;
	z-index: 10;
	background-color: rgba(0,0,0,0.6);
}
.second>ul>li{
	position: relative;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-right: none;
	width: 180px;
	height: 63.7px;
	line-height: 63.7px;
}
.second>ul>li~li{
	margin-top: -1px;
}



.second>ul>.active{
	z-index: 2;
	background: none;
	border-color: #ee551a;
	background-color: #fff;
}
.second>ul>.active a{
	color:#ff7f00;
}

.second>ul>li>a{
	color:#fff;
	display: block;
	width: 100%;
	box-sizing:border-box;
	padding-left: 50px;
	height: 100%;
	background: url(../images/icon_i1.png) no-repeat 20px 22px;
}
.second>ul>li:nth-of-type(2)>a{
	background: url(../images/icon_i2.png) no-repeat 20px 22px;
}
.second>ul>li:nth-of-type(3)>a{
	background: url(../images/icon_i3.png) no-repeat 20px 22px;
}
.second>ul>li:nth-of-type(4)>a{
	background: url(../images/icon_i4.png) no-repeat 20px 22px;
}
.second>ul>li:nth-of-type(5)>a{
	background: url(../images/icon_i5.png) no-repeat 20px 22px;
}
.second>ul>li:nth-of-type(6)>a{
	background: url(../images/icon_i6.png) no-repeat 20px 22px;
}
.second>ul>li:nth-of-type(7)>a{
	background: url(../images/icon_i7.png) no-repeat 20px 22px;
}


.second>ul>.active>a{
	background: url(../images/icon_i1a.png) no-repeat 20px 22px;
}
.second>ul>li:nth-of-type(2).active>a{
	background: url(../images/icon_i2a.png) no-repeat 20px 22px;
}
.second>ul>li:nth-of-type(3).active>a{
	background: url(../images/icon_i3a.png) no-repeat 20px 22px;
}
.second>ul>li:nth-of-type(4).active>a{
	background: url(../images/icon_i4a.png) no-repeat 20px 22px;
}
.second>ul>li:nth-of-type(5).active>a{
	background: url(../images/icon_i5a.png) no-repeat 20px 22px;
}
.second>ul>li:nth-of-type(6).active>a{
	background: url(../images/icon_i6a.png) no-repeat 20px 22px;
}
.second>ul>li:nth-of-type(7).active>a{
	background: url(../images/icon_i7a.png) no-repeat 20px 22px;
}



.second>ul>li>a i{
	display: block;
	width: 8px;
	height: 14px;
	position: absolute;
	top:24px;
	right:33px;
	background: url(../images/right_arrow.png) no-repeat center;
}

.second>ul>.active>a i{
	background: url(../images/right_arrow_hover.png) no-repeat center;
}


.hoverOLi{
	display: none;
	position: absolute;
	left:180px;
	box-sizing: border-box;
	top:0;
	width: 1000px;
	background: url(../images/min-bot.jpg) bottom left no-repeat #fff;
	height: 440px;
	border: 1px solid #ee551a;
	border-left: none;
	z-index: 10;
	padding: 12px;
	padding-top: 14px;
	padding-left: 20px;
	font-size:14px;
}
.hoverOLi ul{
	overflow: hidden;
}
.hoverOLi ul li{
	float: left;
	margin: 6px 30px 6px 0;
}
.hoverOLi ul li a{
	color:#555;
}
.hoverOLi ul li:nth-of-type(1) a{
	color:#00a0ea !important;
}

.hoverOLi .con ~ .con{
	border-top: 1px solid #ddd;
}
.hoverOLi .con{
	padding-top: 8px;
}

.hoverOLi .left{
	float: left;
	width: 800px;
}
.hoverOLi .right{
	float: right;
	width: 150px;
} 
.hoverOLi h4{
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #444;
}
.hoverOLi .right a{
	display: block;
	width: 100%;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.hoverOLi .right a:hover{
	-webkit-transform: translate(0, -2px);
	transform: translate(0, -2px);
	-webkit-box-shadow: 0px 2px 10px -2px #776969;
	box-shadow: 0px 2px 10px -2px #776969;
}



.hoverOLi .right a ~ a{
	margin-top: 9px;
}
.hoverOLi .right a img{
	width: 100%;
}





.layout {
	width: 1180px;
	margin-left: auto;
	margin-right: auto
}
select{
	-webkit-appearance: none;
}
.ter-tit .sm-dgg{
	padding-right: 25px;
}
.advisory{
	width: 400px;
	height: 176px;
	position: fixed;
	z-index: 100;
	top:50%;
	left:50%;
	margin-left: -200px;
	margin-top: -88px;
	z-index: 1000;
	background: url(../images/inviteBack9.png) no-repeat #4285e8;
	border-radius: 4px;
}
.advisory i{
	position: absolute;
	cursor: pointer;
	right:6px;
	top:0;
	color:#fff;
	font-size: 30px;
	line-height: 30px;
}
.advisory p{
	color: #fff;
    font-size: 18px;
    display: inline-block;
    width: 50%;
    position: relative;
    left: 140px;
    top: 40px;
}
.advisory button{
	cursor: pointer;
	line-height: 30px;
	width: 80px;
	background: none;
	font-size:15px;
	border-radius: 4px;
	color:#fff;
	border: 1px solid #fff;
}
.advisory button:nth-of-type(2){
	margin-left: 20px;
	color: #4587e8;
	background: #fff;
}
.advisory div{
	position: absolute;
	right:12px;
	bottom: 12px;
}
.advisoryBot{
	position: fixed;
	z-index: 100;
	left: 0;
	bottom: -400px;
	background: url(../images/inviteBack9.png) no-repeat #4285e8;
	width: 400px;
	height: 400px;
	border-radius: 8px;
	font-size:16px;
	color:#fff;
}
.advisoryBot input,.advisoryBot textarea{
	border: 1px solid #ccc;
	padding: 1px;
}
.advisoryBot form{
	padding:21px 10px 8px 184px;
	line-height: 30px;
}
.advisoryBot input,.advisoryBot textarea{
	padding: 6px 10px;
	color: #fff;
}

.advisoryBot textarea{
	min-height: 42px;
	max-height: 42px;
	min-width: 177px;
	max-width: 177px;
}
.advisoryBot input:focus,.advisoryBot textarea:focus{
	box-shadow: 0px 0px 10px #eee;
}
.advisoryBot input[type="submit"]{
	position: absolute;
	bottom: 20px;
	left:10%;
	width: 80%;
}
.advisoryBot #hintMes{
	color: red;
}
.advisoryBot i{
	position: absolute;
	cursor: pointer;
	right:6px;
	top:0;
	color:#fff;
	font-size: 30px;
	line-height: 30px;
}
.why-jcb{ background: url(../images/vs.png) no-repeat;width:848px;padding:0 31px;height:566px;margin:30px auto 0}
.why-jcb h3{font-size:32px;font-weight: bold;padding-bottom:22px; text-align: center;line-height:105px;color:#fff}
.why-jcb .why-con{padding:0 40px}
.why-jcb .why-con .us,.why-jcb .why-con .own{float: left;width:50%;}
.why-jcb .why-con h4{font-size:22px; text-align: center;line-height: 38px;padding-bottom:72px}
.why-jcb .why-con .us h4{ color: #ff7800;}
.why-jcb .why-con .own h4{ color: #666;}
.why-jcb .why-con .us li{font-size:14px;color:#fff; float: right; clear: both;height:56px}
.why-jcb .why-con .us li span{ display: inline-block; text-align: right; float:left}
.why-jcb .why-con .us li strong{display:inline-block; float:right;color: #ff7800;width:47px; background: #fff;border-radius: 6px; -webkit-border-radius:6px;text-align: center;margin:0 10px}
.why-jcb .why-con .own li{ text-align: left;margin-left:40px;height:56px;font-size:14px;color:#fff;}
.xf{position:fixed;bottom:0;_position:absolute;_top:expression(documentElement.scrollTop+documentElement.clientHeight-this.offsetHeight);right:5px;width:70px;box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box; }
        .xf ul{width:70px;height:364px;margin-bottom:40px;box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;}
        .xf li{width:100%;height:70px; background:#FFF; border:1px solid #e5e5e5;  -moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px; position:relative;            box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;}
        .xf li a{ display:block;width:100%;padding-top:40px; text-align:center; color:#666666; font-size:14px; cursor:pointer;box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;}
		
	

        .xf li.li1{background:url(../images/xf_icon1.png) no-repeat center 16px #FFF;box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box; position:relative}
	
	.kefutell {
    position: absolute;
    left: -181px;
    top: -60px;
	text-align:center;
	display:none;
   
    width: 177px;
    height: 198px;
    background-color: #fff;
    border: 1px solid #D7D7D7;
}

	
	
	.xf li.li1:hover{ background:url(../images/xf_icon1h.png) no-repeat center 16px #2577e3; border:1px solid #2577e3}
	
	.xf li.li1:hover a{ color:#FFF}
      
        .xf li.li2{background:url(../images/xf_icon3.png) no-repeat center 12px #FFF;}
		
		  .xf li.li2:hover{background:url(../images/xf_icon3h.png) no-repeat center 12px #2577e3; border:1px solid #2577e3}
		  .xf li.li2:hover a{ color:#FFF}
		  
     
        .xf li.li3{background:url(../images/xf_ico5.png) no-repeat center 12px #FFF;width:100%; text-align:center; cursor:pointer; position:relative;}
		
			  .xf li.li3:hover{background:url(../images/xf_ico5h.png) no-repeat center 12px #2577e3; border:1px solid #2577e3}
			  
			    .xf li.li3:hover a{ color:#FFF}
    
        .xf li.li5{background:url(../images/xf_im1.png) no-repeat center 12px #FFF; }		
		.xf li.li5:hover{ background:url(../images/xf_im1h.png) no-repeat center 12px #2577e3; border:1px solid #2577e3}
		
		.xf li.li5:hover a{ color:#FFF}
      
        .xf li.li6{background:url(../images/xf_ico11.png) no-repeat center 18px #FFF;}
     	.xf li.li6:hover{ background:url(../images/xf_ico11h.png) no-repeat center 18px #2577e3; border:1px solid #2577e3}
			
		.xf li.li6:hover a{ color:#FFF}
.tencent {
	position: absolute;
	left: -218px;
	top: 0px;
	width: 216px;
	height: 70px;
	display:none;	
	background-color: #2577e3;	
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;   	
}
.tencent  span{ display:block; padding-left:25px; background:url(../images/telb.png) no-repeat 15px center; height:70px; line-height:70px; font-size:22px; font-weight:bold; color:#FFF;         }
.title{width: 1180px;height: 185px;box-sizing:border-box;padding: 70px 0 50px 0}
.title h2{text-align: center;font-size: 32px;height: 32px;line-height: 32px;color: #444;font-weight: normal;}
.title h3{text-align: center;font-size: 18px;height: 18px;line-height: 18px;color: #333;margin-top: 15px;font-weight: normal;}


.con_7{width: 100%;height: 704px;background: url(../images/con_7_bg.jpg) no-repeat center center;}
.con_7_con{width: 1200px;height:704px;margin: 0 auto;}
.con_7_con ul{width: 1200px;height: 340px;}
.con_7_con ul li{width: 240px;height: 170px;float: left;border-bottom: 1px solid #eee;border-right: 1px solid #eee;box-sizing:border-box;}
.con_7_con ul li img{
	transition: all 0.8s;
}
.con_7_con ul li:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
}



.con_2{width: 100%;}
.con_2_con{width: 1200px;margin: 0 auto;}
.con_2_con .fl{width: 100%;height: auto;}
.con_2_con .fl .fl_top{width:100%;height: 135px;border-bottom: 1px solid #f6f6f6;}
.con_2_con .fl .fl_top h1{width: 100%;height: 28px;line-height: 28px;font-size: 28px;color: #444;text-align: center;padding-top: 39px;}
.con_2_con .fl .fl_top div{text-align: center;display: block;margin-top: 20px;}
.con_2_con .fl .fl_top div p{display: inline-block;height: 17px;line-height: 17px;color: #999;}
.con_2_con .fl .fl_top div a{display: inline-block;height: 17px;width: 17px;border-radius: 2px;background: #bbb;margin-left: 5px;}
.con_2_con .fl .fl_middle{width:100%;border-bottom: 1px solid #f6f6f6;padding: 40px 0;font-size:16px;color:#000;}
.con_2_con .fl .fl_middle p{display: block;width: 100%;margin-bottom:40px;}
.con_2_con .fl .fl_middle p.txt{text-align: left;font-size: 16px;line-height: 32px;color: #444;}
.con_2_con .fl .fl_middle p.lian{text-align: left;font-size: 16px;line-height: 32px;color: #444;margin: 0}
.con_2_con .fl .fl_middle p.lian a{color: #444;}
.con_2_con .fl .fl_middle p.lian a:hover{color: #f45c26;}
.con_2_con .fl .fl_bottom{width:100%;margin-top: 40px;margin-bottom: 65px;}
.con_2_con .fl .fl_bottom h2{display: block;width: 100%;height: 20px;line-height: 20px;font-size: 18px;font-weight: normal;border-left: 3px solid #2f7dd0;padding-left: 10px;color: #444;}
.con_2_con .fl .fl_bottom ul{width: 100%;}
.con_2_con .fl .fl_bottom ul li{width:370px;height:95px;margin-top: 20px;}
.con_2_con .fl .fl_bottom ul li .imgs{width:140px;height: 95px;float: left;margin-right:20px;}
.con_2_con .fl .fl_bottom ul li .txt{width:210px;height: 95px;float: left;}
.con_2_con .fl .fl_bottom ul li h6{width:210px;font-size: 16px;line-height: 26px;color: #444;font-weight: normal;}
.con_2_con .fl .fl_bottom ul li p{width:210px;font-size: 14px;line-height: 26px;color: #999;margin-top: 20px;}

.con_2_con .fr{width:300px;}
.con_2_con .fr .fr_1{width:300px;margin-top: 40px;}
.con_2_con .fr .fr_1 h3{display: block;width: 300px;height: 54px;border-bottom:1px solid #f6f6f6;font-size: 14px;line-height: 54px;color: #444;}
.con_2_con .fr .fr_1 a{display: inline-block;width: 140px;height: 32px;border:1px solid #e8e8e8;font-size: 12px;line-height: 30px;color: #666;box-sizing:border-box;border-radius: 16px;margin-top: 19px;margin-right: 10px;text-align: center;float: left;behavior: url(PIE.htc);}
.con_2_con .fr .fr_1 a:hover{background: #f45c26;color: #fff;border:1px solid #f45c26;}
.con_2_con .fr .fr_2{width:300px;margin-top: 57px;}
.con_2_con .fr .fr_2 h3{display: block;width: 300px;height: 54px;border-bottom:1px solid #f6f6f6;font-size: 14px;line-height: 54px;color: #444;}
.con_2_con .fr .fr_2 ul{width: 300px;}
.con_2_con .fr .fr_2 ul li{width: 300px;height: 76px;float: left;border-bottom:1px solid #f6f6f6;}
.con_2_con .fr .fr_2 ul li a{display: inline-block;width: 300px;height: 76px;}
.con_2_con .fr .fr_2 ul li a .num{display: inline-block;float: left;width:32px;height: 32px;border-radius: 50%;border: 1px solid #b1d3e9;box-sizing:border-box;text-align: center;line-height: 30px;font-size: 13px;color: #84b1cf;margin: 22px 22px 0 5px;behavior: url(PIE.htc);}
.con_2_con .fr .fr_2 ul li a .txt{display: inline-block;float: left;width: 230px;height: 48px;margin-top: 14px;font-size: 14px;color: #444;line-height: 24px;}

.con_2_con .fl .fl_top h3{display: none;}
/*二级分类详情页*/
.detail .brandRegisterFl{
	width: 560px;
}
.detail .food-management img{
	width: 600px;
}
.detail .brandRegisterFl div:nth-of-type(1){
	height: 100px;
	line-height: 100px;
}
.detail .brandRegisterFl span{
	padding-right: 10px;
}
.detail .brandRegisterFl span:nth-of-type(2){
	padding-left: 10px;
}