﻿.banner{
	height: 450px;
	overflow: hidden;
	width: 100%;
	position: relative;
}
.banner .pic{
	background: url(../img/banner02.jpg) no-repeat top center;
	height: 450px;
}
.banner .info{
	width: 500px;
	padding: 70px 0 20px 0;
	background: url(../img/line01.png) no-repeat bottom center;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -250px;
}
.banner .info h3{
	font-size: 34px;
	color: #265fa6;
	font-weight: bold;
}
.banner .info h4{
	margin-top: 13px;
	font-size: 20px;
	color: #265fa6;
	text-transform:Uppercase;
}
.sidelist{
	background: #f5f5f5;	
	height: 60px;
}
.sideNav ul{
	margin-left: -3px;
}
.sideNav ul li{
	width: 194px;
	margin-left: 3px;
	float: left;
	height: 60px;
}
.sideNav ul li a{
	display: block;
	font-size: 16px;
	color: #5c5c5c;
	text-align: center;
	line-height: 60px;
	background: #eeeeee;
}
.sideNav ul li.active a,.sideNav ul li a:hover{
	background: url(../img/bg-btn01.jpg) no-repeat top center;
	color: #ffffff;
}

/*电梯产品列表*/
.productList{
	margin-top: 80px;
}
.productList h3{
	font-size: 30px;
	color: #265fa6;
	border-left: #265fa6 solid 2px;
	padding-left: 15px;
	line-height: 30px;
}
.productList ul{
	margin-left: -55px;
}
.productList ul li {
	height: 450px;
	float: left;
	margin-left: 55px;
	margin-top: 45px;
}
.productList ul li.anli_list{
	width: 350px;
	height: 342px;
	float: left;
	margin-left: 55px;
	margin-top: 45px;
	position: relative;
	overflow: hidden;
	z-index:2;
}
.productList ul li.anli_list a:hover{
	border:none;
}
.productList ul li.anli_list img {
	z-index: 1;
	transition-duration: 1.5s;
    width:350px;
}
.productList ul li.anli_list img:hover{
	transform: scale(1.1);
	-webkit-transform: scale(1.1); /*Safari 和 Chrome*/
	-moz-transform: scale(1.1); /*Firefox*/
	-ms-transform: scale(1.1); /*IE9*/
	-o-transform: scale(1.1); /*Opera*/
}
.productList ul li.rongyu_list{
	width: 355px;
	height: 250px;
	float: left;
	margin-left: 55px;
	margin-top: 45px;
}
.productList ul li.dianti_list{
	width: 350px;
	height: 400px;
	float: left;
	margin-left: 55px;
	margin-top: 45px;
}
.productList ul li.chufang_list{
	width: 350px;
	height: 420px;
	float: left;
	margin-left: 55px;
	margin-top: 45px;
}
.productList ul li .img{
	width: 350px;
	height: 370px;
	overflow: hidden;
	font-size: 0;
	border: #eeeeee solid 1px;
}
.productList ul li .img.anli_img{
	position: relative;
	z-index: 999;
	width: 350px;
	height: 258px;
	overflow: hidden;
	font-size: 0;
	border: none;
}
.productList ul li .img.dianti_img{
	position: relative;
	z-index: 999;
	width: 350px;
	height: 370px;
	overflow: hidden;
	font-size: 0;
	border: #eeeeee solid 1px;
}
.productList ul li .img.chufang_img{
	position: relative;
	z-index: 999;
	width: 350px;
	height: 370px;
	overflow: hidden;
	font-size: 0;
	border: #eeeeee solid 1px;
}
.productList ul li .img.anli_img a{
	text-decoration:none;
	color: #323232;
	font-weight: bold;
}


.productList ul li .img.rongyu_img{
	width: 353px;
	height: 218px;
	overflow: hidden;
	font-size: 0;
	border: #eeeeee solid 1px;
}

.productList ul li p{
	height: 55px;
	line-height: 55px;
	text-align: center;
	background: #f5f5f5;
	width: 352px;
	font-size: 18px;
	color: #626262;
}
.productList ul li p.rongyu_p{
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #f5f5f5;
	width: 355px;
	font-size: 14px;
	color: #626262;
}
.productList ul li p.chufang_p{
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #f5f5f5;
	width: 352px;
	font-size: 18px;
	color: #626262;
}
.productList ul li a:hover p{
	background: #265fa6;
	color: #ffffff;
}
.productList ul li a:hover .img{
	border: #d0a04f solid 1px;
}
.productList ul li.anli_list a:hover .img{
	border: none;
}


/*新闻 列表*/
.sideNew ul li{
	width: 50%;
	margin: 0;
}
.sideNew ul li.active a,.sideNew ul li a:hover{
	background: url(../img/bg-btn03.jpg) no-repeat;
	color: #ffffff;
}
.newsList{
	padding-top: 30px;
}
.newsList ul li{
	height: 150px;
	margin-top: 30px;
}
.newsList ul li .pic{
	width: 230px;
	height: 150px;
	overflow: hidden;
	font-size: 0;
	z-index:2;
}
.newsList ul li .pic a img{
	z-index: 1;
	transition-duration:1.0s;
}
.newsList ul li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1); /*Safari 和 Chrome*/
	-moz-transform: scale(1.1); /*Firefox*/
	-ms-transform: scale(1.1); /*IE9*/
	-o-transform: scale(1.1); /*Opera*/
}
.newsList ul li .info{
	width: 950px
}
.newsList ul li .info a{
	background: #f5f5f5;
	display: block;
	height: 120px;
	padding:30px 25px 0;
}
.newsList ul li .info h3 span.text{
	font-size: 18px;
	color: #525252;
}

.newsList ul li .info h3 span.time{
	font-family: georgia;
	font-size: 12px;
	color: #959595;
}
.newsList ul li .info h3 span.time i{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../img/time.png) no-repeat;
	position: relative;
	top: 5px;
	margin-right: 5px;
}
.newsList ul li .info p{
	margin-top: 12px;
	line-height: 22px;
	color: #8a8a8a;
	font-size: 12px;
}
.newsList ul li .info a:hover{
	background: #265fa6;
}
.newsList ul li .info a:hover span,.newsList ul li .info a:hover p{
	color: #fff;
}
.newsList ul li .info a:hover span.time i{
	background-position: -16px 0;
}


/*about*/
.aboutNav ul li{
	width: 167px;
	margin-left: 1px;
}
.aboutNav ul li.active a,.aboutNav ul li a:hover{
	background: url(../img/bg-btn04.jpg) no-repeat top center;
	color: #ffffff;
}
.about{
	margin-top: 60px;
}
.about h3{
	font-size: 30px;
	color: #265fa6;
	border-left: #265fa6 solid 2px;
	padding-left: 15px;
	line-height: 30px;
}
.about .info{
	margin-top: 35px;
}
.about .info p{
	font-size: 14px;
	color: #444444;
	line-height: 30px;

}
.about .info p span{

	text-indent:0 !important;
}

/*info*/
.mian{
	background: #f5f5f5;
	margin-top: 60px;
}
.mian h3{
	padding: 48px 0 30px 0;
	text-align: center;
	border-bottom: #ffffff solid 2px;
	font-size: 30px;
	color: #265fa6;
	font-weight: bold;
}
.mian .info{
	padding: 18px 40px 80px;
}
.mian .info h6{
	text-align: center;
	font-size: 14px;
	color: #9f9f9f;
	margin-bottom: 70px;
}

.mian .info p{
	font-size: 14px;
	line-height: 30px;
	color: #545454;
	/*text-indent: 2em;*/
}
.mianList{
	/*width: 320px;*/
	margin: 40px auto;
	text-align: center;
}
.mianList a{
	/*float: left;*/
	display: inline-block;
	height: 26px;
	border: #bbbbbb solid 1px;
	margin: 0 4px;
	padding: 0 16px;
	line-height: 26px;
	font-size: 14px;
	color: #bbbbbb !important;
	border-radius: 4px;
}
.mianList a:hover{
	/*float: left;*/
	color: #ffffff !important;
}
.mianList a:hover{
	background: #265fa6;
	border: #265fa6 solid 1px;
	color: #ffffff;
}


/*share*/
.D_newsMore{
	border-top: #fff dashed 1px;
	position: relative;
	/*top: -60px;*/
}
.D_newsMore .D_detfx {
  top: -15px;
  left: 50%;
  margin-left: -137px;
  padding: 0 10px;
  position: absolute;
}
.D_newsMore .D_detfx {
	background: #f5f5f5;
	top: -30px;
  left: 50%;
  margin-left: -137px;
  padding: 0 10px;
  position: absolute;
}
.D_newsMore .D_detfx .D_fxss {
	background: url(../img/ss.png) no-repeat left center !important;
	min-width: 30px !important;
	height: 27px !important;
	border: 1px dashed #8fd9ff;
	background-color: white;
	padding: 0 5px 0 35px !important;
	line-height: 27px;
	font-weight: bold;
	min-width: 28px;
	display: block;
	border-radius: 5px;
	font-family: georgia !important;
	font-size: 16px !important;
	color: #ff8800 !important;
	display: block !important;
	min-width: 30px;
	text-align: center;
	cursor: pointer;
}
.D_newsMore .D_detfx li {
  position: relative;
  float: left;
  margin-left: 5px;
	overflow: hidden;
}
.D_newsMore .D_detfx li a {
  display: inline-block !important;
  zoom: 1 !important;
  *display: inline !important;
  padding-left: 0 !important;
  margin: 0 !important;
  width: 30px !important;
  height: 30px !important;
}
.D_newsMore .D_detfx li .weixin {
  background: url(../img/wx.png) no-repeat center center !important;
}
.D_newsMore .D_detfx li .tqq {
  background: url(../img/QQ.png) no-repeat center center !important;
}
.D_newsMore .D_detfx li .qzone {
  background: url(../img/qzone.png) no-repeat center center !important;
}
.D_newsMore .D_detfx li .tsina {
  background: url(../img/sina.png) no-repeat center center !important;
}
.D_newsMore .D_detfx li .more {
  background: url(../img/more.png) no-repeat center center !important;
}

/*page*/
.D_fybox {
  margin-top: 30px;
  margin-bottom: 20px;
  clear: both;
	text-align: center;
}
.D_fybox .D_list_fy{
  text-align: center;
	display: inline-block;
}
.D_fybox .D_list_fy li {
	text-align: center;
	/* width: 30px; */
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	min-width: 22px;
	height: 22px;
	border-radius: 3px;
	margin-left: 4px;
	line-height: 22px;
	padding: 0 1px;
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
.D_fybox .D_list_fy li.first{

}

.D_fybox .D_list_fy li.prev{

}

.D_fybox .D_list_fy li > p {
  padding: 0 7px;
  font-weight: bold;
  color: #666666;
}
.D_fybox .D_list_fy li > p em {
  margin: 0 3px;
  font-weight: bold;
}
.D_fybox .D_list_fy li > span {
	display: block;
	color: #666666;
	font-family: arial;
	border: 1px solid #cccccc;
	/* width: 37px; */
	height: 22px;
	line-height: 22px;
	border-radius: 3px;
	text-align: center;
	cursor: default;
}
.D_fybox .D_list_fy li > a {
	display: inline-block;
	zoom: 1;
	/* width: 30px; */
	height: 22px;
	min-width: 22px;
	border-radius: 3px;
	color: #666666;
	font-family: arial;

}
.D_fybox .D_list_fy li .item_a {
  border: 1px solid #cccccc;
}
.D_fybox .D_list_fy li > .item_a:hover {
  border-color: #ff9e9e !important;
  -moz-box-shadow: 0px 0px 10px #FF9E9E;
  -webkit-box-shadow: 0px 0px 10px #FF9E9E;
  box-shadow: 0px 0px 10px #FF9E9E;
  color: #cc0000 !important;
}
.D_fybox .D_list_fy li .active {
  background: #cc0000;
  border-color: #cc0000;
	border:1px solid #cc0000;
  box-shadow: none;
  color: #FFFFFF;
}
.D_fybox .D_list_fy .p_btn a {
  display: block;
  border-radius: 3px;
  min-width: 22px;
  height: 22px;
  border: 1px solid #cccccc;
}
.D_fybox .D_list_fy .p_btn a:hover {
  border-radius: 3px;
  border-color: #ff9e9e !important;
  -moz-box-shadow: 0px 0px 10px #FF9E9E;
  -webkit-box-shadow: 0px 0px 10px #FF9E9E;
  box-shadow: 0px 0px 10px #FF9E9E;
  color: #cc0000 !important;
}
.D_fybox .D_list_fy .p_btn .p_first {
  background: url(../img/zqy.png) no-repeat center center;
}
.D_fybox .D_list_fy .p_btn .p_prve10 {
  background: url(../img/ssy.png) no-repeat center center;
}
.D_fybox .D_list_fy .p_btn .p_prve {
  background: url(../img/syy.png) no-repeat center center;
}
.D_fybox .D_list_fy .p_btn .p_last {
  background: url(../img/zmy.png) no-repeat center center;
}
.D_fybox .D_list_fy .p_btn .p_next10 {
  background: url(../img/xsy.png) no-repeat center center;
}
.D_fybox .D_list_fy .p_btn .p_next {
  background: url(../img/xyy.png) no-repeat center center;
}
.D_fybox .D_list_fy .p_btn .p_first:hover {
  background: url(../img/zqy_h.png) no-repeat center center;
}
.D_fybox .D_list_fy .p_btn .p_prve10:hover {
  background: url(../img/ssy_h.png) no-repeat center center;
}
.D_fybox .D_list_fy .p_btn .p_prve:hover {
  background: url(../img/syy_h.png) no-repeat center center;
}
.D_fybox .D_list_fy .p_btn .p_last:hover {
  background: url(../img/zmy_h.png) no-repeat center center;
}
.D_fybox .D_list_fy .p_btn .p_next10:hover {
  background: url(../img/xsy_h.png) no-repeat center center;
}
.D_fybox .D_list_fy .p_btn .p_next:hover {
  background: url(../img/xyy_h.png) no-repeat center center;
}
.D_fybox .D_list_fy .p_btn:hover {
  border-color: #FFFFFF;
  border-radius: 5px;
}