header .list {
  margin-left: 0px;
}
.breadcrumbs {
  padding: 0 15px;
}
.main_con {
  width: 904px;
  padding-left: 230px;
}
.main-top {
  width: 100%;
  height: 486px;
  margin: 0 auto;
  background: #fff url(../image/bg_manage.png) center center/1920px 486px
    no-repeat;
}
.main_top_con {
  width: 1135px;
  height: 425px;
  margin: 10px auto 0;
}

.main_con h1 {
  color: #fe8b00;
  font-size: 28px;
  font-weight: bold;
  margin: 35px 0 22px 5px;
}
.main {
  margin: 13px 0 50px;
}
.detail {
  width: 286px;
  height: 247px;
  background-image: url(../image/steward_word.png);
  background-repeat: no-repeat;
  color: #fff;
  margin-bottom: 18px;
  float: left;
}
.detail:nth-child(2) {
  background-image: url(../image/information_word.png);
  margin: 0 23px 2px;
}
.detail:nth-child(3) {
  background-image: url(../image/serve_word.png);
}
.detail img {
  width: 74px;
  height: 66px;
  margin: 63px 0 17px 106px;
}
.detail h2 {
  font-size: 35px;
  text-align: center;
}
.detail p {
  display: none;
}
.detail:hover img {
  width: 45px;
  height: 45px;
  margin: 35px 0 9px 121px;
}
.detail:hover h2 {
  font-size: 22px;
  text-align: center;
}
.detail:hover p {
  display: block;
  font-size: 16px;
  color: #fff;
  margin-left: 32px;
  margin-right: 16px;
  margin-top: 15px;
  letter-spacing: 1px;
  line-height: 22px;
}
.detail:hover:nth-child(3) p {
  text-align: center;
}
.detail:hover {
  width: 286px;
  height: 247px;
  background: url(../image/bg_steward_word.png) no-repeat;
  cursor: pointer;
}
.detail:nth-child(2):hover {
  background: url(../image/bg_information_word.png) no-repeat;
}
.detail:nth-child(3):hover {
  background: url(../image/bg_serve_word.png) no-repeat;
}
.main_advantage ul li {
  width: 183px;
  height: 122px;
  float: left;
  margin-right: 24px;
  color: #fe8b00;
  font-size: 36px;
  background-image: url(../image/bg_c2_advantage.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-left: 25px;
  padding-top: 18px;
}
.main_advantage ul li p {
  width: 104px;
  line-height: 24px;
  color: #333;
  font-size: 20px;
  margin-top: 18px;
}
.main_advantage ul li:last-child {
  margin-right: 0;
}
/* 侧边栏 */
.main_top_con ul {
  float: left;
  border: 1px solid #dfdfdf;
}
.main_top_con ul li {
  width: 165px;
  cursor: pointer;
}
.main_top_con ul li h3 {
  height: 46px;
  background-color: #fff;
  border-bottom: 1px solid #dfdfdf;
  background-image: url(../image/icon_down_black.png);
  background-repeat: no-repeat;
  background-size: 18px 10px;
  background-position: 133px center;
  font-size: 16px;
  font-weight: bold;
  line-height: 46px;
  padding: 0 10px 0 15px;
}
.main_top_con ul li:last-child h3 {
  border-bottom: none;
}
.main_top_con ul li dl {
  background-color: #fff;
  display: none;
}
.main_top_con ul .sidebar_active dl {
  display: block;
}
.main_top_con ul li .sidebar_default {
  color: #fe8b00;
}
.main_top_con ul li dd {
  line-height: 20px;
  font-size: 14px;
  color: #707070;
  padding: 14px;
}
.main_top_con ul li dd:hover {
  cursor: pointer;
}
.main_top_con ul li dl:last-child {
  padding-bottom: 0;
}
.main_top_con ul li dl dd:last-child {
 
}
.main_top_con ul li:last-child dl dd {
  border-bottom: none;
}
.main_top_con ul .sidebar_active h3 {
  background-color: #fe8b00;
  color: #fff;
  background-image: url(../image/icon_down_white.png);
}
/* 侧边栏 end*/

/* 头部文字 */
.main_right {
  float: right;
  width: 906px;
  height: 363px;
  background-image: url(../image/bg_manage_word.png);
  background-repeat: no-repeat;
  background-size: 400px 355px;
  background-position: right bottom;
}
.main_right h1 {
  font-size: 36px;
  color: #333;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 48px;
}
.main_right h2 {
  font-size: 28px;
  color: #fd981f;
  font-weight: bold;
}
.main_right > p {
  width: 442px;
  line-height: 22px;
  letter-spacing: 1px;
  font-size: 16px;
  color: #797979;
  margin-bottom: 10px;
  margin-top: 36px;
}
.main_right > p span {
  color: #fc9b30;
}
/* 头部文字end */
