.june .category .categiry-content>li>ul {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px 0 30px;
    opacity: 0;
    left: 100%;
    width: 0;
    overflow: hidden;
}
.category {
    margin: 0 auto;
    width: 1200px;
    height: 451px;
}

.category li {
    list-style: none;
}

.category .list {
    position: relative;
    width: 222px;
	text-indent:0em;
}

.category .categiry-content {
    margin: 0 auto;
    position: absolute;
    z-index: 1000001;
    width: 100%;
    background-color: #000000;
    /* background color for IE */
    filter: alpha(opacity=70);
    /* opacity filter for IE */
    background: rgba(0, 0, 0, 0.7);
    top:0px;
    color: #fff;
    padding-left: 0;
    left: -1px;
}

.category .categiry-content .title {
    margin-bottom: 5px;
    font-size: 16px;
}

.category .categiry-content>li {
    position: relative\9;
    height: 16.666666666%;
    padding: 0px 0px 0px 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.category .categiry-content>li:hover {
    background-color: rgba(255, 255, 255, 0.98);
}

.category .categiry-content>li>p {
    font-size: 12px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.category .categiry-content>li:hover ul {
    opacity: 1;
    filter: alpha(opacity=100);
    width: 980px;
}

.category .categiry-content>li>ul {
    position: absolute;
    background: #ffffff;
    top: 0;
    bottom: 0;
    padding: 0px 0 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    left: 100%;
    width: 980px;
    height: 419px;
    overflow: hidden;
	border:1px solid #e1e2e2;
}

.list_package {
    width: 222px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-family: '微软雅黑';
    background: url(../images/zuan.png) 35px center no-repeat;
}

.list_package:hover {
    height: 50px;
    line-height: 50px;
    background: url(../images/zuan_hover.png) 45px center no-repeat;
}

.category .categiry-content>li:hover .list_package {
    height: 50px;
    line-height: 50px;
    background: url(../images/zuan_hover.png) 45px center no-repeat;
}

.list_incubation {
    width: 222px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-family: '微软雅黑';
    background: url(../images/incubation.png) 35px center no-repeat;
}

.list_incubation:hover {
    background: url(../images/incubation_hover.png) 45px center no-repeat;
}

.list_industrial {
    width: 222px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-family: '微软雅黑';
    background: url(../images/industrial.png) 35px center no-repeat;
}

.category .categiry-content>li:hover .list_industrial {
    background: url(../images/industrial_hover.png) 45px center no-repeat;
}
.category .categiry-content>li:hover .list_incubation {
    background: url(../images/incubation_hover.png) 45px center no-repeat;
}
.category .categiry-content>li:hover .list_taxation {
    background: url(../images/taxation_hover.png) 45px center no-repeat;
}
.category .categiry-content>li:hover .list_trademark{
    background: url(../images/trademark_hover.png) 45px center no-repeat;
}
.category .categiry-content>li:hover .list_administrative{
    background: url(../images/administrative_hover.png) 45px center no-repeat;
}
.category .categiry-content>li:hover .list_high{
    background: url(../images/high_hover.png) 45px center no-repeat;
}
.category .categiry-content>li:hover .list_space {
    background: url(../images/space_hover.png) 45px center no-repeat;
}
.category .categiry-content>li:hover .list_more {
    background: url(../images/more_hover.png) 45px center no-repeat;
}
.list_taxation {
    width: 222px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-family: '微软雅黑';
    background: url(../images/taxation.png) 35px center no-repeat;
}

.list_taxation:hover {
    background: url(../images/taxation_hover.png) 45px center no-repeat;
}

.list_trademark {
    width: 222px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-family: '微软雅黑';
    background: url(../images/trademark.png) 35px center no-repeat;
}

.list_trademark:hover {
    background: url(../images/trademark_hover.png) 45px center no-repeat;
}

.list_administrative {
    width: 222px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-family: '微软雅黑';
    background: url(../images/administrative.png) 35px center no-repeat;
}

.list_administrative:hover {
    background: url(../images/administrative_hover.png) 45px center no-repeat;
}

.list_high {
    width: 222px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-family: '微软雅黑';
    background: url(../images/high.png) 35px center no-repeat;
}

.list_high:hover {
    background: url(../images/high_hover.png) 45px center no-repeat;
}

.list_space {
    width: 222px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-family: '微软雅黑';
    background: url(../images/space.png) 35px center no-repeat;
}

.list_space:hover {
    background: url(../images/space_hover.png) 45px center no-repeat;
}

.list_more {
    width: 222px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-family: '微软雅黑';
    background: url(../images/more.png) 35px center no-repeat;
}

.list_more:hover {
    background: url(../images/more_hover.png) 45px center no-repeat;
}

.list_nava {
    display: block;
    margin: 0 auto;
    width: 142px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    padding: 0 0 0 70px;
    border-bottom: 1px solid #505354;
    cursor: pointer;
    background: url(../images/jian1.png) 175px center no-repeat;
}

.category .categiry-content>li:hover .list_nava {
    display: block;
    margin: 0 auto;
    width: 132px;
    height: 50px;
    line-height: 50px;
    color: #3b3f40;
    padding: 0 0 0 80px;
    border-bottom: none;
    cursor: pointer;
    background: url(../images/jian_hover.png) 185px center no-repeat;
}

.list_p_bottom {
    width: 680px;
    height: 20px;
    line-height: 25px;
	padding:20px 0 20px 30px;
	background:url(../images/bottom_bg.gif) 140px bottom no-repeat;
}
.list_p_bottom1 {
    width: 680px;
    height: 20px;
    line-height: 20px;
	padding:10px 0 10px 30px;
	background:url(../images/bottom_bg.gif) 140px bottom no-repeat;
}
.list_p {
    width: 680px;
    height: 20px;
    line-height: 25px;
	padding:35px 0 20px 30px;
}
.list_p1 {
    width: 680px;
    height: 20px;
    line-height: 20px;
	padding:25px 0 8px 30px;
}
.list_p_bottom_left {
    width: 580px;
    height: 20px;
    line-height: 25px;
	padding:0px 0 20px 130px;
	background:url(../images/bottom_bg.gif) 140px bottom no-repeat;
}
.list_p_bottom_left1 {
    width: 580px;
    height: 20px;
    line-height: 20px;
	padding:0px 0 10px 130px;
	background:url(../images/bottom_bg.gif) 140px bottom no-repeat;
}

.list_p_span {
	float:left;
	display:block;
	width:100px;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #3b3f40;
    font-weight: bolder;
	padding:3px 0 0 0;
}

.list_p_a {
	float:left;
	display:block;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #3c3f41;
	padding:0px 8px;
}
.padding_space16{
padding:0px 30px 0 8px;	
	}
.padding_space50{
padding:0px 64px 0 8px;	
	}

.padding_spac2{
	 padding:0 33px 0 8px;
	}
.padding_spac3{ padding:0 125px 0 8px;}
.padding_spac4{ padding:0 114px 0 8px;}
.padding_spac5{
	 padding:0 36px 0 8px;
	}
.padding_spac6{ padding:0 95px 0 8px;}
.padding_spac7{
	 padding:0 52px 0 8px;
	}

.list_p_a_red {
	float:left;
	display:block;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #ff0000;
	padding:0px 8px;
}
.list_p_a_pad1 {
	float:left;
	display:block;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #3c3f41;
	padding:0px 56px 0px 8px;
}
.list_p_a_pad2 {
	float:left;
	display:block;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #3c3f41;
	padding:0px 26px 0px 8px;
}
.list_p_img{ width:600px; text-align:right; padding:20px 20px 0 0;}

.a_red{color: #ff0000;}
.list_left{ float:left; width:680px; height:420px; padding:10px;}
.list_right{ float:right; width:278px; height:450px; border-left:1px solid #e1e2e2;}
.registered_company1{ width:129px; height:100px; background:url(../images/registered_company1.jpg) 65px center no-repeat; line-height:25px; font-family:"微软雅黑"; font-size:16px; color:#3c3f41; padding:50px 0 0 150px; border-bottom:1px solid #e1e2e2;}
.registered_company2{ width:129px; height:100px; background:url(../images/registered_company2.jpg) 65px center no-repeat; line-height:25px; font-family:"微软雅黑"; font-size:16px; color:#3c3f41; padding:50px 0 0 150px; border-bottom:1px solid #e1e2e2;}
.registered_company3{ width:129px; height:98px; background:url(../images/registered_company3.jpg) 65px center no-repeat; line-height:25px; font-family:"微软雅黑"; font-size:16px; color:#3c3f41; padding:50px 0 0 150px;}
.list_left a:hover{ color:#ff6600;}
.list_right a:hover{ color:#ff6600;}