 /* ÐÞ¸Ä */
.list_left{
  width: 280px;
  float: left;
  margin-right: 25px;
      margin-top: 60px;
}
.list_nav_box_mobile{
  display: none;
}

.list_left li{
  width: 172px;
  line-height: 43px;
  font-size: 18px;
  margin-left: 48px;
    margin-bottom: 17px;
    cursor: pointer;
}
.list_left li:last-child{

}


.list_left li a{
  color: #777;
  display: block;
  text-align: center;
  height: 100%;
}

.list_left li.current a{
  background-color: #d9473c;
  color: #fff;
  position: relative;
    /*line-height: 43px;
    margin-bottom: 17px;*/
}
.list_left li.have_child .second_nav span{
  position: relative;
}

.list_left li.have_child .second_nav span::after{
  content: '';
  position: absolute;
  right: -18px;
  top: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  border-color: #ab2223 transparent transparent transparent;

}
.list_left li .three_nav{
  display: none;
  transition: all 2s;
}
.list_left li .three_nav.open_nav_box{
  display: block;
}
.list_left li .three_nav li{
  width: 100%;
  border-top: 0;
  border-right: 0;
  border-left: 0; 
  line-height: 40px;
  font-size: 16px;
   margin-bottom: 12px;
  text-align: center;
}
.list_left li .three_nav li:nth-last-child(1){
  border-bottom: 0;
}

.list_left li .three_nav .current{
  background-color: #d9473c;
  color: #fff;
}
.list_left li .three_nav a{
  position: relative;
  display: inline-block;
  color: #888;
}

.list_left li .three_nav a::after{
  content: '';
  width: 4px;
  height: 4px;
  background: #ccc;
  position: absolute;
  left: -16px;
  top: 50%;
}
.list_left li .three_nav .current a{
  color: #fff;
}
.list_left li .three_nav .current a::after{
  background: #fff;
}

/* ÐÞ¸Ä */



.headImg-width {
  width: 100%;
  min-width: 1200px; }
  @media only screen and (max-width: 600px) {
    .headImg-width {
      min-width: inherit; } }

.headImgTr-height {
  height: 500px; }

.headImg-height {
  height: 100%; }

.img-index {
  position: relative;
  z-index: -1;
  display: block; }

@media only screen and (max-width: 600px) {
  .c-main__left {
    display: none !important; } }

.c-main {
  width: 100%;
  background-color: #efefef; }

.c-main--center {
  margin: 0 auto;
  max-width: 1200px;
  min-width: 1200px;
  position: relative; }
  @media only screen and (max-width: 600px) {
    .c-main--center {
      margin: 0 auto;
      max-width: none;
      min-width: inherit; } }

.c-main__left {
  width: 220px;  
  float: left; }

.c-main__right {
  min-height: 600px;
  margin-left: 220px;
  border-left: 1px solid #ddd;
  padding: 60px 5% 20px 5%; }
  @media only screen and (max-width: 600px) {
    .c-main__right {
      margin-left: 0;
      padding: 60px 20px 20px 20px; } }

.middlePagTop {
    margin-left: 3px;
    color: #333;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 14px;
}

.c-main__top {
  margin-top: 60px;
  display: none; }
  @media only screen and (max-width: 600px) {
    .c-main__top {
      margin-top: 40px;
      padding-left: 20px;
      display: block; } }

.c-main--top {
  margin-top: 60px; }
  @media only screen and (max-width: 600px) {
    .c-main--top {
      margin-top: 40px;
      margin-left: 0;
      padding-left: 20px; } }

.c-main--bottom {
  min-height: 600px;
  margin-top: 40px; }
  @media only screen and (max-width: 600px) {
    .c-main--bottom {
      margin-top: 0;
      margin-left: 0;
      padding: 60px 20px 20px 20px; } }
 

.middleTop li {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.middleLeft__left {
  float: right;
  margin-top: 60px;
  letter-spacing: 1px; }

a, a:hover {
  text-decoration: none; }

.middleLeft__left li {
  margin-bottom: 17px;
  line-height: 43px;
  text-align: center !important;
  padding-left:30px;
   padding-right:30px;
  cursor: pointer;
  font-size: 18px;
  /*font-weight: bolder;*/
    
}

.middleLeft__left--nav {
  letter-spacing: 1px;
    width: 172px;}
  .middleLeft__left--nav a {
    color: #777;
    white-space: pre;
    font-size: 18px;}

.middleLeft__left--navClick {
  background-color: #d9473c;
  font-size: 18px;
    height: 43px;
  /*border-right: 6px solid #c23328;*/
  
  /* padding:0 !important;*/}
  .middleLeft__left--navClick a {
    color: #fff;
  
  }

.middleLeft__left--nav li:hover {
  background-color: #d9473c;
  font-size: 18px; }
  .middleLeft__left--nav li:hover a {
    color: #fff;
  }

.middleTop {
  border-bottom: 1px solid #dedede; }
  @media only screen and (max-width: 600px) {
    .middleTop {
      height: 40px;
      overflow: hidden;
      width: 300px;
      border: none; } }

@media only screen and (max-width: 600px) {
  .middleTop__nav {
    line-height: 14px;
    border-bottom: 1px solid #dedede;
    letter-spacing: -8px; } }

.middleTop li {
  padding: 14px 30px;
  line-height: 14px; }
  @media only screen and (max-width: 600px) {
    .middleTop li {
      padding: 10px 25px;
      letter-spacing: 0; } }

.middleTop__nav a {
  color: #999 !important; }

.middleTop__navClick {
  border-bottom: 4px solid #d9473c;
  margin-bottom: -3px; }

.middleTop__navClick a {
  color: #333 !important; }




.c-right-detail__back-btn {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

@media only screen and (max-width: 600px) {
  .c-right-detail__back-ele {
    display: none !important; } }

.c-right-detail__header {
  font-size: 18px;
  font-weight: bolder;
  padding-bottom: 18px;
  border-bottom: 2px solid #d9473c;
  overflow: hidden; }
  .c-right-detail__header a {
    line-height: 35px; }

.c-right-detail__title {
  float: left;
  width: 100%; }

.c-right-detail__title-name {
    text-align: center;
  padding-right: 60px;
  font-size: 24px; }
  @media only screen and (max-width: 600px) {
    .c-right-detail__title-name {
      padding-right: 0; } }

.c-right-detail__back-ele {
  float: left;
  margin-left: -60px;
  font-size: 12px;
  text-decoration: none; }
  .c-right-detail__back-ele:visited {
    color: #9a9a9a; }
  .c-right-detail__back-ele:hover {
    color: #9a9a9a;
    text-decoration: none; }
  .c-right-detail__back-ele:link {
    color: #9a9a9a; }

.c-right-detail__back-btn {
  margin-right: 5px;
  vertical-align: middle; }

.c-right-detail__img {
  width: 100%;
  margin-top: 30px; }

.c-right-detail__sub-title {
  margin-top: 30px; }

.c-right-detail__content {
  font-size: 14px;
  margin-top: 14px;
  color: #9a9a9a; 
	text-align: center;
}
.c-vertical-line-title {
  padding-left: 14px;
  font-size: 18px;
  font-weight: bolder;
  border-left: 2px solid #d9473c; }
@media only screen and (max-width: 600px) {
 #mainContent img {
      border: 0px;
      vertical-align: bottom;
      width: 100%;
      height: 200px;
  }
  
  
  
  
}













