﻿@charset "utf-8";
/* CSS Document */

/*global css*/
html,body{width:100%;height:100%;}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, blockquote, th, td, p, img{margin:0;padding:0;border:0;}
body{color:#333;font-family:simsun,Arial; width:100%; margin:0 auto;font-size:14px; background:#fff;}
table {border-collapse:collapse;border-spacing:0;}
img {border:0;}
div:after, ul:after, li:after {clear: both;content: " ";display: block;font-size: 0;height: 0;visibility: hidden;}
p{ line-height:22px; color:#333;  font-weight:400;}
ul,ol{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
.clear{clear:both; font-size:0; height:0;visibility:hidden;overflow:hidden;*zoom:1;}
a{color:#333;}
a:link,a:visited{color:#333; text-decoration:none;}
a:hover{ color:#f00; text-decoration:underline;}
h1,h2,h3{ font-size:14px;}
h4{ font-size:12px;}
h6{ text-align:center;}
hr{ padding:0; border:0; margin:0; height:0; background:none; display:block;*margin: -7px 0 -9px;}
.white,.white a{color:#fff;}
.white a:link,.white a:visited,.white a:hover{ color:#fff;}
.floatleft{ float:left;}
.floatright{ float:right;}
.red{color:#ff0000;}
.red a{color:#ff0000;}
.red a:link,.red a:visited,.red a:hover{color:#ff0000;}
.line24,.line24 p{line-height:24px;}



/** 页眉 **/
#header {
	position: relative;
	_z-index:999;
}
#header .topbar {
  position: relative;
  z-index: 101;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	background: #F5F5F5 url(../images/t1.gif) repeat-x;
}
#header .topbar .menu {
	float: left;
	display: inline;
}
#header .topbar .menu-item {
	float: left;
	display: inline;
	margin-right: 4px;
	_margin-right: 2px;
	color: #444;
}
#header .topbar .menu-item a {
	margin-right: 4px;
	color: #1e376d;
}
#header .topbar .menu-user {
	float: right;
}
#header .topbar .menu-user .menu-item {
	margin-right: 0;
	margin-left: 4px;
	_margin-left: 2px;
}
#header .topbar .menu-user .menu-item a {
	margin-left: 0;
	margin-right: 4px;
}
#logininfo a {
	color: #1E376D;
}
.banner {
	position: relative;
  background: #000 url(../images/banner-star.png) repeat;
  _background: url(../images/banner.png) no-repeat 50% 0;
	height: 550px;
  overflow: hidden;
  /*-moz-animation: starmove 268s linear infinite;*/
  /*-webkit-animation: starmove 268s linear infinite;*/
  /*-o-animation: starmove 268s linear infinite;*/
  /*-ms-animation: starmove 268s linear infinite;*/
  /*animation: starmove 111s linear infinite;*/
  border-bottom:3px solid #7ec5f0;
}
.banner .wrap {
  position: relative;
  margin: 0 auto;
  width: 990px;
  height: 100%;
}
.banner .title {
  position: relative;
  top: 122px;
  width: 689px;
  height: 362px;
  text-indent: -9999px;
  background: url(../images/banner-title3.png) no-repeat;
}
.banner .ball {
  position: absolute;
  top: 340px;
  right: -138px;
  width: 596px;
  height: 602px;
  background: url(../images/banner-ball.png) no-repeat;
  /*-moz-animation: rotateball 100s linear infinite;
  -webkit-animation: rotateball 100s linear infinite;
  -o-animation: rotateball 100s linear infinite;
  -ms-animation: rotateball 100s linear infinite;
  animation: rotateball 100s linear infinite;*/
}
@-webkit-keyframes rotateball {
  from {
    -moz-transform: rotateZ(0);
    -webkit-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  to {
    -moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-moz-keyframes rotateball {
  from {
    -moz-transform: rotateZ(0);
    -webkit-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  to {
    -moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-o-keyframes rotateball {
  from {
    -moz-transform: rotateZ(0);
    -webkit-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  to {
    -moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-ms-keyframes rotateball {
  from {
    -moz-transform: rotateZ(0);
    -webkit-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  to {
    -moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes starmove {
  from { background-position: 0 0; }
  to { background-position: -1800px 0; }
}
@-moz-keyframes starmove {
  from { background-position: 0 0; }
  to { background-position: -1800px 0; }
}
@-o-keyframes starmove {
  from { background-position: 0 0; }
  to { background-position: -1800px 0; }
}
@-ms-keyframes starmove {
  from { background-position: 0 0; }
  to { background-position: -1800px 0; }
}
@keyframes starmove {
  from { background-position: 0 0; }
  to { background-position: -1800px 0; }
}
.banner .libattery {
  position: absolute;
  top: 0;
  right: -64px;
  width: 394px;
  height: 419px;
  background: url(../images/banner-libattery.png) no-repeat;
}
#header .nav {
	position: absolute;
	z-index: 101;
  top: 32px;
	width: 100%;
	border-bottom: 1px #525252 solid;
	height:74px;
}
#header .nav_fixed
{
	position:fixed;
	top: 0;
	left: 0;
	_left:auto;
	_position:absolute;
	_top:expression(eval(document.documentElement.scrollTop));
	z-index:999;
	background:#000;
}
#header .nav ul,.nav_other ul ,.banner_other .banner_con{
	width: 1000px;
	margin: 0 auto;
}
#header .nav ul li {
	float: left;
	margin-left:40px;
}
#header .nav ul li a {
	float: left;
	height: 74px;
	font: 18px/81px "Microsoft Yahei", SimHei;
	color: #fff;
	text-decoration: none;
}
#header .nav ul li.first
{
	margin:0;
}
#header .nav ul li.current a,#header .nav ul li a:hover {
	border-bottom: 2px #fff solid;
	margin-bottom: -1px;
}
#header .nav ul li.first a {
	border:none;
  _width: 102px;
  _background: url(../images/logo-ie6.png) 0 50% no-repeat;
}
#header .nav ul li img {
  _display: none;
  float: left;
  margin-top: 9px;
}
.w-cnt,.nav ul ,.part1_con {
	width: 1000px;
	margin: 0 auto;
}
.w-cnt
{
	overflow:hidden;
}
.wrapper,.main,.part1,.banner_other
{
	width:100%;
	min-width:1000px;
}
.banner_other .banner_con img
{
	width:1000px;
	height:200px;
}
.regbox {
	width: 1000px;
	height: 150px;
	background: url(../images/bg-regbox.png) no-repeat 50% 0;
	position:absolute;
	top:-30px;
}
.regbox a {
	position: absolute;
	bottom: 19px;
	left: 50%;
	margin-left: -110px;
	width: 220px;
	height: 40px;
	text-indent: -9999px;
}
.gray{color:#888;font-size: 12px;padding-top:10px;}
.gray_bg
{
	background:#f3f3f3;
}
.part1 {
	position: relative;
	*zoom: 1;
	_z-index:0;
}
.part1 .title
{
	color: #1da6ff;
	font: 24px/28px "Microsoft Yahei", "黑体";
}
.part1 .part1_con {
	padding-top: 15px;
}
.pad10 {
	padding-top: 10px;
}
.pad20 {
	padding-top: 20px;
}
.pad30{
	padding-top:30px;
}
.margin10 {
	margin-top: 10px;
}
.margin30 {
	margin-top: 30px;
}
.gailan
{
	padding-bottom:30px;
}
.gailan .gailan_left
{
	width:500px;
}
.gailan .gailan_right
{
	width:476px;
	height:340px;
	margin-top:20px;
	position:relative;
}
.pic_list,.pic_list li,.pic_list li img
{
	width:476px;
	height:306px;
	overflow:hidden;
}
.pic_list li
{
	position:absolute;
	top:0;
	left:0;
}
.dot_list
{
	position:absolute;
	right:0;
	bottom:0;
}
.dot_list li
{
	width:18px;
	height:3px;
	background:#40B1FF;
	float:left;
	margin-left:5px;
	cursor:pointer;
}
.dot_list li.active
{
	background:#F69E00;
}

.global_table {
	border: solid 1px #b5b5b6;
	width: 100%;
	_width: 99.9%;
	border-collapse: collapse;
}
.global_table tr td {
	border: solid 1px #b5b5b6;
	line-height: 24px;
	padding: 10px;
}
.global_table .g_title {
	background: #40b0ff;
	height: 35px;
	line-height: 35px;
	color:#fff;
}
.global_table .g_blue
{
	color:#40b0ff;
}
.main_right
{
	width:240px;
}
.right_model h3
{
	font:normal 14px/26px "Microsoft Yahei","黑体";
	color:#666;
	border-bottom:solid 2px #d5d5d5;
}
.hezuo
{
	height:410px;
	overflow:hidden;
	margin-top:10px;
}
.meiti
{
	height:248px;
	overflow:hidden;
	margin-top:10px;
}
.right_model .model_list li
{
	padding:10px 0;
	text-align:center;
}
.ch_list{ background:url(../images/ico_attend.png) 0 20px no-repeat;margin-left:23px;}
.ch_list li
{
	line-height:26px;
	color:#fff;
	padding-left:20px;
}
.qiye
{
	background:#0074c7 url(../images/t1_bg.gif) no-repeat center left;
	height:362px;
	position: relative;
	z-index:1;
	*zoom:1;
}
.qiye .title{color:#fff; padding-top:19px;}


.qiye .part1_con
{
	padding: 0;
	_position: relative;
	_z-index:1;
}
.qiye_con
{
	width:9999px;
	/*height: 183px;*/
	overflow: hidden;
	padding-top:15px;
}
.qiye_con ul
{
	float:left;
	/*padding: 0 7px 0 35px;*/
	padding: 0 7px 0 50px;
	width:245px;
	/*border-right:solid 1px #fff;*/
}
.qiye_con ul li
{
	font-family:Microsoft Yahei;
	color:#fff;
	line-height:38px;
	font-size:16px;
	width:260px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.qiye .prev,.qiye .next
{
	position: absolute;
	top:110px;
	width: 66px;
	height:175px;
	cursor: pointer; 
}
.qiye .prev
{
	left: 50%;
	margin-left: -580px;
	background: url(../images/prev.png) no-repeat center;
}
.qiye .next
{
	right: 50%;
	margin-right: -490px;
	background: url(../images/next.png) no-repeat center;
}
.liangdian li
{
	float:left;
	width:160px;
	cursor:pointer;
	/*padding-right:12px;*/
	padding-right:95px;
}
.jiabin
{
	background:url(../images/t2_bg.gif) no-repeat center top;
	height:700px;
}
.zanzhu_list li
{
	*zoom:1;
}

/*关于锂电*/
.intro .intro_logo
{
	float:left;
	width:195px;
}
.intro .intro_right
{
	width:760px;
	float:right;
}
.fn-hide {
	display: none;
}
/*底部悬浮*/
.zixun
{
	width:100%;
	height:140px;
	background:url(../images/t3_bg.gif) repeat-x center;
}
.zixun_fixed {
	position:fixed;
	bottom:0;
	left:0;
	_position:absolute;
	_bottom:auto;
	_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}
.part1 .zixun_con {
	padding: 10px 0;
}
.zixun_con ul li
{
	padding-right:20px;
	float:left;
}
.zixun_con ul li h4
{
	width:26px;
	height:83px;
	text-align:center;
	font:14px/20px "Microsoft Yahei","黑体";
	color:#666;
	background:#fff;
	float:left;
}
.zixun_con ul li p
{
	float:left;
	padding-left:15px;
	color:#fff;
}
.btn {
	padding: 40px 0;
}
.btn img {
	padding-right:40px;
}
.zixun_con .weixin
{
	position:absolute;
	top:10px;
	right:0;
	color:#fff;
	width:140px;
}
.zixun_con .weixin p
{
	color:#fff;
}
.weixin
{
	text-align:center;
	font-size:12px;
}
.weixin h6 img
{
	width:105px;
	height:105px;
}
.weixin p
{
	padding-top:2px;
}
.weixin p img
{
	padding-right:5px;
}
/*内页导航*/
.nav_other
{
	width:100%;
	height:60px;
	background:url(../images/nav_bg.gif) repeat-x center top;
}
.nav_other ul li
{
	font:18px/60px "Microsoft Yahei","黑体";
	padding:0 23px;
	float:left;
	margin:0 3px;
}
.nav_other ul li a:link,.nav_other ul li a:visited,.nav_other ul li a:hover
{
	color:#fff;
}
.nav_other ul li:hover,.nav_other ul li.on
{
	background:#c4e3f8;
	color:#0071c7;
}
.nav_other ul li:hover a,.nav_other ul li.on a:link,.nav_other ul li.on a:visited,.nav_other ul li.on a:hover
{
	color:#0071c7;
	text-decoration:none;
}
.main_left
{
	width:720px;
}
.right_other
{

}
.right_other ul li
{

	padding-bottom:20px;
	margin-top:20px;
	float:left;
}
.right_other ul li h3
{
	font:bold 14px/26px Simsun;
	color:#fff;
	
}
.right_other ul li p
{
	
	color:#fff;
}
.right_other02 
{
	border:none;
	padding-top:20px;
}
.right_other02 ul li
{
	float:left;
	border:none;
}
.bs_p
{
	font:18px/22px "Microsoft Yahei","黑体";
}
/*嘉宾*/
.jiabin_model
{
	padding-top: 40px;
}
.jiabin_model h4,.jiabin_model h4 img
{
	width: 115px;
}
.jiabin_model h4
{
	float: left;
}
.jiabin_model .jiabin_right
{
	width: 580px;
	float: right;
}
.jiabin_model .jiabin_right h3,.jiabin_model .jiabin_right p
{
	line-height: 26px;
	font-size: 14px;
}
.jiabin_model .jiabin_right .jiabin_title
{
	padding-top: 8px;
	margin-top: 8px;
	border-top: solid 1px #ddd;
}
.jiabin_model .jiabin_right .p_txt
{
	font-size: 12px;
	color: #666;
}


/** g-footer **/
#g-footer {
    margin-top: 15px;
    padding: 10px 0;
    border-top: 1px solid #ddd;
    clear: both;
	font-size:12px;
}

#g-footer .g-footer-nav {
    height: 30px;
    line-height: 30px;
    text-align: center
}

#g-footer .g-footer-nav a {
    color: #1a4991;
    text-decoration: none
}

#g-footer .g-footer-nav a:hover {
    color: #f15c00;
    text-decoration: underline
}

#g-footer .g-footer-links {
    color: #666;
    float: left;
    line-height: 25px;
    padding: 5px 0;
    text-align: center;
    width: 100%
}

#g-footer .g-footer-record {
    width: 536px;
    margin: 0 auto 10px;
    overflow: hidden;
}

#g-footer .g-footer-record p {
    border: 1px solid #D2D2D2;
    float: left;
    display: inline;
    font-size: 12px;
    height: 50px;
    line-height: 20px;
    margin: 6px;
    width: 120px;
    overflow: hidden;
}

#g-footer .g-footer-record .fn-fl {
    padding: 3px;
}

#g-footer .g-footer-record .fn-fr {
    padding: 5px 3px 0;
    width: 72px;
}
.fn-fl,.fn-fr{ display:inline;}
.fn-fl{ float:left;}
.fn-fr{ float:right;}


/*浮窗*/
.fuchuang
{
	position:fixed;
	_position:absolute;
    _bottom:auto;
	_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
    bottom: 0;
	_margin-bottom:0;
	right:0;
	z-index:99;
}
.fuchuang
{
	right:0;
	width:150px;
	height:224px;
	background:url(../images/fuchuang.gif) no-repeat center top;
}
.fuchuang .fuchuang_zc,.fuchuang .fuchuang_share,.fuchuang .fuchuang_scrolltop,.fuchuang .fuchuang_traffic
{
	width:150px;
	height:74px;
	display:block;
	cursor:pointer;
}
.fuchuang .fuchuang_scrolltop
{
	background-position:0 0;
}
.fuchuang .fuchuang_zc
{
	background:0 -74px;
}
.fuchuang .fuchuang_share
{
	background:0 -148px;
}
/*.fuchuang .fuchuang_traffic
{
	background:0 -223px;
}*/
.jiathis_style
{
	display:none;
}
.fuchuang .fuchuang_close
{
	position: absolute;
	display: block;
	top: 2px;
	right: 2px;
	background: #549DE0;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	font-family: "Arial";
	color: #fff;
	cursor: pointer;
}
.fuchuang .fuchuang_close:hover
{
	color: #f00;
}
/*2016-1-7*/
.pt5{padding-top:5px;}
.gailan .gailan_left p{color:#000;}
.part2{ background:#32abff; padding:11px 0 28px;}
.part2 .title{color:#fff;}
.liangdian{margin-top:13px;}
.liangdian li p{color:#fff;margin-top:16px;}

.part3{ background:url(../images/ch_bg.jpg) center top no-repeat; height:194px;}
.part3 img{margin-top:10px;}
.part3 .title{color:#fff;margin-bottom:17px;}

.replay_list{*padding-bottom:3px;}
.replay_list li{ float:left; display:inline; position:relative; height:191px;margin-right:2px;margin-bottom:3px;}
.replay_list li b{width:100%;line-height:30px;position:absolute;background:#000;opacity:0.5;filter:alpha(opacity=50);bottom:0;height:36px;}

.replay_list li span{width:100%; height:36px;line-height:36px;position:absolute;bottom:0;text-align:center; color:#fff;font-size:14px;z-index:10;font-family:'微软雅黑','黑体'; overflow:hidden;}
.part4 p{ margin:12px 0 21px;}


.jiabin_list
{
	*zoom: 1;
	*overflow:hidden;
	margin-right: -93px;
	margin-top:15px;
}
.jiabin_list .model
{
	width:182px;
	float: left;
	text-align:center;
	margin: 0 35px 30px 0;
} 
.jiabin_list .model h6
{
	text-align:center;
}
.jiabin_list .model img
{
	width: 146px;
	height: 146px;
	padding-bottom: 10px;
}
.jiabin_list .model h3,.jiabin_list .model p
{
	line-height: 18px;
	font-size:14px;
	
}
.jiabin_list .model h3{margin-bottom:5px;}

.logo_list{margin-bottom:45px;}
.logo_list ul li
{
	float: left;
	margin-right:50px;
}
.logo_list h3{color:#898989; font-weight:normal; float:left;margin-top:20px;}
.logo_list ul{ float:left;margin-left:20px;}
.logo_list img{}


.part7{ background:#2f2f2f; padding:7px 0 6px;}
.part7 .title{color:#fff;}
.right_other li{font:14px/26px Simsun;color:#fff;}
.right_other li
.f12{font-size:12px;}
.right_other li h6{width:123px; height:118px;background:#fff;}
.right_other li h6 i{ display:inline-block; height:100%; vertical-align:middle;}
.right_other li h6 img{ vertical-align:middle; }
.right_other li p{ line-height:26px;}

.part6 .row1,.part6 .row2,.part6 .row3{ font-family:Microsoft Yahei;}
.part6 .row1{ line-height:24px;margin-bottom:38px;}
.part6 p strong{font-size:16px;color:#0061ae;}
.part6 p strong a{color:#0061ae;}
.part6 .row2{ line-height:22px;margin-bottom:38px;}
.part6 .row2 strong{ font-weight:normal; display:inline-block;margin-top:6px;}
.part6 .title{ padding-bottom:18px;}

.hz_list{margin-top:30px;}
.hz_list a{margin-right:35px;}

/*topbar*/
#g-topbar {
    height: 30px;
    border-bottom: 1px solid #ccc;
    color: #333;
    font: 12px/30px SimSun;
    background: #f7f7f7;
    overflow: visible
}

#g-topbar a {
    color: #333;
    text-decoration: none
}

#g-topbar a:hover {
    text-decoration: underline
}

#g-topbar i {
    font-style: normal;
    color: #999
}

#g-topbar .g-topbar-nav {
    float: left;
    position: relative;
    *position: relative;
    *z-index: 99999;
    color: #999;
    overflow: visible;
    line-height: 30px
}

#g-topbar .g-topbar-dropmenu .g-topbar-menu {
    display: none;
    position: absolute;
    z-index: 99999;
    top: 30px;
    right: -550px;
    float: left;
    line-height: 24px;
    padding: 3px 10px;
    width: 526px;
    text-align: left;
    background: #fff;
    border: 1px solid #ccc
}

#g-topbar .g-topbar-dropmenu .g-topbar-trigger {
    display: block;
    width: 20px;
    height: 30px;
    position: absolute;
    right: -22px;
    top: 0;
    z-index: 11;
    background: url(http://images.ofweek.com/ofweek/images/inco.gif) no-repeat 50% 11px;
    text-decoration: none;
    cursor: pointer
}

#g-topbar .g-topbar-dropmenu:hover .g-topbar-trigger, #g-topbar .g-topbar-dropmenu.g-topbar-drop .g-topbar-trigger {
    width: 18px;
    height: 31px;
    margin-bottom: -1px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background-color: #fff;
    background-position: 50% 12px
}

#g-topbar .g-topbar-dropmenu:hover .g-topbar-menu, #g-topbar .g-topbar-dropmenu.g-topbar-drop .g-topbar-menu {
    display: block
}

.g-wrap {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    *zoom:1;overflow: visible;
    height: 30px
}
#g-topbar .g-topbar-loginbar {
    float: right
}

#g-topbar .g-topbar-loginbar li {
    float: left;
    line-height: 30px
}

#g-topbar .g-topbar-weibo a {
    display: inline-block;
    margin-right: 12px;
    padding-left: 20px;
    background: url(http://images.ofweek.com/ofweek/images/weibolg.png) no-repeat 0 50%
}

.redbg {
    background: url(http://www.ofweek.com/images/global-steven/email/red_bg.gif) no-repeat center top;
    width: 50px;
    height: 23px;
    text-align: center;
    display: inline-block;
    float: left;
    line-height: 23px;
    color: #fff;
    margin: 4px 5px 0 0
}

#g-topbar .redbg a:link, #g-topbar .redbg a:visited, #g-topbar .redbg a:hover {
    color: #fff
}

.email {
    display: inline-block;
    background: url(http://www.ofweek.com/images/global-steven/email/ico_email.png) no-repeat center left;
    padding-left: 22px;
    margin-left: 5px
}


.right_other02
{
	border-top:solid 2px #0073c3;
}
.right_other02 ul li
{
	border-bottom:solid 1px #ddd;
	padding-bottom:20px;
	margin-top:20px;
}
.right_other02 ul li h3
{
	font:16px/22px "Microsoft Yahei","黑体";
	color:#666;
	padding-bottom:10px;
}

.right_other02 ul li p{color:#000;} 