* {
  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;
}
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #000;
}
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;
}
th,
strong,
var,
em {
  font-weight: normal;
  font-style: normal;
}
ul,
ol {
  list-style: none;
}
* {
  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;
}
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #000;
}
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;
}
th,
strong,
var,
em {
  font-weight: normal;
  font-style: normal;
}
ul,
ol {
  list-style: none;
}
body {
  font-size: 16px;
  color: #000000;
  font-family: "Microsoft YaHei";
  background: #940000;
}
.g_wrap {
  width: 100%;
  background: #940000 url(../images/wrapbg.jpg) no-repeat center top;
  overflow: hidden;
}
.g_wrap .m_title {
  width: 1204px;
  height: 267px;
  background: url(../images/titlebg.png) no-repeat;
  margin: 190px auto 0;
}
.g_wrap .m_title p {
  font-size: 40px;
  line-height: 62px;
  color: #c60000;
  text-align: center;
  padding-top: 70px;
}
.g_wrap .m_content {
  width: 1200px;
  overflow: hidden;
  margin: 150px auto 0;
}
.g_wrap .m_content img {
  width: 100%;
  padding-bottom: 20px;
}
.g_wrap .m_content p {
  font-size: 18px;
  color: #fbb935;
  line-height: 28px;
  padding-bottom: 20px;
}
.g_bottom {
  width: 100%;
  background: #940000 url(../images/bottombg.jpg) no-repeat center bottom;
  overflow: hidden;
  padding-bottom: 480px;
  margin-top: 80px;
}
.g_bottom p {
  font-size: 18px;
  color: #fbb935;
  line-height: 46px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .g_wrap {
    background-size: 100% auto;
  }
  .g_wrap .m_title {
    width: auto;
    height: auto;
    background: #F8F8E0;
    margin: 150px 10px 0;
    padding: 10px 0;
  }
  .g_wrap .m_title p {
    font-size: 24px;
    line-height: 40px;
    color: #c60000;
    padding-top: 0;
  }
  .g_wrap .m_content {
    width: auto;
    margin: 20px auto 0;
    padding: 0 10px;
  }
  .g_bottom {
    padding-bottom: 50px;
    margin-top: 40px;
    background-size: 100% auto;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
