﻿@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: "microsoft yahei", 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;
}

.ps_rl {
	position: relative;
	z-index: 100
}

.ps_as {
	position: absolute;
}

.bg_eee {
	background: #E1E1E1;
}

.bg_0B2567 {
	background: #fff;
}

.font_color_fff {
	color: #fff;
}

.ml160 {
	margin-left: 160px;
}

.ml45 {
	margin-left: 45px;
}

.mt26 {
	margin-top: 26px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt154 {
	margin-top: 188px;
}

.mr80 {
	margin-right: 80px;
}

.pl16 {
	padding-left: 16px;
}

.mb34 {
	margin-bottom: 34px;
}

.mb15 {
	margin-bottom: 15px;
}

.mt25 {
	margin-top: 25px;
}

.mt52 {
	margin-top: 52px;
}

.mt40 {
	margin-top: 40px;
}

.pt62 {
	padding-top: 62px;
}

.pt48 {
	padding-top: 48px;
}

.pt10 {
	padding-top: 10px;
}

.pt35 {
	padding-top: 35px;
}

.pt40 {
	padding-top: 40px;
}

.pb2 {
	padding-bottom: 2px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb42 {
	padding-bottom: 42px;
}

/** 页眉 **/

#header {
	position: relative;
	_z-index: 99999;
}

#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: url("../images/banner201704142.jpg?v=2018070501") no-repeat center;
	height: 511px;
	overflow: hidden;
}

#header .nav {
	position: absolute;
	z-index: 101;
	top: 32px;
	width: 100%;
	height: 45px;
	/*background: #09277F;
	opacity: 0.5;
	filter:alpha(opacity=50); */
}

#header .nav_fixed {
	position: fixed;
	top: 0;
	left: 0;
	_left: auto;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop));
	z-index: 999;
	_z-index: 999;
	zoom: 1;
	background: #021;
}

#header .nav ul,
.nav_other ul,
.banner_other .banner_con {
	width: 1000px;
	margin: 0 auto;
}

#header .nav ul li {
	float: left;
	padding: 0 22px;
}

#header .nav ul li a {
	float: left;
	font: 16px/45px "Microsoft Yahei", SimHei;
	color: #fff;
	text-decoration: none;
}

#header .nav ul li.first a {
	border: none;
	_width: 102px;
	_background: url(../images/logo-ie6.png) 0 50% no-repeat;
}

#header .nav ul li .nav_firstchild {
	_display: none;
	float: left;
	position: absolute;
	top: -1px;
	left: -16px;
	display: block;
	z-index: 100;
}

.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;
}

.pt30 {
	padding-bottom: 30px
}

.pad20 {
	padding-top: 20px;
}

.pad30 {
	padding-top: 30px;
}

.margin10 {
	margin-top: 10px;
}

.margin30 {
	margin-top: 30px;
}

.gailan .gailan_left {
	width: 620px;
}

.gailan .gailan_right {
	width: 400px;
	height: 305px;
	margin-top: 10px;
	position: relative;
}

.pic_list,
.pic_list li,
.pic_list li img {
	width: 400px;
	height: 325px;
	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;
}

/*.border_trb{border:1px solid #009FFF ;border-left: none;}*/

.border_tb {
	border: 1px solid #009FFF;
	border-left: none;
	border-right: none;
}

.global_table {
	width: 100%;
	_width: 99.9%;
	border-collapse: collapse;
	/*background:  url(../images/hy_bg2.jpg)no-repeat 160px -21px;*/
}

.global_table tr td {
	/*border: solid 1px #b5b5b6;*/
	line-height: 24px;
	padding: 7px 10px 7px 33px;
}

.global_table .g_title {
	height: 35px;
	line-height: 35px;
	padding-left: 33px;
	font-size: 22px;
}

.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 li {
	padding-left: 20px;
	width: 452px;
}

.ch_list li i {
	font-style: normal;
	display: inline-block;
	width: 339px;
	float: left;
	margin-top: 51px;
	line-height: 20px;
}

.ch_list b {
	margin-right: 18px;
	display: inline-block;
	float: left;
}

.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;
}

.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_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)));
	top: 418px;
	_margin-bottom: 0;
	right: 0;
	z-index: 99;
}

.fuchuang {
	left: 0;
	width: 136px;
	height: 190px;
	background: url(../images/fengchuang.png) no-repeat center top;
	display: none;
}

.fuchuang .fuchuang_zc,
.fuchuang .fuchuang_share,
.fuchuang .fuchuang_scrolltop,
.fuchuang .fuchuang_traffic {
	width: 136px;
	height: 64px;
	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;
	text-indent: 2em;
}

.part2 {
	background: #EEEEEE;
	padding: 56px 0 28px;
}

.part2-2 {
	background: #FFF;
	padding: 56px 0 28px;
}

.part3 .title {
	color: #fff;
	margin-bottom: 17px;
}

.hide {
	display: none;
	filter: alpha(opacity=0);
}

.show {
	display: block;
}

.replay_list {
	*padding-bottom: 3px;
}

.replay_list li {
	float: left;
	display: inline;
	position: relative;
	height: 193px;
	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;
}

.replay_list_txt {
	position: absolute;
	bottom: -36px;
	left: 0px;
	height: 36px;
	width: 334px;
	filter: Alpha(opacity=100);
}

.part4 p {
	margin: 30px 0 21px;
}

.logo_list {
	margin-bottom: 45px;
}

.logo_list ul li {
	float: left;
	margin-right: 50px;
}

.logo_list h3 {
	font-weight: normal;
	float: left;
	line-height: 20px;
	border: 1px solid #737373;
	padding: 13px 14px;
}

.logo_list ul {
	float: left;
	margin-left: 20px;
}

.logo_list img {}

.bgc8 {
	background: #C8C8C8;
}

.right_other li {
	font: 14px/26px Simsun;
}

.part7 b {
	background: url(../images/sys_bg.jpg) no-repeat 0px 0px;
	width: 197px;
	height: 87px;
	position: absolute;
	top: -22px;
	left: 400px;
}

.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;
}

.part7 .part_tow_child {
	position: absolute;
	top: 66px;
	left: 364px;
}

.part7 dl {
	margin-right: 46px;
}

.part7 dd {
	text-align: center;
	color: #FFF;
	line-height: 34px;
}

.part7 h3 {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	border-bottom: 1px solid #9C9C9C;
	padding-bottom: 16px;
}

.part6 .row1,
.part6 .row2,
.part6 .row3 {
	font-family: Microsoft Yahei;
}

.part6 .row1 {
	line-height: 22px;
	margin-bottom: 38px;
}

.part6 .row2 {
	line-height: 26px;
	margin-bottom: 38px;
}

.part6 .p_bg_6 {
	color: #1DB0C8;
	font-weight: bold;
}

.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;
}

/*往届企业*/

.wrapper1 {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	position: relative;
}

.participants {
	padding: 0;
	padding-top: 72px;
}

.participants .title {
	margin-bottom: 16px;
	padding-left: 39px;
}

.participants_img {
	width: 960px;
	height: 200px;
	overflow: hidden;
}

.participants .img_list {
	width: 2248px;
	height: 200px;
	position: relative;
}

.previous {
	margin-top: 20px;
	padding-bottom: 0;
}

.review_img {
	width: 1200px;
	padding-top: 20px;
	height: 430px;
	position: relative;
	top: 30px;
	left: -39px;
	overflow: hidden;
}

.button_left {
	width: 60px;
	height: 400px;
	background: url(../images/button_1.jpg) 0 center no-repeat;
	position: absolute;
	left: -62px;
	top: 114px;
}

.button_right {
	width: 60px;
	height: 400px;
	background: url(../images/button_2.jpg) 0 center no-repeat;
	position: absolute;
	right: -60px;
	top: 114px;
}

.review_img .review_list {
	width: 2400px;
	height: 100%;
	position: relative;
}

.review_img .review_list li {
	width: 300px;
	float: left;
	padding: 0;
	margin: 0;
}

.review_img .review_list li img {
	cursor: pointer;
	position: relative;
}

.review_img .review_list li .menu {
	width: 300px;
	height: 150px;
	position: absolute;
	top: 280px;
	background: #f3da94;
	font-size: 18px;
	text-align: center;
	padding-top: 30px;
	display: none;
}

.review_img .review_list li .menu p {
	line-height: 32px;
}

.review_img .review_list li .menu p:nth-child(3) {
	width: 80px;
	border-bottom: 2px solid #b2770f;
	margin: auto;
	height: 24px
}

.participants .img_list li {
	float: left;
	width: 150px;
	height: 198px;
	margin: 0;
	margin-right: 11px;
	padding: 0;
}

.participants .img_list li img {
	width: 150px;
	height: 58px;
	border: 1px solid #e1e1e1;
	margin-bottom: 9px;
}

.par_btn_left {
	width: 19px;
	height: 200px;
	background: url(../images/btn11.jpg) 0 0 no-repeat;
	float: left;
}

.par_btn_right {
	width: 18px;
	height: 200px;
	background: url(../images/btn22.jpg) 0 0 no-repeat;
	position: absolute;
	right: -2px;
	top: 159px;
}

/*微信*/

.xufu_weixin {
	left: 0;
	padding: 7px;
	text-align: center;
	font-size: 12px;
	position: fixed;
	left: -7px;
	top: 100px;
	display: none;
}

.xufu_weixin h3,
.xufu_weixin p {
	color: #fff;
}

.xufu_weixin h4,
.xufu_weixin h4 img {
	width: 106px;
	height: 105px;
}

.xufu_weixin p {
	line-height: 16px;
	padding: 5px 0;
}

.xufu_weixin p img {
	padding-right: 5px;
}

.xufu_weixin h3 {
	font: bold 15px/22px "Microsoft Yahei";
	padding-bottom: 5px;
}

.white_bg_xt b {
	background: url(../images/white_xt1.jpg);
	width: 18px;
	height: 26px;
	position: absolute;
	top: 46px;
	left: 460px;
}

.white_bg_xt i {
	background: url(../images/white_xt2.jpg);
	width: 19px;
	height: 28px;
	position: absolute;
	top: -28px;
	left: 500px;
}

.white_bg_xt .title_white {
	font-size: 32px;
	font-family: "microsoft yahei";
	font-weight: bold;
	text-align: center;
	color: #004166;
}

.white_bg_xt .p_gl {
	text-align: center;
	padding-left: 65px;
	font-size: 20px;
	color: #9A9A9A;
}

.white_bg_xt .p_rq {
	text-align: center;
	padding-left: 87px;
	font-size: 20px;
	color: #9A9A9A;
}

.white_bg_xt .p_ty {
	text-align: center;
	padding-left: 196px;
	font-size: 20px;
	color: #9A9A9A;
}

.white_bg_xt .p_dw {
	text-align: center;
	padding-left: 40px;
	font-size: 20px;
	color: #9A9A9A;
	margin-bottom: 25px;
}

.grey_bg_xt b {
	background: url(../images/grey_xt1.jpg);
	width: 18px;
	height: 26px;
	position: absolute;
	top: 46px;
	left: 460px;
}

.grey_bg_xt i {
	background: url(../images/grey_xt2.jpg);
	width: 19px;
	height: 28px;
	position: absolute;
	top: -28px;
	left: 500px;
}

.grey_bg_xt .title_grey {
	font-size: 32px;
	font-family: "microsoft yahei";
	font-weight: bold;
	text-align: center;
	color: #004166
}

.grey_bg_xt .p_ld {
	text-align: center;
	padding-left: 71px;
	font-size: 20px;
	color: #9A9A9A;
}

.grey_bg_xt .p_jb {
	text-align: center;
	padding-left: 28px;
	font-size: 20px;
	color: #9A9A9A;
}

.grey_bg_xt .p_zj {
	text-align: center;
	padding-left: 130px;
	font-size: 20px;
	color: #9A9A9A;
}

.grey_bg_xt .p_ty {
	text-align: center;
	padding-left: 196px;
	font-size: 20px;
	color: #9A9A9A;
}

.blue_bg_xt b {
	background: url(../images/blue_xt1.jpg);
	width: 18px;
	height: 26px;
	position: absolute;
	top: 46px;
	left: 460px;
}

.blue_bg_xt i {
	background: url(../images/blue_xt2.png);
	width: 19px;
	height: 28px;
	position: absolute;
	top: -28px;
	left: 500px;
}

.blue_bg_xt .title_blue {
	font-size: 32px;
	font-family: "microsoft yahei";
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.blue_bg_xt .p_rc {
	text-align: center;
	padding-left: 24px;
	font-size: 20px;
	color: #FFF;
}

.blue_bg_xt .p_hg {
	text-align: center;
	font-size: 20px;
	padding: 0 0 0 24px;
	center;
	color: #fff;
	font-weight: normal;
}

/*特邀嘉宾*/

.tyjb_list {
	*zoom: 1;
	padding-top: 20px;
	margin-right: -14px;
}

.tyjb_list .model {
	width: 188px;
	height: 249px;
	float: left;
	font-size: 12px;
	text-align: center;
	margin-right: 14px;
}

.tyjb_list .model h6 {
	text-align: center;
}

.tyjb_list .model img {
	width: 154px;
	height: 154px;
	padding-bottom: 10px;
	overflow: hidden;
	-webkit-transition: transform .3s ease-out;
	-moz-transition: transform .3s ease-out;
	-ms-transition: transform .3s ease-out;
	-o-transition: transform .3s ease-out;
	/* transition: transform .3s ease-out; */
}

.tyjb_list .model img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.tyjb_list .model h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	color: #252525;
}

.tyjb_list .model p {
	font-size: 12px;
	line-height: 16px;
	color: #252525;
}

/*内页嘉宾样式*/

.anchdis {
	padding-top: 50px;
}

.fn-fl,
.fn-fr {
	display: inline;
}

.fn-fl {
	float: left;
}

#jiabin .w_title {
	color: rgb(32, 24, 39);
	font: 30px/40px "Microsoft Yahei", Arial, é»‘ä½“;
	margin-bottom: 40px;
}

.jiabin_model-1 {
	padding-bottom: 40px;
	overflow: hidden;
}

.jiabin_model-1 h4,
.jiabin_model h4 img {
	width: 130px;
	height: 160px;
	float: left;
}

.jiabin_model-1 .jiabin_right h3,
.jiabin_model-1 .jiabin_right p {
	line-height: 24px;
	font-size: 14px;
}

.jiabin_model-1 .jiabin_right h3,
.jiabin_model-1 .jiabin_right p {
	line-height: 24px;
	font-size: 14px;
}

.w1000 {
	width: 1000px;
	margin: 0 auto;
}

.jiabin_model-1 .jiabin_right {
	margin-left: 150px;
}

#jiabin .w_title span {
	color: #999;
	font-weight: 100;
	padding-left: 10px;
}

/*大会背景*/

.g_focus {
	/* width:468px; */
	/* height:324px; */
	float: right;
	position: relative;
}

.pic_list,
.pic_list li,
.pic_list li img {
	width: 350px;
	height: 260px;
	overflow: hidden;
}

.pic_list li {
	position: absolute;
	top: 0;
	right: 0;
}

.dot_list2 {
	position: absolute;
	right: 0;
	bottom: -30px;
	width: 100%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	*zoom: 1;
}

:root .dot_list2 {
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#00000000', endColorstr='#00000000');
}

.dot_list2 li {
	width: 19px;
	height: 5px;
	background: url(../images/ico_dot.png) no-repeat 0 0;
	margin: 12px 0 0 5px;
	cursor: pointer;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	border-radius: 10px;
}

.dot_list2 li.active {
	background: url(../images/ico_dot-hover.png) no-repeat center;
	width: 19px;
	height: 5px;
	border-radius: 10px;
}

.ld_list {
	*zoom: 1;
	margin-right: -45px;
}

.ld_list li {
	width: 180px;
	float: left;
	margin-right: 80px;
	_display: inline;
}

/*亮点*/

.liangdian-bg {
	background: url(../images/liangdian-bg.png) no-repeat;
	height: 471px;
	padding-top: 25px;
}

.liangdian {}

.liangdian ul li {
	overflow: hidden;
	margin-top: 18px;
}

.liangdian h4 {
	float: left;
}

.liangdian-pic1 {
	margin-top: 12px;
}

.liangdian-pic2 {
	margin-top: 16px;
}

.liangdian-pic3 {
	margin-top: 26px;
}

.liangdian-pic4 {}

.liangdian-pic5 {}

.liangdian-pic6 {
	margin-top: 15px;
}

.liangdian p {
	color: #fff;
	float: left;
	width: 350px;
	margin-left: 24px;
	line-height: 24px;
}

.liangdian p span {
	display: block;
	font-size: 18px;
}

.liangdian-cont-left {
	float: left;
	overflow: hidden;
}

.liangdian-cont-right {
	float: right;
	overflow: hidden;
}

/*日程*/

.hyrc {
	background: #EDEDED;
}

/*参会对象*/

.duixiang-cont {
	text-align: center;
}

.pb58 {
	padding-bottom: 58px;
}

.duixiang-cont ul {
	margin-top: 32px;
}

.duixiang-cont ul li {
	float: left;
	width: 170px
}

.duixiang-cont ul li p {
	text-align: left;
	margin-top: 20px;
}

.duixiang-mt {
	margin-left: 35px;
}

/*往届回顾*/

.hunpaipic {
	height: 420px;
	overflow: hidden;
	float: left;
	display: inline;
	width: 1000px;
	position: relative;
	zoom: 1;
}

.margin20 {
	margin-top: 20px;
}

.hunpaipic dd.pic1 {
	top: 0;
	left: 0;
	width: 362px;
	height: 210px;
}

.hunpaipic dd {
	overflow: hidden;
	position: absolute;
}

.hunpaipic dd b {
	width: 100%;
	line-height: 30px;
	position: absolute;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	bottom: 0;
	height: 30px;
}

.hunpaipic dd span {
	width: 100%;
	line-height: 30px;
	position: absolute;
	bottom: 0;
	text-align: center;
	color: #fff;
	font-size: 13px;
	z-index: 10;
	font-family: '微软雅黑', '黑体';
}

.hunpaipic dd.pic2 {
	top: 212px;
	left: 0;
	width: 180px;
	height: 210px;
}

.hunpaipic dd.pic3 {
	top: 212px;
	left: 182px;
	height: 210px;
	width: 180px;
}

.hunpaipic dd.pic4 {
	top: 0;
	left: 364px;
	width: 272px;
	height: 156px;
}

.hunpaipic dd.pic5 {
	top: 158px;
	left: 364px;
	width: 272px;
	height: 156px;
}

.hunpaipic dd.pic6 {
	top: 316px;
	left: 364px;
	width: 272px;
	height: 105px;
}

.hunpaipic dd.pic7 {
	top: 316px;
	left: 501px;
	width: 135px;
	height: 105px;
}

.hunpaipic dd.pic8 {
	top: 0px;
	right: 182px;
	width: 180px;
	height: 210px;
}

.hunpaipic dd.pic9 {
	top: 0;
	right: 0px;
	width: 180px;
	height: 210px;
}

.hunpaipic dd.pic10 {
	top: 212px;
	right: 0px;
	width: 362px;
	height: 210px;
}

.fenxi {
	width: 1000px;
	margin: 30px auto 0px;
	overflow: hidden;
}

.hunpaipic {
	height: 420px;
	overflow: hidden;
	float: left;
	display: inline;
	width: 1000px;
	position: relative;
	zoom: 1;
}

.margin20 {
	margin-top: 20px;
}

.hunpaipic dd.pic1 {
	top: 0;
	left: 0;
	width: 362px;
	height: 210px;
}

.hunpaipic dd {
	overflow: hidden;
	position: absolute;
}

.hunpaipic dd b {
	width: 100%;
	line-height: 30px;
	position: absolute;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	bottom: 0;
	height: 30px;
}

.hunpaipic dd span {
	width: 100%;
	line-height: 30px;
	position: absolute;
	bottom: 0;
	text-align: center;
	color: #fff;
	font-size: 13px;
	z-index: 10;
	font-family: '微软雅黑', '黑体';
}

.hunpaipic dd.pic2 {
	top: 212px;
	left: 0;
	width: 180px;
	height: 210px;
}

.hunpaipic dd.pic3 {
	top: 212px;
	left: 182px;
	height: 210px;
	width: 180px;
}

.hunpaipic dd.pic4 {
	top: 0;
	left: 364px;
	width: 272px;
	height: 156px;
}

.hunpaipic dd.pic5 {
	top: 158px;
	left: 364px;
	width: 272px;
	height: 156px;
}

.hunpaipic dd.pic6 {
	top: 316px;
	left: 364px;
	width: 272px;
	height: 105px;
}

.hunpaipic dd.pic7 {
	top: 316px;
	left: 501px;
	width: 135px;
	height: 105px;
}

.hunpaipic dd.pic8 {
	top: 0px;
	right: 182px;
	width: 180px;
	height: 210px;
}

.hunpaipic dd.pic9 {
	top: 0;
	right: 0px;
	width: 180px;
	height: 210px;
}

.hunpaipic dd.pic10 {
	top: 212px;
	right: 0px;
	width: 362px;
	height: 210px;
}

.fenxi {
	width: 1000px;
	margin: 30px auto 0px;
	overflow: hidden;
}

/*回顾*/

.huigu span {
	display: inline-block;
	font-size: 20px;
	padding: 12px 55px;
	border: 1px solid #DCDCDC;
	border-radius: 5px;
	margin-top: 45px;
}

.huigu .span1 {
	margin-left: 104px;
}

.huigu .span2 {
	margin-left: 260px;
}

.bg_0B3190 {
	background: #0B3190;
}

/*文稿*/

.wengao-cont {
	background: url(../images/wengao-pic-bg.jpg) no-repeat;
	width: 814px;
	height: 258px;
	margin: 22px 0 0 95px;
}

.wengao p {
	color: #fff;
	padding: 50px 50px 48px 60px;
	text-indent: 2em;
}

.mt30 {
	margin-top: 30px;
}

.pt35 {
	padding-top: 35px;
}

.pb40 {
	padding-bottom: 40px;
}

.wengao p span {
	font-size: 14px;
	color: #D6C141;
	display: block;
	text-indent: 2em;
}

/*演讲*/

.pb75 {
	padding-bottom: 75px;
}

.yanjiang-cont .yanjiang-cont-p1 {
	padding-left: 190px;
	background: url(../images/yanjiang-pic1.png) no-repeat 162px 50%;
	margin: 50px 0 14px;
}

.yanjiang-cont .yanjiang-cont-p2 {
	padding-left: 190px;
	background: url(../images/yanjiang-pic2.png) no-repeat 162px 50%;
}

/*组织结构*/

.jigou {}

.jigou-cont {}

.bg-303031 {
	background: #303031;
}

.pb65 {
	padding-bottom: 65px;
}

.mt57 {
	margin-top: 57px;
}

.ml20 {
	margin-left: 38px;
}

.mt38 {
	margin-top: 38px;
}

.ml15 {
	margin-left: 15px;
}

.jigou-cont ul li {
	float: left;
	overflow: hidden;
}

.jigou-cont ul li h2 {
	float: left;
	font-size: 26px;
	font-weight: normal;
	color: #00A7FF;
	line-height: 50px;
	margin-right: 15px;
}

.jigou-cont ul li h4 {
	float: left;
}

/*会议联络*/

.lianluo-cont ul li {
	float: left;
	overflow: hidden;
}

.mt40 {
	margin-top: 40px;
}

.ml19 {
	margin-left: 19px;
}

.lianluo-cont ul li h4 {
	float: left;
	margin-right: 10px;
	line-height: 110px;
	margin-top: 30px;
}

.lianluo-cont ul li p {
	float: left;
	border-right: 1px solid #898989;
	width: 248px;
}

.lianluo-cont ul li p span {
	display: block;
	font-weight: bold;
}

/*nav*/

.dangqian {
	border-bottom: 1px solid #FDCF44;
	height: 44px;
}

#header .nav ul .dangqian a {
	color: #FDCF44;
}

/*赞助内页*/

.code-txt {
	font-family: "simsun";
	font-size: 12px;
	text-align: center;
	line-height: 35px;
}

.code-txt img {
	vertical-align: middle;
	margin: -3px 5px 0 0;
}

.w1000 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.mt40 {
	margin-top: 40px;
}

.left_title {
	font: normal 18px/24px "Microsoft Yahei", "黑体";
	color: #333;
	padding-bottom: 20px;
}

.pad20 {
	padding-top: 20px;
}

.zanzhu_list li {
	width: 700px;
	margin: 5px 0px;
	overflow: hidden;
}

.pad10 {
	padding-top: 15px;
}

.floatleft {
	float: left;
}

.line24,
.line24 p {
	line-height: 24px;
	font-size: 13px;
}

.w350 {
	width: 260px;
}

.fn-fr {
	float: right;
}

.mt15 {
	margin-top: 15px;
}

.w230 {
	width: 230px;
}

.g-title-a {
	color: #898989;
	border-bottom: 1px solid #dbdbdb;
}

.font-simsun {
	font-family: "simsun";
}

.line-h20 {
	line-height: 20px;
}

.mr20 {
	margin-right: 20px;
}

.w600 {
	width: 700px;
}

.bottom-btn {
	margin: 40px 0 30px 0;
	text-align: center;
}

/*右下加浮窗*/

.font-b {
	font-weight: bold;
}

.mt10 {
	margin-top: 10px;
}

.mt5 {
	margin-top: 5px;
}

.pt6 {
	padding-top: 6px;
}

.mb10 {
	margin-bottom: 10px;
}

.right-fuchuang {
	color: #fff;
	background: #FF6500;
	width: 148px;
	padding-top: 20px;
	position: fixed;
	top: 100px;
	right: 0;
}

.right-fuchuang h5,
.right-fuchuang h4,
.right-fuchuang h3,
.right-fuchuang p {
	text-align: center;
}

.right-fuchuang h3 {
	font-size: 18px;
	font-weight: normal;
}

.right-fuchuang-cont1 {
	background: #FFF;
	color: #333;
	padding: 20px 0;
	text-align: center;
	margin: 0 11px;
	width: 130px;
}

.right-fuchuang-cont1 p {
	font-size: 12px;
}

.ml36 {
	margin-left: 17px;
}

/*特邀嘉宾*/

.honored {
	position: relative;
	height: 701px;
	background: url(../images/jiabin-pic.png) no-repeat center top;
}

.honored .data {
	position: absolute;
	top: -84px;
	left: 50%;
	margin-left: -505px;
}

.honored .dh-title {
	padding-top: 110px;
	color: #fff;
}

.honored .dh-title i {
	color: #e3e3e3;
}

.honored .focus {
	position: relative;
	width: 950px;
	/*width: 794px;*/
	height: 390px;
	margin: 20px auto 0;
}

.honored .focus-inner {
	position: relative;
	overflow: hidden;
	width: 950px;
	/*width: 794px;*/
	height: 360px;
}

.honored .focus-list {
	position: absolute;
}

.honored .focus-list li {
	float: left;
	width: 180px;
	height: 250px;
}

.honored .focus-list li img,
.honored .focus-list li.current img {
	display: block;
	width: 100%;
	height: 100%;
}

.honored .focus-list li {
	margin: 34px 1px 0;
}

.honored .button li {
	line-height: 1000px;
	position: absolute;
	top: 40%;
	overflow: hidden;
	width: 20px;
	height: 50px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.honored .button li.l-btn {
	left: -50px;
	background: url('../images/left_btn.png') no-repeat;
}

.honored .button li.l-btn:hover {
	background: url('../images/left_btn_hover.png') no-repeat;
}

.honored .button li.r-btn {
	right: -50px;
	background: url('../images/right_btn.png');
}

.honored .button li.r-btn:hover {
	background: url('../images/right_btn_hover.png');
}

.honored p.tips {
	font-size: 24px;
	line-height: 45px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	overflow: hidden;
	width: 258px;
	height: 55px;
	margin-left: -116px;
	text-align: center;
	color: #fff;
	background: #01a7ca;
}

.honored p.tips span,
.honored p.tips font {
	display: block;
}

.honored p.tips font {
	font-size: 16px;
	line-height: 16px;
	overflow: hidden;
	height: 16px;
}

.jiabin-content .content {
	width: 678px;
	margin: 0 auto;
	padding: 24px 70px;
	border-left: 1px solid #3C5AA6;
	border-right: 1px solid #3C5AA6;
}

.jiabin-content .content .title h3 {
	font-size: 20px;
	color: #00B7EE;
}

.jiabin-content .content .title h3 span {
	font-size: 16px;
	margin-left: 20px;
	font-weight: normal;
}

.jiabin-content .content .title p {
	font-size: 14px;
	color: #FFF;
	margin: 7px 0 0;
}

.hide {
	display: none;
}

.focus-list li {
	position: relative;
	text-align: center;
}

.focus-list li h3 {
	position: absolute;
	color: #fff;
	font-size: 16px;
	bottom: 10px;
	text-align: center;
	left: 28px;
}

.focus-list li h3 span {
	font-size: 14px;
	display: inline-block;
}

/*banner*/

/*banner*/

.banner,
.banner_con {
	width: 100%;
	height: 510px;
	min-width: 1000px;
	overflow: hidden;
	position: relative;
}

.banner_con {
	position: relative;
}

.banner01 {
	background: url("../images/banner201704142.jpg?v=111") no-repeat center top;
}

.banner02 {
	background: url(../images/banner20170327.jpg?v=20180705) no-repeat center top;
}

.banner03 {
	background: url(../images/banner_three_02.jpg) no-repeat center top;
}

.banner04 {
	background: url(../images/banner04.jpg) no-repeat center top;
}

.banner_list,
.banner_list li,
.banner_list li img {
	width: 100%;
	height: 511px;
	overflow: hidden;
}

.banner_list li {
	position: absolute;
	top: 0;
	left: 0;
}

.banner .dot_list3 {
	position: absolute;
	left: 50%;
	bottom: 50px;
	margin-left: 100px;
	width: 300px;
}

.banner .dot_list3 li {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	font-size: 0;
	background: #a0a0a0;
	float: left;
	margin-left: 20px;
	cursor: pointer;
}

.banner .dot_list3 li.active {
	background: #fff;
}