﻿@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: 50px;
}
.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: 1000px;
	margin: 0 auto 10px auto;
}
.banner img {
	width: 1000px;
	height: 200px;
}*/
.banner img {
	width: 100%;
	height: auto;
}
.nav {
	width: 100%;
	height: 50px;
	background-color: #0070c0;
}
.nav ul {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
}
.nav ul li {
	float: left;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	border-right: 1px solid #fff;
	padding: 0 26px;
	margin-top: 16px;
}
/*仅针对firefox*/
@-moz-document url-prefix() {
.nav ul li {
line-height:19px;
}
}
/*end*/
.nav ul li a {
	color: #fff;
}
.nav ul li a:hover {
	text-decoration: none;
}
.content {
	width: 1000px;
}
.subnav {
	border-bottom: 1px solid #dedede;
	text-align: left;
	margin: 30px 0;
	position: relative;
	height: 39px;
}
.subnav span {
	display: inline-block;
	font-size: 24px;
	color: #0070c0;
	line-height: 24px;
	padding: 0 20px 15px 20px;
	text-align: center;
	border-bottom: 2px solid #0070c0;
	position: absolute;
	left: 0;
	top: -1px;
	font-weight: bold;
}
.subnav a {
	font-size: 16px;
	color: #bdbdbd;
	line-height: 16px;
	position: absolute;
	right: 0;
	bottom: 15px;
}
.introduce p {
	font-size: 16px;
	color: #000;
	line-height: 26px;
	margin: 24px 0;
	text-align: left;
	text-indent: 32px;
}
.strengths {
	text-align: left;
	margin-top: 30px;
}
.strengths span {
	width: 6px;
	height: 18px;
	display: inline-block;
	background-color: #0070c0;
	margin-right: 10px;
	position: relative;
	top: 3px;
}
.strengths dt {
	font-size: 18px;
	line-height: 18px;
	color: #000;
	font-weight: bold;
	text-align: left;
	margin-bottom: 15px;
}
.strengths dd {
	font-size: 16px;
	color: #000;
	line-height: 30px;
	text-align: left;
	padding-left: 16px;
}
.schedule .date {
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	color: #000;
	margin: 30px 0;
}
.schedule table {
	text-align: center;
	font-family: '微软雅黑', '宋体', '黑体';
	font-size: 16px;
	color: #000;
	line-height: 35px;
	background-color: #2686d0;
}
.schedule table tr {
	background-color: #fff;
}
.schedule table .title {
	background-color: #0070c0;
	color: #fff;
}
.schedule table td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 5px 0;
}
.schedule table a {
	display: block;
	background-image: url(../images/download.png);
	background-repeat: no-repeat;
	background-position: center;
	/*background-size: auto 30px;*/
	padding: 10px 0;
	text-decoration: none;
}
.schedule table a:hover {
	background-image: url(../images/download.png);
	background-color: #f0f0f0;
}
.schedule table .time {
	width: 149px;
	border-left: 1px solid #ddd;
}
.rollBox {
	width: 1138px;
	margin-top: 30px;
	overflow: hidden;
	position: relative;
	left: -69px;
}
.rollBox .LeftBotton {
	float: left;
	width: 69px;
	height: 260px;
	background-image: url(../images/brand_leftbutton.png);
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: left center;
}
/*.rollBox .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 .RightBotton {
	float: right;
	width: 69px;
	height: 260px;
	background-image: url(../images/brand_rightbutton.png);
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: right center;
}
/*.rollBox .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 .Cont {
	width: 1000px;
	float: left;
	overflow: hidden;
}
.rollBox .Cont .li {
	float: left;
	width: 220px;
	margin-right: 40px;
	display: inline;
}
.rollBox .Cont .li img {
	float: left;
	width: 220px;
	height: 260px;
}
.rollBox .Cont .li .name {
	font-family: "微软雅黑", "宋体";
	font-size: 16px;
	line-height: 35px;
	color: #000;
}
.rollBox .Cont .li .text {
	font-family: "微软雅黑", "宋体";
	font-size: 15px;
	line-height: 23px;
	color: #969696;
	text-align: center;
}
.rollBox .ScrCont {
	width: 10000000px;
}
.rollBox #List1, .rollBox #List2 {
	float: left;
}
.sponsor {
	position: relative;
	width: 1020px;
	overflow: hidden;
}
.sponsor li {
	float: left;
	width: 148px;
	height: 68px;
	border: 1px solid #dedede;
	margin-right: 20px;
	margin-bottom: 20px;
	display: inline;
}
.sponsor li img {
	width: 148px;
	height: 68px;
}
.contact {
}
.contact_main {
	overflow: hidden;
	width: 1047px;
	position: relative;
}
.contact_main dl {
	width: 245px;
	height: 135px;
	float: left;
	margin-right: 47px;
	padding-left: 55px;
	display: inline;
	border: 1px solid #dedede;
	text-align: left;
}
.contact_main dl dt {
	font-size: 24px;
	color: #000;
	line-height: 40px;
	margin-top: 14px;
}
.contact_main dl dt span {
	font-size: 14px;
	color: #b5b5b5;
	margin-left: 10px;
	position: relative;
	top: 2px;
}
.contact_main dl dd {
	font-size: 14px;
	color: #000;
	line-height: 30px;
}
.contact_main dl dd img {
	margin-right: 10px;
}
.previous {
	position: relative;
	width: 1020px;
	overflow: hidden;
}
.previous li {
	float: left;
	width: 320px;
	margin-right: 20px;
	display: inline;
}
.previous li a {
	color: #000;
}
.previous div {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin-top: 10px;
}
.baoming {
	background-image: url(../images/bg.png);
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 25px 0;
	display: none;
}
.baoming .main1 {
	width: 1000px;
	position: relative;
}
.baoming ul {
	width: 770px;
	height: 105px;
	float: left;
}
.baoming ul li {
	width: 50%;
	float: left;
 *margin-bottom:35px;
}
.baoming ul li div {
	font-size: 24px;
	line-height: 35px;
	color: #fff;
	float: left;
}
.baoming ul li input {
	float: left;
	width: 270px;
	height: 35px;
	background-color: #fff;
	border: none;
	margin-bottom: 35px;
	display: inline;
	font-size: 16px;
	line-height: 35px;
	color: #BBBBBB;
	text-indent: 10px;
}
.baoming .cmd {
	float: left;
	cursor: pointer;
	width: 110px;
	height: 105px;
	background-color: #0070c0;
	border-radius: 10px;
}
.baoming .cmd span {
	font-size: 24px;
	color: #fff;
	line-height: 36px;
	position: relative;
	top: 13px;
}
.baoming .main1 .close {
	position: absolute;
	top: -15px;
	right: 0;
	cursor: pointer;
}
.ljbm {
	position: fixed;
	visibility: hidden;
	width: 145px;
	height: 60px;
	line-height: 60px;
	border-radius: 10px;
	font-size: 24px;
	color: #fff;
	background-color: #0070c0;
	left: -7px;
	bottom: 280px;
	cursor: pointer;
}
.block {
	display: block;
}
.download {
	position: fixed;
	right: 10px;
	bottom: 200px;
	display: none;
}
.download a:hover {
	text-decoration: none;
}
.download dt {
	width: 110px;
	height: 110px;
	background-color: #0070c0;
}
.download dt img {
	margin-top: 13px;
}
.download dd {
	font-size: 18px;
	color: #0070c0;
	line-height: 55px;
}
.news {
	overflow: hidden;
}
.news ul {
	width: 50%;
	float: left;
}
.news ul li {
	text-align: left;
	margin-bottom: 20px;
	font-size: 16px;
	background-image: url(../images/li.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news ul li a {
	color: #000;
}
.address {
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	margin-top: 10px;
}
.normal dt {
	font-weight: normal;
	line-height: 30px;
	margin: 0;
	font-size: 16px;
}
.normal span {
	height: 6px;
	width: 6px;
	top: -2px;
}
.normal div {
	display: inline;
	color: red;
}
.inlineblock dd {
	display: inline-block;
	margin-right: 2px;
	font-size: 15px;
}
