@charset "utf-8";
html,
body {
  position: relative;
  height: 100%;
  background-color: #ebebeb;
}
.duration {
  transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
}
.wrapper {
  min-width: 1200px;
}
.wrapper .p1 {
  background-image: url(../img/home/p1_bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  height: auto;
  min-height: 1160px;
  position: relative;
}
.wrapper .p1 .nav {
  height: 59px;
  border-bottom: 1px solid #cabd4c;
  background-color: rgba(45, 70, 116, 0.85);
  position: relative;
}
.wrapper .p1 .nav:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #847a23;
  bottom: -2px;
}
.wrapper .p1 .nav .navCon {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.wrapper .p1 .nav .navCon .logo {
  width: 250px;
  position: absolute;
  left: 45px;
  top: 8px;
}
.wrapper .p1 .nav .navCon .logo img {
  width: 100%;
}
.wrapper .p1 .nav .navCon ul {
  font-size: 0;
  padding: 15px 0 0 290px;
}
.wrapper .p1 .nav .navCon ul li {
  display: inline-block;
}
.wrapper .p1 .nav .navCon ul li a {
  position: relative;
  transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  width: 150px;
  height: 30px;
  line-height: 20px;
  text-align: center;
  border-left: 1px solid #6f7f9f;
}
.wrapper .p1 .nav .navCon ul li a:hover {
  color: #f2b200;
}
.wrapper .p1 .nav .navCon ul li span {
  width: 100%;
  position: absolute;
  color: #7486ab;
  font-size: 10px;
  left: 0;
  bottom: -5px;
}
.wrapper .p1 .con {
  padding-top: 687px;
  width: 1200px;
  height: 518px;
  margin: 0 auto;
}
.wrapper .p1 .con .con-left {
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  width: 270px;
  height: auto;
  min-height: 518px;
  text-align: center;
  background-color: #f2b200;
}
.wrapper .p1 .con .con-left .ewm {
  margin: 15px 0;
  display: inline-block;
  border: 1px solid #f6c94d;
  padding: 9px 19px 30px 19px;
  text-align: center;
  position: relative;
}
.wrapper .p1 .con .con-left .ewm img {
  width: 200px;
}
.wrapper .p1 .con .con-left .ewm p {
  position: absolute;
  padding-left: 18px;
  letter-spacing: 20px;
  color: #fff;
  margin-top: 5px;
  width: 100%;
  left: -8px;
}
.wrapper .p1 .con .con-left .ewm .borderTip {
  position: absolute;
  width: 14px;
  height: 14px;
}
.wrapper .p1 .con .con-left .down .pcDown {
  display: none;
}
.wrapper .p1 .con .con-left .down .downBtn {
  border-top: 1px solid #fff;
}
.wrapper .p1 .con .con-left .down .downBtn a {
  color: #23325c;
  font-size: 20px;
  position: relative;
  height: 54px;
  line-height: 54px;
  display: block;
  margin: 2px;
  border: 1px solid #f5c133;
}
.wrapper .p1 .con .con-left .down .downBtn a b {
  font-weight: 100;
}
.wrapper .p1 .con .con-left .down .downBtn a b i {
  transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  display: inline-block;
  vertical-align: text-bottom;
}
.wrapper .p1 .con .con-left .down .downBtn a b i.ios {
  width: 23px;
  height: 28px;
  margin-right: 10px;
  background-image: url(../img/home/down-icon01.png);
}
.wrapper .p1 .con .con-left .down .downBtn a b i.and {
  width: 24px;
  height: 27px;
  margin-right: 10px;
  background-image: url(../img/home/down-icon02.png);
}
.wrapper .p1 .con .con-left .down .downBtn a b i.pc {
  width: 30px;
  height: 27px;
  margin-right: 10px;
  background-image: url(../img/home/down-icon03.png);
}
.wrapper .p1 .con .con-left .down .downBtn a b i.wechat {
  width: 35px;
  height: 28px;
  margin-right: 10px;
  background-image: url(../img/home/down-icon04.png);
}
.wrapper .p1 .con .con-left .down .downBtn a .borderTip {
  position: absolute;
  width: 10px;
  height: 10px;
}
.wrapper .p1 .con .con-left .down .downBtn a:hover b {
  color: #fff;
}
.wrapper .p1 .con .con-left .down .downBtn a:hover i.ios {
  background-position: -23px 0;
}
.wrapper .p1 .con .con-left .down .downBtn a:hover i.and {
  background-position: -24px 0;
}
.wrapper .p1 .con .con-left .down .downBtn a:hover i.pc {
  background-position: -30px 0;
}
.wrapper .p1 .con .con-left .down .downBtn a:hover i.wechat {
  background-position: -35px 0;
}
.wrapper .p1 .con .con-right {
  display: inline-block;
  vertical-align: top;
  width: 915px;
}
.wrapper .p1 .con .con-right .banner {
  height: 250px;
  margin-bottom: 10px;
}
.wrapper .p1 .con .con-right .banner .swiper-container {
  height: 100%;
}
.wrapper .p1 .con .con-right .banner .swiper-container .swiper-pagination {
  text-align: right;
  right: 35px;
  width: auto;
}
.wrapper .p1 .con .con-right .banner .swiper-container .swiper-pagination-bullet {
  transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  background-color: #273765!important;
  opacity: 1;
  height: 12px;
  width: 12px;
}
.wrapper .p1 .con .con-right .banner .swiper-container .swiper-pagination-bullet-active {
  width: 55px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}
.wrapper .p1 .con .con-right .banner .swiper-container img {
  width: 100%;
  height: 100%;
}
.wrapper .p1 .con .con-right .new {
  height: 258px;
  background-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 20px;
  position: relative;
}
.wrapper .p1 .con .con-right .new .more {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #fff;
  top: 0;
  right: 0;
}
.wrapper .p1 .con .con-right .new .more:hover span {
  color: #999;
}
.wrapper .p1 .con .con-right .new .more span {
  transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  position: absolute;
  right: 2px;
  top: -2px;
  font-size: 20px;
}
.wrapper .p1 .con .con-right .new .more:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 30px solid #273765;
  border-left: 30px solid transparent;
}
.wrapper .p1 .con .con-right .new .new-nav {
  font-size: 0;
}
.wrapper .p1 .con .con-right .new .new-nav a {
  transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  display: inline-block;
  width: 175px;
  height: 29px;
  text-align: center;
  font-size: 14px;
  color: #898fa0;
  border-bottom: 1px solid #dee0e5;
}
.wrapper .p1 .con .con-right .new .new-nav a.active,
.wrapper .p1 .con .con-right .new .new-nav a:hover {
  color: #f2b200;
  border-bottom: 1px solid #f2b200;
}
.wrapper .p1 .con .con-right .new .new-con {
  display: none;
}
.wrapper .p1 .con .con-right .new .new-con .new-title {
  width: 100%;
  height: 68px;
  line-height: 68px;
  background-image: url(../img/home/new-title.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
.wrapper .p1 .con .con-right .new .new-con .new-title a {
  width: 480px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 22px;
  color: #273765;
  font-weight: bold;
}
.wrapper .p1 .con .con-right .new .new-con .new-title a:hover {
  text-decoration: underline;
}
.wrapper .p1 .con .con-right .new .new-con .new-list {
  height: 120px;
  overflow: hidden;
}
.wrapper .p1 .con .con-right .new .new-con .new-list a {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  font-size: 12px;
  color: #898fa0;
  margin-left: 15px;
  line-height: 2.5;
}
.wrapper .p1 .con .con-right .new .new-con .new-list a time {
  float: right;
}
.wrapper .p1 .con .con-right .new .new-con .new-list a span {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wrapper .p1 .con .con-right .new .new-con .new-list a:hover span {
  color: #f2b200;
  text-decoration: underline;
}
.wrapper .p1 .actPrize {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  font-size: 0;
}
.wrapper .p1 .actPrize a {
  display: inline-block;
  width: 300px;
  height: 200px;
  overflow: hidden;
}
.wrapper .p1 .actPrize a:hover img {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}
.wrapper .p1 .actPrize img {
  transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  width: 100%;
  height: 100%;
}
.wrapper .p2 {
  background-image: url(../img/home/p2_bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  height: 870px;
  position: relative;
}
.wrapper .p2 .p2-con {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}
.wrapper .p2 .p2-con img {
  display: inline-block;
  vertical-align: top;
}
.wrapper .p2 .p2-con .p2Title {
  margin-top: 50px;
}
.wrapper .p2 .p2-con .skill {
  display: inline-block;
  position: relative;
  margin: 100px 0 0 90px;
  vertical-align: top;
}
.wrapper .p2 .p2-con .skill .vedioBg {
  display: inline-block;
  position: absolute;
  width: 260px;
  top: 50%;
  left: 50%;
  margin-left: -130px;
  margin-top: -130px;
}
.wrapper .p2 .p2-con .skill .vedioBg:hover .skillTextBg {
  animation-name: rotate 5s infinite linear;
  -webkit-animation: rotate 5s infinite linear;
  -ms-animation-name: rotate 5s infinite linear;
  -moz-animation-name: rotate 5s infinite linear;
}
.wrapper .p2 .p2-con .skill .vedioBg:hover .vPlay {
  opacity: .7;
}
.wrapper .p2 .p2-con .skill .vedioBg .skillTextBg {
  cursor: pointer;
  width: 260px;
  animation-name: rotate 30s infinite linear;
  -webkit-animation: rotate 30s infinite linear;
  -ms-animation-name: rotate 30s infinite linear;
  -moz-animation-name: rotate 30s infinite linear;
}
.wrapper .p2 .p2-con .skill .vedioBg .skillTextBg.active {
  animation-name: rotate 5s infinite linear;
  -webkit-animation: rotate 5s infinite linear;
  -ms-animation-name: rotate 5s infinite linear;
  -moz-animation-name: rotate 5s infinite linear;
}
.wrapper .p2 .p2-con .skill .vedioBg .vPlay {
  transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  position: absolute;
  width: 60px;
  top: 100px;
  left: 100px;
  z-index: 10;
  cursor: pointer;
}
.wrapper .p2 .p2-con .skill .vedioBg .skillText {
  cursor: pointer;
  color: #f2b200;
  font-size: 36px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  font-family: "simsun";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
}
.wrapper .p2 .p2-con .skill span {
  font-family: "simsun";
  position: absolute;
  cursor: pointer;
  transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
}
.wrapper .p2 .p2-con .skill span:hover {
  opacity: .7!important;
}
.wrapper .p2 .p2-con .skill span.skill01 {
  left: 4px;
  top: 102px;
  transform: rotate(27deg);
  -ms-transform: rotate(27deg);
  -moz-transform: rotate(27deg);
  -webkit-transform: rotate(27deg);
  -o-transform: rotate(27deg);
}
.wrapper .p2 .p2-con .skill span.skill02 {
  left: -15px;
  top: 152px;
  transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -webkit-transform: rotate(18deg);
  -o-transform: rotate(18deg);
}
.wrapper .p2 .p2-con .skill span.skill03 {
  left: -22px;
  top: 201px;
  transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
  -o-transform: rotate(2deg);
}
.wrapper .p2 .p2-con .skill span.skill04 {
  left: -15px;
  top: 252px;
  transform: rotate(-16deg);
  -ms-transform: rotate(-16deg);
  -moz-transform: rotate(-16deg);
  -webkit-transform: rotate(-16deg);
  -o-transform: rotate(-16deg);
}
.wrapper .p2 .p2-con .skill span.skill05 {
  left: 4px;
  top: 302px;
  transform: rotate(-27deg);
  -ms-transform: rotate(-27deg);
  -moz-transform: rotate(-27deg);
  -webkit-transform: rotate(-27deg);
  -o-transform: rotate(-27deg);
}
.wrapper .p2 .p2-con .skill span img {
  width: 45px;
  height: 45px;
}
.wrapper .p2 .p2-con .skill span:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 35px;
  height: 35px;
  border: 3px solid #dfb057;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.wrapper .p2 .p2-con .skill span a {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 12px;
}
.wrapper .p2 .p2-con .perCon {
  display: inline-block;
  width: 540px;
  height: 710px;
  background-color: #f2b200;
  position: relative;
  float: right;
}
.wrapper .p2 .p2-con .perCon .perConImg {
  position: absolute;
  left: -140px;
  top: 30px;
  transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
}
.wrapper .p2 .p2-con .perCon .perConImg.active {
  transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
}
.wrapper .p2 .p2-con .perCon span.perConBlock {
  display: inline-block;
  width: 110px;
  padding: 140px 0 0 312px;
  z-index: 11;
  position: absolute;
}
.wrapper .p2 .p2-con .perCon span.perConBlock a {
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-bottom: 52px;
  position: relative;
}
.wrapper .p2 .p2-con .perCon span.perConBlock a .p2borderTip {
  transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  display: none;
  position: absolute;
  width: 12px;
  height: 12px;
  border-color: #223058!important;
}
.wrapper .p2 .p2-con .perCon span.perConBlock a img {
  width: 100%;
  height: 100%;
}
.wrapper .p2 .p2-con .perCon span.perConBlock a.active .p2borderTip,
.wrapper .p2 .p2-con .perCon span.perConBlock a:hover .p2borderTip {
  display: inline-block;
}
.wrapper .p2 .p2-con .perCon span.perConBlock a.active:after,
.wrapper .p2 .p2-con .perCon span.perConBlock a:hover:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-top: 5px solid transparent;
  border-right: 10px solid #223058;
  border-bottom: 5px solid transparent;
  top: 48%;
  left: -10px;
}
.wrapper .p2 .p2-con .perCon span.perConBlock a.active:before,
.wrapper .p2 .p2-con .perCon span.perConBlock a:hover:before {
  display: none;
}
.wrapper .p2 .p2-con .perCon span.perConBlock a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(242, 178, 0, 0.5);
}
.wrapper .p2 .p2-con .jobName {
  position: absolute;
  bottom: 120px;
  left: 0;
  font-family: "simsun";
  color: #f2b200;
  display: inline-block;
}
.wrapper .p2 .p2-con .jobName h2 {
  font-family: "simsun";
  font-size: 72px;
  border-bottom: 1px dotted #f2b200;
  padding-right: 60px;
}
.wrapper .p2 .p2-con .jobName p {
  margin-top: 5px;
  font-size: 24px;
}
.wrapper .p3 {
  height: auto;
  position: relative;
}
.wrapper .p3 .gameInfo {
  position: relative;
  height: 855px;
  width: 1200px;
  margin: 0 auto;
}
.wrapper .p3 .gameInfo .infoBanner {
  height: 360px;
}
.wrapper .p3 .gameInfo .infoBanner .banner {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  width: 710px;
  height: 100%;
}
.wrapper .p3 .gameInfo .infoBanner .banner .swiper-container {
  height: 100%;
}
.wrapper .p3 .gameInfo .infoBanner .banner .swiper-container .swiper-pagination {
  text-align: right;
  right: 20px;
  width: auto;
}
.wrapper .p3 .gameInfo .infoBanner .banner .swiper-container .swiper-pagination-bullet {
  transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  background-color: #273765!important;
  opacity: 1;
  height: 12px;
  width: 12px;
}
.wrapper .p3 .gameInfo .infoBanner .banner .swiper-container .swiper-pagination-bullet-active {
  width: 55px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}
.wrapper .p3 .gameInfo .infoBanner .banner .swiper-container img {
  width: 100%;
  height: 100%;
}
.wrapper .p3 .gameInfo .infoBanner .bannerItem {
  display: inline-block;
  width: 475px;
  height: 100%;
  background-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 20px;
}
.wrapper .p3 .gameInfo .infoBanner .bannerItem .item {
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 120px;
  padding: 30px 0px 30px 80px;
}
.wrapper .p3 .gameInfo .infoBanner .bannerItem .item.active {
  border-top: 1px solid #dddfe5;
  border-bottom: 1px solid #dddfe5;
}
.wrapper .p3 .gameInfo .infoBanner .bannerItem .item .itemCon {
  height: 60px;
  overflow: hidden;
}
.wrapper .p3 .gameInfo .infoBanner .bannerItem .item a {
  color: #898fa0;
  display: inline-block;
  width: 84px;
  text-align: center;
  line-height: 2;
  transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
}
.wrapper .p3 .gameInfo .infoBanner .bannerItem .item a:hover {
  color: #f2b200;
  text-decoration: underline;
}
.wrapper .p3 .gameInfo .infoBanner .bannerItem .item:hover .title {
  transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -o-transform: rotate(30deg);
}
.wrapper .p3 .gameInfo .infoBanner .bannerItem .item .title {
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -30.5px;
  width: 73px;
  height: 61px;
  line-height: 61px;
  text-align: center;
  background-image: url(../img/home/p3_banner_itembg.png);
  display: inline-block;
  color: #273765;
  font-size: 18px;
  cursor: pointer;
  transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
}
.wrapper .p3 .gameInfo .gameNew {
  width: 890px;
  height: 360px;
}
.wrapper .p3 .gameInfo .gameNew .item {
  display: inline-block;
  vertical-align: top;
  width: 432px;
  margin: 0 10px 10px 0;
}
.wrapper .p3 .gameInfo .gameNew .item .gameNewImg {
  width: 100%;
  height: 120px;
}
.wrapper .p3 .gameInfo .gameNew .item ul {
  font-size: 0;
  margin-top: 5px;
}
.wrapper .p3 .gameInfo .gameNew .item ul li {
  display: inline-block;
  width: 33%;
  text-align: center;
  line-height: 1.5;
}
.wrapper .p3 .gameInfo .gameNew .item ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #898fa0;
  transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
}
.wrapper .p3 .gameInfo .gameNew .item ul li a:hover {
  color: #f2b200;
  text-decoration: underline;
}
.wrapper .p3 .gameFeature {
  background-color: #212f57;
  height: 482px;
}
.wrapper .p3 .gameFeature .featureCon {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}
.wrapper .p3 .gameFeature .featureCon .banner {
  width: 880px;
  height: 100%;
  position: relative;
}
.wrapper .p3 .gameFeature .featureCon .banner img {
  width: 100%;
  height: 480px;
}
.wrapper .p3 .gameFeature .featureCon .banner a {
  transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
}
.wrapper .p3 .gameFeature .featureCon .banner a:hover {
  opacity: .7;
}
.wrapper .p3 .gameFeature .featureCon .banner .prevBtn {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  z-index: 100;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: rgba(242, 178, 0, 0.8);
}
.wrapper .p3 .gameFeature .featureCon .banner .prevBtn:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-top: 10px solid transparent;
  border-right: 20px solid #223058;
  border-bottom: 10px solid transparent;
  top: 10px;
  left: 10px;
}
.wrapper .p3 .gameFeature .featureCon .banner .nextBtn {
  position: absolute;
  right: -40px;
  top: 50%;
  margin-top: -20px;
  z-index: 100;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #212f57;
}
.wrapper .p3 .gameFeature .featureCon .banner .nextBtn:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-top: 10px solid transparent;
  border-left: 20px solid #f2b200;
  border-bottom: 10px solid transparent;
  top: 10px;
  left: 10px;
}
.wrapper .p3 .p3_per {
  position: absolute;
  width: 320px;
  height: 890px;
  background-color: #f2b200;
  bottom: -480px;
  right: 0;
}
.wrapper .p3 .p3_per img {
  position: absolute;
  top: -35px;
  left: 12px;
}
.wrapper .act-title {
  font-family: "Microsoft Yahei";
  width: 1200px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 15px auto;
  padding-left: 35px;
  font-size: 18px;
  color: #223058;
  font-weight: bold;
  position: relative;
}
.wrapper .act-title b {
  margin-left: 5px;
  font-size: 12px;
  color: #898fa0;
}
.wrapper .act-title .twoSqure {
  display: inline-block;
  width: 25px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 4px;
}
.wrapper .act-title .twoSqure a {
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #223058;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.wrapper .act-title .twoSqure a:nth-child(1) {
  top: 0;
  left: 0;
}
.wrapper .act-title .twoSqure a:nth-child(2) {
  top: 0;
  left: 8px;
}
.wrapper .act-title .twoSqure i {
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  left: 7px;
  top: 3px;
  background-color: #223058;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.insidePages .p1 {
  background-image: url(../img/home/pageBg.jpg);
  background-color:#000;
}
.insidePages .p1 .con {
  padding-top: 80px;
}
.logo{
	padding-bottom:50px;
	display:inline-block;
	visibility:hidden;
}
.insidePages .p1 .con .list-new .list-nav {
  font-size: 0;
}
.insidePages .p1 .con .list-new .list-nav li {
  font-family: "sumsun";
  display: inline-block;
  width: 20%;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  background-color: #273765;
  text-align: center;
  transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
}
.insidePages .p1 .con .list-new .list-nav li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.insidePages .p1 .con .list-new .list-nav li.active,
.insidePages .p1 .con .list-new .list-nav li:hover {
  background-color: #f2b200;
}
.insidePages .p1 .con .list-new .list-nav li.active a,
.insidePages .p1 .con .list-new .list-nav li:hover a {
  color: #273765;
}
.insidePages .p1 .con .list-new .list-con {
  padding: 10px 30px;
  min-height: 800px;
  background-color: #fff;
}
.insidePages .p1 .con .list-new .list-con .list-item {
  color: #273765;
  line-height: 1.5;
  border-bottom: 1px solid #bcc1ce;
}
.insidePages .p1 .con .list-new .list-con .list-item a {
  color: #273765;
  transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
}
.insidePages .p1 .con .list-new .list-con .list-item a:hover {
  color: #f2b200;
}
.insidePages .p1 .con .list-new .list-con .list-block {
  font-family: "sumsun";
  padding-top: 35px;
  min-height: 600px;
}
.insidePages .p1 .con .list-new .list-con .list-block b {
  font-weight: 100;
}
.insidePages .p1 .con .list-new .list-con .list-block li a {
  display: block;
  padding: 10px 0;
  height: 22px;
  line-height: 22px;
  color: #000;
  font-size: 16px;
  border-bottom: 1px dotted #d8d8d8;
}
.insidePages .p1 .con .list-new .list-con .list-block li a i {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 22px;
  text-align: center;
  position: relative;
  margin-right: 67px;
  color: #fff;
}
.insidePages .p1 .con .list-new .list-con .list-block li a i:before {
  content: "";
  position: absolute;
  width: 46px;
  height: 18px;
  border: 1px solid #fff;
  opacity: .5;
  top: 1px;
  left: 1px;
}
.insidePages .p1 .con .list-new .list-con .list-block li a time {
  float: right;
}
.insidePages .p1 .con .list-new .list-con .list-block li a span {
  display: inline-block;
  width: 600px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
}
.insidePages .p1 .con .list-new .list-con .list-block li a:hover span {
  color: #f2b200;
}
.insidePages .p1 .con .page_new {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 50px 30px;
  background-color: #fff;
  min-height: 800px;
  margin-bottom: 20px;
}
.insidePages .p1 .con .page_new .page_nav {
  border-bottom: 2px solid #bcc1cd;
  padding-bottom: 10px;
  position: relative;
}
.insidePages .p1 .con .page_new .page_nav:before,
.insidePages .p1 .con .page_new .page_nav:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 10px;
  bottom: -2px;
  background-color: #23325c;
}
.insidePages .p1 .con .page_new .page_nav:before {
  left: 0;
}
.insidePages .p1 .con .page_new .page_nav:after {
  right: 0;
}
.insidePages .p1 .con .page_new .page_nav h2 {
  font-size: 30px;
  color: #23325c;
  display: inline-block;
}
.insidePages .p1 .con .page_new .page_nav span {
  float: right;
  display: inline-block;
  margin-top: 15px;
  color: #23325c;
  width: 70%;
  text-align: right;
}
.insidePages .p1 .con .page_new .page_nav span a {
  color: #23325c;
  transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
}
.insidePages .p1 .con .page_new .page_nav span a:hover {
  color: #f2b200;
}
.insidePages .p1 .con .page_new .title {
  text-align: center;
  line-height: 2;
  color: #23325c;
  padding: 10px 0;
  border-bottom: 1px dotted #23325c;
}
.insidePages .p1 .con .page_new .title h2 {
  font-weight: 100;
  font-size: 24px;
}
.insidePages .p1 .con .page_new .title time {
  line-height: 3;
  font-size: 12px;
}
.insidePages .p1 .con .page_new .page_con {
  padding-top: 20px;
  color: #23325c!important;
  line-height: 1.5;
  font-size: 14px;
}
.page {
  text-align: center;
  color: #000;
  margin: 68px auto 30px;
}
.page a {
  color: #fff;
  background: #273765;
  display: inline-block;
  padding: 4px 8px;
  transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
}
.page a:hover {
  background: #f2b200;
  color: #fff;
}
.page .pageinfo {
  display: none;
}
.page li,
.page i {
  display: inline-block;
  margin: 0 5px;
}
.page li.thisclass {
  color: #fff;
  background: #f2b200;
  display: inline-block;
  padding: 4px 8px;
}
.tl {
  top: -1.5px;
  left: -1.5px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
}
.tr {
  top: -1.5px;
  right: -1.5px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
.bl {
  bottom: -1.5px;
  left: -1.5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.br {
  bottom: -1.5px;
  right: -1.5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
#message {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
#message .pannel {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding: 15px;
}
#message .pannel h2 {
  font-size: 22px;
  padding-bottom: 15px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
#message .pannel p {
  margin: 20px 0;
  text-align: center;
  font-size: 16px;
  padding: 0 10px;
  line-height: 1.6;
}
#message .pannel button {
  border: 0 none;
  outline: 0 none;
  margin: 0 auto;
  width: 200px;
  height: 40px;
  background: #3896e0;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -ms-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#message .pannel button:hover {
  background: #1f81ce;
}
#message .pannel button:active {
  background: #14578c;
}


header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: top 0.2s;
  -moz-transition: top 0.2s;
  -ms-transition: top 0.2s;
  -o-transition: top 0.2s;
  transition: top 0.2s;
  width: 100%;
}
header .header {
  margin: 20px;
  background-color: rgba(34, 8, 7, 0.8);
  height: 72px;
  -webkit-transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  -ms-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s;
  line-height: 72px;
  overflow: visible;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border:1px solid #4f2727;
}
header .header .icon {
  margin-left: 40px;
  margin-top: -38px;
}
header .header .icon img {
  width: 280px;
  display: block;
}
header .header .icon h1 {
  display: none;
}
header .header .navigation {
  margin-left: 40px;
  height: 72px;
}
header .header .navigation a {
  display: block;
  float: left;
  font-size: 18px;
  color: #fff;
  width: 130px;
  height: 72px;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
header .header .navigation a.active {
  background: url("../img/bg_nav.png") no-repeat 0 0;
  color: #fff !important;
}
header .header .navigation a:hover {
  background-color: rgba(250, 250, 250, 0.1);
  color: #fff !important;
}
header .header .navigation a:last-of-type {
  border: none;
}
header .header .download {
  height: 100%;
}
header .header .download a {
  display: block;
  height: 100%;
  width: 214px;
  text-align: center;
  background-color: rgba(203,46,45,.8);
  color: #fff;
  font-size: 20px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-transition: border-radius 0.2s, background-color 0.4s;
  -moz-transition: border-radius 0.2s, background-color 0.4s;
  -ms-transition: border-radius 0.2s, background-color 0.4s;
  -o-transition: border-radius 0.2s, background-color 0.4s;
  transition: border-radius 0.2s, background-color 0.4s;
}
header .header .download a:hover {
  opacity:.7;
}
header.fixTop {
  top: -44px;
}
header  .header-template{
	position:static;
	min-width:auto;
}
header.fixTop .header .icon{
	margin-top:-20px;
}
header.fixTop .autoHideHead {
  overflow: hidden;
}
header.fixTop .header {
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
header.fixTop .header .download a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#fixDownload {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  z-index: 3;
  left: 0;
  display: none;
}
#fixDownload .pannel {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 484px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fb0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#fixDownload .pannel .download {
  padding: 20px 10px;
  background: url("../img/home/fade.png") no-repeat center bottom;
  background-size: 100%;
}
#fixDownload .pannel .download .sItem {
  margin: 0 10px;
  float: left;
  width: 212px;
  position: relative;
}
#fixDownload .pannel .download .sItem img {
  display: block;
  width: 164px;
  height: 164px;
  border: 24px solid #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #fff;
}
#fixDownload .pannel .download .sItem .iosNot {
  width: 212px;
  height: 212px;
  display: block;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff url("../img/ewm.png") no-repeat;
}
#fixDownload .pannel .download .sItem:first-of-type img {
  opacity: 0;
}
#fixDownload .pannel .download .sItem #qrcodeAnd {
  display: block;
  width: 164px;
  height: 164px;
  border: 24px solid #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #fff;
}
#fixDownload .pannel .download .sItem #qrcodeIos {
  display: block;
  width: 164px;
  height: 164px;
  border: 24px solid #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #fff;
}
#fixDownload .pannel .download .sItem a {
  padding-left: 85px;
  height: 50px;
  padding-top: 6px;
  background-color: #c79200;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #333;
  display: block;
  position: relative;
}
#fixDownload .pannel .download .sItem a:after {
  position: absolute;
  width: 34px;
  height: 40px;
  display: block;
  content: '';
  left: 37px;
  top: 10px;
  background-image: url("../img/home/icons.png");
  background-repeat: no-repeat;
  -webkit-transition: background-position 0.4s;
  -moz-transition: background-position 0.4s;
  -ms-transition: background-position 0.4s;
  -o-transition: background-position 0.4s;
  transition: background-position 0.4s;
}
#fixDownload .pannel .download .sItem a.ios:after {
  background-position: 0 0;
  top: 8px;
}
#fixDownload .pannel .download .sItem a.ios:hover:after {
  background-position: -34px 0;
}
#fixDownload .pannel .download .sItem a.and:after {
  background-position: 0 -40px;
}
#fixDownload .pannel .download .sItem a.and:hover:after {
  background-position: -34px -40px;
}
#fixDownload .pannel .download .sItem a:hover {
  background-color: #000;
}
#fixDownload .pannel .download .sItem a h3 {
  font-size: 20px;
  cursor: pointer;
}
#fixDownload .pannel .download .sItem a label {
  cursor: pointer;
}
#fixDownload .pannel .notice {
  padding: 20px;
  display: none;
}
#fixDownload .pannel .notice h4 {
  font-weight: bold;
  margin-bottom: 6px;
}
#fixDownload .pannel .close {
  width: 51px;
  height: 51px;
  position: absolute;
  right: -65px;
  top: 0;
  background: url("../img/home/close.png") no-repeat;
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#fixDownload .pannel .close:hover {
  opacity: 0.5;
}


.insidePages.insideList .p1 {
  background-image: url(../img/home/pagelistBg.jpg);
}
.insidePages.insideList .p1 .con {
  padding: 300px 0 100px ;
  height:auto;
}
.insidePages.insideList .p1 .con .list-new .list-nav {
  font-size: 0;
  background-image:url(../img/home/pageListNavBg.jpg);
  background-size:100% 100%;
}
.insidePages.insideList .p1 .con .list-new .list-nav li {
  font-family: "sumsun";
  display: inline-block;
  width: 20%;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  background-color: inherit;
  text-align: center;
  transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
}
.insidePages.insideList .p1 .con .list-new .list-nav li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.insidePages.insideList .p1 .con .list-new .list-nav li.active,
.insidePages.insideList .p1 .con .list-new .list-nav li:hover {
  background-color: #490507;
}
.insidePages.insideList .p1 .con .list-new .list-nav li.active a,
.insidePages.insideList .p1 .con .list-new .list-nav li:hover a {
  color: #fff;
}
.insidePages.insideList .p1 .con .list-new .list-con {
  padding: 10px 30px;
  min-height: 800px;
  background-color: #290100;
}
.insidePages.insideList .p1 .con .list-new .list-con .list-item {
  color: #b49d6f;
  line-height: 2.5;
  border-bottom: 1px solid #3a191c;
}
.insidePages.insideList .p1 .con .list-new .list-con .list-item a {
  color: #b49d6f;
  transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
}
.insidePages.insideList .p1 .con .list-new .list-con .list-item a:hover {
  color: #f2b200;
}
.insidePages.insideList .p1 .con .list-new .list-con .list-block {
  font-family: "sumsun";
  padding-top: 35px;
  min-height: 600px;
}
.insidePages.insideList .p1 .con .list-new .list-con .list-block b {
  font-weight: 100;
}
.insidePages.insideList .p1 .con .list-new .list-con .list-block li a {
  display: block;
  padding: 10px 0;
  height: 22px;
  line-height: 22px;
  color: #f2e6ce;
  font-size: 13px;
  border-bottom: 1px dotted #3a191c;
}
.insidePages.insideList .p1 .con .list-new .list-con .list-block li a i {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 22px;
  text-align: center;
  position: relative;
  margin-right: 18px;
  color: #ea0016;
}
.insidePages.insideList .p1 .con .list-new .list-con .list-block li a i:before {
  content: "";
  position: absolute;
  width: 46px;
  height: 18px;
  border: 1px solid #ea0016;
  opacity: .5;
  top: 1px;
  left: 1px;
}
.insidePages.insideList .p1 .con .list-new .list-con .list-block li a time {
  float: right;
}
.insidePages.insideList .p1 .con .list-new .list-con .list-block li a span {
  display: inline-block;
  width: 600px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
}
.insidePages.insideList .p1 .con .list-new .list-con .list-block li a:hover span {
  color: #b9a886;
}
.insidePages.insideList .p1 .con .page_new {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 50px 30px;
  background-color: #fff;
  min-height: 800px;
  margin-bottom: 20px;
}
.insidePages.insideList .p1 .con .page_new .page_nav {
  border-bottom: 2px solid #bcc1cd;
  padding-bottom: 10px;
  position: relative;
}
.insidePages.insideList .p1 .con .page_new .page_nav:before,
.insidePages.insideList .p1 .con .page_new .page_nav:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 10px;
  bottom: -2px;
  background-color: #23325c;
}
.insidePages.insideList .p1 .con .page_new .page_nav:before {
  left: 0;
}
.insidePages.insideList .p1 .con .page_new .page_nav:after {
  right: 0;
}
.insidePages.insideList .p1 .con .page_new .page_nav h2 {
  font-size: 30px;
  color: #23325c;
  display: inline-block;
}
.insidePages.insideList .p1 .con .page_new .page_nav span {
  float: right;
  display: inline-block;
  margin-top: 15px;
  color: #23325c;
  width: 70%;
  text-align: right;
}
.insidePages.insideList .p1 .con .page_new .page_nav span a {
  color: #23325c;
  transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
}
.insidePages.insideList .p1 .con .page_new .page_nav span a:hover {
  color: #f2b200;
}
.insidePages.insideList .p1 .con .page_new .title {
  text-align: center;
  line-height: 2;
  color: #23325c;
  padding: 10px 0;
  border-bottom: 1px dotted #23325c;
}
.insidePages.insideList .p1 .con .page_new .title h2 {
  font-weight: 100;
  font-size: 24px;
}
.insidePages.insideList .p1 .con .page_new .title time {
  line-height: 3;
  font-size: 12px;
}
.insidePages.insideList .p1 .con .page_new .page_con {
  padding-top: 20px;
  color: #23325c!important;
  line-height: 1.5;
  font-size: 14px;
}
.insidePages.insideList .page{
	color:#b49d6f;
}
.insidePages.insideList .page li.thisclass{
	color:#290100;
	background-color:#b49d6f;
	border:1px solid #b49d6f;
}
.insidePages.insideList .page a{
	background-color:inherit;
	border:1px solid #b49d6f;
	color:#b49d6f;
}
.insidePages.insideList .page a:hover{
	color:#290100;
	background-color:#b49d6f;
	border:1px solid #b49d6f;
}
.insidePages.insideList .down {
  width: 216px;
  display:inline-block;
  vertical-align:top;
  height: 300px;
  background-image: url("../img/20170531/down.jpg");
  background-size: 100% 100%;
  position: relative;
  margin-right:15px;
    
}
.insidePages.insideList .down .ewmBorder {
  position: absolute;
  width: 144px;
  height: 144px;
  border: 2px solid #d13801;
  border-radius: 5px;
  background-color: #fff;
  left: 38px;
  top: 9px;
  box-sizing: border-box;
}
.insidePages.insideList .down .ewmBorder img {
  width: 140px;
  height: 140px;
}
.insidePages.insideList .down p {
  color: #252525;
  font-size: 13px;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 126px;
}
.insidePages.insideList .down .downBtn {
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0;
  bottom: 80px;
  padding-left: 42px;
  color: #ddc38e;
  font-size: 13px;
  line-height: 3;
}
.insidePages.insideList .down .downBtn:hover {
  color: #4D0000;
}
.insidePages.insideList .down .downAndPid {
  bottom: 40px;
}
.insidePages.insideList .down .downComputer{
  bottom: 0;
}

.insideList .news-bg {
  padding: 50px 0 100px;
  background: url("../img/home/pageListBg.png") center top no-repeat;
  position:relative;
}
.insideList.article .news-bg{
    background-image:url("../img/home/pageBg.png");
	padding-left:20px;
	padding-right:20px;
	box-sizing:border-box;
}
.insideList .news-title{
	color:#fff;
	position:absolute;
	top:18px;
	left:50px;
}
.insideList .news-title span{
	margin-right:20px;
}
.insideList .news-title a{
	color:#fff;
}
.insideList .news-title a:hover{
	color:#ffbb00;
}
.insideList .pageFooter{
	width:100%;
	display:block;
}
.insideList .news-bg .news-banner {
  position: relative;
  width: 1178px;
  height: 564px;
  margin: auto;
}
.insideList .news-bg .news-banner .news-img {
  position: absolute;
  top: 0;
  height: 250px;
}
.insideList .news-bg .news-banner .news-img a {
  position: relative;
  height: 250px;
  color: #fff;
  display: block;
  border: 2px solid #3d485c;
  overflow: hidden;
}
.insideList .news-bg .news-banner .news-img a img {
  display: block;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  background: #1d3458;
}
.insideList .news-bg .news-banner .news-img span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-indent: 20px;
  background: rgba(42, 0, 0, 0.9);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.insideList .news-bg .news-banner .news-img i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 79px;
  height: 85px;
  background: url("../img/news/btn-play.png") center no-repeat;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.insideList .news-bg .news-banner .news-img a:hover {
  border-color: #fff;
}
.insideList .news-bg .news-banner .news-img a:hover img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.insideList .news-bg .news-banner .news-img a:hover i {
  background: url("../img/news/btn-play-hover.png") center no-repeat;
}
.insideList .news-bg .news-banner .news-img:nth-of-type(2) {
  left: 600px;
}
.insideList .news-bg .news-banner .news-img:nth-of-type(3) {
  right: 0;
}
.insideList .news-bg .news-banner .news-img:nth-of-type(4) {
  left: 0;
  top: 274px;
}
.insideList .news-bg .news-banner .news-img:nth-of-type(5) {
  left: 299px;
  top: 274px;
}
.insideList .news-bg .news-banner .news-img:nth-of-type(6) {
  right: 0;
  top: 274px;
}