﻿* {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}

html,
body {
  width: 100%;
  height: 100%;
  scrollbar-arrow-color: #f4ae21;
  min-width: 1300px;
}

/*顶部通栏*/
.title {
  background: url("../img/nav/nav-bg_02.png") repeat scroll 0 -3px;
  width: 100%;
  height: 70px;
  position: fixed;
  z-index: 9999;
}

.left {
  float: left;
  padding-left: 50px;
}

.right {
  float: right;
  padding-right: 50px;
}

.title > div {
  height: 100%;
  padding-top: 20px;
}

#logo {
  height: 30px;
}

.spn {
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  cursor: pointer;
}

.spn > .chs {
  font-size: 18px;
  font-family: "微软雅黑";
  color: #fff;
  z-index: 5;
}

.title .right .spn img {
  opacity: 0;
  z-index: 99;
}

.title .right .spn:hover img {
  opacity: 1;
}

/* 关于乐游 */
.bannerbox {
  width: 100%;
  height: 908px;
  position: relative;
  overflow: hidden;
  min-width: 1300px;
}

.Homebanner {
  width: 100%;
  height: 908px;
  position: relative;
  min-width: 1300px;
}

.Homebanner ul {
  width: 100%;
  height: 908px;
  position: absolute;
}

.Homebanner ul li:nth-child(1) {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;

}
.Homebanner ul li:nth-child(1) .img {
  position: absolute;
  width: 100%;
  height: 1000px;
  margin: -2% 0% 0% 0%;
  display: block;
}

.Homebanner ul li:nth-child(1) .img1 {
  position: absolute;
  margin: 16% 0 0 45%;
  display: block;
}

.Homebanner ul li:nth-child(1) span {
  position: absolute;
  text-align: left;
  width: 40%;
  line-height: 25px;
  color: beige;
  font-size: 15px;
  font-family: "微软雅黑";
  margin: 20% 0 0 15%;
}

.Homebanner ul li:nth-child(2) {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  display: flex;
  min-width: 1300px;
}

.Homebanner .img2 {
  position: absolute;
}

.Homebanner .img3 {
  position: absolute;
  top: 31%;
  left: 14%;
  /* margin: 230px 0 0 170px; */
  display: inline-block;
  flex: 1;
}

.Homebanner ul li:nth-child(2) .lyspan {
  position: absolute;
  text-align: left;
  width: 41%;
  line-height: 25px;
  color: beige;
  font-size: 15px;
  font-family: "微软雅黑";
  top: 42%;
  left: 38%;
  flex: 1;
}

.Homebanner ul li:nth-child(2) .img4 {
  position: absolute;
  top: 30%;
  left: 65%;
  display: inline-block;
  flex: 1;
}



/* 轮播箭头 */
.Homeleft {
  background: none;
  color: #fff;
  position: absolute;
  top: 45%;
  cursor: pointer;
  transition: all 0.2s ease;
  opacity: 0;
  z-index: 99;
}

.Homeright {
  background: none;
  color: #fff;
  position: absolute;
  top: 45%;
  left: 94%;
  cursor: pointer;
  transition: all 0.2s ease;
  opacity: 0;
  z-index: 99;
}


.bannerbox:hover .Homeleft {
  margin-left: 3%;
  opacity: 1;
}

.bannerbox:hover .Homeright {
  margin-right: 3%;
  opacity: 1;
}

.Homedot {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 999;
  bottom: 60px;
}

.Homedot .Hdot {
  display: inline-block;
  margin: 0px 5px;
  height: 12px;
  width: 12px;
  line-height: 1000px;
  overflow: hidden;
  background: url(../img/Part1/index_229.png) no-repeat;
}

.Homedot .Hdot.cur {
  background: url(../img/Part1/index_228.png) no-repeat;
}

.bannereffect {
  opacity: 0;
  filter: alpha(opacity=0);
}

.bannertime {
  transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
}

.bannertime1 {
  transition: all 0.8s ease-in-out 0.2s;
  -moz-transition: all 0.8s ease-in-out 0.2s;
  -ms-transition: all 0.8s ease-in-out 0.2s;
  -o-transition: all 0.8s ease-in-out 0.2s;
  -webkit-transition: all 0.8s ease-in-out 0.2s;
}

.Homebanner li.cur .bannereffect {
  opacity: 1;
  filter: alpha(opacity=100);
}

.Homebanner li.cur1 .bannertime {
  transition: all 0.4s linear 0.2s;
  -moz-transition: all 0.4s linear 0.2s;
  -ms-transition: all 0.4s linear 0.2s;
  -o-transition: all 0.4s linear 0.2s;
  -webkit-transition: all 0.4s linear 0.2s;
}

.Homebanner li.cur1 .bannertime1 {
  transition: all 0.4s linear 0.1s;
  -moz-transition: all 0.4s linear 0.1s;
  -ms-transition: all 0.4s linear 0.1s;
  -o-transition: all 0.4s linear 0.1s;
  -webkit-transition: all 0.4s linear 0.1s;
}

.Homebanner li.cur1 .bannertime2 {
  transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}

.Homebanner li.cur1 .bannereffect {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* 投资案例 */
.portfolio {
  width: 100%;
  height: 1500px;
  position: relative;
  overflow: hidden;
  background: #ecedef;
}

/*投资案例标题*/
.portfolio .portfoliotitle {
  width: 100%;
  height: 150px;
  background: url(../img/Part2/part2_13.png) no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
}

/*some-pics*/
.some-pics {
  width: 100%;
  min-width: 100%;
}

.some-pics .line {
  text-align: center;
  overflow: hidden;
}

.some-pics ul {
  padding: 0;
  display: inline-block;
  overflow: hidden;
  margin: 0 auto;
}

.some-pics ul li {
  float: left;
  list-style: none;
  margin-right: 10px;
  cursor: pointer;
}

.some-pics ul li:last(1) {
  margin-right: 0;
}

.some-pics ul li .icon {
  width: 80%;
  height: 80%;
  background-size: 100% 100%;
}

/*点击图标模态窗口*/
/* .iconPopView{
  width: 420px;
  height: 430px;
  
} */

.modal-dialog{
  padding: 0 0 0 0; 
  margin: 185px 0 0 37%;
}

#iconPopView .Mcontent {
  width: 420px;
  height: 430px;

}
@media (max-device-width: 800px){
  .modal-dialog{
    padding: 0 0 0 0; 
    margin: 1185px 0 0 37%;
  }
  
}

#iconPopView .Mheader {
  height: 130px;
  background-color: #3e3e3e;
}

#iconPopView .Mheader button {
  color: white;
}

#iconPopView .company-logo {
  display: block;
  width: 100px;
  height: 100px;
  background-color: white;
  vertical-align: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  margin: 0 auto;
}

#iconPopView .modal-body {
  height: 400px;
  margin: 16px 26px 0 26px;
}

#iconPopView .modal-body ul {
  padding: 0;
  width: 100%;
}

#iconPopView .modal-body ul li {
  list-style: none;
  overflow: hidden;
  font-size: 14px;
  color: #333;
}

#iconPopView .modal-body ul li > * {
  width: 30%;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  line-height: 20px;
 
}

#iconPopView .modal-body ul li:nth-child(1){
  width: 100%;
}

#iconPopView .modal-body ul li:nth-child(1)> h5 {
  width: 100%;
  float: none;
  font-family: "微软雅黑";
  text-align: center;
}

#iconPopView .modal-body ul li:nth-child(2){
  width: 100%;
}
#iconPopView .modal-body ul li:nth-child(2)> h5 {
  width: 100%;
  float: none;
  font-family: "微软雅黑";
  text-align: center;
  margin-top: 30px;
}

#iconPopView .modal-body ul li:nth-child(2)> p {
  float: none;
  width: 100%;
  margin-top: 14px;
  font-size: 14px;
  color: #999;
}

#iconPopView .Mbody {
  height: 400px;
  margin: 16px 26px 0 26px;
  overflow: hidden;
}

#iconPopView .Mbody ul {
  float: left;
  list-style: none;
  padding: 0;
}

#iconPopView .Mbody ul:nth-child(2) {
  padding-left: 20px;
}

#iconPopView .Mbody ul li {
  font-size: 14px;
  color: #333;
}

#iconPopView .Mbody p {
  clear: both;
}

#iconPopView .Mbody p:nth-last-child(2) {
  text-align: center;
  font-size: 14px;
  color: #333;
}

#iconPopView .Mbody p:nth-last-child(1) {
  text-align: center;
  font-size: 14px;
  color: #999;
  text-align: left;
}

/* 乐游团队 */
.investment {
  width: 100%;
  min-width: 1300px;
  height: 726px;
  background-image: url(../img/Part3/part3-bg_10.jpg);
}

/*标题*/
.investment_title {
  width: 100%;
  height: 20%;
  background: url(../img/Part3/part3-1_11.jpg) no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
}

#three{
  position: relative;
  width:  70%;
  height: 80%;
  min-width: 1300px;
  display: flex;
  justify-content:space-around;
  margin: auto;
}

#three h1{
  font-size: 3em;
  color: #222c61;
  text-align: center;
  margin: 0 0 20px 0;
  font-weight: bold;
}

#three .team-box{
  background-color: #fff;
  overflow: hidden;
  border-radius: 6px;
  display: table-cell;
  text-align: center;
  overflow: hidden;
}


#three .team-box figure img {
  width: 100%;
}

#five .team-box figure {
  vertical-align: middle;

}

#five .team-box figure img {
  max-height: 90%;
  max-width: 90%;
}

#three .team-box figure .team-hover {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  overflow: hidden;
  padding: 10% 2% 0% 5%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  box-sizing: border-box;
  z-index: 20;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  line-height: 25px;
  cursor: pointer;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  /* 去掉下划线 */
  text-decoration: none;
}

#three .team-box figure .team-hover.showGray {
  opacity: 1;
}

.teamDes {
  padding: 15px 20px;
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
}

.teamDes h4 {
  color: #1a349d !important;
  line-height: 1.2em;
  font-size: 1.2em;
  font-weight: 500 !important;
}

.teamDes p {
  padding-top: 8px;
}

.scrollbar {
  float: left;
  overflow-y: scroll;
  overflow-x: hidden;
}

.force-overflow {
  min-height: 300px;
}


#style-5::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

#style-5::-webkit-scrollbar-thumb {
  background-color: #0ae;
  background-image: -webkit-gradient(linear, 0 0, 0 100%,
  color-stop(.5, rgba(255, 255, 255, .2)),
  color-stop(.5, transparent), to(transparent));
}

#three .team-box figure {
  width: 100%;
  height: 100%;
  display: table-cell;
  position: relative;
  text-align: center;
  overflow: hidden;
}



/*底部导航*/
.footer {
  width: 100%;
  height: 120px;
  background-color: #f7f7f7;
  float: left;
  min-width: 1200px;
}

.footer li{
  display: inline-block;
  list-style: none;
  padding: 1% 0% 0% 0%;
}

.footer  .lyzb {
  margin: 0% 0% 0% 10%;
}

.footer  .onep {
  margin: 0% 0% 0% 10%;
}

.footer  .weixin {
  margin: 0% 0% 0% 10%;
}

.footer  .twop {
  margin: 0% 0% 0% 10%;
}

.footer  .onep p {
  color: #b6b6b6;
  line-height: 18px;
  font-family: "微软雅黑";
  font-weight: 400;
  margin: 0% 0% 0% 0%;
}

.footer  .twop p {
  color: #b6b6b6;
  line-height: 18px;
  font-family: "微软雅黑";
  margin: 0% 0% 0% 0%;
}

/*二维码*/
.weixin {
  position: relative;
}

.weixin::after {
  position: absolute;
  content: url(../img/footer/ewm.jpg);
  width: 129px;
  height: 129px;
  transform-origin: top right;
  right: -28px;
  top: -135px;
  transform: scale(0);
  opacity: 0;
  z-index: 999;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.weixin:hover::after {
  transform: scale(1);
  opacity: 1;
}