﻿@charset "UTF-8";
/**
  * 蜀山网站
  * QQ774024602
  * 备注：PC、手机网站一站式服务
  **/
html,
body {
  margin: 0;
  padding: 0;
  background-color: #000;
  overflow-x: hidden;
}

a {
  color: #fff;
  text-decoration: none;
}

.con {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}

#header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #000;
  color: #fff;
}
#header .logo,
#header .menu {
  position: absolute;
  left: 0;
}
#header .menu {
  left: auto;
  right: 0;
}
#header .menu ul {
  list-style-type: none;
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
#header .menu ul li {
  text-align: center;
  margin: 8px;
  padding: 0 15px;
  float: left;
  width: 128px;
}
#header .menu ul li .t1,
#header .menu ul li .t2 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#header .menu ul li .t1 {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 3px;
  font-weight: bold;
}
#header .menu ul li .t2 {
  font-size: 12px;
  font-weight: lighter;
  text-transform: uppercase;
  white-space: nowrap;
}
#header .menu ul li:hover .t1,
#header .menu ul li:hover .t2 {
  color: #fe2828;
}
#header .menu ul li:hover .t2 {
  letter-spacing: 1px;
}

#banner,
#tips,
#show_zb_box {
  max-width: 1920px;
  margin: 0 auto;
  min-height: 666px;
}

#banner,
#tips,
#show_hdp_wrap,
.b4,
.b5,
.b6,
.b0 {
  height: 888px;
}

.b1,
.b2,
.b3,
.b4,
.b5,
.b6,
.b0 {
  background-position: center top;
  background-repeat: no-repeat;
}

.b1 {
  background-image: url(../images/images/bg_01.jpg);
  background-position: center bottom;
}

.b2 {
  background-image: url(../images/images/bg_02.jpg);
}

.b0 {
  background-image: url(../images/images/bg_03.jpg);
}

.b3 {
  background-image: url(../images/images/bg_04.jpg);
}

.b4 {
  background-image: url(../images/images/bg_05.jpg);height: 1500px;
}

.b5 {
  background-image: url(../images/images/bg_06.jpg);
}

.b6 {
  background-image: url(../images/images/bg_07.jpg);
}

#banner {
  height: 1000px;
  margin-top: 70px;
  position: relative;
}
#banner video {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#banner .title {
  top: 630px;
  width: 100%;
  height: 73px;
  position: absolute;
  background-image: url(../images/1-title.png);
  background-repeat: no-repeat;
  background-position: center center;
}

#show_zb_box {
  min-height: 888px;
}
#show_zb_box .con {
  padding-top: 200px;
}
#show_zb_box .zbzs {
  list-style-type: none;
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
#show_zb_box .zbzs li {
  cursor: pointer;
  text-align: center;
  margin: 0 0 20px 3px;
  display: inline-block;
  position: relative;
  background-image: url(../images/icon_bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  width: 100px;
  height: 125px;
}
#show_zb_box .zbzs li img {
  position: absolute;
  top: 25px;
  left: 27px;
}
#show_zb_box .zbzs li span {
  background-color: #000000;
  border: 1px solid #585858;
  width: 70px;
  height: 18px;
  font-size: 12px;
  color: #fff;
  padding: 0px 10px;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 5px;
}
#show_zb_box .zbzs li .shine {
  position: absolute;
  background-image: url(../images/icon_shine.png);
  background-repeat: no-repeat;
  top: 32px;
  left: 33px;
  width: 36px;
  height: 36px;
  background-position: -99px 0;
  -webkit-animation: shine 3s infinite;
          animation: shine 3s infinite;
}
#show_zb_box .zbzs li:hover .shine {
  background-image: none;
}

@-webkit-keyframes shine {
  0% {
    background-position: -99px 0;
  }
  100% {
    background-position: 99px 0;
  }
}

@keyframes shine {
  0% {
    background-position: -99px 0;
  }
  100% {
    background-position: 99px 0;
  }
}
#show_hdp_wrap .con {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 780px;
}
#show_hdp_wrap .box {
  padding-top: 106px;
  position: relative;
}
#show_hdp_wrap .carousel {
  position: relative;
  z-index: 2;
  height: 740px;
  margin-top: 0px;
}
#show_hdp_wrap .carousel li {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1200px;
  height: 600px;
  margin-left: -600px;
  margin-top: -230px;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
#show_hdp_wrap .carousel li img {
  display: block;
  width: 1200px;
  height: 600px;
}
#show_hdp_wrap .btn_prve,
#show_hdp_wrap .btn_next {
  position: absolute;
  top: 50%;
  width: 91px;
  height: 91px;
  z-index: 20;
  margin-top: 80px;
  overflow: hidden;
}
#show_hdp_wrap .btn_prve {
  left: -47px;
  background: url(../images/slide-left-jt.png) no-repeat;
}
#show_hdp_wrap .btn_next {
  right: -91px;
  background: url(../images/slide-right-jt.png) no-repeat;
}

.b4 {
  position: relative;
}
.b4 .box {
  position: absolute;
  left: -42px;
  top: 285px;
}
.b4 .holderCircle {
  width: 600px;
  height: 600px;
  position: relative;
}
.b4 .dotCircle {
  width: 50%;
  height: 50%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  z-index: 20;
}
.b4 .dotCircle .itemDot {
  display: block;
  width: 86px;
  height: 86px;
  position: absolute;
  background: #ddd;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 80px;
  font-size: 30px;
  z-index: 3;
  cursor: pointer;
  background-size: 80px 80px;
}
.b4 .dotCircle .itemDot::after {
  content: "";
  width: 82px;
  height: 82px;
  position: absolute;
  border-radius: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  border: 3px solid #f0d09c;
}
.b4 .dotCircle .itemDot1 {
  background: url(../images/hdp/4-1.gif) no-repeat;
  background-size: 80px 80px;
}
.b4 .dotCircle .itemDot1::before {
  background: url(../images/hdp/4-1.gif) no-repeat;
  background-size: 80px 80px;
}
.b4 .dotCircle .itemDot2 {
  background: url(../images/hdp/4-2.gif) no-repeat;
  background-size: 80px 80px;
}
.b4 .dotCircle .itemDot2::before {
  background: url(../images/hdp/4-2.gif) no-repeat;
  background-size: 80px 80px;
}
.b4 .dotCircle .itemDot3 {
  background: url(../images/hdp/4-3.gif) no-repeat;
  background-size: 80px 80px;
}
.b4 .dotCircle .itemDot3::before {
  background: url(../images/hdp/4-3.gif) no-repeat;
  background-size: 80px 80px;
}
.b4 .dotCircle .itemDot4 {
  background: url(../images/hdp/4-4.gif) no-repeat;
  background-size: 80px 80px;
}
.b4 .dotCircle .itemDot4::before {
  background: url(../images/hdp/4-4.gif) no-repeat;
  background-size: 80px 80px;
}
.b4 .dotCircle .itemDot5 {
  background: url(../images/hdp/4-5.gif) no-repeat;
  background-size: 80px 80px;
}
.b4 .dotCircle .itemDot5::before {
  background: url(../images/hdp/4-5.gif) no-repeat;
  background-size: 80px 80px;
}
.b4 .dotCircle .itemDot6 {
  background: url(../images/hdp/4-6.gif) no-repeat;
  background-size: 80px 80px;
}
.b4 .dotCircle .itemDot6::before {
  background: url(../images/hdp/4-6.gif) no-repeat;
  background-size: 80px 80px;
}
.b4 .dotCircle .itemDot7 {
  background: url(../images/hdp/4-7.gif) no-repeat;
  background-size: 80px 80px;
}
.b4 .dotCircle .itemDot7::before {
  background: url(../images/hdp/4-7.gif) no-repeat;
  background-size: 80px 80px;
}
.b4 .dotCircle .itemDot8 {
  background: url(../images/hdp/4-8.gif) no-repeat;
  background-size: 80px 80px;
}
.b4 .dotCircle .itemDot8::before {
  background: url(../images/hdp/4-8.gif) no-repeat;
  background-size: 80px 80px;
}
.b4 .dotCircle .itemDot9 {
  background: url(../images/hdp/4-9.gif) no-repeat;
  background-size: 80px 80px;
}
.b4 .dotCircle .itemDot9::before {
  background: url(../images/hdp/4-9.gif) no-repeat;
  background-size: 80px 80px;
}
.b4 .dotCircle .itemDot10 {
  background: url(../images/hdp/4-10.gif) no-repeat;
  background-size: 80px 80px;
}
.b4 .dotCircle .itemDot10::before {
  background: url(../images/hdp/4-10.gif) no-repeat;
  background-size: 80px 80px;
}
.b4 .dotCircle .itemDot .active::before {
  border-color: #34495e;
}
.b4 .dotCircle .itemDot .forActive {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.b4 .dotCircle .itemDot .forActive::after {
  width: 5px;
  height: 5px;
  border: 3px solid #fe9290;
  bottom: -31px;
  left: -14px;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  position: absolute;
  border-radius: 100%;
}
.b4 .dotCircle .itemDot .forActive::before {
  width: 6px;
  height: 6px;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  top: -15px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border: 6px solid #f48e2a;
  right: -39px;
}
.b4 .dotCircle .itemDot.active .forActive {
  display: block;
}
.b4 .contentCircle {
  width: 342px;
  height: 342px;
  color: #fff;
  position: relative;
  top: 128px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.b4 .contentCircle .CirItem {
  border-radius: 100%;
  color: #fff;
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: bold;
  font-size: 13px;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  margin: auto;
  background: #00000054;
  line-height: 250px;
  border: 5px solid #f0d09c;
}
.b4 .contentCircle .CirItem img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
}
.b4 .contentCircle .CirItem.active {
  z-index: 1;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.b4 .contentCircle .CirItem1 {
  background: rgba(255, 176, 72, 0.83);
}
.b4 .contentCircle .CirItem1::after,
.b4 .contentCircle .CirItem2::after,
.b4 .contentCircle .CirItem3::after,
.b4 .contentCircle .CirItem4::after,
.b4 .contentCircle .CirItem5::after,
.b4 .contentCircle .CirItem6::after,
.b4 .contentCircle .CirItem7::after,
.b4 .contentCircle .CirItem8::after,
.b4 .contentCircle .CirItem9::after,
.b4 .contentCircle .CirItem10::after {
  content: "";
  width: 50%;
  height: 100%;
  border-bottom-left-radius: 250px;
  border-top-left-radius: 250px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.33);
}

.b5 .con,
.b6 .con,
.b0 .con {
  padding-top: 340px;
}
.b5 #b5hdp,
.b6 #b5hdp,
.b0 #b5hdp {
  height: 520px;
  position: relative;
  min-width: 1200px;
  margin: 0 auto;
  z-index: 10;
}
.b5 #b5hdp .center,
.b6 #b5hdp .center,
.b0 #b5hdp .center {
  float: left;
  position: relative;
  width: 1100px;
}
.b5 #b5hdp .photoshow,
.b6 #b5hdp .photoshow,
.b0 #b5hdp .photoshow {
  width: 600px;
  height: 520px;
  margin: 0 auto;
}
.b5 #b5hdp .photoshow li,
.b6 #b5hdp .photoshow li,
.b0 #b5hdp .photoshow li {
  width: 1200px;
  height: 600px;
  text-align: center;
  cursor: pointer;
}
.b5 #b5hdp .photoshow li img,
.b6 #b5hdp .photoshow li img,
.b0 #b5hdp .photoshow li img {
  max-width: 100%;
}
.b5 #b5hdp .photoshow li.roundabout-in-focus,
.b6 #b5hdp .photoshow li.roundabout-in-focus,
.b0 #b5hdp .photoshow li.roundabout-in-focus {
  cursor: default;
}
.b5 #b5hdp .photoshow li span,
.b6 #b5hdp .photoshow li span,
.b0 #b5hdp .photoshow li span {
  padding-top: 6em;
  display: block;
}
.b5 #b5hdp .move_lefts,
.b6 #b5hdp .move_lefts,
.b0 #b5hdp .move_lefts {
  left: -130px;
}
.b5 #b5hdp .move_lefts span,
.b6 #b5hdp .move_lefts span,
.b0 #b5hdp .move_lefts span {
  background-position: left top;
  background: url(../images/slide-left-jt.png) no-repeat left top;
}
.b5 #b5hdp .move_rights,
.b6 #b5hdp .move_rights,
.b0 #b5hdp .move_rights {
  right: -130px;
}
.b5 #b5hdp .move_rights span,
.b6 #b5hdp .move_rights span,
.b0 #b5hdp .move_rights span {
  background-position: right top;
  background: url(../images/slide-right-jt.png) no-repeat left top;
}
.b5 #b5hdp .move_rights,
.b5 #b5hdp .move_lefts,
.b6 #b5hdp .move_rights,
.b6 #b5hdp .move_lefts,
.b0 #b5hdp .move_rights,
.b0 #b5hdp .move_lefts {
  float: left;
  width: 45px;
  height: 520px;
  position: absolute;
  top: 0px;
  z-index: 500;
}
.b5 #b5hdp .move_rights span,
.b5 #b5hdp .move_lefts span,
.b6 #b5hdp .move_rights span,
.b6 #b5hdp .move_lefts span,
.b0 #b5hdp .move_rights span,
.b0 #b5hdp .move_lefts span {
  width: 43px;
  height: 84px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  background-repeat: no-repeat;
}

.b6 .con {
  padding-top: 240px;
}
.b6 #b5hdp {
  height: 520px;
}
.b6 #b5hdp .photoshow {
  width: 600px;
  height: 520px;
}
.b6 #b5hdp .photoshow li {
  width: 1200px;
  height: 600px;
}

.b0 {
  position: relative;
}
.b0 .con {
  padding-top: 150px;
  padding-right: 100px;
}
.b0 #b5hdp {
  height: 600px;
}
.b0 #b5hdp .photoshow {
  width: 1200px;
  height: 600px;
}
.b0 #b5hdp .photoshow li {
  width: 1200px;
  height: 600px;
}
.b0 #b5hdp .move_lefts {
  left: -130px;
}
.b0 #b5hdp .move_rights {
  right: -180px;
}

#footer {
  background-image: -webkit-linear-gradient(90deg, #010101 0%, #010101 50%, #0f0f0f 97%, #191919 98%, #161616 99%, #161616 100%);
  width: 100%;
  height: 100px;
}
#footer .text {
  text-align: center;
  font-size: 12px;
  color: #999;
  padding-top: 35px;
  letter-spacing: 1px;
}

#zbk {
  position: absolute;
  display: none;
  margin-left: 100px;
  margin-top: -100px;
}

#gotop {
  width: 29px;
  height: 560px;
  background: url(../images/right_bg.png) no-repeat;
  position: fixed;
  top: 200px;
  right: 50px;
  z-index: 88;
  display: none;
}
#gotop .dh-btn {
  width: 102px;
  height: 31px;
  text-align: center;
  line-height: 31px;
  font-size: 16px;
  color: #ba3203;
  display: block;
  margin-left: -79px;
  color: #fff;
  background: url(../images/a_btn.png) no-repeat;
}
#gotop .dh-btn.b-1 {
  margin-bottom: 19px;
}
#gotop .dh-btn.b-2 {
  margin-bottom: 19px;
}
#gotop .dh-btn.b-3 {
  margin-bottom: 18px;
}
#gotop .dh-btn.b-4 {
  margin-bottom: 19px;
}
#gotop .dh-btn.b-5 {
  margin-bottom: 16px;
}
#gotop .dh-btn:hover,
#gotop .dh-btn.on {
  background: url(../images/a_btn2.png) no-repeat;
}
#gotop .dh-btn:nth-child(1) {
  margin-top: 126px;
}
#gotop .go_top {
  width: 49px;
  height: 50px;
  background: url(../images/top.png) no-repeat;
  position: absolute;
  display: block;
  left: 0px;
  bottom: 82px;
  cursor: pointer;
}
#gotop .go_top:hover {
  transition: -webkit-transform 0.5s ease-out;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: rotateY(1turn);
  transform: rotateY(1turn);
}

#music {
  position: fixed;
  z-index: 5000;
  top: 100px;
  right: 50px;
  background-color: #999;
  font-size: 12px;
  cursor: pointer;
  padding: 3px 5px;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  padding-bottom: 5px;
  opacity: 0.8;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#go {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  cursor: pointer;
}
#go img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -55px;
}

html {
  overflow-y: hidden;
}

.gameIntro {
	width:1920px;height:1160px;left: 50%;margin-left: -960px;
	overflow: hidden;
	position: relative;
	background: url(../images/bj_02.jpg) no-repeat center;
	background-position: 0px -0px;
}
.gameIntro .introTexts{
	width:686px;height:366px;left:50%;margin-left:-503px;top:108px;
}

.gameIntro .introTexts .line{width:669px;height:42px;}
.gameIntro .introTexts .lineTitle{width:99px;height:22px;top:9px;left: 10px;color: #fbfff5;}
.gameIntro .introTexts .lineText{width:521px;height:26px;top:14px;left: 120px;color: #000000;}
.gameIntro .introTexts .line:hover，.gameIntro .introTexts .lineTitle:hover,.gameIntro .introTexts .lineText:hover{
	cursor: none;
}

.gameIntro .introTexts .line1{left: 18px;top: 5px;}
.gameIntro .introTexts .line2{left: 18px;top: 57px;}
.gameIntro .introTexts .line3{left: 18px;top: 109px;}
.gameIntro .introTexts .line4{left: 18px;top: 161px;}
.gameIntro .introTexts .line5{left: 18px;top: 213px;}
.gameIntro .introTexts .line6{left: 18px;top: 265px;}
.gameIntro .introTexts .line7{left: 18px;top: 317px;}

.NewsList{margin:0 18px;width:750px;height:360px;position: absolute;top:244px; margin-left: 760px;transition:all 0.1s linear;}
.NewsList li:hover{transform:translatex(5px);}
.NewsList li{width:720px;height:31px;line-height:35px;overflow:hidden;color:#ecdcbd;padding-right:8px;border-bottom:1px dotted #635140;font-size:15px;list-style: none;}
.NewsList li a{margin-left:5px;color:#ecdcbd;}
.NewsList li time{float:right;color:#ecdcbd;}
.NewsList li .lx{margin:0 8px;color:#ecdcbd;}


.main{width: 1350px;  margin: 670px 0 0 10px; float: left; position: relative;margin-left: 320px;}
/*新闻tab*/
.news{width: 780px; height: 328px; border: 1px solid #e2dbdb;float:left;padding: 12px;}
.tab1{width: 780px; height: 328px; overflow: hidden; position: relative;}
.tab1 .hd{width: 780px; height: 50px; border-bottom: 1px solid #a6a6a6; line-height: 30px;margin-bottom: 19px}
.tab1 .hd ul li{width: 150px; float: left; text-align: center; font-size: 18px; line-height: 45px; margin-right: 25px;}
.tab1 .hd ul li a{display: block; width: 150px; height: 50px; color: #666666;}
.tab1 .hd ul li.on a{color: #cc0000; font-weight: bold;}
.tab1 .bd .newsbox{ height: 228px;float: left; text-align:left; margin: 10px 0 0 0px}
.tab1 .news_imgbox{width: 174px; height: 264px; overflow: hidden; float: left;}
.tab1 .news_title{display: block;  font-size: 16px; font-weight: bold; color: #0065cc; float: left; margin-left: 0px;white-space:nowrap;}
.tab1 .news_title i {
	display: block;
	color: #0C6181;
}
.tab1 .bd ul{width: 580px; height: 228px; float: left;}
.tab1 .bd li a{display: block; width: 580px; height: 28px; line-height: 28px; font-size: 14px; color: #333333;}
.tab1 .bd li a span{float: right;}
.tab1 .bd li a:hover{color: #cc0000;}
.tab1 .line{position: absolute; left: 0; top: 41px; width: 150px; height: 10px; background: url("img/newtabbg.png") no-repeat top center; transition: all 0.2s ease-in;}
.tab1 .news_more{position: absolute; width: 19px; height: 19px; top: 14px; right: 7px; background: url("img/news_more.jpg") no-repeat center top;}
.newsbox li .limitwidth{    width:200px;    overflow:hidden;word-break:keep-all;white-space:nowrap;text-overflow:ellipsis;}
.newsbox a {    }

.newsbox i {    text-overflow:ellipsis;height:28px;display:block;float:left; white-space:nowrap;}