
/*侧边导航*/
.service-content{
	background: #f6f6f6;
	padding: 30px 0 48px 0;
}
.service-content .left-nav{
	width: 235px;
	min-height: 730px;
	background: #fff;
}
.service-content .left-nav .nav-header{
	height: 53px;
	line-height: 53px;
	background: #028E8D;
	color:#fff;
	font-size: 18px;
	text-align: center;
}
.service-content .left-nav .nav-header .icon-wenhao{
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	background: url(/web/img/icon/wenhao.png) no-repeat top center;
	margin-right: 9px;
}
.service-content .left-nav dl{
	border-bottom: 1px solid #e3e3e3;
}
.service-content .left-nav dl dt{
	cursor: pointer;
}
.service-content .left-nav dl dt{
	width: 100%;
	height: 47px;
	line-height: 47px;
	text-indent: 24px;
	color: #555555;
	font-size: 16px;
}
.service-content .left-nav dl dd{
	width: 100%;
	height: 33px;
	line-height: 33px;
	font-size: 14px;
	display: none;
}
.service-content .left-nav dl dd.active a,.service-content .left-nav dl dd:hover a{
	color: #ff4400;
}
.service-content .left-nav dl dd a{
	color:#545454;
}

.service-content .left-nav dl dd.on{
	background: #dfdfdf;
}
.icon-down{
  position: relative;
  margin: 17px;
}
.icon-right{
  	position: relative;
	margin:10px 20px 0 34px;
}
.icon-right:after, .icon-right:before {
  border: 6px solid transparent;
  border-left: 6px solid #fff;
  width: 0;
  height: 0;
  position: absolute;
  right: -12px;
 top:0px;
  content: ' '
}

.icon-right:before {
  border-left-color: #939393;
  right: -13px;
}
/*右边主要内容*/
.service-content .right-content{
	width: 887px;
	padding:0 22px;
	background: #fff;
	margin-left: 24px;
}
.service-content .right-content .content-header{
	height: 54px;
	line-height: 54px;
	border-bottom: 1px solid #e3e3e3;
	color:#010101;
	font-size: 18px;
}
.service-content .right-content img{
	width:auto;
	max-width: 100%;
	height:auto;
}
.service-content .right-content .content-main{
	padding: 60px 18px;
}
.service-content .right-content .content-main dl{
	float: left;
	width: 330px;
}
.service-content .right-content .content-main dl:nth-child(2n+1){
	margin-right: 100px;
}
.service-content .right-content .content-main dt{
	font-size: 16px;
	color:#028E8D;
	margin-bottom: 20px;
}
.service-content .right-content .content-main dd{
	display: inline-block;
	vertical-align: top;
	color:#222222;
	font-size: 14px;
	padding: 0 13px;
	border-right: 1px solid #d7d5d5;
	margin-bottom: 40px;
}
.service-content .right-content .content-main dd:hover a{
	color:#FF4400;
}
.service-content .right-content .content-main dl dt+dd{
	padding-left:0;
}
/*服务列表*/
.content-list li{
	height: 53px;
	line-height: 53px;
	font-size: 15px;
	list-style: disc;
	border-bottom: 1px dashed #e3e3e3;
}
.content-list li:hover a{
	color:#ff4400;
}
.service-content .right-content .list-main{
	padding-top: 20px;
}
/*详情*/
.intro-header{
	text-align: center;
	padding: 0 14px;
}
.intro-main{
	padding-bottom: 40px;
}
.intro-main p{
	font-size: 15px;
	color:#646464;
	line-height: 30px;
}
.intro-main .img-box{
	height: 436px;
	margin:20px 0;
}
