body {
  color: #000;
  overflow-x: hidden;
  font: normal 16px/26px "Microsoft YaHei";
  z-index: 0;
  background: #fff; }

a {
  text-decoration: none;
  color: #000;
  outline: 0; }
  a:hover {
    text-decoration: none;
    color: #f00; }
  a:focus {
    outline: 0; }

img {
  vertical-align: top; }

area, area:focus {
  outline: 0;
  cursor: pointer; }

.wrap {
  width: 1000px;
  margin: 0 auto;
  position: relative; }

.wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1; }
  .bx-wrapper .bx-viewport {
    left: 0; }
  .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url("/template/skin1/stjy/bx_loader.gif") center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000; }
  .bx-wrapper .bx-controls-direction {
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 50%;
    margin: -21px 0 0; }
    .bx-wrapper .bx-controls-direction a {
      width: 43px;
      height: 43px;
      text-indent: -2014px;
      overflow: hidden;
      position: absolute;
      background-image: url("/template/skin1/stjy/icon.png"); }
    .bx-wrapper .bx-controls-direction .bx-prev {
      left: -60px;
      background-position: 0 0; }
    .bx-wrapper .bx-controls-direction .bx-next {
      right: -60px;
      background-position: right 0; }

.cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/template/skin1/stjy/bg.jpg") no-repeat 0 0;
  background-size: cover;
  z-index: 99999; }
  .cover img {
    width: 100%; }
  .cover h1 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 31%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 2; }
  .cover span {
    position: absolute;
    top: 38%;
    left: 50%;
    width: 18%;
    z-index: 2;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    .cover span img {
      opacity: 0;
      -webkit-transform: scale(2);
      -moz-transform: scale(2);
      transform: scale(2);
      -webkit-transform-origin: center center;
      -moz-transform-origin: center center;
      transform-origin: center center;
      -webkit-transition: all .5s ease-in-out 1s;
      -moz-transition: all .5s ease-in-out 1s;
      transition: all .5s ease-in-out 1s; }
  .cover .c-l {
    position: absolute;
    top: 30%;
    right: 55%;
    width: 39%;
    opacity: 0; }
  .cover .c-r {
    position: absolute;
    top: 30%;
    left: 55%;
    width: 39%;
    opacity: 0; }

.begin {
  -webkit-animation: opa 1s 4s ease 1 forwards;
  animation: opa 1s 4s ease 1 forwards; }
  .begin span img {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); }
  .begin .c-l {
    opacity: 1;
    -webkit-animation: bounceInLeft 1s 0s ease 1 backwards;
    animation: bounceInLeft 1s 0s ease 1 backwards; }
  .begin .c-r {
    opacity: 1;
    -webkit-animation: bounceInRight 1s 0s ease 1 backwards;
    animation: bounceInRight 1s 0s ease 1 backwards; }

@-webkit-keyframes opa {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes opa {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes opa {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.navBar {
  position: absolute;
  width: 100%;
  height: 90px;
  top: 600px;
  left: 0;
  background: #990000;
  z-index: 9998; }
  .navBar .nav {
    /*margin: 0 auto;width:1030px;*/
    height: 90px;
    text-align: center; }
  .navBar h3, .navBar p {
    display: inline-block;
    vertical-align: top; }
  .navBar h3 {
    margin: 5px 6px 0 10px;
    position: relative;
    width: 81px;
    height: 80px; }
    .navBar h3 b, .navBar h3 span {
      display: block;
      color: #fff;
      text-align: center;
      position: absolute;
      width: 100%;
      line-height: 120%;
      z-index: 2; }
    .navBar h3 b {
      font-size: 18px;
      top: 23px; }
    .navBar h3 span {
      font-size: 12px;
      top: 45px;
      font-weight: normal; }
  .navBar p {
    margin: 20px 20px 0;
    color: #fff;
    cursor: pointer; }
    .navBar p b, .navBar p span {
      display: block;
      text-align: center; }
    .navBar p b {
      font-size: 20px;
      width: 90px;
      border-bottom: 1px solid #fff;
      padding: 0 0 2px; }
    .navBar p span {
      font-size: 16px;
      font-weight: normal; }
  .navBar p:last-child b {
    width: 110px; }
  .navBar p:hover, .navBar .active {
    color: #f00; }
    .navBar p:hover b, .navBar .active b {
      border-bottom: 1px solid #f00; }

.floatR {
  position: absolute;
  width: 123px;
  top: 600px;
  left: 50%;
  margin-left: 605px;
  z-index: 9999;
  padding: 100px 0 0; }
  .floatR h3, .floatR h4 {
    height: 38px;
    line-height: 38px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-bottom: 1px; }
  .floatR h4, .floatR span {
    display: block;
    background: #404040; }
  .floatR h4 {
    font-weight: normal; }
  .floatR a {
    color: #fff; }
  .floatR a:hover {
    color: #f00; }
  .floatR span img {
    margin: 12px; }
  .floatR p {
    background: #f00;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    height: 29px;
    line-height: 29px;
    cursor: pointer; }

.top {
  position: relative;
  background: #fff;
  overflow: hidden;
  height: 650px;
  margin: 0 0 90px; }
  .top h1 {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -135px; }
  .top h2 {
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -350px;
    z-index: 3; }
  .top .menu {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -370px;
    width: 244px;
    background: url("img/menu_01.png") no-repeat 13px 0; }
    .top .menu a {
      width: 48px;
      display: block;
      margin-left: 13px;
      height: 117px;
      float: left;
      text-indent: -2016px;
      overflow: hidden;
      background-image: url("img/menu_01.png"); }
    .top .menu a:hover, .top .menu .on {
      background-image: url("img/menu_02.png?0908"); }
    .top .menu .m1 {
      background-position: 0 0; }
    .top .menu .m2 {
      background-position: -61px 0; }
    .top .menu .m3 {
      background-position: -122px 0; }
    .top .menu .m4 {
      background-position: -183px 0; }
  .top .ramble {
    position: absolute;
    bottom: 30px;
    left: 50%;
    height: 662px;
    width: 283px;
    margin-left: -142px;
    z-index: 2;
    background-image: url("img/ramble90s.png");
    background-repeat: no-repeat; }
  .top .rambleBg {
    position: absolute;
    bottom: 60px;
    left: 0;
    background: #000;
    height: 600px;
    width: 100%;
    overflow: hidden; }
    .top .rambleBg .bx-viewport {
      overflow: visible !important; }
    .top .rambleBg li {
      margin: 0 2px; }
  .top #shareBox {
    position: absolute;
    top: 705px;
    left: 50%;
    width: 172px;
    height: 30px;
    margin-left: -86px;
    z-index: 2; }
    .top #shareBox li {
      float: left;
      margin: 0 8px;
      cursor: pointer; }

.c-1 {
  position: relative;
  height: 680px;
  overflow: hidden; }
  .c-1 h2 {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -531px; }
  .c-1 .slide {
    width: 1063px;
    position: absolute;
    top: 175px;
    left: 50%;
    margin-left: -531px; }
    .c-1 .slide li {
      position: relative; }
    .c-1 .slide h3 {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 80%;
      font-weight: normal;
      z-index: 2;
      font-size: 16px;
      padding: 300px 10% 25px;
      text-align: center;
      background: url("/template/skin1/stjy/bg_01.png") repeat-x 0 bottom; }
    .c-1 .slide a {
      color: #fff; }
    .c-1 .slide a:hover {
      color: #f00; }

.c-2 {
  position: relative;
  height: 670px;
  background: #fff; }
  .c-2 h2 {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -544px; }
  .c-2 .wrap {
    width: 1088px;
    position: absolute;
    top: 187px;
    left: 50%;
    margin-left: -544px; }
  .c-2 .videoBox {
    float: left;
    width: 720px; }
    .c-2 .videoBox .mask {
      position: absolute;
      top: 0;
      left: 0; }
      .c-2 .videoBox .mask span {
        display: block;
        position: absolute;
        top: 150px;
        left: 50%;
        width: 250px;
        margin-left: -125px;
        text-align: center;
        color: #fff;
        padding: 125px 0 0;
        text-align: center;
        background: url("/template/skin1/stjy/play.png") no-repeat center 0;
        cursor: pointer; }
      .c-2 .videoBox .mask:hover span {
        color: #f00; }
    .c-2 .videoBox .video {
      width: 720px;
      height: 440px; }
  .c-2 .hot {
    float: right;
    width: 364px;
    background: #990000;
 height: 400px;
    /*height: 493px;*/ }
    .c-2 .hot h3 {
      margin: 20px 35px 0;
      font-size: 20px;
      line-height: 30px;
      height: 30px;
      color: #fff;
      text-align: center;
      padding: 0 0 5px;
      border-bottom: 1px solid #ccc; }
    .c-2 .hot ul {
      margin: 0 35px 0; }
    .c-2 .hot li {
      padding: 14px 0 15px;
      font-size: 16px;
      line-height: 30px;
      color: #a88f6a;
      border-bottom: 1px dotted #fff; }
      .c-2 .hot li a {
        color: #a88f6a; }
    .c-2 .hot li:last-child {
      border: 0; }
    .c-2 .hot .more {
      display: block;
      background: #212121;
      height: 44px;
      margin: 0 35px 35px;
      font: normal 24px/44px "Arial";
      text-align: center;
      color: #a88f6a; }

.c-3 {
  position: relative;
  height: 720px;
  background: url("/template/skin1/stjycss/p6_bg.jpg") no-repeat center 0; }
  .c-3 h2 {
    position: absolute;
    top: -130px;
    left: 50%;
    margin-left: -170px; }
  .c-3 .info {
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -500px;
    width: 1060px; }
    .c-3 .info img {
      float: left; }
    .c-3 .info p {
      float: left;
      margin: 60px 0 0 20px;
      width: 620px;
      height: 100px;
      font-size: 20px;
      line-height: 40px;
      color: #fff;
      padding: 0 90px 0 26px;
      background: url("/template/skin1/stjy/p3_bg.png") no-repeat 0 10px; }
  .c-3 .scroll {
    width: 1140px;
    position: absolute;
    top: 225px;
    left: 50%;
    margin-left: -570px;
    overflow: hidden;
    height: 480px; }
    .c-3 .scroll ul {
      height: 480px; }
    .c-3 .scroll li {
      float: left;
      overflow: hidden; }
    .c-3 .scroll a {
      display: block;
      margin: 0 10px 10px 0;
      overflow: hidden;
      position: relative; }
      .c-3 .scroll a img {
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
    .c-3 .scroll a:hover p, .c-3 .scroll a:hover span {
      opacity: 1; }
    .c-3 .scroll a:hover img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      transform: scale(1.1); }
    .c-3 .scroll span {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      opacity: 0;
      background: #aca190;
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out; }
    .c-3 .scroll i {
      display: block;
      border: 1px solid #d8d3cb;
      position: absolute;
      top: 20px;
      left: 20px;
      right: 20px;
      bottom: 20px; }
    .c-3 .scroll p {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 68%;
      z-index: 2;
      color: #fff;
      text-align: center;
      opacity: 0;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out; }
    .c-3 .scroll .control {
      position: absolute;
      bottom: 0px;
      left: 70px;
      height: 16px;
      width: 1000px;
      z-index: 99; }
      .c-3 .scroll .control .scrollbar {
        position: absolute;
        bottom: 0;
        left: 0px;
        height: 7px;
        width: 1000px;
        line-height: 0;
        border-top: 1px solid #777; }
      .c-3 .scroll .control .handle {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 60px;
        height: 16px;
        cursor: pointer;
        line-height: 0;
        background: #fff;
        border-radius: 5px; }

.c-4 {
  position: relative;
  height: 715px;
  background: #fff; }
  .c-4 h2 {
    position: absolute;
    top: 26px;
    left: 50%;
    margin-left: -183px;
    z-index: 2; }
  .c-4 .wrap {
    margin: 0 auto 0;
    width: 975px;
    padding: 186px 0 0; }
    .c-4 .wrap img {
      position: absolute;
      top: 186px;
      left: 0;
      z-index: 4; }
    .c-4 .wrap .pic {
      z-index: 2; }
    .c-4 .wrap span {
      display: block;
      float: left;
      width: 486px;
      height: 512px;
      border: 1px solid #74726f;
      position: relative;
      z-index: 1;
      z-index: 1; }
      .c-4 .wrap span img {
        top: 105px;
        left: 15px;
        display: none; }
      .c-4 .wrap span i {
        display: block;
        position: absolute;
        top: 105px;
        left: 15px; }
    .c-4 .wrap .y80s i {
      width: 448px;
      height: 211px;
      -webkit-animation: flash80s 5s 0s linear infinite forwards;
      -moz-animation: flash80s 5s 0s linear infinite forwards;
      animation: flash80s 5s 0s linear infinite forwards; }
    .c-4 .wrap .y90s {
      margin: 0 0 0 -1px; }
      .c-4 .wrap .y90s i {
        width: 440px;
        height: 253px;
        -webkit-animation: flash90s 5s 0s linear infinite forwards;
        -moz-animation: flash90s 5s 0s linear infinite forwards;
        animation: flash90s 5s 0s linear infinite forwards; }
  .c-4 .line {
    position: absolute;
    width: 975px;
    height: 512px;
    z-index: 3; }
    .c-4 .line svg {
      width: 975px;
      height: 512px; }
    .c-4 .line line {
      stroke-width: 2px;
      opacity: 0;
      stroke: #000; }
    .c-4 .line line.svgOn {
      opacity: 1;
      stroke-dasharray: 100%;
      stroke-dashoffset: 100%;
      -webkit-animation: dash 1s 0s ease 1 forwards;
      -moz-animation: dash 1s 0s ease 1 forwards;
      animation: dash 1s 0s ease 1 forwards; }

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0; } }
@-moz-keyframes dash {
  to {
    stroke-dashoffset: 0; } }
@keyframes dash {
  to {
    stroke-dashoffset: 0; } }
@-webkit-keyframes flash80s {
  0%,100% {
    background: url("/template/skin1/stjy/p4_80s1.png") no-repeat 0 0; }
  50% {
    background: url("/template/skin1/stjy/p4_80s2.png") no-repeat 0 0; } }
@-moz-keyframes flash80s {
  0%,100% {
    background: url("/template/skin1/stjy/p4_80s1.png") no-repeat 0 0; }
  50% {
    background: url("/template/skin1/stjy/p4_80s2.png") no-repeat 0 0; } }
@keyframes flash80s {
  0%,100% {
    background: url("/template/skin1/stjy/p4_80s1.png") no-repeat 0 0; }
  50% {
    background: url("/template/skin1/stjy/p4_80s2.png") no-repeat 0 0; } }
@-webkit-keyframes flash90s {
  0%,100% {
    background: url("/template/skin1/stjy/p4_90s1.png") no-repeat 0 0; }
  50% {
    background: url("/template/skin1/stjy/p4_90s2.png") no-repeat 0 0; } }
@-moz-keyframes flash90s {
  0%,100% {
    background: url("/template/skin1/stjy/p4_90s1.png") no-repeat 0 0; }
  50% {
    background: url("/template/skin1/stjy/p4_90s2.png") no-repeat 0 0; } }
@keyframes flash90s {
  0%,100% {
    background: url("/template/skin1/stjy/p4_90s1.png") no-repeat 0 0; }
  50% {
    background: url("/template/skin1/stjy/p4_90s2.png") no-repeat 0 0; } }
.c-5 {
  position: relative;
  height: 790px;
  background: #d9d9d9;
  overflow: hidden; }
  .c-5 h2 {
    position: absolute;
    top: 22px;
    left: 50%;
    margin: 0 0 0 -488px; }
  .c-5 .list {
    position: absolute;
    border: 5px solid #000;
    top: 220px;
    left: 50%;
    margin-left: -230px;
    width: 250px;
    height: 335px;
    padding: 20px 20px 20px 30px; }
    .c-5 .list h3 {
      font-size: 60px;
      line-height: 120%; }
    .c-5 .list a {
      color: #000; }
    .c-5 .list a:hover, .c-5 .list .now {
      color: #000;
      text-decoration: line-through; }
    .c-5 .list img {
      display: none; }
    .c-5 .list .control {
      position: absolute;
      top: 17px;
      right: 15px;
      width: 11px;
      height: 335px; }
      .c-5 .list .control .scrollbar {
        position: absolute;
        top: 0;
        right: 0;
        width: 5px;
        height: 335px;
        border-left: 1px solid #595959;
        line-height: 0; }
      .c-5 .list .control .handle {
        position: absolute;
        top: 0px;
        right: 0;
        height: 30px;
        width: 11px;
        background: #000;
        cursor: pointer;
        line-height: 0;
        border-radius: 4px; }
  .c-5 .navKey {
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -360px;
    width: 112px; }
    .c-5 .navKey li {
      float: left;
      width: 40px;
      height: 40px;
      text-align: center;
      color: #fff;
      margin: 0 16px 9px 0;
      font-weight: 700;
      font-size: 16px;
      cursor: pointer; }
    .c-5 .navKey a {
      display: block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      color: #fff;
      border-radius: 50%;
      background: #aca190; }
    .c-5 .navKey a:hover, .c-5 .navKey .active a {
      background: #000; }
  .c-5 .pic {
    position: absolute;
    top: 55px;
    left: 50%;
    margin-left: 88px; }
    .c-5 .pic img {
      -webkit-box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.1);
      box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.1); }
    .c-5 .pic h3 {
      position: absolute;
      width: 260px;
      height: 48px;
      line-height: 48px;
      bottom: 130px;
      left: 50%;
      margin-left: -130px;
      border: 3px solid #000;
      text-align: center;
      background: #fff; }

.c-6 {
  position: relative;
  height: 766px;
  background: url("/template/skin1/stjy/p6_bg.jpg") no-repeat center 0;
  overflow: hidden; }
  .c-6 h2 {
    position: absolute;
    top: 45px;
    left: 50%;
    margin: 0 0 0 20px;
    z-index: 99; }
  .c-6 i, .c-6 span {
    position: absolute;
    left: 50%;
    z-index: 99; }
  .c-6 i {
    top: 430px;
    margin-left: -40px; }
  .c-6 .y80s {
    top: 370px;
    margin-left: -75px; }
  .c-6 .y90s {
    top: 370px;
    margin-left: -75px; }
  .c-6 .wrap {
    height: 766px; }
    .c-6 .wrap li {
      width: 1000px;
      height: 766px; }
    .c-6 .wrap p {
      position: relative;
      width: 470px;
      height: 527px; }
      .c-6 .wrap p img {
        -webkit-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.1);
        box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.1); }
    .c-6 .wrap b {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 300px 0 50px;
      text-align: center;
      font-weight: normal;
      background: url("/template/skin1/stjy/bg_01.png") repeat-x 0 bottom; }
    .c-6 .wrap .pic_l {
      margin: 60px 0 0 15px;
      float: left;
      opacity: 0; }
    .c-6 .wrap .pic_r {
      margin: 180px 15px 0 0;
      float: right;
      opacity: 0; }
    .c-6 .wrap a {
      color: #fff; }
    .c-6 .wrap a:hover {
      color: #f00; }
    .c-6 .wrap .active .pic_l {
      opacity: 1;
      -webkit-animation: fadeInUp 1s 0s ease 1 backwards;
      -moz-animation: fadeInUp 1s 0s ease 1 backwards;
      animation: fadeInUp 1s 0s ease 1 backwards; }
    .c-6 .wrap .active .pic_r {
      opacity: 1;
      -webkit-animation: fadeInDown 1s 0s ease 1 backwards;
      -moz-animation: fadeInDown 1s 0s ease 1 backwards;
      animation: fadeInDown 1s 0s ease 1 backwards; }

.c-7 {
  position: relative;
  height: 900px;
  background: #fff;
  overflow: hidden; }
  .c-7 h2 {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -534px;
    z-index: 99; }
  .c-7 i, .c-7 span {
    position: absolute;
    left: 50%;
    z-index: 99; }
  .c-7 .y80s {
    top: 670px;
    margin-left: -560px; }
  .c-7 .y90s {
    top: 135px;
    margin-left: 345px; }
  .c-7 .wrap {
    width: 1020px;
    height: 720px;
    position: absolute;
    top: 170px;
    left: 50%;
    margin-left: -510px; }
    .c-7 .wrap li {
      width: 1020px;
      height: 720px; }
    .c-7 .wrap i {
      position: absolute;
      top: 110px;
      left: 50%;
      margin-left: -200px;
      width: 388px;
      height: 388px;
      perspective: 1000px; }
      .c-7 .wrap i img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        transition: all 1s ease;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        transform: rotateY(180deg); }
    .c-7 .wrap p {
      position: relative;
      width: 510px;
      height: 595px; }
      .c-7 .wrap p img {
        -webkit-box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.1); }
    .c-7 .wrap b {
      text-align: center;
      font-weight: normal;
      display: block;
      margin: 50px 0 0; }
    .c-7 .wrap .pic_l {
      float: left; }
    .c-7 .wrap .pic_r {
      float: right; }
    .c-7 .wrap .active i img {
      opacity: 1;
      -webkit-transform: rotateY(0);
      -moz-transform: rotateY(0);
      transform: rotateY(0); }

.c-8 {
  position: relative;
  height: 877px;
  background: url("/template/skin1/stjy/p8_bg.jpg") no-repeat center 0;
  overflow: hidden; }
  .c-8 h2 {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -190px;
    z-index: 99; }
  .c-8 i, .c-8 span, .c-8 em {
    position: absolute;
    left: 50%;
    z-index: 99; }
  .c-8 .y80s {
    top: 640px;
    margin-left: -157px; }
  .c-8 .y90s {
    top: 640px;
    margin-left: 52px; }
  .c-8 .wrap {
    width: 1054px;
    height: 720px;
    position: absolute;
    top: 230px;
    left: 50%;
    margin-left: -527px; }
    .c-8 .wrap li {
      width: 1054px;
      height: 720px; }
    .c-8 .wrap i {
      position: absolute;
      top: 375px;
      left: 50%;
      margin-left: -110px; }
    .c-8 .wrap em {
      position: absolute;
      top: 20px;
      left: 20px;
      bottom: 20px;
      right: 20px;
      border: 1px solid #736c5f; }
    .c-8 .wrap p {
      position: relative;
      width: 512px;
      height: 507px; }
      .c-8 .wrap p img {
        -webkit-box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.1); }
      .c-8 .wrap p i img {
        -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1); }
    .c-8 .wrap b {
      text-align: center;
      font-weight: normal;
      display: block;
      margin: 130px 0 0; }
    .c-8 .wrap .pic_l {
      float: left; }
    .c-8 .wrap .pic_r {
      float: right; }
    .c-8 .wrap a {
      color: #fff; }
    .c-8 .wrap a:hover {
      color: #f00; }

.c-9 {
  position: relative;
  height: 490px;
  background: #fff; }
  .c-9 .wrap {
    padding: 15px 0 0; }
  .c-9 li a {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 123px 0 0 -226px;
    display: block;
    width: 553px;
    height: 42px;
    line-height: 42px;
    background: #ffffcc;
    border: 2px solid #ff0000;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .c-9 li a span {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      font-weight: 700;
      font-size: 22px;
      line-height: 41px;
      text-align: center;
      z-index: 3; }
    .c-9 li a:after {
      content: '';
      position: absolute;
      z-index: 2;
      width: 0%;
      height: 100%;
      top: 0;
      left: 50%;
      background: #ff0000;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    .c-9 li a:hover span {
      color: #fff; }
    .c-9 li a:hover:after {
      width: 100%;
      left: 0; }
    .c-9 li a:active:after {
      width: 100%;
      left: 0; }
  .c-9 p {
    text-align: right;
    line-height: 150%;
    padding: 20px 0 0; }