/*清除浮动*/
.clearfix:after{
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
  content:" ";
}
.clearfix{zoom:1;}
.hide{
    display: none;
}
.breadcrumbs {
  width: 1134px;
  padding: 0 15px;
}
.main {
  width: 100%;
  min-width: 1164px;
  height: 715px;
  background-color: #f9f9f9;
  margin: 0 auto;
}
.main_con {
  padding: 0 15px;
  width: 1134px;
  height: 582px;
  margin: 0px auto 0;
  overflow: hidden;
}
.sidebar{
    width: 165px;
    float: left;
    border: 1px solid #dfdfdf;
}
.sidebar>ul > li{
    background-color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 1px solid #dfdfdf;
    color: #333333;
}
.sidebar img{
    width: 18px;
    height: 10px;
    float: right;
    margin-top: 2px;
}
.sidebar >ul  .sidebar-title{
    padding: 15px;
font-weight: bold;
}
.sidebar .active{
    background-color: #fe8b00;
    color: #fff;
}
.sidebar-health{
    background-color: #fff;
    padding-bottom: 15px;
}
.sidebar-health li{
    color: #666;
    font-size: 14px;
    padding: 15px;
    cursor: pointer;
}
.health-active{
    color: #fe8b00 !important;
}
/*右侧列表*/
.right {
  width:937px;
  margin-left:20px;
  margin-bottom: 30px;
}
.main_con h1 {
  font-size: 36px;
  color: #333;
  font-weight: bold;
}
.main_contact {
  width: 940px;
  margin: 30px auto 50px;
}
.serve {
  width: 550px;
  height: 250px;
  background-color: #ebeeef;
  float: left;
  position: relative;
}
.serve p {
  font-size: 20px;
  color: #999;
  margin: 42px 0 34px 30px;
}
.serve h2 {
  font-size: 36px;
  color: #333;
  margin: 0 0 13px 30px;
}
.serve span {
  font-size: 20px;
  color: #333;
  margin-left: 30px;
}
.serve > img {
  width: 170px;
  height: 170px;
  position: absolute;
  top: 40px;
  right: 47px;
}
.service {
  width: 355px;
  height: 250px;
  background-color: #fe8b00;
  color: #fff;
  margin-left: 33px;
  float: left;
}
.service span {
  font-size: 20px;
  display: block;
  margin: 43px 0 52px 30px;
}
.service p {
  font-size: 40px;
  font-weight: bold;
  margin-left: 30px;
}
.complaint {
  background-color: #00a595;
  margin: 27px 33px 0 0;
}
.application {
  margin-top: 27px;
}
.application a {
  display: inline-block;
  width: 103px;
  height: 40px;
  margin-left: 30px;
  border: 1px solid #c0c8cc;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #333;
}
.application a img {
  width: 18px;
  height: 20px;
  vertical-align: -3px;
}
.application > a:nth-child(4) {
  width: 136px;
}
