* {
  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;
}
.conw {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.g_pub_footer {
  margin-top: 0 !important;
}
.g-wrap {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  font-family: "microsoft yahei";
  background: url("../images/header.jpg") center top no-repeat;
}
.g-wrap .m-title {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.g-wrap .m-title img {
  width: 660px;
  height: 200px;
}
.g-wrap .g-header {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 1054px;
  overflow: hidden;
  position: relative;
}
.g-wrap .g-header .u-title {
  position: absolute;
  width: 853px;
  height: 268px;
  top: 118px;
  left: 180px;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  animation: zoomIn 1s .2s backwards;
  -webkit-animation: zoomIn 1s .2s backwards;
}
.g-wrap .g-header .u-host {
  position: absolute;
  width: 559px;
  height: 59px;
  top: 423px;
  left: 321px;
  animation: fadeIn 1s 1s backwards;
  -webkit-animation: fadeIn 1s 1s backwards;
}
.g-wrap .g-header .g-preface {
  box-sizing: border-box;
  width: 1140px;
  height: 158px;
  padding: 26px 46px 0;
  margin: 524px auto 0;
  overflow: hidden;
  background: url("../images/preface-bg.png") center center no-repeat;
  animation: fadeInUp 1s 1.5s backwards;
  -webkit-animation: fadeInUp 1s 1.5s backwards;
}
.g-wrap .g-header .g-preface div {
  font-size: 18px;
  line-height: 36px;
  color: #511c10;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@-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 fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.g-wrap .g-content {
  overflow: hidden;
  padding-bottom: 180px;
  background: #951b17 url("../images/content-bg.jpg") center top no-repeat;
}
.g-wrap .g-nav {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 65px;
  line-height: 65px;
  overflow: hidden;
}
.g-wrap .g-nav ul {
  zoom: 1;
  width: 1300px;
}
.g-wrap .g-nav ul:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-nav ul li {
  float: left;
  width: 200px;
  height: 65px;
  margin-right: 50px;
  font-size: 20px;
  text-align: center;
  background: url("../images/nav-bg.png") center center no-repeat;
}
.g-wrap .g-nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #FFF;
}
.g-wrap .g-nav ul li.on,
.g-wrap .g-nav ul li:hover {
  background: url("../images/nav-bg-on.png") center center no-repeat;
}
.g-wrap .g-nav ul li.on a,
.g-wrap .g-nav ul li:hover a {
  color: #be3a2c;
}
.g-wrap .m-part1 {
  box-sizing: border-box;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 230px;
  overflow: hidden;
  margin-top: 60px;
  font-size: 18px;
  line-height: 40px;
  color: #511c10;
  padding: 46px 46px 0 180px;
  background: url("../images/time-bg.png") center center no-repeat;
}
.g-wrap .m-part1 .u-time {
  height: 40px;
}
.g-wrap .m-part1 .u-range {
  margin-top: 27px;
}
.g-wrap .m-part2 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 72px;
}
.g-wrap .m-part2 .m-nav ul {
  width: 1300px;
  zoom: 1;
}
.g-wrap .m-part2 .m-nav ul:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .m-part2 .m-nav ul li {
  float: left;
  margin-right: 24px;
  width: 180px;
  height: 59px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  color: #fff;
}
.g-wrap .m-part2 .m-nav ul li.on {
  background: url("../images/nav-bg2.png") center top no-repeat;
}
.g-wrap .m-part2 .m-tab {
  width: 1200px;
  margin-top: 34px;
  background: #951b17 url("../images/txt-bg1.png") center top no-repeat;
}
.g-wrap .m-part2 .m-tab section {
  display: none;
}
.g-wrap .m-part2 .m-tab section div {
  display: flex;
  box-sizing: border-box;
  padding: 0 90px;
  height: 174px;
  font-size: 18px;
  line-height: 32px;
  justify-content: center;
  align-items: center;
  color: #FFF;
}
.g-wrap .m-part2 .m-tab section.on {
  display: block;
}
.g-wrap .m-part3 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 72px;
}
.g-wrap .m-part3 .m-main {
  box-sizing: border-box;
  height: 508px;
  background: url("../images/txt-bg2.png") center top no-repeat;
  margin-top: 24px;
  padding: 40px 50px 0;
  font-size: 18px;
  line-height: 36px;
  color: #FFF;
}
.g-wrap .m-part3 .m-main p {
  margin-bottom: 10px;
}
.g-wrap .m-part4 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 64px;
}
.g-wrap .m-part4 .m-main {
  box-sizing: border-box;
  height: 284px;
  background: url("../images/txt-bg3.png") center top no-repeat;
  margin-top: 32px;
  padding: 49px 50px 0;
  font-size: 18px;
  line-height: 36px;
  color: #FFF;
}
.g-wrap .m-part4 .m-main p {
  margin-bottom: 10px;
}
.g-wrap .m-part5 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 69px;
  overflow: hidden;
}
.g-wrap .m-part5 .m-main {
  box-sizing: border-box;
  height: 434px;
  background: url("../images/txt-bg4.png") center top no-repeat;
  margin-top: 39px;
  padding: 40px 50px 0;
  font-size: 18px;
  line-height: 36px;
  color: #FFF;
}
.g-wrap .m-part5 .m-main p {
  margin-bottom: 10px;
}
.g-wrap .m-part5 .m-main ul {
  zoom: 1;
  width: 1200px;
  margin-top: 20px;
}
.g-wrap .m-part5 .m-main ul:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .m-part5 .m-main ul li {
  float: left;
  box-sizing: border-box;
  width: 340px;
  height: 210px;
  margin: 0 40px 0 0;
  padding: 15px 30px 0;
  text-align: justify;
  text-indent: 2em;
  background: url("../images/txt-bg5.png") center top no-repeat;
}
.g-wrap .m-supported {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 97px;
}
