.outBg{
	padding:0;
}
.inBg {
	overflow:hidden;
	background:#fff;
	margin:0 auto;
	width:100%;
	max-width:1920px;
	min-width:1200px;
	font-size:12px;
	font-family:"Microsoft YaHei","SimHei","SimSun";
	margin-top: 27px;
}

.inBg center .float-box {
	display:none;
}

#headList {
	padding:0;
	margin-top:0;
	position:relative;
}

.analysis_foot,
#belowList {
	background:transparent;
	height:auto;
	margin:0 auto;
	padding:0;
	width:100%;
}

#belowList{
	border:none;
	padding:0;
	margin:0;
}

div.mod-footer {
	background:#f4f5f5;
	border:0 none;
	color:#9aa1b1;
	margin:0;
	padding:0;
}

.analysis_foot {
	background:#fff;
	display:none;
}

.user_defined{
	margin:0;
}
.bodyContTitle{
	display:none;
}
.bodyContContent{
	padding:0;
}

.bodyCont{
	border:none;
	margin:0;
} 

li {
	list-style: none;
}

a{text-decoration:none; }
a:hover{text-decoration:none;}

p{
	margin:0;
	padding:0;
	font-family:"Microsoft YaHei","SimHei","SimSun";
}

.clearfix:before, 
.clearfix:after {  
	content:""; 
	display:block;
	clear:both; 
	visibility: hidden;
	line-height: 0; 
	height: 0;
	font-size:0; 
} 
.clearfix {
	*zoom:1;
}

#floatwindow{
	display:none;
}
.go-topbtn{
	display:none !important;
}
#toolbar{
	display:none;
}

#content{
	width:100%;
	overflow:hidden;
}
#content1{
	width:100% !important;
	margin:0;
	float:none;
	max-width:none;
	overflow:hidden;
	position:relative;
}
#content2{
	width:100% !important;
	margin:0;
	float:none;
	max-width:none;
	overflow:hidden;
	position:relative;
}
#content3{
	width:100% !important;
	margin:0 auto;
	float:none;
	max-width:none;
	overflow:hidden;
	position:relative;
}

@font-face {
	font-family: 'Allura';
	src: url('http://cdn.jihuinet.com/wechat/upload/Allura.eot');
    src: local('☺'), url('http://cdn.jihuinet.com/wechat/upload/Allura.woff') format('woff'), url('http://cdn.jihuinet.com/wechat/upload/Allura.ttf') format('truetype'), url('http://cdn.jihuinet.com/wechat/upload/Allura.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* 头部导航 */
#top_nav{
	position: relative;
	z-index: 100;
	box-shadow:0px 0px 8px #666;
	-moz-box-shadow:0px 0px 8px #666;
	-o-box-shadow:0px 0px 8px #666;
	-webkit-box-shadow:0px 0px 8px #666;
}
#top_nav .headerMenuBg{
	width: 100%;
	height: 70px;
	background: url(http://img.jihui88.com/upload/x/x2/xizerong/picture/2023/10/20/7cd9b7e0-86c7-49cc-b6bf-f721c4999402.jpg) no-repeat center;
	border: none;
}
#top_nav .headerMenuBottom{
	display: none;
}
#top_nav .headerMenuList{
	width: 1200px;
	height: 70px;
	margin: 0 auto;
	display: block;
	position: relative;
	background-image: url(http://img.jihui88.com/upload/x/x2/xizerong/picture/2023/10/17/cc9ded7a-d577-491a-b2a1-72d9092f0598.png);
	background-repeat: no-repeat;
	background-position-x: 262px;
}
#top_nav #list_nav{
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	height: 70px;
}
#top_nav li.moveMenu{
	width: auto;
	height: 32px;
	display: block;
	padding: 19px 6px;
	margin: 0;
	background: none;
	border: none;
}
#top_nav li.moveMenu#menu-news,
#top_nav li.moveMenu#menu-culture{
	display: none;
}
#top_nav li.moveMenu span{
	font-size: 0;
	line-height: 0;
	display: block;
	position: relative;
}
#top_nav li.moveMenu span:before{
	content:"";
	width:0;
	height:1px;
	display:block;
	background:#f00;
	position:absolute;
	left:-8px;
	top:0;
	z-index: 2;
	transition:all ease-out .4s;
	-moz-transition:all ease-out .4s;
	-o-transition:all ease-out .4s;
	-webkit-transition:all ease-out .4s;
}
#top_nav li.moveMenu span:hover::before{
	width:100%;
}
#top_nav li.moveMenu span:after{
	content:"";
	width:0;
	height:1px;
	display:block;
	background:#f00;
	position:absolute;
	right:-8px;
	bottom:0;
	z-index: 2;
	transition:all ease-out .4s;
	-moz-transition:all ease-out .4s;
	-o-transition:all ease-out .4s;
	-webkit-transition:all ease-out .4s;
}
#top_nav li.moveMenu span:hover::after{
	width:100%;
}
#top_nav .topicLink:hover{
	color: #f00;
}
#top_nav .topicLink:before{
	content:"";
	width:1px;
	height:0;
	display:block;
	background:#f00;
	position:absolute;
	top:-8px;
	left:0;
	z-index: 2;
	transition:all ease-out .4s .2s;
	-moz-transition:all ease-out .4s .2s;
	-o-transition:all ease-out .4s .2s;
	-webkit-transition:all ease-out .4s .2s;
}
#top_nav .topicLink:hover::before{
	height:100%;
}
#top_nav .topicLink:after{
	content:"";
	width:1px;
	height:0;
	display:block;
	background:#f00;
	position:absolute;
	bottom:-8px;
	right:0;
	z-index: 2;
	transition:all ease-out .4s .2s;
	-moz-transition:all ease-out .4s .2s;
	-o-transition:all ease-out .4s .2s;
	-webkit-transition:all ease-out .4s .2s;
}
#top_nav .topicLink:hover::after{
	height:100%;
}
#top_nav .headerMenuLiCheck .topicLink{
	color: #ff0000;
}
#top_nav li.moveMenu#menu-cert, #top_nav li.moveMenu#menu-technic{
	display: none;
}
#top_nav li.moveMenu#menu-lang .topicLink{
	font-family: "Arial";
	line-height: 33px;
}
#top_nav .headerMenuList .cert_nav{
	width: 104px;
	display: block;
	position: absolute;
	right: 349px;
	top: 44px;
	background: #fff;
	padding: 20px 12px;
	display: none;
	padding-bottom: 10px;
}
#top_nav .headerMenuList .cert_nav a{
	font-size: 16px;
	color: #000;
	font-weight: normal;
	height: 32px;
	line-height: 32px;
	display: block;
	padding: 0 20px;
	position: relative;
	transition:all ease-out .4s;
	-moz-transition:all ease-out .4s;
	-o-transition:all ease-out .4s;
	-webkit-transition:all ease-out .4s;
}
#top_nav .headerMenuList .cert_nav a:hover{
	color: #f00;
}
#top_nav .headerMenuList .cert_nav a:before{
	content:"";
	width:1px;
	height:0;
	display:block;
	background:#f00;
	position:absolute;
	top:-8px;
	left:0;
	transition:all ease-out .4s .2s;
	-moz-transition:all ease-out .4s .2s;
	-o-transition:all ease-out .4s .2s;
	-webkit-transition:all ease-out .4s .2s;
}
#top_nav .headerMenuList .cert_nav a:hover::before{
	height:100%;
}
#top_nav .headerMenuList .cert_nav a:after{
	content:"";
	width:1px;
	height:0;
	display:block;
	background:#f00;
	position:absolute;
	bottom:-8px;
	right:0;
	transition:all ease-out .4s .2s;
	-moz-transition:all ease-out .4s .2s;
	-o-transition:all ease-out .4s .2s;
	-webkit-transition:all ease-out .4s .2s;
}
#top_nav .headerMenuList .cert_nav a:hover::after{
	height:100%;
}
#top_nav .headerMenuList .cert_nav span{
	font-size: 0;
	line-height: 0;
	display: block;
	position: relative;
	margin-bottom: 10px;
}
#top_nav .headerMenuList .cert_nav span:before{
	content:"";
	width:0;
	height:1px;
	display:block;
	background:#f00;
	position:absolute;
	left:-8px;
	top:0;
	transition:all ease-out .4s;
	-moz-transition:all ease-out .4s;
	-o-transition:all ease-out .4s;
	-webkit-transition:all ease-out .4s;
}
#top_nav .headerMenuList .cert_nav span:hover::before{
	width:100%;
}
#top_nav .headerMenuList .cert_nav span:after{
	content:"";
	width:0;
	height:1px;
	display:block;
	background:#f00;
	position:absolute;
	right:-8px;
	bottom:0;
	transition:all ease-out .4s;
	-moz-transition:all ease-out .4s;
	-o-transition:all ease-out .4s;
	-webkit-transition:all ease-out .4s;
}
#top_nav .headerMenuList .cert_nav span:hover::after{
	width:100%;
}
#top_nav .topicLink{
	font-size: 16px;
	color: #000;
	font-weight: normal;
	height: 32px;
	line-height: 32px;
	display: block;
	padding: 0 20px;
	position: relative;
	transition:all ease-out .4s;
	-moz-transition:all ease-out .4s;
	-o-transition:all ease-out .4s;
	-webkit-transition:all ease-out .4s;
}

/*产品中心下拉栏*/
#top_nav .headerMenuList .pro_nav{
	width: 104px;
	
	position: absolute;
	right: 348px;
	top: 44px;
	background: #fff;
	padding: 20px 12px;
	display: none;
	padding-bottom: 10px;
}
#top_nav .headerMenuList .pro_nav.active {
	display: block;
}
#top_nav .headerMenuList .pro_nav a{
	font-size: 16px;
	color: #000;
	font-weight: normal;
	height: 32px;
	line-height: 32px;
	display: block;
	padding: 0 12px;
	position: relative;
	transition:all ease-out .4s;
	-moz-transition:all ease-out .4s;
	-o-transition:all ease-out .4s;
	-webkit-transition:all ease-out .4s;
}
#top_nav .headerMenuList .pro_nav a:hover{
	color: #f00;
}
#top_nav .headerMenuList .pro_nav a:before{
	content:"";
	width:1px;
	height:0;
	display:block;
	background:#f00;
	position:absolute;
	top:-8px;
	left:0;
	transition:all ease-out .4s .2s;
	-moz-transition:all ease-out .4s .2s;
	-o-transition:all ease-out .4s .2s;
	-webkit-transition:all ease-out .4s .2s;
}
#top_nav .headerMenuList .pro_nav a:hover::before{
	height:100%;
}
#top_nav .headerMenuList .pro_nav a:after{
	content:"";
	width:1px;
	height:0;
	display:block;
	background:#f00;
	position:absolute;
	bottom:-8px;
	right:0;
	transition:all ease-out .4s .2s;
	-moz-transition:all ease-out .4s .2s;
	-o-transition:all ease-out .4s .2s;
	-webkit-transition:all ease-out .4s .2s;
}
#top_nav .headerMenuList .pro_nav a:hover::after{
	height:100%;
}
#top_nav .headerMenuList .pro_nav span{
	font-size: 0;
	line-height: 0;
	display: block;
	position: relative;
	margin-bottom: 10px;
}
#top_nav .headerMenuList .pro_nav span:before{
	content:"";
	width:0;
	height:1px;
	display:block;
	background:#f00;
	position:absolute;
	left:-8px;
	top:0;
	transition:all ease-out .4s;
	-moz-transition:all ease-out .4s;
	-o-transition:all ease-out .4s;
	-webkit-transition:all ease-out .4s;
}
#top_nav .headerMenuList .pro_nav span:hover::before{
	width:100%;
}
#top_nav .headerMenuList .pro_nav span:after{
	content:"";
	width:0;
	height:1px;
	display:block;
	background:#f00;
	position:absolute;
	right:-8px;
	bottom:0;
	transition:all ease-out .4s;
	-moz-transition:all ease-out .4s;
	-o-transition:all ease-out .4s;
	-webkit-transition:all ease-out .4s;
}
#top_nav .headerMenuList .pro_nav span:hover::after{
	width:100%;
}

/*关于我们下拉栏*/
#top_nav .headerMenuList .news_nav{
	width: 104px;
	display: block;
	position: absolute;
	right: 465px;
	top: 44px;
	background: #fff;
	padding: 20px 12px;
	display: none;
	padding-bottom: 10px;
}
#top_nav .headerMenuList .news_nav a{
	font-size: 16px;
	color: #000;
	font-weight: normal;
	height: 32px;
	line-height: 32px;
	display: block;
	padding: 0 20px;
	position: relative;
	transition:all ease-out .4s;
	-moz-transition:all ease-out .4s;
	-o-transition:all ease-out .4s;
	-webkit-transition:all ease-out .4s;
}
#top_nav .headerMenuList .news_nav a:hover{
	color: #f00;
}
#top_nav .headerMenuList .news_nav a:before{
	content:"";
	width:1px;
	height:0;
	display:block;
	background:#f00;
	position:absolute;
	top:-8px;
	left:0;
	transition:all ease-out .4s .2s;
	-moz-transition:all ease-out .4s .2s;
	-o-transition:all ease-out .4s .2s;
	-webkit-transition:all ease-out .4s .2s;
}
#top_nav .headerMenuList .news_nav a:hover::before{
	height:100%;
}
#top_nav .headerMenuList .news_nav a:after{
	content:"";
	width:1px;
	height:0;
	display:block;
	background:#f00;
	position:absolute;
	bottom:-8px;
	right:0;
	transition:all ease-out .4s .2s;
	-moz-transition:all ease-out .4s .2s;
	-o-transition:all ease-out .4s .2s;
	-webkit-transition:all ease-out .4s .2s;
}
#top_nav .headerMenuList .news_nav a:hover::after{
	height:100%;
}
#top_nav .headerMenuList .news_nav span{
	font-size: 0;
	line-height: 0;
	display: block;
	position: relative;
	margin-bottom: 10px;
}
#top_nav .headerMenuList .news_nav span:before{
	content:"";
	width:0;
	height:1px;
	display:block;
	background:#f00;
	position:absolute;
	left:-8px;
	top:0;
	transition:all ease-out .4s;
	-moz-transition:all ease-out .4s;
	-o-transition:all ease-out .4s;
	-webkit-transition:all ease-out .4s;
}
#top_nav .headerMenuList .news_nav span:hover::before{
	width:100%;
}
#top_nav .headerMenuList .news_nav span:after{
	content:"";
	width:0;
	height:1px;
	display:block;
	background:#f00;
	position:absolute;
	right:-8px;
	bottom:0;
	transition:all ease-out .4s;
	-moz-transition:all ease-out .4s;
	-o-transition:all ease-out .4s;
	-webkit-transition:all ease-out .4s;
}
#top_nav .headerMenuList .news_nav span:hover::after{
	width:100%;
}

/*招商加盟下拉栏*/
#top_nav .headerMenuList .join_nav{
	width: 104px;
	display: block;
	position: absolute;
	right: 462px;
	top: 44px;
	background: #fff;
	padding: 20px 12px;
	display: none;
	padding-bottom: 10px;
}
#top_nav .headerMenuList .join_nav a{
	font-size: 16px;
	color: #000;
	font-weight: normal;
	height: 32px;
	line-height: 32px;
	display: block;
	padding: 0 20px;
	position: relative;
	transition:all ease-out .4s;
	-moz-transition:all ease-out .4s;
	-o-transition:all ease-out .4s;
	-webkit-transition:all ease-out .4s;
}
#top_nav .headerMenuList .join_nav a:hover{
	color: #f00;
}
#top_nav .headerMenuList .join_nav a:before{
	content:"";
	width:1px;
	height:0;
	display:block;
	background:#f00;
	position:absolute;
	top:-8px;
	left:0;
	transition:all ease-out .4s .2s;
	-moz-transition:all ease-out .4s .2s;
	-o-transition:all ease-out .4s .2s;
	-webkit-transition:all ease-out .4s .2s;
}
#top_nav .headerMenuList .join_nav a:hover::before{
	height:100%;
}
#top_nav .headerMenuList .join_nav a:after{
	content:"";
	width:1px;
	height:0;
	display:block;
	background:#f00;
	position:absolute;
	bottom:-8px;
	right:0;
	transition:all ease-out .4s .2s;
	-moz-transition:all ease-out .4s .2s;
	-o-transition:all ease-out .4s .2s;
	-webkit-transition:all ease-out .4s .2s;
}
#top_nav .headerMenuList .join_nav a:hover::after{
	height:100%;
}
#top_nav .headerMenuList .join_nav span{
	font-size: 0;
	line-height: 0;
	display: block;
	position: relative;
	margin-bottom: 10px;
}
#top_nav .headerMenuList .join_nav span:before{
	content:"";
	width:0;
	height:1px;
	display:block;
	background:#f00;
	position:absolute;
	left:-8px;
	top:0;
	transition:all ease-out .4s;
	-moz-transition:all ease-out .4s;
	-o-transition:all ease-out .4s;
	-webkit-transition:all ease-out .4s;
}
#top_nav .headerMenuList .join_nav span:hover::before{
	width:100%;
}
#top_nav .headerMenuList .join_nav span:after{
	content:"";
	width:0;
	height:1px;
	display:block;
	background:#f00;
	position:absolute;
	right:-8px;
	bottom:0;
	transition:all ease-out .4s;
	-moz-transition:all ease-out .4s;
	-o-transition:all ease-out .4s;
	-webkit-transition:all ease-out .4s;
}
#top_nav .headerMenuList .join_nav span:hover::after{
	width:100%;
}


/*门店网店下拉栏*/
#top_nav .headerMenuList .store_nav{
	width: 104px;
	display: block;
	position: absolute;
	right: 232px;
	top: 44px;
	background: #fff;
	padding: 20px 12px;
	display: none;
	padding-bottom: 10px;
}
#top_nav .headerMenuList .store_nav a{
	font-size: 16px;
	color: #000;
	font-weight: normal;
	height: 32px;
	line-height: 32px;
	display: block;
	padding: 0 20px;
	position: relative;
	transition:all ease-out .4s;
	-moz-transition:all ease-out .4s;
	-o-transition:all ease-out .4s;
	-webkit-transition:all ease-out .4s;
}
#top_nav .headerMenuList .store_nav a:hover{
	color: #f00;
}
#top_nav .headerMenuList .store_nav a:before{
	content:"";
	width:1px;
	height:0;
	display:block;
	background:#f00;
	position:absolute;
	top:-8px;
	left:0;
	transition:all ease-out .4s .2s;
	-moz-transition:all ease-out .4s .2s;
	-o-transition:all ease-out .4s .2s;
	-webkit-transition:all ease-out .4s .2s;
}
#top_nav .headerMenuList .store_nav a:hover::before{
	height:100%;
}
#top_nav .headerMenuList .store_nav a:after{
	content:"";
	width:1px;
	height:0;
	display:block;
	background:#f00;
	position:absolute;
	bottom:-8px;
	right:0;
	transition:all ease-out .4s .2s;
	-moz-transition:all ease-out .4s .2s;
	-o-transition:all ease-out .4s .2s;
	-webkit-transition:all ease-out .4s .2s;
}
#top_nav .headerMenuList .store_nav a:hover::after{
	height:100%;
}
#top_nav .headerMenuList .store_nav span{
	font-size: 0;
	line-height: 0;
	display: block;
	position: relative;
	margin-bottom: 10px;
}
#top_nav .headerMenuList .store_nav span:before{
	content:"";
	width:0;
	height:1px;
	display:block;
	background:#f00;
	position:absolute;
	left:-8px;
	top:0;
	transition:all ease-out .4s;
	-moz-transition:all ease-out .4s;
	-o-transition:all ease-out .4s;
	-webkit-transition:all ease-out .4s;
}
#top_nav .headerMenuList .store_nav span:hover::before{
	width:100%;
}
#top_nav .headerMenuList .store_nav span:after{
	content:"";
	width:0;
	height:1px;
	display:block;
	background:#f00;
	position:absolute;
	right:-8px;
	bottom:0;
	transition:all ease-out .4s;
	-moz-transition:all ease-out .4s;
	-o-transition:all ease-out .4s;
	-webkit-transition:all ease-out .4s;
}
#top_nav .headerMenuList .store_nav span:hover::after{
	width:100%;
}

/*商城业务下拉栏*/
#top_nav .headerMenuList .mall_nav{
	width: 104px;
	display: block;
	position: absolute;
	right: 233px;
	top: 44px;
	background: #fff;
	padding: 20px 12px;
	display: none;
	padding-bottom: 10px;
}
#top_nav .headerMenuList .mall_nav a{
	font-size: 16px;
	color: #000;
	font-weight: normal;
	height: 32px;
	line-height: 32px;
	display: block;
	padding: 0 20px;
	position: relative;
	transition:all ease-out .4s;
	-moz-transition:all ease-out .4s;
	-o-transition:all ease-out .4s;
	-webkit-transition:all ease-out .4s;
}
#top_nav .headerMenuList .mall_nav a:hover{
	color: #f00;
}
#top_nav .headerMenuList .mall_nav a:before{
	content:"";
	width:1px;
	height:0;
	display:block;
	background:#f00;
	position:absolute;
	top:-8px;
	left:0;
	transition:all ease-out .4s .2s;
	-moz-transition:all ease-out .4s .2s;
	-o-transition:all ease-out .4s .2s;
	-webkit-transition:all ease-out .4s .2s;
}
#top_nav .headerMenuList .mall_nav a:hover::before{
	height:100%;
}
#top_nav .headerMenuList .mall_nav a:after{
	content:"";
	width:1px;
	height:0;
	display:block;
	background:#f00;
	position:absolute;
	bottom:-8px;
	right:0;
	transition:all ease-out .4s .2s;
	-moz-transition:all ease-out .4s .2s;
	-o-transition:all ease-out .4s .2s;
	-webkit-transition:all ease-out .4s .2s;
}
#top_nav .headerMenuList .mall_nav a:hover::after{
	height:100%;
}
#top_nav .headerMenuList .mall_nav span{
	font-size: 0;
	line-height: 0;
	display: block;
	position: relative;
	margin-bottom: 10px;
}
#top_nav .headerMenuList .mall_nav span:before{
	content:"";
	width:0;
	height:1px;
	display:block;
	background:#f00;
	position:absolute;
	left:-8px;
	top:0;
	transition:all ease-out .4s;
	-moz-transition:all ease-out .4s;
	-o-transition:all ease-out .4s;
	-webkit-transition:all ease-out .4s;
}
#top_nav .headerMenuList .mall_nav span:hover::before{
	width:100%;
}
#top_nav .headerMenuList .mall_nav span:after{
	content:"";
	width:0;
	height:1px;
	display:block;
	background:#f00;
	position:absolute;
	right:-8px;
	bottom:0;
	transition:all ease-out .4s;
	-moz-transition:all ease-out .4s;
	-o-transition:all ease-out .4s;
	-webkit-transition:all ease-out .4s;
}
#top_nav .headerMenuList .mall_nav span:hover::after{
	width:100%;
}

/* 底部 */
#user_defined1 .footer{

}
#user_defined1 .bottom{
	width: 100%;
	height: 45px;
	background: #151515;
}
#user_defined1 .bottom p{
	text-align: center;
	line-height: 45px;
	font-size: 13px;
	color: #606060;
}
#user_defined1 .top{
	width: 100%;
	height: 277px;
	background: #232323;
}
#user_defined1 .top_content{
	width: 1100px;
	height: 238px;
	margin: 0 auto;
	padding: 0 50px;
	padding-top: 39px;
	overflow: hidden;
}
#user_defined1 .footer .left_content{
	float: left;

}
#user_defined1 .footer .nav_content{
	float: right;
}
#user_defined1 .left_content .code_content{
	overflow: hidden;
}
#user_defined1 .code_content .code{
	width: 108px;
	height: 108px;
	font-size: 0;
	line-height: 0;
	float: left;
	margin-right: 12px;
}
#user_defined1 .code_content .code img{
	width: 100%;
	height: 100%;
}
#user_defined1 .code_content .code_info{
	float: left;
}
#user_defined1 .code_info h1{
	margin: 0;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}
#user_defined1 .code_info h2{
	margin: 0;
	font-weight: normal;
	font-size: 53px;
	color: #ff1313;
	line-height: 46px;
	font-family: "Arial";
	letter-spacing: -2px;
}
#user_defined1 .code_info h3{
	margin: 0;
	font-weight: normal;
	font-size: 14px;
	color: #fdf22c;
	line-height: 20px;
	margin-top: 4px;
}
#user_defined1 .code_info h4{
	margin: 0;
	font-weight: normal;
	font-size: 20px;
	color: #fdf22c;
	line-height: 21px;
}
#user_defined1 .tag_content{
	overflow: hidden;
}
#user_defined1 .tag_content li{
	font-size: 0;
	line-height: 0;
	float: left;
	margin-right: 20px;
	padding-top: 16px;
}
#user_defined1 .tag_content li.dif{
	padding: 0;
}
#user_defined1 .left_content p{
	font-size: 18px;
	color: #aaaaaa;
	line-height: 50px;
	letter-spacing: 2px;
}
#user_defined1 .nav_block{
	float: left;
	width: 115px;
	text-align: center;
	padding-left: 2px;
	position: relative;
}
#user_defined1 .nav_block:nth-child(1){
	padding-left: 0;
}
#user_defined1 .nav_block:before{
	content: "";
	width: 1px;
	height: 200px;
	display: block;
	background: #1c1c1c;
	border-left: 1px solid #2d2d2d;
	position: absolute;
	left: 0;
	top: 0;
}
#user_defined1 .nav_block:nth-child(1):before{
	display: none;
}
#user_defined1 .nav_block h1{
	margin: 0;
	line-height: 16px;
	margin-bottom: 8px;
}
#user_defined1 .nav_block h1 a{
	font-size: 14px;
	color: #dfdfdf;
	font-weight: normal;
	transition:all ease-out .3s;
    -o-transition:all ease-out .3s;
    -moz-transition:all ease-out .3s;
    -webkit-transition:all ease-out .3s;
}
#user_defined1 .nav_block h1 a:hover{
	color: #ff0000;
}
#user_defined1 .nav_block li{
	line-height: 30px;
}
#user_defined1 .nav_block li a{
	font-size: 14px;
	color: #959595;
	transition:all ease-out .3s;
    -o-transition:all ease-out .3s;
    -moz-transition:all ease-out .3s;
    -webkit-transition:all ease-out .3s;
}
#user_defined1 .nav_block li a:hover{
	color: #ff0000;
}
#user_defined1 .nav_block.pro_nav_block{
	width: 135px;
	text-align: left;
	text-indent: 30px;
}
#user_defined1 .nav_block.tech_nav_block {
	display: none;
}
/* 内页banner */
.news_detail-outBg #user_defined7 .banner_inside{
	width: 100%;
	height: 584px;
	background: url(http://img.jihui88.com/upload/x/x2/xizerong/picture/2023/10/20/8852afef-f832-4221-8950-8bee7dab139a.jpg) no-repeat center;
}
.product_detail-outBg #user_defined7 .banner_inside{
	width: 100%;
	height: 584px;
	background: url(http://img.jihui88.com/upload/x/x2/xizerong/picture/2023/10/20/9f86e4b3-0f60-43f5-87bc-40465e926301.jpg) no-repeat center;
}
#user_defined7 .banner_inside{
	width: 100%;
	height: 584px;
	background: url(http://img.jihui88.com/upload/x/x2/xizerong/picture/2023/10/21/728e7fc4-f4a9-45e8-b68c-f0f4dacf2702.png) no-repeat center;
}

/* 面包屑导航 */
.hunk_breadcrumb_navigation{
	width: 100%;
	height: 32px;
	background: #f7f7f7;
}
.hunk_breadcrumb_navigation .hunk_breadcrumb_navigation_2{
	width: 1200px;
	height: 32px;
	margin: 0 auto;
	line-height: 32px;
}
.hunk_breadcrumb_navigation a, .hunk_breadcrumb_navigation span{
	font-size: 12px;
	color: #9d9d9d;
	font-family: "Simsun";
}
.hunk_breadcrumb_navigation a:hover{
	color: #f00;
}
.hunk_breadcrumb_navigation .txt_b, .hunk_breadcrumb_navigation .txt_m{
	display: none;
}
#hunk_breadcrumb_navigation .txt_j5, #hunk_breadcrumb_navigation .txt_j_2, #hunk_breadcrumb_navigation .txt_j_6, #hunk_breadcrumb_navigation .txt_j_7, #hunk_breadcrumb_navigation .txt_j_8, #hunk_breadcrumb_navigation .txt_j_9, #hunk_breadcrumb_navigation .txt_j_11, #hunk_breadcrumb_navigation .txt_j_12, #hunk_breadcrumb_navigation .txt_j_15{
	margin: 0 6px;
}
/*资料更新中*/
.join p {
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    color: #333;
}
.join {
    padding: 60px 0;
}