* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a img {
  border: none;
}
a:focus {
  outline: none;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
img {
  border: none;
}
input,
select,
textarea {
  outline: 0;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
var,
em {
  font-weight: normal;
  font-style: normal;
}
ul,
ol,
dl {
  list-style: none;
}
@media only screen and (max-width: 750px) {
  .g-mobile .g_pub_header_box,
  .g-mobile .g_pub_footer_box {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .g-mobile .m_head_nav,
  .g-mobile .m_foot_nav {
    display: none;
  }
  .g-mobile .g_pub_footer {
    height: auto !important;
    zoom: 1 !important;
  }
  .g-mobile .g_pub_footer:after {
    content: "" !important;
    display: block !important;
    clear: both !important;
  }
  .g-mobile .g_pub_footer .u_logo.foot {
    width: 100%;
    margin-left: 0;
  }
}
img {
  vertical-align: top;
}
html,
body {
  height: 100%;
  overflow: hidden;
}
.g-wrap {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1000px;
  font-family: "micsoft yahei";
  background: url("../images/cover.jpg") center top no-repeat;
  background-size: cover;
}
.g-wrap .g-container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.g-wrap .g-container .u-logo {
  position: absolute;
  width: 133px;
  height: 62px;
  top: 34px;
  left: 0;
}
.g-wrap .g-container .u-title {
  position: absolute;
  width: 810px;
  height: 193px;
  top: 129px;
  left: 98px;
  animation: zoomIn 1.2s 0.3s backwards;
  -webkit-animation: zoomIn 1.2s 0.3s backwards;
}
.g-wrap .g-container .g-list {
  position: absolute;
  width: 1000px;
  height: 362px;
  left: 0;
  top: 410px;
  background: url("../images/item-bg.png") center center no-repeat;
  background-size: cover;
  animation: fadeInUp 1s 0.8s backwards;
  -webkit-animation: fadeInUp 1s 0.8s backwards;
}
.g-wrap .g-container .g-list ul {
  zoom: 1;
  padding-top: 30px;
}
.g-wrap .g-container .g-list ul:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-container .g-list ul li {
  float: left;
  font-size: 18px;
  line-height: 38px;
  width: 400px;
  padding: 0 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #b5101d;
  background: url("../images/icon-list.png") 40px center no-repeat;
}
.g-wrap .g-container .g-list ul li:nth-child(even) {
  float: right;
}
.g-wrap .g-container .g-list ul li a {
  color: #b5101d;
}
.g-wrap .g-container .g-list .more {
  font-size: 15px;
  display: block;
  text-align: center;
  color: #b5101d;
  margin-top: 6px;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp{
	0%{opacity:0;-webkit-transform:translate3d(0,70%,0);transform:translate3d(0,70%,0);}
	to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);}
}
@keyframes fadeInUp{
	0%{opacity:0;-webkit-transform:translate3d(0,70%,0);transform:translate3d(0,70%,0);}
	to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);}
}
.is-mob .g-wrap .g-container .g-list {
  height: auto;
  padding-bottom: 36px;
  background: none;
  border: 2px solid #ebb13b;
}
.is-mob .g-wrap .g-container .g-list ul {
  padding-top: 36px;
}
.is-mob .g-wrap .g-container .g-list ul li {
  float: none;
  font-size: 36px;
  line-height: 72px;
  width: 880px;
  padding: 0 60px;
  background-size: 8px 8px;
}
.is-mob .g-wrap .g-container .g-list ul li:nth-child(even) {
  float: none;
}
.is-mob .g-wrap .g-container .g-list .more {
  font-size: 36px;
}
