/*
 * Created by zxq on 2017/4/18.
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* logo */
.g-nav .m-nav li:before, .g-logo {
  background-image: url("../png/ti_logoae52.png?v=5");
  background-repeat: no-repeat;
}

.g-nav .m-nav li.ti10:before, .g-nav .m-nav li.ti9:before, .g-nav .m-nav li.ti8:before {
  background-image: url("../png/ti_logo2ae52.png?v=5");
  background-repeat: no-repeat;
}

/* S ICON */
.g-dialog .m-dialogbox .m-stitle:after, .g-dialog .m-close, .g-content .m-ti1 .m-member .i-btn, .g-content .m-btns .i-btn:after, .g-content .m-btns .i-btn, .g-content .m-membertip .i-btn {
  background-image: url("../png/s-spriteae52.png?v=5");
  background-repeat: no-repeat;
}

/* TI1 */
.g-content .m-ti1 .i-ele {
  background-image: url("../png/ti1_spriteae52.png?v=5");
  background-repeat: no-repeat;
}

/* TI2 */
.g-content .m-ti2 .i-ele {
  background-image: url("../png/ti2_spriteae52.png?v=5");
  background-repeat: no-repeat;
}

/* TI3 */
.g-content .m-ti3 .i-ele {
  background-image: url("../png/ti3_spriteae52.png?v=5");
  background-repeat: no-repeat;
}

/* TI4 */
.g-content .m-ti4 .i-ele {
  background-image: url("../png/ti4_spriteae52.png?v=5");
  background-repeat: no-repeat;
}

/* TI5 */
.g-content .m-ti5 .i-ele {
  background-image: url("../png/ti5_spriteae52.png?v=5");
  background-repeat: no-repeat;
}

/* TI6 */
.g-content .m-ti6 .i-ele {
  background-image: url("../png/ti6_spriteae52.png?v=5");
  background-repeat: no-repeat;
}

/* TI7 */
.g-content .m-ti7 .i-ele {
  background-image: url("../png/ti7_spriteae52.png?v=5");
  background-repeat: no-repeat;
}

/* TI8 */
.g-content .m-ti8 .i-ele {
  background-image: url("../png/ti8_spriteae52.png?v=5");
  background-repeat: no-repeat;
}

/* TI9 */
.g-content .m-ti9 .i-ele {
  background-image: url("../png/ti9_spriteae52.png?v=5");
  background-repeat: no-repeat;
}

/* TI10 */
.g-content .m-ti10 .i-ele {
  background-image: url("../png/ti10_spriteae52.png?v=5");
  background-repeat: no-repeat;
}

html,
body {
  width: 100%;
  min-width: 1200px;
}

body {
  background-color: #000;
  color: #fff;
  font: 12px/1.4286 "microsoft yahei", sans-serif;
}

a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #fff;
}

.bottom {
  margin-top: 1000px;
  overflow: hidden;
}
.g-logo {
  position: absolute;
  left: 30px;
  top: 30px;
  background-position: 0px 0px;
  width: 233px;
  height: 103px;
  z-index: 10;
}

.g-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  height: 1000px;
  overflow: hidden;
}
.g-content .m-page {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  overflow: hidden;
}
.g-content .i-fn {
  font-size: 0;
  line-height: 0;
}
.g-content .i-fade {
  animation: screenHide 1.2s ease-out forwards;
}
.g-content .i-show {
  z-index: 3;
  animation: screenShow 0.6s ease-out forwards;
}
.g-content .i-init {
  z-index: 3;
}
@keyframes screenHide {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  80% {
    transform: translate(0, 0) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translate(100%, 0) scale(1);
    opacity: 0;
  }
}
@keyframes screenShow {
  0% {
    transform: translate(100%, 0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
.g-content .m-bg {
  width: 100%;
  height: 100%;
  background-position: center top;
  position: absolute;
  left: 0;
  top: 0;
}
.g-content .m-eles {
  width: 100%;
  height: 100%;
  pointer-events: auto !important;
}
.g-content .m-eles .i-ele {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
}
.g-content .m-eles .i-sound {
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  cursor: pointer;
}
.g-content .m-eles .i-sound:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../png/sound_spriteae52.png?v=5);
  background-position: -80px 0;
}
.g-content .m-eles .i-sound:hover, .g-content .m-eles .i-sound.play {
  background: rgba(0, 0, 0, 0.6);
}
.g-content .m-eles .i-sound.play:after {
  animation: sound 1.2s steps(3) both infinite;
}
@-webkit-keyframes sound {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -120px 0;
  }
}
.g-content .m-membertip {
  position: absolute;
  left: 50%;
  top: 70%;
}
.g-content .m-membertip .i-btn {
  display: block;
  background-position: -476px -185px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  transform: rotate(0);
  transition: all 0.4s;
}
.g-content .m-membertip .i-btn:hover {
  opacity: 0.8;
  transform: rotate(180deg);
}
.g-content .m-membertip .i-btn:hover ~ .i-pic {
  display: block;
}
.g-content .m-membertip .i-pic {
  box-sizing: border-box;
  padding: 10px 30px;
  position: absolute;
  width: 279px;
  height: 150px;
  background: pink;
  margin-left: 28px;
  margin-top: -85px;
  display: none;
}
.g-content .m-membertip .i-pic li {
  font-size: 14px;
  line-height: 26px;
  white-space: nowrap;
}
.g-content .m-membertip .i-pic li span {
  margin-right: 10px;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.g-content .m-btns {
  position: absolute;
  left: 50%;
  top: 44%;
  width: 1px;
  height: 1px;
}
.g-content .m-btns .i-btn {
  position: absolute;
  cursor: pointer;
  font-size: 61px;
  line-height: 1;
}
.g-content .m-btns .i-btn:hover span {
  opacity: 1;
  transform: translate(0, 0);
}
.g-content .m-btns .i-btn:after {
  content: "O";
  position: absolute;
  background-position: 0px -185px;
  width: 77px;
  height: 77px;
  left: -8px;
  top: -8px;
  animation: rotate 10s linear infinite;
  font-size: 80px;
  text-align: center;
  color: transparent;
}
.g-content .m-btns .i-btn span {
  position: absolute;
  width: 36px;
  font-size: 18px;
  left: 80px;
  margin-top: 4px;
  line-height: 1.6;
  transform: translate(-40px, 0);
  opacity: 0;
  color: #fff;
  transition: all 0.4s ease-out;
}
.g-content .m-btns .i-btn1 {
  background-position: -65px -266px;
  width: 61px;
  height: 61px;
  left: -534px;
  top: -234px;
}
.g-content .m-btns .i-btn1:hover {
  background-position: -216px -185px;
  width: 61px;
  height: 61px;
}
.g-content .m-btns .i-btn2 {
  background-position: -411px -185px;
  width: 61px;
  height: 61px;
  left: -534px;
  top: 160px;
}
.g-content .m-btns .i-btn2:hover {
  background-position: 0px -266px;
  width: 61px;
  height: 61px;
}
.g-content .m-btns .i-btn3 {
  background-position: -151px -185px;
  width: 61px;
  height: 61px;
  left: 450px;
  top: -234px;
}
.g-content .m-btns .i-btn3:hover {
  background-position: -346px -185px;
  width: 61px;
  height: 61px;
}
.g-content .m-btns .i-btn4 {
  background-position: -281px -185px;
  width: 61px;
  height: 61px;
  left: 450px;
  top: 160px;
}
.g-content .m-btns .i-btn4:hover {
  background-position: -130px -266px;
  width: 61px;
  height: 61px;
}
.g-content .m-ti1 .m-bg {
  background-image: url(../jpg/bg-ti1ae52.jpg?v=5);
}
.g-content .m-ti1 .i-title {
  background-position: -968px -792px;
  width: 771px;
  height: 168px;
  margin: -460px 0 0 -385px;
}
.g-content .m-ti1 .i-bgtxt {
  background-position: -1330px 0px;
  width: 1307px;
  height: 773px;
  margin: -450px 0 0 -653px;
}
.g-content .m-ti1 .i-shield {
  background-position: 0px -792px;
  width: 964px;
  height: 847px;
  margin: -500px 0 0 -482px;
}
.g-content .m-ti1 .i-member {
  background-position: 0px 0px;
  width: 1326px;
  height: 788px;
  margin: -425px 0 0 -730px;
}
.g-content .m-ti1 .i-team {
  background-position: -1743px -792px;
  width: 521px;
  height: 129px;
  margin: 130px 0 0 -260px;
}
.g-content .m-ti1 .m-member .i-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -70px 0 0 -9px;
  z-index: 10;
  background-position: -476px -185px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  transform: rotate(0);
  transition: all 0.4s;
}
.g-content .m-ti1 .m-member .i-btn:hover {
  opacity: 0.8;
  transform: rotate(180deg);
}
.g-content .m-ti1 .m-member .i-btn:hover ~ .m-pic {
  display: block;
}
.g-content .m-ti1 .m-member .m-pic {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 621px;
  height: 400px;
  margin: -290px 0 0 -305px;
  background: url(../jpg/ti1picae52.jpg?v=5);
  border: 3px solid #b34226;
}
.g-content .m-ti1 .m-member .m-pic a {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #b34226;
  right: -40px;
  top: -3px;
  font-family: Arial;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
}
.g-content .m-ti1 .m-member .m-pic a:hover {
  color: #cccdca;
}
.g-content .m-ti2 .m-bg {
  background-image: url(../jpg/bg-ti2ae52.jpg?v=5);
}
.g-content .m-ti2 .i-title {
  background-position: -1157px -777px;
  width: 771px;
  height: 176px;
  margin: -460px 0 0 -385px;
}
.g-content .m-ti2 .i-bgtxt {
  background-position: 0px 0px;
  width: 1267px;
  height: 773px;
  margin: -450px 0 0 -653px;
}
.g-content .m-ti2 .i-shield {
  background-position: -1271px 0px;
  width: 916px;
  height: 720px;
  margin: -500px 0 0 -482px;
}
.g-content .m-ti2 .i-teamlogo {
  background-position: -736px -777px;
  width: 417px;
  height: 417px;
  margin: -338px 0 0 -208px;
}
.g-content .m-ti2 .i-member {
  background-position: 0px -777px;
  width: 732px;
  height: 507px;
  margin: -249px 0 0 -361px;
}
.g-content .m-ti2 .i-member .i-sound {
  left: 335px;
  top: 20px;
}
.g-content .m-ti2 .i-team {
  background-position: -1157px -957px;
  width: 589px;
  height: 146px;
  margin: 130px 0 0 -295px;
}
.g-content .m-ti2 .m-membertip {
  margin-left: 310px;
}
.g-content .m-ti2 .m-membertip .i-pic {
  background: url(../png/2.png);
}
.g-content .m-ti2 .m-membertip .i-pic span {
  color: #5badff;
}
.g-content .m-ti3 .m-bg {
  background-image: url(../jpg/bg-ti3ae52.jpg?v=5);
}
.g-content .m-ti3 .i-title {
  background-position: -1271px -950px;
  width: 771px;
  height: 164px;
  margin: -460px 0 0 -385px;
}
.g-content .m-ti3 .i-bgtxt {
  background-position: 0px 0px;
  width: 1267px;
  height: 773px;
  margin: -450px 0 0 -653px;
}
.g-content .m-ti3 .i-shield {
  background-position: 0px -777px;
  width: 948px;
  height: 811px;
  margin: -500px 0 0 -474px;
}
.g-content .m-ti3 .i-teamlogo {
  background-position: -1271px -542px;
  width: 372px;
  height: 404px;
  margin: -352px 0 0 -208px;
}
.g-content .m-ti3 .i-member {
  background-position: -1271px 0px;
  width: 1022px;
  height: 538px;
  margin: -190px 0 0 -511px;
}
.g-content .m-ti3 .i-team {
  background-position: -1647px -542px;
  width: 309px;
  height: 129px;
  margin: 130px 0 0 -155px;
}
.g-content .m-ti3 .m-membertip {
  margin-left: 165px;
}
.g-content .m-ti3 .m-membertip .i-pic {
  background: url(../png/3.png);
}
.g-content .m-ti3 .m-membertip .i-pic span {
  color: #40ef75;
}
.g-content .m-ti4 .m-bg {
  background-image: url(../jpg/bg-ti4ae52.jpg?v=5);
}
.g-content .m-ti4 .i-title {
  background-position: -1271px -1001px;
  width: 771px;
  height: 178px;
  margin: -460px 0 0 -385px;
}
.g-content .m-ti4 .i-bgtxt {
  background-position: 0px 0px;
  width: 1267px;
  height: 773px;
  margin: -450px 0 0 -653px;
}
.g-content .m-ti4 .i-shield {
  background-position: 0px -777px;
  width: 912px;
  height: 793px;
  margin: -500px 0 0 -456px;
}
.g-content .m-ti4 .i-teamlogo {
  background-position: -1271px -469px;
  width: 459px;
  height: 528px;
  margin: -332px 0 0 -208px;
}
.g-content .m-ti4 .i-member {
  background-position: -1271px 0px;
  width: 826px;
  height: 465px;
  margin: -170px 0 0 -381px;
}
.g-content .m-ti4 .i-member .i-sound {
  left: 205px;
  top: -40px;
}
.g-content .m-ti4 .i-team {
  background-position: -1734px -469px;
  width: 303px;
  height: 129px;
  margin: 130px 0 0 -155px;
}
.g-content .m-ti4 .m-membertip {
  margin-left: 160px;
}
.g-content .m-ti4 .m-membertip .i-pic {
  background: url(../png/4.png);
}
.g-content .m-ti4 .m-membertip .i-pic span {
  color: #f07be7;
}
.g-content .m-ti5 .m-bg {
  background-image: url(../jpg/bg-ti5ae52.jpg?v=5);
}
.g-content .m-ti5 .i-title {
  background-position: -1271px -930px;
  width: 771px;
  height: 178px;
  margin: -460px 0 0 -385px;
}
.g-content .m-ti5 .i-bgtxt {
  background-position: 0px 0px;
  width: 1267px;
  height: 773px;
  margin: -450px 0 0 -653px;
}
.g-content .m-ti5 .i-shield {
  background-position: 0px -777px;
  width: 909px;
  height: 878px;
  margin: -500px 0 0 -456px;
}
.g-content .m-ti5 .i-teamlogo {
  background-position: -1271px -487px;
  width: 563px;
  height: 439px;
  margin: -312px 0 0 -278px;
}
.g-content .m-ti5 .i-member {
  background-position: -1271px 0px;
  width: 857px;
  height: 483px;
  margin: -175px 0 0 -415px;
}
.g-content .m-ti5 .i-team {
  background-position: -1271px -1112px;
  width: 477px;
  height: 129px;
  margin: 130px 0 0 -238px;
}
.g-content .m-ti5 .m-membertip {
  margin-left: 258px;
}
.g-content .m-ti5 .m-membertip .i-pic {
  background: url(../png/5.png);
}
.g-content .m-ti5 .m-membertip .i-pic span {
  color: #ffd87c;
}
.g-content .m-ti6 .m-bg {
  background-image: url(../jpg/bg-ti6ae52.jpg?v=5);
}
.g-content .m-ti6 .i-title {
  background-position: -1271px -1012px;
  width: 771px;
  height: 178px;
  margin: -460px 0 0 -385px;
}
.g-content .m-ti6 .i-bgtxt {
  background-position: 0px 0px;
  width: 1267px;
  height: 773px;
  margin: -450px 0 0 -653px;
}
.g-content .m-ti6 .i-shield {
  background-position: 0px -777px;
  width: 960px;
  height: 856px;
  margin: -500px 0 0 -468px;
}
.g-content .m-ti6 .i-teamlogo {
  background-position: -1271px -489px;
  width: 688px;
  height: 519px;
  margin: -348px 0 0 -344px;
}
.g-content .m-ti6 .i-member {
  background-position: -1271px 0px;
  width: 807px;
  height: 485px;
  margin: -175px 0 0 -395px;
}
.g-content .m-ti6 .i-member .i-sound1 {
  left: 535px;
  top: -40px;
}
.g-content .m-ti6 .i-member .i-sound2 {
  left: 135px;
  top: -35px;
}
.g-content .m-ti6 .i-team {
  background-position: -1271px -1194px;
  width: 535px;
  height: 146px;
  margin: 130px 0 0 -267px;
}
.g-content .m-ti6 .m-membertip {
  margin-left: 285px;
}
.g-content .m-ti6 .m-membertip .i-pic {
  background: url(../png/6.png);
}
.g-content .m-ti6 .m-membertip .i-pic span {
  color: #ff3131;
}
.g-content .m-ti7 .m-bg {
  background-image: url(../jpg/bg-ti7ae52.jpg?v=5);
}
.g-content .m-ti7 .i-title {
  background-position: -1271px -898px;
  width: 771px;
  height: 178px;
  margin: -460px 0 0 -385px;
}
.g-content .m-ti7 .i-bgtxt {
  background-position: 0px 0px;
  width: 1267px;
  height: 773px;
  margin: -450px 0 0 -653px;
}
.g-content .m-ti7 .i-shield {
  background-position: 0px -777px;
  width: 956px;
  height: 894px;
  margin: -500px 0 0 -480px;
}
.g-content .m-ti7 .i-teamlogo {
  background-position: -1271px -472px;
  width: 428px;
  height: 422px;
  margin: -330px 0 0 -220px;
}
.g-content .m-ti7 .i-member {
  background-position: -1271px 0px;
  width: 784px;
  height: 468px;
  margin: -175px 0 0 -400px;
}
.g-content .m-ti7 .i-team {
  background-position: -1271px -1080px;
  width: 455px;
  height: 147px;
  margin: 130px 0 0 -238px;
}
.g-content .m-ti7 .m-membertip {
  margin-left: 230px;
}
.g-content .m-ti7 .m-membertip .i-pic {
  background: url(../png/7.png);
}
.g-content .m-ti7 .m-membertip .i-pic span {
  color: #3edae8;
}
.g-content .m-ti8 .m-bg {
  background-image: url(../jpg/bg-ti8ae52.jpg?v=5);
}
.g-content .m-ti8 .i-title {
  background-position: -1316px -1128px;
  width: 660px;
  height: 172px;
  margin: -460px 0 0 -330px;
}
.g-content .m-ti8 .i-bgtxt {
  background-position: -10px -10px;
  width: 1286px;
  height: 732px;
  margin: -450px 0 0 -643px;
}
.g-content .m-ti8 .i-shield {
  background-position: -10px -762px;
  width: 965px;
  height: 826px;
  margin: -500px 0 0 -482px;
}
.g-content .m-ti8 .i-teamlogo {
  background-position: -1316px -609px;
  width: 378px;
  height: 499px;
  margin: -330px 0 0 -189px;
}
.g-content .m-ti8 .i-member {
  background-position: -1316px -10px;
  width: 915px;
  height: 579px;
  margin: -235px 0 0 -457px;
}
.g-content .m-ti8 .i-team {
  background-position: -1714px -609px;
  width: 133px;
  height: 133px;
  margin: 130px 0 0 -66px;
}
.g-content .m-ti8 .m-membertip {
  margin-left: 86px;
}
.g-content .m-ti8 .m-membertip .i-pic {
  background: url(../png/8.png);
}
.g-content .m-ti8 .m-membertip .i-pic span {
  color: #97e530;
}
.g-content .m-ti9 .m-bg {
  background-image: url(../jpg/bg-ti9ae52.jpg?v=5);
}
.g-content .m-ti9 .m-bg-2 {
  background-image: url(../png/bg-ti9-2.png);
  width: 100%;
  height: 100%;
  background-position: center top;
  position: absolute;
  left: 0;
  top: 0;
}
.g-content .m-ti9 .i-title {
  background-position: -1297px -1049px;
  width: 782px;
  height: 183px;
  margin: -460px 0 0 -391px;
}
.g-content .m-ti9 .i-bgtxt {
  background-position: -10px -10px;
  width: 1267px;
  height: 773px;
  margin: -450px 0 0 -633px;
}
.g-content .m-ti9 .i-shield {
  background-position: -10px -803px;
  width: 885px;
  height: 863px;
  margin: -500px 0 0 -442px;
}
.g-content .m-ti9 .i-teamlogo {
  background-position: -1297px -530px;
  width: 378px;
  height: 499px;
  margin: -330px 0 0 -189px;
}
.g-content .m-ti9 .i-member {
  background-position: -1297px -10px;
  width: 859px;
  height: 500px;
  margin: -205px 0 0 -429px;
}
.g-content .m-ti9 .i-team {
  background-position: -1695px -530px;
  width: 131px;
  height: 124px;
  margin: 130px 0 0 -65px;
}
.g-content .m-ti9 .m-membertip {
  margin-left: 85px;
}
.g-content .m-ti9 .m-membertip .i-pic {
  background: url(../png/9.png);
}
.g-content .m-ti9 .m-membertip .i-pic span {
  color: #887bff;
}
.g-content .m-ti10 .m-bg {
  background-image: url(../jpg/bg-ti10ae52.jpg?v=5);
}
.g-content .m-ti10 .i-bgtxt {
  background-position: -10px -10px;
  width: 1267px;
  height: 773px;
  margin: -386px 0 0 -633px;
}
.g-content .m-ti10 .i-member {
  background-position: -10px -803px;
  width: 846px;
  height: 520px;
  margin: -175px 0 0 -423px;
}
.g-content .m-ti10 .i-shield {
  background-position: -1297px -10px;
  width: 769px;
  height: 742px;
  margin: -486px 0 0 -384px;
}
.g-content .m-ti10 .i-team {
  background-position: -876px -1006px;
  width: 429px;
  height: 143px;
  margin: 130px 0 0 -214px;
}
.g-content .m-ti10 .i-teamlogo {
  background-position: -10px -1343px;
  width: 289px;
  height: 330px;
  margin: -330px 0 0 -144px;
}
.g-content .m-ti10 .i-title {
  background-position: -876px -803px;
  width: 782px;
  height: 183px;
  margin: -460px 0 0 -391px;
}
.g-content .m-ti10 .m-membertip {
  margin-left: 230px;
  width: 343px;
  height: 165px;
}
.g-content .m-ti10 .m-membertip .i-pic {
  width: 343px;
  height: 165px;
  margin-top: -105px;
  background: url(../png/10.png);
}
.g-content .m-ti10 .m-membertip .i-pic span {
  color: #ffe87a;
}

.g-nav {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 808px;
  min-width: 1200px;
  width: 100%;
  height: 60px;
  text-align: center;
  color: #fff;
}
.g-nav:before {
  content: "";
  display: inline-block;
  width: 60%;
  height: 2px;
  min-width: 1193px;
  background: #fff;
  margin-top: 28px;
}
.g-nav .m-nav {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  min-width: 880px;
}
.g-nav .m-nav li {
  position: relative;
  width: 60px;
  height: 60px;
  display: inline-block;
  margin: 0 30px;
  cursor: pointer;
}
.g-nav .m-nav li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.6s;
}
.g-nav .m-nav li.ti1:before {
  background-position: 0px -107px;
  width: 60px;
  height: 60px;
}
.g-nav .m-nav li.ti1 span {
  border-color: #dc5135;
}
.g-nav .m-nav li.ti2:before {
  background-position: -64px -107px;
  width: 60px;
  height: 60px;
}
.g-nav .m-nav li.ti2 span {
  border-color: #3b96ed;
}
.g-nav .m-nav li.ti3:before {
  background-position: -128px -107px;
  width: 60px;
  height: 60px;
}
.g-nav .m-nav li.ti3 span {
  border-color: #17a343;
}
.g-nav .m-nav li.ti4:before {
  background-position: 0px -171px;
  width: 60px;
  height: 60px;
}
.g-nav .m-nav li.ti4 span {
  border-color: #d57ec9;
}
.g-nav .m-nav li.ti5:before {
  background-position: -64px -171px;
  width: 60px;
  height: 60px;
}
.g-nav .m-nav li.ti5 span {
  border-color: #e89646;
}
.g-nav .m-nav li.ti6:before {
  background-position: -128px -171px;
  width: 60px;
  height: 60px;
}
.g-nav .m-nav li.ti6 span {
  border-color: #d21919;
}
.g-nav .m-nav li.ti7:before {
  background-position: -237px 0px;
  width: 60px;
  height: 60px;
}
.g-nav .m-nav li.ti7 span {
  border-color: #2ac0dd;
}
.g-nav .m-nav li.ti8:before {
  background-position: -10px -10px;
  width: 60px;
  height: 60px;
}
.g-nav .m-nav li.ti8 span {
  border-color: #97e530;
}
.g-nav .m-nav li.ti9:before {
  background-position: -90px -10px;
  width: 60px;
  height: 60px;
}
.g-nav .m-nav li.ti9 span {
  border-color: #887bff;
}
.g-nav .m-nav li.ti10:before {
  background-position: -10px -90px;
  width: 60px;
  height: 60px;
}
.g-nav .m-nav li.ti10 span {
  border-color: #ffd75e;
}
.g-nav .m-nav li.active:before, .g-nav .m-nav li:hover:before {
  top: -38px;
}
.g-nav .m-nav li.active span, .g-nav .m-nav li:hover span {
  opacity: 100;
}
.g-nav .m-nav li span {
  position: absolute;
  left: 0;
  opacity: 0;
  border-top: 2px solid;
  width: 100%;
  text-align: center;
  bottom: -10px;
  line-height: 40px;
  font-size: 18px;
  font-family: "Arial", sans-serif;
  transition: all 0.3s ease-out;
}

.g-dialog {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
  transform: translate(100%, 0);
  transition: transform 0.8s ease-in-out;
}
.g-dialog.show {
  transform: translate(0, 0);
}
.g-dialog .m-close {
  position: absolute;
  right: 80px;
  top: 50px;
  width: 66px;
  height: 66px;
  transform: rotate(0);
  transition: all 0.4s;
  background-position: -81px -185px;
  width: 66px;
  height: 66px;
}
.g-dialog .m-close:hover {
  opacity: 0.8;
  transform: rotate(180deg);
}
.g-dialog .m-dialogbox {
  position: absolute;
  width: 768px;
  right: 0;
  top: 0;
  bottom: 0;
}
.g-dialog .m-dialogbox.i-bg1 {
  background: url(../png/dialog_1.png) no-repeat left top;
  padding-left: 750px;
}
.g-dialog .m-dialogbox.i-bg2 {
  background: url(../png/dialog_2.png) no-repeat left top;
  padding-left: 750px;
}
.g-dialog .m-dialogbox.i-bg3 {
  background: url(../png/dialog_3.png) no-repeat left top;
  padding-left: 750px;
}
.g-dialog .m-dialogbox.i-bg4 {
  background: url(../png/dialog_4.png) no-repeat left top;
  padding-left: 750px;
}
.g-dialog .m-dialogbox .m-diacon {
  height: 100%;
  margin-left: -100px;
  overflow: hidden;
  position: relative;
}
.g-dialog .m-dialogbox .m-stitle {
  margin-top: 40px;
  height: 90px;
}
.g-dialog .m-dialogbox .m-stitle:after {
  content: "";
  display: block;
}
.g-dialog .m-dialogbox .i-stitle1:after {
  background-position: -263px -85px;
  width: 236px;
  height: 78px;
}
.g-dialog .m-dialogbox .i-stitle2:after {
  background-position: 0px -91px;
  width: 250px;
  height: 90px;
}
.g-dialog .m-dialogbox .i-stitle3:after {
  background-position: -263px 0px;
  width: 254px;
  height: 81px;
}
.g-dialog .m-dialogbox .i-stitle4:after {
  background-position: 0px 0px;
  width: 259px;
  height: 87px;
}
.g-dialog .m-dialogbox .m-scon {
  overflow: auto;
  position: absolute;
  left: 0;
  right: 100px;
  top: 160px;
  bottom: 100px;
}
.g-dialog .m-dialogbox .m-scon .i-team {
  position: relative;
  margin-left: 15px;
}
.g-dialog .m-dialogbox .m-scon .i-team1 {
  width: 714px;
  height: 650px;
  background: url(../png/d-team1ae52.png?v=5) no-repeat;
}
.g-dialog .m-dialogbox .m-scon .i-team2 {
  width: 714px;
  height: 620px;
  background: url(../png/d-team2ae52.png?v=5) no-repeat;
}
.g-dialog .m-dialogbox .m-scon .i-team3 {
  width: 714px;
  height: 650px;
  background: url(../png/d-team3ae52.png?v=5) no-repeat;
}
.g-dialog .m-dialogbox .m-scon .i-team4 {
  width: 713px;
  height: 895px;
  background: url(../png/d-team4ae52.png?v=5) no-repeat;
}
.g-dialog .m-dialogbox .m-scon .i-team5 {
  width: 714px;
  height: 755px;
  background: url(../png/d-team5ae52.png?v=5) no-repeat;
}
.g-dialog .m-dialogbox .m-scon .i-team6 {
  width: 714px;
  height: 760px;
  background: url(../png/d-team6ae52.png?v=5) no-repeat;
}
.g-dialog .m-dialogbox .m-scon .i-team7 {
  width: 735px;
  height: 730px;
  background: url(../png/d-team7ae52.png?v=5) no-repeat;
}
.g-dialog .m-dialogbox .m-scon .i-team8 {
  width: 734px;
  height: 729px;
  background: url(../png/d-team8ae52.png?v=5) no-repeat;
}
.g-dialog .m-dialogbox .m-scon .i-team9 {
  width: 734px;
  height: 729px;
  background: url(../png/d-team9ae52.png?v=5) no-repeat;
}
.g-dialog .m-dialogbox .m-scon .i-team10 {
  width: 734px;
  height: 709px;
  background: url(../png/d-team10ae52.png?v=5) no-repeat;
}
.g-dialog .m-dialogbox .m-scon .sctxt {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.g-dialog .m-dialogbox .m-scon .scpic {
  width: 650px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.g-dialog .m-dialogbox .m-scon .scpic a {
  width: 650px;
  display: block;
  outline: none;
  overflow: hidden;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
}
.g-dialog .m-dialogbox .m-scon .scpic img {
  display: inline-block;
  height: 400px;
}
.g-dialog .m-dialogbox .m-scon .scpic p {
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 20px;
}
.g-dialog .m-dialogbox .m-scon .scpic .slick-arrow {
  position: absolute;
  width: 38px;
  height: 156px;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0.3);
  top: 50%;
  margin-top: -78px;
  font-size: 0;
}
.g-dialog .m-dialogbox .m-scon .scpic .slick-arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -11px 0 0 -7px;
  width: 14px;
  height: 23px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAXBAMAAADJv2OxAAAAGFBMVEUAAAD///////////////////////////8jfp1fAAAAB3RSTlMAMOvv1wRizxCskAAAAC5JREFUCNdjAANWBggQEQBTjOqKYFqo3BDCLRYgmRtSXsYA50PlyRdQhLkP5l4AwxQNTqNYK30AAAAASUVORK5CYII=) no-repeat center center;
}
.g-dialog .m-dialogbox .m-scon .scpic .slick-prev {
  left: 0;
  margin-left: -50px;
}
.g-dialog .m-dialogbox .m-scon .scpic .slick-next {
  right: 0;
  margin-right: -50px;
}
.g-dialog .m-dialogbox .m-scon .scpic .slick-next:after {
  transform: rotate(180deg);
}
.g-dialog .m-dialogbox .m-scon .scpic .slick-disabled:after {
  opacity: 0.5;
}
.g-dialog .m-dialogbox .m-scon .slink {
  display: block;
  width: 650px;
  text-align: center;
  border: 2px solid #fff;
  line-height: 120px;
  font-size: 30px;
  margin: 0 auto 40px;
}
.g-dialog .m-dialogbox .m-scon .slink:hover {
  background: #fff;
  color: #000;
}
.g-dialog .m-dialogbox .m-scon .m-video {
  position: relative;
  width: 300px;
  height: 200px;
  float: left;
  margin: 0 40px 40px 0;
  cursor: pointer;
}
.g-dialog .m-dialogbox .m-scon .m-video img {
  width: 100%;
  height: 169px;
}
.g-dialog .m-dialogbox .m-scon .m-video span {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}
.g-dialog .m-dialogbox .m-scon .m-video:after {
  content: "";
  position: absolute;
  top: 42%;
  left: 50%;
  margin: -30px 0 0 -30px;
  width: 60px;
  height: 60px;
  transition: all 0.5s;
  background: url(../png/play_btn.png);
}
.g-dialog .m-dialogbox .m-scon .m-video:hover:after {
  transform: scale(1.1, 1.1);
}
.g-dialog .m-dialogbox .m-scon .m-member {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-left: -15px;
}
.g-dialog .m-dialogbox .m-scon .m-member .Roster {
  background-color: black;
  border: 1px solid #b2a16e;
  opacity: 0;
  width: 180px;
  height: 130px;
  text-align: center;
  overflow: hidden;
  position: absolute;
  line-height: 18px;
  padding-top: 4px;
}
.g-dialog .m-dialogbox .m-scon .m-member .Roster:hover {
  opacity: 1;
}
.g-dialog .m-dialogbox .m-scon .m-member .Roster b {
  font-weight: normal;
  font-size: 12px;
  color: #ffffff;
  margin-right: 5px;
}
.g-dialog .m-dialogbox .m-scon .m-member .Roster i {
  font-style: normal;
  font-size: 12px;
  color: #bfbfbf;
}
.g-dialog .m-dialogbox .m-scon .m-member .R1 {
  top: 0;
}
.g-dialog .m-dialogbox .m-scon .m-member .R2 {
  top: 140px;
}
.g-dialog .m-dialogbox .m-scon .m-member .R3 {
  top: 285px;
}
.g-dialog .m-dialogbox .m-scon .m-member .R4 {
  top: 430px;
}
.g-dialog .m-dialogbox .m-scon .m-member .R5 {
  top: 620px;
}
.g-dialog .m-dialogbox .m-scon .m-member .C1 {
  left: 0;
}
.g-dialog .m-dialogbox .m-scon .m-member .C2 {
  left: 185px;
}
.g-dialog .m-dialogbox .m-scon .m-member .C3 {
  left: 372px;
}
.g-dialog .m-dialogbox .m-scon .m-member .C4 {
  left: 556px;
}
.g-dialog .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
  background-color: rgba(255, 255, 255, 0.5);
}
.g-dialog .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 1300px) {
  .g-nav .m-nav > li {
    margin: 0 24px;
  }

  .m-dialogbox {
    padding-left: 49% !important;
  }
}
.video-corver {
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
}
.video-corver .corver-con {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: fixed;
  top: 50%;
  margin-top: -281px;
  left: 0;
  z-index: 999;
}
.video-corver .m-close {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../png/x-2.png);
  position: absolute;
  left: 50%;
  margin-left: 520px;
  cursor: pointer;
}
.video-corver .m-close:hover {
  opacity: 0.8;
}
.video-corver .video {
  width: 1002px;
  height: 562px;
  margin: 0 auto;
  background: #ccc;
  border: 1px solid #ccc;
}

#__bs_notify__ {
  display: none !important;
}

/*# sourceMappingURL=style.css.map */
