@charset "utf-8";
/**
  * @name:关于谡海 页面样式
  * @update:2022-1-6
  **/

:root {
  --margin: 110px;
  --background: #e2e2f5;
  --perspective: 1800px;
  --transition: transform 1s .2s, z-index 0s 0.5s;
  --yellow: #ffce14;
}

/* ======================================= 
            公司概况页样式 开始
   =======================================*/
/* 公司简介or游戏简介模块 开始 */
.m-componyInfo {
  min-height: 315px;
}

.m-componyInfo .txt-box {
  flex: 1;
  max-height: 315px;
  overflow: hidden;
}

.m-componyInfo .txt-box .txt-title {
  height: 33px;
  line-height: 30px;
  margin-bottom: 25px;
}

.m-componyInfo .txt-box .txt-title span {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #1a1919;
}

.m-componyInfo .txt-box .txt-title span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 50%;
  height: 3px;
  background-color: #000;
}

.m-componyInfo .txt-box .txt {
  line-height: 28px;
  font-size: 16px;
  color: #4c4c4c;
  /* margin-bottom: 30px; */
  text-indent: 2em;
}

.m-componyInfo .pic {
  width: 560px;
  max-height: 315px;
  overflow: hidden;
}

/* 公司简介or游戏简介模块 结束 */

/* ======================================= 
            公司概况页样式 结束
   =======================================*/


/* ======================================= 
            企业历程页样式 开始
   =======================================*/

/* 发展历程模块 开始 */
.m-devHistory {
  position: relative;
  width: 1304px;
  height: 654px;
  margin: 0 auto;
  box-shadow: 0 20px 30px rgba(0, 0, 0, .5);
  border: 2px solid #ffca00;
}

/* 发展历程图片样式 */
.swiper-pages {
  position: relative;
  width: 100%;
  height: 650px;
  -webkit-perspective: var(--perspective);
  -moz-perspective: var(--perspective);
  -ms-perspective: var(--perspective);
  perspective: var(--perspective);
  overflow: hidden;
  z-index: 0;
}

.pages_page {
  width: 50%;
  position: absolute;
  right: 0px;
  height: 100%;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  overflow: hidden;
}


.swiper-pages .pages_page {
  pointer-events: all;
  float: right;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: var(--transition);
}

.swiper-pages .pages_page:nth-of-type(1) {
  left: 0;
}

.swiper-pages .pages_page .pages_page__inner {
  position: relative;
  height: 100%;
}

.swiper-pages .pages_page .pages_page__inner .control {
  position: absolute;
  top: 50%;
  width: 64px;
  height: 37px;
  margin-top: -18px;
  cursor: pointer;
}

.swiper-pages .pages_page:nth-of-type(odd) .pages_page__inner .control {
  left: 0;
  background: url(../images/swiper_btn_left.png) no-repeat;
}

.swiper-pages .pages_page:nth-of-type(even) .pages_page__inner .control {
  right: 0;
  background: url(../images/swiper_btn_right.png) no-repeat;
}

.swiper-pages .pages_page:nth-of-type(1) .pages_page__inner {
  -webkit-transform: rotateY(0deg) !important;
  -moz-transform: rotateY(0deg) !important;
  -ms-transform: rotateY(0deg) !important;
  transform: rotateY(0deg) !important;
}


.swiper-pages .pages_page:nth-of-type(odd) .pages_page__inner {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.swiper-pages .pages_page .pages_page__inner .bg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: rgba(0, 0, 0, 1);
}

.swiper-pages .pages_page .pages_page__inner .bg img {
  position: absolute;
  top: 0;
  width: 1300px !important;
  max-width: 1300px !important;
  height: 100%;
  opacity: .8;
}

.swiper-pages .pages_page:nth-of-type(odd) .pages_page__inner .bg img {
  left: 0;
}

.swiper-pages .pages_page:nth-of-type(even) .pages_page__inner .bg img {
  right: 0;
}

.swiper-pages .pages_page .info {
  position: absolute;
  left: 75px;
  top: 0;
  width: 420px;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  padding: 90px 30px 0;
}

.swiper-pages .pages_page .info .info-year {
  height: 38px;
  line-height: 36px;
  margin-bottom: 20px;
}

.swiper-pages .pages_page .info .info-year span {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  color: #ffca00;
}

.swiper-pages .pages_page .info .info-year span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 60px;
  height: 2px;
  background-color: #ffca00;
}

.swiper-pages .pages_page .info .info-year em {
  display: inline-block;
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  background-color: #ffca00;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  border-radius: 2px;
  vertical-align: middle;
  margin-top: -15px;
  margin-left: 10px;
}


.swiper-pages .pages_page .info .info-list .list-item {
  position: relative;
  line-height: 28px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
  padding-left: 20px;
}

.swiper-pages .pages_page .info .info-list .list-item::before,
.swiper-pages .pages_page .info .info-list .list-item::after {
  position: absolute;
  content: '';
  transform: rotate(45deg);
  transition: all 0.2s linear;
}

.swiper-pages .pages_page .info .info-list .list-item::before {
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
}

.swiper-pages .pages_page .info .info-list .list-item::after {
  left: 3px;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #ffca00;
}

.swiper-pages .pages_page .info .info-list .list-item:hover::before,
.swiper-pages .pages_page .info .info-list .list-item:hover::after {
  transform: rotate(0);
}

.swiper-pages .pages_page.active {
  pointer-events: all;
  transform: rotateY(-180deg);
  transition: var(--transition);
  z-index: 10;
}


/* 发展历程图片样式 */

/* 发展历程模块 结束 */

/* ======================================= 
            企业历程页样式 结束
   =======================================*/

/* ======================================= 
            企业荣誉样式 开始
   =======================================*/
/* 公共标题 开始 */
.m-honorTitle {
  width: 1300px;
  height: 85px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-honorTitle::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  margin-top: -0.5px;
  background-color: #808080;
  text-align: center;
  z-index: 5;
}

.m-honorTitle .honorTitle-box {
  position: relative;
  background-color: #fff;
  z-index: 10;
  font-size: 30px;
  color: #000;
}

.m-honorTitle img,
.m-honorTitle span {
  display: inline-block;
}

/* 公共标题 结束 */

/* 荣誉列表模块 开始 */
.m-honorList {
  width: 1360px;
  margin: 0 auto;
}

.m-honorList .list {
  display: flex;
  flex-wrap: wrap;
}

.m-honorList .list .item {
  width: 300px;
  height: 250px;
  margin-bottom: 50px;
  border-radius: 10px;
  box-shadow: 0 7px 11px 7px rgba(0, 0, 0, .2);
  background-color: #fff;
  overflow: hidden;
  transition: transform 0.2s linear;
}

.m-honorList .list .item:not(:nth-of-type(4n)) {
  margin-right: 53px;
}

.m-honorList .list .item .top {
  height: 169px;
  background-color: #FFB290;
  overflow: hidden;
}

.m-honorList .list .item .top img {
  display: block;
  margin: 0 auto;
}

.m-honorList .list .item:hover {
  transform: translateY(-5px);
}

.m-honorList .list .item .bottom {
  padding-top: 15px;
}

.m-honorList .list .item .bottom p {
  font-size: 18px;
  color: #000;
  text-align: center;
}

/* 荣誉列表模块结束 */
/* ======================================= 
            企业荣誉样式 结束
   =======================================*/

/* ======================================= 
            企业风采样式 开始
   =======================================*/

/* 企业环境模块 开始 */
.m-environment {
  position: relative;
  width: 1204px;
  height: 915px;
  margin: 0 auto;
}

.env-banner {
  position: relative;
  width: 1200px;
  height: 679px;
  border: 2px solid #ffca00;
  overflow: hidden;
}

/* 图片列表 */
.env-banner .bannerList {
  position: absolute;
  left: 0;
  top: 0;
  width: 1200px;
  height: 675px;
}

.env-banner .bannerList .item {
  float: left;
  width: 1200px;
  height: 675px;
}

/* 左右切换按钮 */
.m-environment>.btns {
  position: absolute;
  top: 337px;
  width: 33px;
  height: 86px;
  line-height: 86px;
  border-radius: 2px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  background-color: #E6E6E6;
  color: #fff;
  cursor: pointer;
  user-select: none;
}

.m-environment>.btns:hover {
  background-color: #ffca00;
  color: #000;
}

.m-environment>.btn-left {
  left: -53px;
}

.m-environment>.btn-right {
  right: -53px;
}

/* 小图列表 */
.env-smallList {
  position: relative;
  width: 100%;
  height: 163px;
  overflow: hidden;
}


.env-smallList .list {
  position: absolute;
  left: 0;
  top: 0;
  width: 1200px;
  height: 163px;
}

.env-smallList .list .item {
  float: left;
  width: 290px;
  height: 163px;
  margin-right: 13px;
  border: 2px solid transparent;
  overflow: hidden;
  cursor: pointer;
  white-space: nowrap;
}

.env-smallList .list .item.active,
.env-smallList .list .item:hover {
  border-color: #ffca00;
}


/* 进度条 */
.env-progress {
  height: 9px;
  width: 1200px;
  border-radius: 5px;
  background-color: #f3f3f3;
  overflow: hidden;
}

.env-progress .success {
  width: 200px;
  height: 100%;
  background-color: #ffca00;
  border-radius: 5px;
  transition: width 0.2s linear;
}

/* 企业环境模块 结束 */

/* ======================================= 
            企业风采样式 结束
   =======================================*/


/* ======================================= 
            企业文化样式 结束
   =======================================*/
.m-culture {
  min-height: 1114px;
  background: #FEC26F url(../images/culture_bg.jpg) no-repeat;
  overflow: hidden;
}

.pyramid {
  position: relative;
  width: 987px;
  height: 856px;
  margin: 0 auto;
  background: url(../images/gold_box.png) no-repeat;
}


.pyramid .item {
  position: absolute;
  cursor: pointer;
}

.pyramid .triangle {
  width: 338px;
  height: 293px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.pyramid .trapezoid {
  width: 337px;
  height: 289px;
}

.pyramid .rectangle {
  width: 329px;
  height: 289px;
}

.pyramid .item-1 {
  left: 325px;
  top: 2px;
  background: url(../images/gold_1.png) no-repeat;
}

.pyramid .item-1.active,
.pyramid .item-1:hover {
  background: url(../images/gold_1_on.png) no-repeat;
}

.pyramid .item-2 {
  left: 326px;
  top: 286px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: url(../images/gold_2.png) no-repeat;
}

.pyramid .item-2.active,
.pyramid .item-2:hover {
  background: url(../images/gold_2_on.png) no-repeat;
}

.pyramid .item-3 {
  left: 161px;
  top: 282px;
  background: url(../images/gold_3.png) no-repeat;
}

.pyramid .item-3.active,
.pyramid .item-3:hover {
  background: url(../images/gold_3_on.png) no-repeat;
}

.pyramid .item-4 {
  left: 490px;
  top: 285px;
  background: url(../images/gold_4.png) no-repeat;
}

.pyramid .item-4.active,
.pyramid .item-4:hover {
  background: url(../images/gold_4_on.png) no-repeat;
}

.pyramid .item-5 {
  left: 0;
  top: 567px;
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%);
  background: url(../images/gold_5.png) no-repeat;
}

.pyramid .item-5.active,
.pyramid .item-5:hover {
  background: url(../images/gold_5_on.png) no-repeat;
}

.pyramid .item-6 {
  left: 651px;
  top: 567px;
  clip-path: polygon(0 0, 50% 0, 100% 100%, 0 100%);
  background: url(../images/gold_6.png) no-repeat;
}

.pyramid .item-6.active,
.pyramid .item-6:hover {
  background: url(../images/gold_6_on.png) no-repeat;
}

.pyramid .item-7 {
  left: 330px;
  top: 567px;
  background: url(../images/gold_7.png) no-repeat;
}

.pyramid .item-7.active,
.pyramid .item-7:hover {
  background: url(../images/gold_7_on.png) no-repeat;
}

.m-culture .expand-btn {
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  background-color: #905503;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}

.m-culture .expand-btn:hover {
  background-color: #fff;
  color: #905503;
}

/* ======================================= 
            企业文化样式 结束
   =======================================*/