.gType_main {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.gType_main .gType_nav {
  width: 160px;
  background: #fff;
  float: left;
}
.gType_main .gType_nav ul li {
  width: 100%;
  height: 34px;
  line-height: 34px;
  color: #666;
  border-bottom: 1px solid #eee;
}
.gType_main .gType_nav ul li a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  color: #666;
  position: relative;
}
.gType_main .gType_nav ul li.active a {
  background: #5b93e7;
  color: #fff;
}
.gType_main .gType_nav ul li.active a:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 8px solid #5b93e7;
  top: 0;
  right: -8px;
}
.gType_main .gType_nav ul li:hover a {
  background: #5b93e7;
  color: #fff;
}
.gType_main .gType_nav ul li:hover a:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 8px solid #5b93e7;
  top: 0;
  right: -8px;
}
.gType_main .glist {
  width: 1010px;
  float: right;
}
.gType_main .glist .glist_head {
  width: 100%;
  height: 34px;
  line-height: 34px;
  background: #fff;
}
.gType_main .glist .glist_head h1 {
  color: #666;
  float: left;
  margin-left: 10px;
}
.gType_main .glist .glist_head .glist_sort {
  width: 580px;
  height: 34px;
  line-height: 34px;
  float: right;
  padding-right: 20px;
}
.gType_main .glist .glist_head .glist_sort a {
  color: #666;
  margin: 0 10px;
  float: right;
}
.gType_main .glist .glist_head .glist_sort a.active {
  color: #5b93e7;
}
.gType_main .glist .glist_ul {
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
}
.gType_main .glist .glist_ul li {
  width: 156px;
  height: 225px;
  background: #fff;
  margin-top: 14px;
  float: left;
  margin-right: 14px;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: inset -1px 0 0 0 #d2d2d2, inset -1px 0 0 0 #e6e6e6, inset 1px 0 0 0 #d2d2d2, 1px 0 0 0 #e6e6e6, 0 -1px 0 0 #e8e8e8, 0 2px 0 0 rgba(241, 241, 241, 0.3), 0 1px 0 0 #b1b1b1;
          box-shadow: inset -1px 0 0 0 #d2d2d2, inset -1px 0 0 0 #e6e6e6, inset 1px 0 0 0 #d2d2d2, 1px 0 0 0 #e6e6e6, 0 -1px 0 0 #e8e8e8, 0 2px 0 0 rgba(241, 241, 241, 0.3), 0 1px 0 0 #b1b1b1;
}
.gType_main .glist .glist_ul li a {
  width: 156px;
  display: block;
  padding-top: 20px;
  position: relative;
  text-align: center;
}
.gType_main .glist .glist_ul li a img {
  display: inline-block;
  width: 110px;
  height: 110px;
  border-radius: 8px;
}
.gType_main .glist .glist_ul li a .gname {
  display: block;
  text-align: center;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 5px 5px 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gType_main .glist .glist_ul li a .g_type {
  text-align: center;
  display: block;
  color: #888;
  padding-bottom: 11px;
}
.gType_main .glist .glist_ul li .g_info {
  display: block;
  text-align: center;
  background: #f5f5f5;
  border-top: 1px solid #e7e7e7;
  height: 32px;
  line-height: 32px;
  color: #777;
  margin-left: 1px;
  width: 158px;
}
.gType_main .glist .glist_ul li .g_info p span {
  font-size: 12px;
}
.gType_main .glist .glist_ul li .g_info p span i {
  color: #ff7725;
  font-size: 14px;
}
.gType_main .glist .glist_ul li:nth-child(6n+0) {
  margin-right: 0;
}
