.sub_content {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 10px;
}

.mt_55{margin-top:5px;}

.gs_title {
    text-align: center;
}

.gg_pc {
    width:100%;
}

.mt_75{margin-top:5px;}

.gg_t_pc ul li {
  float: left;
    width:100%;
    overflow: hidden;
}

.gg_r {
    float: right;
    width: 100%;
    height: 70px;
    overflow: hidden;
    position: relative;
    border-top:1px solid #eeeeee;
    border-bottom:1px solid #eeeeee;

}
.gg_r h1 {
  position: absolute;
  width: 20%;
  top: 20%;
  left: 15%;
  -ms-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
}
.gg_r h2 {
  position: absolute;
  width: 70%;
  top: 50%;
  right: -25%;
  color: #999;
  line-height: 26px;
  -ms-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
}

.gg_pc ul li:hover .gg_r{
    color: #fff;
    border-top:1px solid #eeeeee;
    border-bottom:1px solid #eeeeee;
    background: #d0b87e

} 
.gg_pc ul li:hover .gg_r h2 {
  color: #fff;
}
.gg_pc ul li .gg_l:hover img {
    border:1px solid #d0b87e;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.gg_pc ul li:last-child {
  margin-bottom: 0!important;
}

.mt_10{margin-top:5px;}

.mb_40{margin-top:40px;}

.fnt_12 { font-size:12px;}
.fnt_14 { font-size:14px;}
.fnt_16 { font-size:14px;font-weight:500;}
.fnt_18 { font-size:18px;}
.fnt_20 { font-size:20px;}
.fnt_22 { font-size:22px;}
.fnt_24 { font-size:24px;}
.fnt_26 { font-size:26px;}
.fnt_28 { font-size:28px;}
.fnt_30 { font-size:30px;}
.fnt_32 { font-size:32px;}
.fnt_34 { font-size:34px;}
.fnt_36 { font-size:36px;}
.fnt_38 { font-size:38px;}
.fnt_40 { font-size:40px;}

.fnt_42 { font-size:42px;}
.fnt_44 { font-size:44px;}
.fnt_46 { font-size:46px;}
.fnt_48 { font-size:48px;}
.fnt_50 { font-size:50px;}
.fnt_52 { font-size:52px;}
.fnt_54 { font-size:54px;}
.fnt_56 { font-size:56px;}
.fnt_58 { font-size:58px;}
.fnt_60 { font-size:60px;}
.fnt_72 { font-size:72px;}
.fnt_84 { font-size:84px;}
.fnt_90 {font-size:90px;}
.none {display: none;}

.gg_th_list {
    float: left;
    width: 100%;
}
.gg_th_list ul li{
    float: left;
    width: 15.91%;
    margin-right:0.9%;
    overflow: hidden;
    margin-bottom: 20px;
}
.gg_th_list ul li img {
  border: 1px solid #fff;
  width: 99.4%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.gg_th_list ul li:nth-child(6n){
    margin-right:0; 
}
.gg_th_list ul li:last-child{
    margin-right:0; 
}
.gg_th_list ul li h1 {text-align: center; font-weight: bold;}
.gg_th_list ul li h2 {text-align: center;color: #999999;line-height: 23px;}
.gg_th_list ul li:hover img{
  border: 1px solid #d0b87e;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.gg_th_list ul li span {
  float: left;
  margin-top: 2px;
  width: 100%;
  min-height: 110px;
  overflow: hidden;
}
.gg_th_list ul li:hover span{
  background: #d0b87e;
  color: #fff;
}
.gg_th_list ul li:hover h1,.gg_th_list ul li:hover h2{
  color: #fff;
}