@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	list-style: none;
	outline: none;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "微软雅黑", "宋体", "黑体";
	color: #000;
	background-image: url(../images/bg_yjny.jpg);
	background-position: center top;
}
div {
	margin: 0 auto;
	padding: 0;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	vertical-align: middle;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
.w1000 {
	width: 1000px;
	margin: 0 auto;
}
/*顶部底部css*/
.head {
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	background-color: #fff;
	border-bottom: 1px solid #d9d9d9;
}
.head .main {
	width: 1000px;
	height: 40px;
	margin: 0 auto;
}
.head .main .solarbe_logo {
	float: left;
}
.head .main .solarbe_nav {
	float: right;
	margin-top: 14px;
	display: inline;
}
.head .main .solarbe_nav li {
	float: left;
	padding: 0px 10px;
	display: inline;
	line-height: 12px;
*line-height:14px;
	font-family: "微软雅黑", "宋体";
	font-size: 12px;
	color: #000;
	border-right: 1px solid #ddd;
}
.head .main .solarbe_nav li a {
	color: #000;
}
.head .main .solarbe_nav li a:hover {
	text-decoration: underline;
}
/*底部样式*/
.solarbe_bottom {
	text-align: center;
	font-family: "微软雅黑", "宋体";
	font-size: 12px;
	color: #000;
	line-height: 20px;
	padding: 20px 0px 30px 0;
	border-top: 1px solid #ddd;
	margin-top:30px;
}
.solarbe_bottom .footLink {
	line-height: 40px;
}
.solarbe_bottom a {
	color: #000;
}
.solarbe_bottom a:hover {
	text-decoration: underline;
}
.footer_b {
	margin-top: 10px;
}
.banner {
	width: 100%;
	height: 500px;
	background-image: url(../images/banner.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.nav {
	width: 100%;
	height: 50px;
	background-color: #0064b6;
}
.nav ul {
	width: 1000px;
	margin: 0 auto;
}
.nav li {
	float: left;
	height: 50px;
}
.nav li:hover {
	background-color: #005bac;
}
.nav li a {
	font-size: 18px;
	color: #fff;
	line-height: 20px;
	padding: 0 34px;
	display: block;
	border-right: 1px solid #2387da;
	margin-top: 15px;
}
.nav li a:hover {
	background-color: #005bac;
	text-decoration: none;
}
.navigation {
	border-bottom: 3px solid #d9d9d9;
	text-align: left;
	padding: 30px 0 0 0;
	margin-bottom: 30px;
}
.navigation span {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	padding: 0 20px;
	position: relative;
	border-bottom: 3px solid #0064b6;
	padding-bottom: 20px;
	top: 3px;
	display: inline-block;
}
.bg {
	background-color: #f2f2f2;
	margin: 50px 0 0 0;
	padding-bottom: 50px;
}
/*跟随导航*/
.content {
	width: 100%;
	position: relative;
	overflow: visible;
	margin: 0;
	padding: 0;
	/*padding: 0 0 70px; sticky footer */

	background: #fff;
}
.pageScroll {
	position: fixed !important;
	top: 0;
	left: 20px;
	width: 130px;
	display: none;
}
.pageScroll.right {
	margin-left: 500px;
}
.scrollNav a {
	display: block;
	color: #fff;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	background: #0064b6; /* Old browsers */
}
.scrollNav {
	border-top: 1px solid #00549e;
}
.scrollNav_1, .scrollNav_1 a {
}
.scrollNav a:hover {
	text-decoration: none;
	background-color: #005499;
}
li.scrollNav.active a {
	background: #fff;
	color: #0064b6;
}
/*前言*/
.preface {
	width: 1000px;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 20px;
}
.preface img {
	float: left;
	margin-top: 62px;
	display: inline;
}
.preface .preface_text {
	width: 840px;
	float: right;
}
.preface .preface_text p {
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	text-indent: 28px;
	margin-bottom: 10px;
}
/*advantage1*/
.advantage {
	float: left;
	margin-right: 50px;
	margin-bottom: 30px;
	display: inline;
}
.advantage dt {
	font-size: 18px;
	color: #0064b6;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 15px;
	text-align: left;
}
.advantage dd {
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	background-image: url(../images/star.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
}
/*download*/
.download {
	float: right;
	border-left: 1px dashed #d7d7d7;
	padding-left: 80px;
	display: inline;
}
.download dt {
	font-size: 18px;
	color: #ef7d00;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 15px;
	text-align: left;
}
.download dd {
	font-size: 14px;
	line-height: 30px;
	color: #ef7d00;
	text-align: left;
}
.download dd a {
	color: #ef7d00;
}
.download dd img {
	margin-right: 10px;
	position: relative;
	top: -1px;
}
.nav1 {
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	padding: 0 30px;
	background-color: #0064b6;
	float: left;
}
/*推荐新闻*/
.news ul {
	margin-top: 10px;
	overflow: hidden;
}
.news li {
	float: left;
	width: 480px;
	margin-right: 20px;
	display: inline;
	text-align: left;
	background-image: url(../images/list.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 15px;
}
.news li a {
	font-size: 16px;
	color: #000;
	line-height: 36px;
}
.news li a:hover {
	color: #0064b6;
}
.scale img {
	float: left;
}
/*专家寄语*/
.expert ul {
	overflow: hidden;
	height: 534px;
}
.expert ul li {
	float: left;
	width: 50%;
	margin-bottom: 30px;
	display: inline;
}
.expert ul li .main_expert {
	background-color: #fff;
	width: 460px;
	height: 240px;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	position: relative;
	margin-left: 20px;
	margin-top: 10px;
}
.expert ul li .main_expert img {
	position: absolute;
	width: 125px;
	height: 160px;
	left: -20px;
	top: -10px;
	box-shadow: 2px 2px 5px #787878;
}
.expert ul li .main_expert .name_expert {
	position: absolute;
	top: 160px;
	left: 5px;
	width: 97px;
	font-size: 14px;
	line-height: 25px;
}
.expert ul li .main_expert .position_expert {
	position: absolute;
	top: 187px;
	left: 5px;
	width: 97px;
	font-size: 12px;
	color: #999999;
	line-height: 20px;
}
.expert ul li .main_expert .text_expert {
	position: absolute;
	top: 10px;
	right: 10px;
	overflow-y: auto;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	text-indent: 28px;
	width: 320px;
	height: 216px;
	padding-right: 5px;
}
/*重磅嘉宾*/
.guest {
	height: 910px;
	overflow: hidden;
}
.guest .list1 {
	float: left;
	width: 50%;
}
.guest .list1 li {
	position: relative;
	margin-bottom: 30px;
	height: 205px;
}
.guest .list1 li .pic_guest {
	position: absolute;
	top: 0;
	left: 0;
}
.guest .list1 li .name_guest {
	position: absolute;
	left: 0;
	top: 132px;
	font-size: 16px;
	line-height: 30px;
	width: 106px;
	text-align: center;
}
.guest .list1 li .position_guest {
	position: absolute;
	left: 0;
	top: 160px;
	font-size: 12px;
	line-height: 22px;
	color: #adadad;
	width: 106px;
	text-align: center;
}
.guest .list1 li .text_guest {
	position: absolute;
	left: 160px;
	top: 0;
	width: 285px;
	height: 165px;
	border-radius: 10px;
	background-color: #ebebeb;
	font-size: 14px;
	line-height: 26px;
	text-align: left;
	text-indent: 28px;
	padding: 20px;
}
.guest .list1 li .sanjiao {
	position: absolute;
	left: 142px;
	top: 17px;
}
.guest .list2 {
	float: left;
	width: 50%;
}
.guest .list2 li {
	position: relative;
	margin-bottom: 30px;
	height: 205px;
}
.guest .list2 li .pic_guest {
	position: absolute;
	top: 0;
	right: 0;
}
.guest .list2 li .name_guest {
	position: absolute;
	right: 0;
	top: 132px;
	font-size: 16px;
	line-height: 30px;
	width: 106px;
	text-align: center;
}
.guest .list2 li .position_guest {
	position: absolute;
	right: 0;
	top: 160px;
	font-size: 12px;
	line-height: 22px;
	color: #adadad;
	width: 106px;
	text-align: center;
}
.guest .list2 li .text_guest {
	position: absolute;
	right: 160px;
	top: 0;
	width: 285px;
	height: 165px;
	border-radius: 10px;
	background-color: #ebebeb;
	font-size: 14px;
	line-height: 26px;
	text-align: left;
	text-indent: 28px;
	padding: 20px;
}
.guest .list2 li .sanjiao {
	position: absolute;
	right: 142px;
	top: 17px;
	transform: rotate(180deg);
}
/*赞助*/
.why1 {
	float: left;
	width: 475px;
}
.why1 dt {
	font-size: 18px;
	font-weight: bold;
	color: #0064b6;
	text-align: left;
	line-height: 18px;
	margin: 30px 0 20px 0;
}
.why1 dd {
	font-size: 16px;
	color: #000;
	text-align: left;
	line-height: 30px;
	text-indent: 32px;
}
.why2 {
	float: right;
	width: 475px;
}
.why2 dt {
	font-size: 18px;
	font-weight: bold;
	color: #0064b6;
	text-align: left;
	line-height: 18px;
	margin: 30px 0 20px 0;
}
.why2 dd {
	font-size: 16px;
	color: #000;
	text-align: left;
	line-height: 30px;
	text-indent: 32px;
}
.form {
	text-align: left;
	margin: 25px 0;
	line-height: 30px;
}
.form dt {
	font-size: 16px;
	color: #0064b6;
	display: inline;
}
.form dd {
	font-size: 16px;
	color: #000;
	display: inline;
}
.how {
	font-size: 16px;
	margin: 25px 0 45px 0;
	text-align: left;
}
/*主要参展企业*/
.business ul {
	position: relative;
	width: 1016px;
	overflow: hidden;
}
.business ul li {
	width: 109px;
	height: 48px;
	border: 1px solid #d9d9d9;
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
	display: inline;
}
.business ul li img {
	width: 109px;
	height: 48px;
}
.rollBox_business {
	width: 1000px;
	margin-top: 20px;
	position: relative;
}
.rollBox_business .LeftBotton {
	width: 26px;
	height: 26px;
	background-image: url(../images/cmd_left.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: center;
	position: absolute;
	top: -69px;
	right: 25px;
}
/*.rollBox_business .LeftBotton:hover {
    float: left;
    width: 38px;
    height: 158px;
    background-image: url(images/brand_leftbutton.jpg);
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center center;
}*/
.rollBox_business .RightBotton {
	width: 26px;
	height: 26px;
	background-image: url(../images/cmd_right.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: center;
	position: absolute;
	top: -69px;
	right: 0;
}
/*.rollBox_business .RightBotton:hover {
    float: right;
    width: 38px;
    height: 158px;
    background-image: url(images/brand_rightbutton.jpg);
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center center;
}*/
.rollBox_business .Cont {
	width: 1000px;
	overflow: hidden;
}
.rollBox_business .Cont .li {
	float: left;
	width: 111px;
	margin-right: 16px;
	display: inline;
}
.rollBox_business .Cont .li img {
	width: 109px;
	height: 48px;
	margin-bottom: 10px;
	border: 1px solid #d9d9d9;
}
.rollBox_business .ScrCont {
	width: 10000000px;
}
.rollBox_business #List1_business, .rollBox_business #List2_business {
	float: left;
}
/*合作媒体*/
.rollBox_hg {
	width: 1000px;
	margin-top: 20px;
	position: relative;
}
.rollBox_hg .LeftBotton {
	width: 26px;
	height: 26px;
	background-image: url(../images/cmd_left.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: center;
	position: absolute;
	top: -69px;
	right: 25px;
}
/*.rollBox_hg .LeftBotton:hover {
    float: left;
    width: 38px;
    height: 158px;
    background-image: url(images/brand_leftbutton.jpg);
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center center;
}*/
.rollBox_hg .RightBotton {
	width: 26px;
	height: 26px;
	background-image: url(../images/cmd_right.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: center;
	position: absolute;
	top: -69px;
	right: 0;
}
/*.rollBox_hg .RightBotton:hover {
    float: right;
    width: 38px;
    height: 158px;
    background-image: url(images/brand_rightbutton.jpg);
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center center;
}*/
.rollBox_hg .Cont {
	width: 1000px;
	overflow: hidden;
}
.rollBox_hg .Cont .li {
	float: left;
	width: 148px;
	height: 68px;
	border: 1px solid #d9d9d9;
	margin-right: 20px;
	display: inline;
}
.rollBox_hg .Cont .li img {
	width: 148px;
	height: 68px;
}
.rollBox_hg .ScrCont {
	width: 10000000px;
}
.rollBox_hg #List1_hg, .rollBox_hg #List2_hg {
	float: left;
}
/*参会方式*/
.way ul {
	margin-top: 5px;
}
.way li {
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	margin-top: 15px;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
}
.way .red {
	font-size: 14px;
	color: #e80707;
	line-height: 14px;
	margin: 30px 0;
	text-align: left;
}
.way .red2 {
	font-size: 14px;
	color: #e80707;
	line-height: 24px;
	text-align: left;
}
.contact {
	overflow: hidden;
	text-align: left;
	position: relative;
	width: 1120px;
}
.contact dl {
	float: left;
	margin-right: 120px;
	display: inline;
}
.contact dt {
	font-size: 18px;
	color: #0064b6;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 15px;
}
.contact dd {
	font-size: 16px;
	line-height: 30px;
}
.gotop {
	width: 130px;
	height: 40px;
	background-color: #005499;
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	cursor: pointer;
	position: fixed;
	top: 287px;
	left: 20px;
	z-index: 1;
	display: none;
}
.gotop a {
	color: #fff;
	text-decoration: none;
	display: block;
}
