@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "微软雅黑", "宋体", "黑体";
	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;
}
/*顶部底部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: 0px 0px 10px 0;
	border-top: 1px solid #ddd;
	margin-top: 60px;
}
.solarbe_bottom .footLink {
	line-height: 40px;
}
.solarbe_bottom a {
	color: #000;
}
.solarbe_bottom a:hover {
	text-decoration: underline;
}
.footer_b {
	margin-top: 10px;
}
/*pop*/
html, body {
	width: 100%;
	height: 100%;
}
.pop {
	width: 100%;
	height: 100%;
	background-image: url(../images/bg.png);
	position: fixed;
	z-index: 4;
	visibility: hidden;
}
.pop_main {
	width: 1000px;
	background-color: #fff;
	margin: 0 auto;
	padding: 30px;
	box-sizing: border-box;
	text-align: center;
	height: 90%;
	overflow-y: scroll;
	position: relative;
	top: 5%;
}
.pop_main2 {
	width: 1000px;
	background-color: #fff;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
	height: 90%;
	overflow-y: scroll;
	position: relative;
	top: 5%;
}
.pop_close {
	position: fixed;
	left: 50%;
	top: 5%;
	cursor: pointer;
	margin-left: 450px;
	margin-top: 15px;
	z-index: 1;
}
.pop_title {
	font-size: 30px;
	line-height: 50px;
	font-weight: bold;
}
.pop p {
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	margin: 20px 0;
	text-indent: 28px;
}
.banner {
	width: 100%;
	height: 540px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/*导航*/
.Navigation {
	width: 100%;
	height: 45px;
	background-color: #eb0f17;
}
.main-header {
	width: 100%;
	margin: 0 auto;
	background-color: #eb0f17;
	line-height: 45px;
	z-index: 3;
}
.scrolled {
	position: fixed;
	left: 0;
	top: 0;
}
.container {
	width: 1000px;
	margin: 0 auto;
}
.main-menu ul li {
	float: left;
}
.main-menu ul li a {
	display: inline-block;
	font-family: "微软雅黑", "宋体", "黑体";
	font-size: 20px;
	color: #fff;
	padding: 0 40px;
	line-height: 20px;
	border-right: 1px solid #fff;
}
.main-menu ul li a:hover {
	text-decoration: none;
	color: #fff;
}
.main-menu ul .active {
	color: #eb0f17;
	background-color: #fff;
	position: relative;
	left: -1px;
}
.main-menu ul .active a {
	color: #eb0f17;
}
.main-menu ul .active a:hover {
	color: #eb0f17;
}
.content {
	width: 1000px;
	margin: 0 auto;
}
/*前言*/
.Preface {
	overflow: hidden;
	margin: 40px 0;
}
.Preface dl {
	float: left;
	width: 119px;
	border-right: 1px solid #d6d6d6;
	padding-right: 30px;
	height: 84px;
	display: inline;
}
.Preface dl dt {
	font-size: 30px;
	color: #000;
	font-weight: bold;
	display: inline-block;
	line-height: 30px;
	margin-top: 27px;
}
.Preface dl dd {
	display: inline-block;
	font-size: 14px;
	color: #bdbdbd;
	line-height: 14px;
	position: relative;
	top: 4px;
}
.Preface .Text {
	float: right;
	font-size: 16px;
	line-height: 28px;
	color: #000;
	width: 820px;
	text-align: left;
	text-indent: 32px;
}
/*Nav*/
.Nav {
	width: 100%;
	height: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dedede;
	background-image: url(../images/Nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	margin: 40px 0 20px 0;
}
.Nav dt {
	font-size: 30px;
	color: #000;
	font-weight: bold;
	display: inline-block;
	line-height: 30px;
	margin-left: 40px;
}
.Nav dd {
	display: inline-block;
	font-size: 14px;
	color: #bdbdbd;
	line-height: 14px;
	position: relative;
	top: 4px;
	margin-left: 5px;
}
.sub_nav {
	font-size: 20px;
	color: #000;
	line-height: 20px;
	border-left: 6px solid #eb0f17;
	padding-left: 15px;
	margin-bottom: 20px;
	text-align: left;
}
/*新品发布*/
.video {
	width: 385px;
	height: 310px;
	background-color: #E8E8E8;
	float: left;
	margin-bottom: 20px;
	display: inline;
}
.Text_New {
	width: 585px;
	height: 310px;
	float: right;
	overflow: hidden;
}
.Text_New .Title {
	font-size: 22px;
	color: #000;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.Text_New p {
	font-size: 16px;
	line-height: 26px;
	color: #000;
	text-align: left;
	text-indent: 32px;
	margin-bottom: 10px;
}
.Text_New a {
	color: #eb0f17;
	text-decoration: underline;
}
.hotlink img {
	float: left;
	width: 170px;
	height: 110px;
	margin-bottom: 20px;
}
.hotlink dl {
	width: 800px;
	float: right;
	height: 110px;
	overflow: hidden;
}
.hotlink dl dt {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 15px;
	text-align: left;
}
.hotlink dl dd {
	font-size: 16px;
	line-height: 24px;
	color: #000;
	text-align: left;
	text-indent: 32px;
}
.hotlink dl dd a {
	color: #eb0f17;
	text-decoration: underline;
}
.hotlink ul {
	overflow: hidden;
}
.hotlink ul li {
	width: 480px;
	float: left;
	margin-right: 20px;
	text-align: left;
	margin-bottom: 20px;
	list-style-type: disc;
	list-style-position: inside;
}
.hotlink ul li a {
	font-size: 16px;
	color: #000;
}
.hotlink ul li a:hover {
	color: #EB0F17;
}
.New .viewpoint .left {
	float: left;
	overflow: hidden;
}
.New .viewpoint .left .vip {
	float: left;
	width: 100px;
}
.New .viewpoint .left .vip img {
	width: 100px;
	height: 120px;
	border: 1px solid #d1d1d1;
}
.New .viewpoint .left .vip .name_vip {
	font-size: 14px;
	color: #000;
	line-height: 30px;
}
.New .viewpoint .left .kuang {
	float: left;
	margin-left: 30px;
	display: inline;
	position: relative;
	width: 335px;
	height: 160px;
	border: 1px solid #d1d1d1;
}
.New .viewpoint .left .kuang img {
	position: absolute;
	left: -13px;
	top: 10px;
}
.New .viewpoint .left .kuang .text_vip {
	padding: 10px;
	overflow-y: scroll;
	height: 130px;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	text-indent: 28px;
	text-align: left;
}
/*公司介绍*/
.Company {
	overflow: hidden;
}
.Company img {
	float: left;
	width: 385px;
	height: 310px;
}
.Text_Company2 {
	float: right;
	width: 585px;
	height: 310px;
	overflow: hidden;
}
.Text_Company2 p {
	font-size: 16px;
	color: #000;
	line-height: 24px;
	text-align: left;
	text-indent: 32px;
	margin-bottom: 10px;
}
.Text_Company2 a {
	color: #eb0f17;
	text-decoration: underline;
}
.Company .Text_Company {
	float: right;
	width: 585px;
	height: 310px;
	overflow: hidden;
}
.Company .Text_Company dl {
	text-align: left;
}
.Company .Text_Company dl dt {
	font-size: 20px;
	color: #000;
	line-height: 20px;
	margin-bottom: 15px;
	border-left: 6px solid #eb0f17;
	padding-left: 15px;
	margin-bottom: 20px;
}
.Company .Text_Company dl dt:hover {
	color: #eb0f17;
	cursor: pointer;
}
.Company .Text_Company dl dd {
	font-size: 14px;
	color: #b0b0b0;
	line-height: 24px;
	padding-left: 15px;
	text-indent: 28px;
	margin-bottom: 18px;
}
.Company .Text_Company dl dd:hover {
	cursor: pointer;
	text-decoration: underline;
}
/*产品简介*/
.content .Product {
	overflow: hidden;
}
.content .Product .left_product {
	float: left;
	width: 385px;
}
.content .Product .left_product img {
	width: 383px;
	height: 308px;
	border: 1px solid #d1d1d1;
}
.content .Product .left_product div {
	font-size: 18px;
	color: #000;
	line-height: 18px;
	margin-top: 20px;
}
.content .Product .right_product {
	width: 585px;
	float: right;
	text-align: left;
}
.content .Product .right_product ul {
	margin-top: 32px;
}
.content .Product .right_product ul li {
	font-size: 18px;
	color: #000;
	line-height: 26px;
	list-style-type: disc;
	list-style-position: inside;
}
/*以上市产品*/
.rollBox {
	width: 1000px;
	margin-top: 30px;
	overflow: hidden;
}
.rollBox .LeftBotton {
	float: left;
	width: 70px;
	height: 200px;
	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: 70px;
	height: 200px;
	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: 860px;
	float: left;
	overflow: hidden;
}
.rollBox .Cont .li {
	float: left;
	width: 200px;
	margin-right: 20px;
	display: inline;
	cursor: pointer;
}
.rollBox .Cont .li img {
	float: left;
	width: 198px;
	height: 198px;
	border: 1px solid #d1d1d1;
	margin-bottom: 15px;
}
.rollBox .Cont .li:hover .name {
	color: #eb0f17;
}
.rollBox .Cont .li .name {
	font-family: "微软雅黑", "宋体";
	font-size: 16px;
	line-height: 16px;
	color: #000;
}
.rollBox .Cont .li .text {
	font-family: "微软雅黑", "宋体";
	font-size: 14px;
	line-height: 23px;
	color: #969696;
	text-align: center;
}
.rollBox .ScrCont {
	width: 10000000px;
}
.rollBox #List1, .rollBox #List2 {
	float: left;
}
/*应用案例*/
.case ul {
	width: 1020px;
	position: relative;
	overflow: hidden;
}
.case li {
	float: left;
	width: 320px;
	margin-right: 20px;
	display: inline;
	cursor: pointer;
}
/*百度地图*/
.iw_poi_title {
	color: #CC5522;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap
}
.iw_poi_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word
}
/*联系方式*/
.Contact ul {
	width: 585px;
	float: right;
	text-align: left;
}
.Contact ul li {
	font-size: 20px;
	color: #000;
	line-height: 39px;
}
.Contact li a {
	color: #eb1018;
	text-decoration: underline;
}
.jbgd {
	position: relative;
	width: 1035px;
	height: 710px;
	overflow: hidden;
}
.jbgd li {
	float: left;
	width: 310px;
	margin-right: 35px;
}
.jbgd li a{color:#000; text-decoration:none;}
.jbgd li a:hover{ color:#eb0f17; text-decoration:underline;}
.jbgd li div {
	font-size: 14px;
	line-height: 20px;
	margin: 10px 0;
}
