/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { margin: 0;padding: 0;}/* table elements 表格元素 */
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
ul, ol { list-style: none; } /* 重置列表元素 */
a { text-decoration: none; }
table {border-collapse: collapse;border-spacing: 0;}/* 重置表格元素 */
html { overflow-y: scroll; }/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
body{font-family:"微软雅黑";}

/*页面限制*/
	
	.container{min-width:1366px;padding-left:100px;padding-right:100px;}
/*替换框架*/
	.dropdown-menu>li>a{text-align: center;}
	.dropdown-menu{min-width: 100px;top: 80%;border-top:2px solid #66bd89;}
	#dropdownMenu1>.dropdown-menu{height:170px;}
	#dropdownMenu2>.dropdown-menu{height:200px;}
	#dropdownMenu4>.dropdown-menu{height:170px;}
	#dropdownMenu3>.dropdown-menu{height:190px;}
	.dropdown-menu>li{height:40px;}
	.carousel-control.left{background-image: none;}
	.carousel-control.right{background-image: none;}
	.left.carousel-control{filter: none;}
	.right.carousel-control{filter: none;}
/*导航条*/
	.j-nav{float: right;line-height:105px;clear: both;}
	.j-nav>li{display: inline-block;*display:inline;*zoom:1;line-height: 90px;width:100px;}
	.j-nav>li:nth-child(7){width:60px;margin-left:40px;}
	.j-nav>li:nth-child(8){width:60px;}
	.j-nav>li>a{text-decoration:none;color:black;}
	.j-nav>li>div>a{text-decoration:none;color:black;}
	.j-nav>li>a:hover {color: #66bd89;}
	.j-nav>li>div>a:hover {color: #66bd89;}
	.j-nav>li>a:hover, .j-nav>li>a:focus{color:#66bd89;}
	/*.dropdown>a:hover, .dropdown>a:focus{color:#66bd89;}*/
	.j-nav>li>div>a:hover{color:#66bd89 !important;text-decoration:none;}
	.j-nav>li>div>a:focus{color:#66bd89 !important;text-decoration:none;}
	.all-nav{
		position:fixed; 
		top:0;
		left:0;
		width:100%;
		height:90px;
		z-index:99; 
	}
	.move-align{position: relative;left:-22px;top:-20px;}/* 下拉菜单位置调整*/ 
/*页脚*/
	.j-footer>div{height:220px;line-height:30px;vertical-align:top;display:inline-block;white-space:nowrap;}
	.j-footer>div>ul>li>a{text-decoration:none;color:#555555;}
	.j-bottom{width:100%;white-space:nowrap;}
	.j-bottom>a{text-decoration:none;color: #777777;}
	.j-text-1{font-size:14px;color:#777777;margin:13px 8px;}
	.j-text-6{font-size:16px;color:#555555}
	.j-text-7{font-size:16px;color:#333333}
	.j-text-8{font-size:14px;color:#555555}
	.j-text-9{font-size:14px;color:#66BD89}
	.j-text-10{font-size:26px;color:#66BD89}
/*二级导航 */
	.j-second-menu{width:1000px;height:70px;margin-top:30px;}
	.j-second-menu>div{display: inline-block;width:100px;height:40px;line-height:40px;text-align:center;font-size: 16px;margin: 20px 10px 5px 20px;}
	.j-second-menu>div>a{display: inline-block;text-decoration:none;color: #555555;}
	.j-second-trend{background: #66bd89;color:#FFFFFF;border-radius: 5px;}
	.j-second-trend>a{display: inline-block;width:100%;height:100%;text-decoration:none;}
	
/*右侧悬浮*/
	#code{ width:82px; height:82px; background:url(/web/20220521112033im_/http://ruihenet.com/img/rig-wechat-1.png) no-repeat; position:fixed; right:10px;bottom:217px;z-index: 100;}
	#code_img{ width:143px; height:143px; background:url(/web/20220521112033im_/http://ruihenet.com/img/rig-qrcode.png) no-repeat;z-index:100; position:fixed; right:90px; bottom:190px; cursor:pointer;display: none; }
	#code_hover{width:82px;height:82px; background:url(/web/20220521112033im_/http://ruihenet.com/img/rig-wechat.png) no-repeat; position:fixed; right:10px;bottom:217px;z-index: 100;}
	#gotop{display: inline-block; width:82px; height:82px;position:fixed; right:10px;bottom:130px;z-index: 100;}
	#rig-gust{width:82px; height:82px; background:url(/web/20220521112033im_/http://ruihenet.com/img/rig-gust.png) no-repeat; position:fixed; right:10px;bottom:300px;z-index: 100;}
	#gust-phone{ width:215px; height:126px; background:url(/web/20220521112033im_/http://ruihenet.com/img/rig-phone.png) no-repeat;z-index:100; position:fixed; right:90px; bottom:280px; cursor:pointer;display: none; }
	#gust-hover{width:82px; height:82px; background:url(/web/20220521112033im_/http://ruihenet.com/img/rig-gust-1.png) no-repeat; position:fixed; right:10px;bottom:300px;z-index: 100;}
	#rig-people{width:82px; height:82px; background:url(/web/20220521112033im_/http://ruihenet.com/img/rig-people.png) no-repeat; position:fixed; right:10px;bottom:380px;z-index: 100;}
	#rig-people:hover{width:82px; height:82px; background:url(/web/20220521112033im_/http://ruihenet.com/img/rig-people-1.png) no-repeat; position:fixed; right:10px;bottom:380px;z-index: 100;}
		
/*登录后样式*/
	/*#login_con{position: relative;}*/
	.dropdown-menu>li>a{line-height: 30px;}
	.login_check{width:45px;height:22px;margin:10px 14px 0px 0px;vertical-align:middle;background: #66bd89;text-decoration:none;color:#FFFFFF !important;font-size:12px;display: inline-block;text-align: center;}
	.login_check:hover{background: #66bd89 !important;color:#FFFFFF;text-decoration:none;}
	.login_font{font-size:14px;color:#555555;}
	#login_con>li{margin:10px 0px 10px 0px;width:150px;}
	#login_con>li>a{text-align: left;}
	#login_out{width:104px;height:33px;background: #66bd89;text-decoration:none;color:#FFFFFF !important;font-size:14px;display: inline-block;text-align: center;}
	#login_out:hover{background: #66bd89 !important;color:#FFFFFF;text-decoration:none;}
			
/*
     FILE ARCHIVED ON 11:20:33 May 21, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:19:34 Mar 03, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.691
  exclusion.robots: 0.024
  exclusion.robots.policy: 0.011
  esindex: 0.02
  cdx.remote: 106.675
  LoadShardBlock: 250.934 (3)
  PetaboxLoader3.resolve: 195.14 (3)
  PetaboxLoader3.datanode: 109.288 (4)
  load_resource: 114.901
*/