﻿@charset "utf-8";
#wrapper{
	min-width:1146px;
	max-width:1920px;
	margin:auto;
}
#header,#among,#footer,.width,#location ul{
	width:1153px;
	margin:auto;
}
#among{
  margin:40px auto 60px;
}
#index #among{
  margin: 0 auto;
}
#header{
	position:relative;
}
#header .logo{
	float:left;
	min-width:20px;
}
#header .logo a{
	display:block;
}
#header .tel{
	float:right;
  font-size: 23px;
  font-weight:bold;
  color: #656565;
  padding:35px 12px 0 56px;
  background: url(../images/tel.png) 0 26px no-repeat;
}
#header .bb{
  float: right;
  font-size: 0;
  letter-spacing: -1px;
}
#header .bb img{
  margin:52px 0 0 12px;
  display: inline-block;
  vertical-align: top;
}
#header .mainMenu{
	float:left;
}
#header .mainMenu > a{
	display:block;
	font-size:14px;
  color: white;
  line-height: 46px;
	white-space:nowrap;
  padding:0 35px;
}
#header .mainMenu:hover > a,
#header .mainMenu.hover > a{
  background: #f08300;
}
#header .mainMenu ul{
	display:none;
	position:absolute;
	width:100%;
	overflow:hidden;
}
#header .mainMenu:hover ul{
	display:block;
}
#header .mainMenu ul li a{
	display:block;
	text-align:center;
	line-height:36px;
	color:white;
}
#header .mainMenu ul li a:hover{
	color:yellow;
}
#header .mainXian{
	float:left;
	width:1px;
	height:12px;
	overflow:hidden;
	background:#606264;
  margin: 17px 6px 0;
}
#header .ss_input{
	float:right;
	width:142px;
	height:28px;
  margin: 9px 0 0;
	overflow:hidden;
	text-align:center;
	background:url(../images/sb.png);
}
#header .ss_input input{
	border:0;
	padding:0;
	background:none;
	width:130px;
	height:100%;
  color: #8c8d8f;
	line-height:28px;
	display:block;
	margin:0 0 0 12px;
}
#header .ss_enter{
	float:right;
	width:37px;
	height:28px;
	overflow:hidden;
  margin: 9px 0 0;
}
#header .ss_enter input{
	border:0;
	background:url(../images/s.png) center center no-repeat;
	width:100%;
	height:100%;
	cursor:pointer;
	display:block;
	text-indent:-999px;
}
.footer{
	text-align:center;
	background:#555;
}
#footer div,#footer li,#footer td,#footer ul,#footer font,#footer a{
	color:white;
  font-size:12px;
	line-height:24px;
}
#footer a:hover{
	color:#f08300;
}
#footer .type_w{
	float:left;
	width:130px;
	margin:52px 0 40px 30px;
}
#footer .type_w > a{
	display:block;
}
#footer .type_w > .tn{
	font-weight:bold;
	font-size:14px;
	margin-bottom:8px;
}
#footer .ewm{
  position: relative;
  margin:49px 0 0;
  padding: 8px 0;
}
#footer .ewm img{
  border: 5px solid white;
  width: 111px;
  height: 111px;
}
#footer .ewm:before{
  content:'';
  display: block;
  position: absolute;
  left:-14px;
  top:0;
  width:11px;
  height: 12px;
  border-top: 1px solid #dec49f;
  border-left: 1px solid #dec49f;
}
#footer .ewm:after{
  content:'';
  display: block;
  position: absolute;
  right:-14px;
  top:0;
  width:11px;
  height: 12px;
  border-top: 1px solid #dec49f;
  border-right: 1px solid #dec49f;
}
#footer .ewm img:first-child+i{
  display: block;
  position: absolute;
  left:-14px;
  bottom:0;
  width:11px;
  height: 12px;
  border-bottom: 1px solid #dec49f;
  border-left: 1px solid #dec49f;
}
#footer .ewm img:first-child+i+i{
  display: block;
  position: absolute;
  right:-14px;
  bottom:0;
  width:11px;
  height: 12px;
  border-bottom: 1px solid #dec49f;
  border-right: 1px solid #dec49f;
}
#footer .tel{
  font-size: 14px;
  line-height: 44px;
  margin-bottom:30px;
  text-align: right;
}
#footer .tel span{
  font-size: 16px;
}
#footer .copyright{
  float: left;
  margin: 16px 0;
}
#footer .nav{
  float: right;
  margin: 16px 0;
}
#footer .nav span{
  font-family: '宋体'
}
#aside{
  font-size: 0;
  margin:-5px 0 44px -5px;
  letter-spacing: -1px;
}
#aside li{
  display:inline-block;
  vertical-align: top;
  letter-spacing: 0;
  margin:5px 0 0 5px;
}
#aside li a{
	display:block;
  line-height: 44px;
  background: #FFF;
  font-size: 16px;
  border: 1px solid #eeeeee;
  padding:0 34px;
}
#aside li.hover a,
#aside li:hover a{
  background: #f68220;
  border-color: #f68220;
  color: white;
}
#location{
  background: #fff;
}
#location ul{
  position: relative;
  padding: 18px 0;
}
#location ul li span:after{
	content:" >> ";
	font-family:"宋体";
}
#location ul li,#location ul li a{
  line-height: 32px;
}
#location ul dl{
  position:absolute;
  right:0;
  top:18px;
  font-size:0;
  letter-spacing:-1px;
}
#location ul dl  dd{
	display:inline-block;
	vertical-align:top;
  line-height: 32px;
  font-size: 24px;
  letter-spacing:0;
  text-transform: uppercase;
}
#location ul dl dd:first-child+dd{
  color: #999999;
  margin-left:10px;
}
#among .content{
	margin:0 auto;
	min-height:450px;
  background: #FFF;
  border: 30px solid white;
}
/* Banner图片样式开始 ============================================== */
#banner{
	display:block;
	width:100%;
	overflow:hidden;
	background:center top no-repeat;
	height:482px;
}
#banner img{
	display:block;
	filter:alpha(opacity=0);
	opacity:0;
}
#mainBox{
	overflow:hidden;
	position:relative;
	width:100%;
	height:570px;
}
#mainBox .banner{
	position:absolute;
	left:0;
	top:0;
}
#mainBox .banner,
#mainBox .banner .list{
	width:100%;
	height:100%;
}
#mainBox .banner .list li,
#mainBox .banner .list li a{
	width:100%;
	height:100%;
}
#mainBox .banner .list li a{
	display:block;
}
#mainBox .banner .list li{
	display:none;
	position:absolute;
	left:0;
	top:0;
	background:center top no-repeat;
}
#mainBox .banner .list li:first-child{
	display:block;
}
#mainBox .btn{
	bottom:0;
	left:0;
	width:100%;
	height:30px;
	font-size:0;
	z-index:5;
	letter-spacing:-1px;
	position:absolute;
	text-align:center;
}
#mainBox .btn li{
	letter-spacing:0;
	display:inline-block;
	*display:inline;
	vertical-align:top;
	overflow:hidden;
	text-indent:-1000px;
	border-radius:100%;
	cursor:pointer;
	margin:0 7px;
	width:14px;
	height:14px;
	background:#999;
}
#mainBox .btn li.hover{
	background:#e76400;
}
#mainBox .img{
	width:100%;
	overflow:hidden;
}
#mainBox .img img{
	filter:alpha(opacity=0);
	opacity:0;
}
/* Banner图片样式结束 ============================================== */
#listPro ul{
	float:left;
	width:348px;
	margin:20px 0 0 20px;
}
#listPro ul a{
  display:block;
  background: #e5e5e5;
  padding:10px 10px 16px;
}
#listPro ul:first-child,
#listPro ul:first-child+ul,
#listPro ul:first-child+ul+ul{
	margin-top:0;
}
#listPro ul:first-child,
#listPro ul:first-child+ul+ul+ul,
#listPro ul:first-child+ul+ul+ul+ul+ul+ul,
#listPro ul:first-child+ul+ul+ul+ul+ul+ul+ul+ul+ul{
	clear:both;
	margin-left:0;
}
#listPro ul a li img{
	/*width:100%;*/
	height:298px;
}
#listPro ul a span{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height:36px;
	margin-top:5px;
}
#listPro ul a font{
	font-size:14px;
	line-height:22px;
	height:44px;
	-webkit-line-clamp:2;/*控制行数，超出用...省略*/
}
#listPro ul a:hover{
	background:#f68220;
}
#listPro ul a:hover span,
#listPro ul a:hover font{
	color:white;
}
#index #listPro{
	margin-bottom:40px;
}
#index #listPro ul,
#index #listPro ul:first-child{
	width:540px;
	clear:none;
	margin:40px 0 0 65px;
}
#index #listPro ul:first-child,
#index #listPro ul:first-child+ul{
	margin-top:30px;
}
#index #listPro ul:first-child,
#index #listPro ul:first-child+ul+ul,
#index #listPro ul:first-child+ul+ul+ul+ul{
	margin-left:0;
}
#index #listPro ul a li img{
	height:380px;
}
#index #listPro ul a font{
	font-size:15px;
	height:110px;
	-webkit-line-clamp:5;/*控制行数，超出用...省略*/
}
#list_news{
	margin:-25px 0 0 -19px;
}
#list_news ul{
  float:left;
  width:257px;
  margin:25px 0 0 19px;
}
#list_news ul:nth-child(4n+1){
  clear: both;
}
#list_news ul  li a img{
	width:100%;
	height:163px;
}
#list_news ul li a.ellipsis{
	text-align:center;
	font-size:14px;
	line-height:24px;
	margin-top:12px;
}
#list_news ul li span.ellipsis{
	text-align:center;
	font-size:12px;
	color:#b2b1b1;
	line-height:18px;
}
#index #list_news{
	margin-top:0;
	margin-bottom:50px;
}
#index #list_news ul{

  width:272px;
}
#index #list_news ul  li a img{
	height:172px;
}
.list_case{
	margin-bottom:27px;
}
.list_case ul{
  float:left;
  width:calc(33.3333% - 18px);
  margin:27px 0 0 27px;
}
.list_case ul:nth-child(3n+1){
  clear: both;
  margin-left: 0;
}
.list_case ul  li a img{
	width:100%;
	height:231px;
}
.list_case ul li a.ellipsis{
	text-align:center;
	font-size:14px;
	line-height:24px;
	margin-top:12px;
}
.list_case ul li span.ellipsis{
	text-align:center;
	font-size:12px;
	color:#b2b1b1;
	line-height:18px;
}
#news-pro-tn{
	text-align:center;
	margin:0;
	font-size:18px;
}
.type-name{
  text-align: center;
  font-size: 0;
  position: relative;
  letter-spacing: -1px;
  margin-top:50px;
}
.type-name:after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #b7b7b8;
}
.type-name li,
.type-name img{
  display: inline-block;
  vertical-align: middle;
  position:relative;
  z-index:1;
}
.type-name h2{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  font-size: 36px;
  color: #f68220;
  font-weight: normal;
  background: #FFF;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  height: 36px;
  line-height: 1;
  padding: 0 32px;
  font-family: Times New Roman;
}
.type-name li{
  width:30px;
  height:5px;
  background: #f68220;
}
.type-name img{
  display: inline-block;
  vertical-align: middle;
  background: white;
  padding:0 30px;
}
.type-name1 li{
  font-size: 20px;
  text-align: center;
}
.type-name2{
  margin:20px 0 10px;
  line-height: 40px;
  background:#f1f1f1;
  font-size: 16px;
  font-weight:bold;
  padding-left: 15px;
}
#list_service{
	font-size:0;
	text-align:center;
	letter-spacing:-1px;
}
#list_service li{
	display:inline-block;
	vertical-align:top;
	letter-spacing:0;
	width:280px;
	text-align:center;
	margin:30px 0 50px 88px;
}
#list_service li:first-child{
	margin-left:0;
}
#list_service li a img{
	width:107px;
	height:107px;
	display:inline-block;
	border:2px solid #c2c2c2;
	border-radius:100%;
}
#list_service li a img:hover{
	border-color:#f68220;
}
#list_service li .ellipsis{
	font-size:16px;
	line-height:40px;
	margin:20px 0 5px;
}
#list_service li .ellipsis1{
	font-size:14px;
  color: #737373;
  line-height: 22px;
  height: 66px;
  text-align:left;
}
#slides{
	max-width:1146px;
	margin:30px auto 60px;
	position:relative;
}
#slides > div,
#slides > div > div > div{
	width:1004px;
	height:384px;
	overflow:hidden;
	margin:auto;
}
#slides > a{
	position:absolute;
	display:block;
	cursor:pointer;
	z-index:9;
	top:50%;
	margin-top:-21px;
	width:43px;
	height:43px;
	background:#37383a center center no-repeat;
}
#slides > a:hover{
	background-color:#f68220;
}
#slides .prev{
	left:0;
	background-image:url(../images/left.png);
}
#slides .next{
	right:0;
	background-image:url(../images/right.png);
}
#slides .pagination{
	display:none;
}
.about div,
.about a,
.about font,
.about span,
.about td{
	color:white;
	line-height:24px;
	font-size:14px;
}
.about .name{
	font-size:30px;
	width:420px;
	line-height:70px;
	margin:20px 0 30px;
	border-bottom:1px solid #FFF;
}
.about .title{
	font-size:18px;
	line-height:36px;
}
.about .nr{
	height:120px;
	overflow:hidden;
	margin-bottom:56px;
}
.about .more,
.about .more:hover{
	color:white;
	display:inline-block;
	background:#f68220;
	width:124px;
	height:34px;
	line-height:34px;
	text-align:center;
	border-radius:18px;
}
.home_about{
	display:block;
	width:275px;
	height:276px;
	background:white;
	overflow:hidden;
	text-align:center;
}
.home_about span{
	font-size:27px;
	color:#f68220;
	line-height:40px;
	margin:75px 0 0;
	font-weight:bold;
}
.home_about font{
	font-size:14px;
	line-height:22px;
	margin-bottom:25px;
}
.home_about i{
	display:inline-block;
	width:41px;
	height:41px;
	background:url(../images/arrow1.png);
}
.home_about:hover{
	background:#f68220;
}
.home_about:hover span,
.home_about:hover font{
	color:white;
}
.home_about:hover i{
	background:url(../images/arrow.png);
}
#detailed .type{
	font-size:0;
	letter-spacing:-1px;
}
#detailed .type li{
	display:inline-block;
	vertical-align:top;
	font-size:15px;
	line-height:36px;
	color:#767575;
	padding:0 30px;
	margin:12px 20px 10px 0;
	cursor:pointer;
	border:1px solid #cacaca;
}
#detailed .type li.hover{
	border-color:#f68220;
	background:#f68220;
	color:white;
}
#detailed .cont > div{
  display: none;
}
#detailed .cont > div:first-child{
  display:block;
}
body .btn_more,
body .btn_more:hover{
  color: #f08300;
  float:right;
  display: block;
  margin: 0 auto 35px;
  line-height: 3;
}
body .btn_more:hover{
	text-decoration:underline;
}
.eswta .type{
  font-size: 0;
  letter-spacing: -1px;
  margin-left: -12px;
}
.eswta .type li{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 16px;
  background: #868686;
  padding: 0 22px;
  line-height: 36px;
  color: #FFF;
  margin-left: 12px;
  cursor: pointer;
}
.eswta .type li.hover{
	background:#f6801c;
}
.eswta .cont > div{
  display: none;
}
.eswta .cont > div:first-child{
  display: block;
}
.eswta .cont > div > div:first-child{
  /* height: 84px;
  overflow: hidden; */
  margin: 12px 0;
}
.eswta .cont > div > div:first-child,
.eswta .cont > div > div:first-child *{
  font-size: 14px;
  line-height: 28px;
}
.eswta .cont > div > .more{
  text-align: right;
}
.eswta .cont > div > .more a{
  color: #f6801c;
}
.eswta .cont > div > .more a:hover{
  text-decoration: underline;
}
.solution .fl-left{
  float: left;
  width: 250px;
  margin-top: 12px;
}
.solution .fl-left li{
  background: #868686;
  margin-top:14px;
  text-align: center;
  color: #FFF;
  cursor: pointer;
  line-height:48px;
}
.solution .fl-left li:first-child{
  margin-top: 0;
}
.solution .fl-left .hover{
  background: #f6801c;
}
.solution .fl-left .hover:after,
.solution .fl-left .hover:last-child:before{
  content: '';
  display: block;
  height: 140px;
}
.solution .fl-left .hover:after{
  background:#FFF url(../images/bg1.jpg) center top repeat-y;
}
.solution .fl-left .hover:last-child:after{
  display: none;
}
.solution .fl-left .hover:last-child:before{
  background:#FFF url(../images/bg2.jpg) center bottom repeat-y;
}
.solution .fl-left li:first-child{
  margin-top: 0;
}
.solution .cont{
  float: right;
  width: 860px;
  margin-top: 12px;
}
.solution .cont > div{
  display: none;
}
.solution .cont > div:first-child{
  display: block;
}
.solution .cont > div > div:first-child{
  height: 520px;
  overflow: hidden;
  margin-bottom: 9px;
}
.solution .cont > div > .more{
  text-align: right;
}
.solution .cont > div > .more a{
  color: #f6801c;
}
.solution .cont > div > .more a:hover{
  text-decoration: underline;
}
.park{
  background: #FFF;
}
.park ul{
  background:url(../images/bg3.jpg) center top no-repeat;
  position: relative;
  max-width:1920px;
  margin: 0 auto;
}
.park ul:after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #999;
  opacity: .5;
}
.park ul li{
  height: 731px;
  overflow: hidden;
  position: relative;
}
.park ul li b{
  display: block;
  width: 246px;
  height: 3px;
  background: #FFF;
  position: absolute;
  z-index: 5;
}
.park ul li .b1{
  left: 25px;
  bottom: 125px;
}
.park ul li .b2{
  left: 237px;
  bottom: 212px;
  z-index: 4;
  -moz-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
}
.park ul li .b3{
  left: 449px;
  bottom: 299px;
  z-index: 3;
}
.park ul li .b4{
  left: 661px;
  bottom: 386px;
  z-index: 2;
  -moz-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
}
.park ul li .b5{
  right: 27px;
  bottom: 473px;
  z-index: 1;
}
.park ul li .b1:after,
.park ul li .b2:after,
.park ul li .b3:after,
.park ul li .b4:after{
  content: '';
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  background: #FFF;
  border: 4px solid #f18403;
  border-radius: 100%;
  top: -11px;
  left: 100%;
  margin-left: -12px;
  z-index: 2;
}
.park ul li .name{
  display: block;
  position: absolute;
  z-index: 1;
  color: #FFF;
  font-size: 22px;
  font-weight: bold;
}
.park ul li .name1{
  left: 25px;
  bottom: 132px;
}
.park ul li .name2{
  left: 376px;
  bottom: 279px;
}
.park ul li .name3{
  left: 728px;
  bottom: 281px;
}
.park ul li .name4{
  right: 80px;
  bottom: 480px;
}
.park ul li .more{
  position: absolute;
  right: 20px;
  bottom: 30px;
  text-align: center;
  color: #FFF;
  background: #f08300;
  display: block;
  width: 150px;
  line-height: 3;
  border-radius: 118px;
  z-index: 1;
}
.ab{
	background:url(../images/bg.jpg) center top no-repeat; 
	height:707px; 
	overflow: hidden;
	}