* {
  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: #F9CBB3;
}
/*banner*/
.g_banner {
  width: 100%;
  height: 1086px;
  overflow: hidden;
  text-align: center;
  background: url(../images/banner.png) no-repeat center top;
}
.g_banner .g_layout {
  width: 1344px;
}
.g_banner img {
  display: block;
}
.g_banner .u_banner_img1 {
  margin: 52px auto 0;
}
.g_banner .u_banner_img3 {
  margin: -52px auto 0;
  -webkit-animation-delay: 1s;
}
.g_banner .u_banner_img2 {
  margin: 38px auto 0;
  -webkit-animation-delay: 2s;
}
.g_mobile_banner {
  display: none;
  width: 100%;
}
.g_headline {
  height: 331px;
  background: url(../images/healinebg.png) no-repeat center top;
  margin-top: 42px;
  overflow: hidden;
}
.g_headline .m_head_title {
  display: block;
  margin: 33px auto 0;
}
.g_headline p {
  line-height: 44px;
  padding: 12px 35px 0;
  color: #fff;
  font-size: 20px;
  text-indent: 2em;
}
.g_layout {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.m_title {
  width: 100%;
  position: relative;
  margin: 80px auto 0;
  text-align: center;
}
.m_title a {
  position: absolute;
  top: 90px;
  right: 0;
}
/*展演剧目*/
.g_part1 {
  width: 100%;
  height: 2620px;
  background: url(../images/part1bg.png) no-repeat center top;
  margin-top: 80px;
}
.g_part1 .m_part1 {
  overflow: hidden;
  position: relative;
  margin-bottom: 61px;
}
.g_part1 .m_part1 .m_pic {
  width: 800px;
  height: 450px;
  float: left;
  position: relative;
}
.g_part1 .m_part1 .m_pic img {
  width: 100%;
  height: 100%;
}
.g_part1 .m_part1 .m_word {
  width: 310px;
  height: 406px;
  background: url(../images/part1_wordbg1.png) no-repeat;
  position: absolute;
  top: 0;
  left: 740px;
  padding: 0 55px;
}
.g_part1 .m_part1 .m_word span {
  display: block;
  width: 90px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  font-size: 20px;
  font-weight: bold;
  color: #d42a2a;
  background: url(../images/part1spanbg.png) no-repeat;
  margin-top: 110px;
}
.g_part1 .m_part1 .m_word b {
  font-size: 30px;
  color: #fff;
  margin-top: 18px;
  display: block;
  line-height: 40px;
}
.g_part1 .m_part1 .m_word p {
  line-height: 24px;
  color: #fff;
  text-indent: 2em;
  margin-top: 10px;
}
.g_part1 .m_part1_odd .m_pic {
  float: right;
}
.g_part1 .m_part1_odd .m_word {
  left: 39px;
  background: url(../images/part1_wordbg2.png) no-repeat;
}
@media only screen and (max-width: 640px) {
  /*banner*/
  .g_banner {
    display: none;
  }
  .g_mobile_banner {
    display: block;
  }
  .g_headline {
    height: auto;
    background: url(../images/mobile_headlinebg.jpg) repeat-x;
    overflow: hidden;
    background-size: 100%;
    padding: 40px 0 20px;
  }
  .g_headline .m_head_title {
    margin: 0 0 0 -30%;
    width: 160%;
  }
  .g_headline p {
    padding: 12px 10px 0;
  }
  .g_layout {
    width: 100%;
  }
  .m_title img {
    width: 100%;
  }
  /*展演剧目*/
  .g_part1 {
    width: 100%;
    height: auto;
    background: none;
    margin-top: 50px;
  }
  .g_part1 .m_part1 {
    margin-bottom: 50px;
    background: #CF2729;
    padding: 10px;
  }
  .g_part1 .m_part1 .m_pic {
    width: auto;
    height: auto;
    float: none;
  }
  .g_part1 .m_part1 .m_pic img {
    width: 100%;
    height: auto;
  }
  .g_part1 .m_part1 .m_word {
    width: auto;
    height: auto;
    background: none;
    position: static;
    padding: 0;
  }
  .g_part1 .m_part1 .m_word span {
    margin-top: 30px;
  }
  .g_part1 .m_part1 .m_word b {
    font-size: 30px;
    color: #fff;
    margin-top: 18px;
    display: block;
    line-height: 40px;
  }
  .g_part1 .m_part1 .m_word p {
    line-height: 24px;
    color: #fff;
    text-indent: 2em;
    margin-top: 10px;
  }
  .g_part1 .m_part1_odd .m_pic {
    float: none;
  }
  .g_part1 .m_part1_odd .m_word {
    left: 38px;
    background: none;
  }
}
.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;
}
