/*顶图图片*/
@media(max-width: 62rem) {
  #top_bg > img {
    content: url('../images/about_top1_1.png');
    display: inline-block;
  }
}
/*板块头部标题*/
.ghetto {
  padding-top: 4.6875rem;
  background-color: #EFEFEF;
}
.ghetto_title {
  text-align: center;
}
.ghetto_title h5 {
  margin-bottom: .8125rem;
  font-size: 2.25rem;
  color: #333;
}
.ghetto_title > span {
  font-size: 1rem;
  color: #BFBFBF;
}
@media(max-width: 992px) {
	.ghetto {
		padding: 1.83rem 0!important;
	}
	.ghetto_title h5 {
		font-size: 1.5rem;
		margin-bottom: .5rem;
	}
}

#company_wrapper {
  margin: 0 1.875rem;
  text-align: center;
}
#company_wrapper h5 {
  margin-bottom: 2.625rem;
  font-size: 2.25rem;
  /*white-space: nowrap;*/
  font-weight: 700;
  text-align: left;
}
#company_wrapper .company_inof {
  display: block;
  font-size: .875rem ;
  text-align: left;
  line-height: 2.1875rem;
}
#company_wrapper .moreBtn {
  width: 11.25rem;
  text-align: center;
  line-height: 3.125rem;
  color: #fff;
  background-color: #E9412A;
}
#company_wrapper .moreBtn > a{
    color: #fff;
}
#company_wrapper .moreBtn > span {
  display: inline-block;
  margin-right: .875rem;
}
/*只在pc端显示*/
@media(min-width: 62rem) {
  #company_wrapper {
    margin: 4.9375rem 0 3.9375rem;
  }
  #company_wrapper .col-sm-12:nth-last-child(2) {
      margin-right: 8.125rem;
  }
  #company_wrapper h5 {
    margin-top: 2.375rem;
  }
  #company_wrapper .moreBtn {
    margin-top: 5.4375rem;
  }
    .introduce_mobile {
        display: none;
    }
}
/*法律声明*/
#business {
    text-align: center;
    margin-bottom: 4.5625rem;
}
#business .business_name {
    margin-top: 2.5625rem;
}
#business .business_name h5 {
    margin-bottom: .75rem;
    font-size: 2rem;
    font-weight: 700;
}
#business .business_name > span {
    font-size: 1rem;
    color: #BFBFBF;
}
#business .business_name > i {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #E8E8E8;
    margin-top: 1.5rem;
    position: relative;
}
#business .business_name > i::before {
    content: '';
    width: 0;
    height: 0;
    border: .5rem solid #E8E8E8;
    border-style: solid dashed dashed;
    border-color: #E8E8E8 transparent transparent;
    position: absolute;
    top: 0rem;
}
#business .introduce {
    margin-top: 3.5625rem;
    font-size: 1rem;
    color: #595959;
    line-height: 2;
    text-align: center;
}
.introduce1{
    width: 60rem;
    margin: 0 auto;
}
/*网站地图*/
.sitemap {
    margin-top: 5.625rem;
    padding: 20px 0;
}
.sitemap .item {
    line-height: 2rem;
    overflow: hidden;
    zoom: 1;
    margin-bottom: 1rem;
}
.sitemap .item h3 {
    font-size: 1.3rem;
    display: block;
    line-height: 50px;
    padding-left: 20px;
    color: #E83820;
    font-weight: 700;
}
.sitemap .item ul li {
    padding: 1rem 0;
    color: #c1c1c1;
    overflow: hidden;
    zoom: 1;
}
.sitemap .item ul li span {
    float: left;
    padding: 0 1rem;
    text-indent: 2em;
}
.sitemap .item ul{
    font-size: 1.2rem;
}
.sitemap-a:hover{
    color: #E83820;
}

/*移动端*/
@media(max-width: 62rem) {
	#company_wrapper h5 {
		margin-bottom: 1.58rem;
		font-size: 1.25rem;
		text-align: left;
		white-space: inherit;
	}
  #company_wrapper .col-sm-12:nth-last-child(2) {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  #company_wrapper .col-sm-12:nth-last-child(1) {
    margin-bottom: 2.5rem;
  }
  #company_wrapper .moreBtn {
    margin-top: 4.125rem;
  }
    #business .introduce_pc {
        display: none;
    }
    #business .introduce {
        margin: 0 2.5rem;
        margin-top: 2.0rem;
        font-size: .833rem;
    }
    #business .business_name h5 {
        font-size: 1.25rem;
    }
    #business .business_name > span {
        font-size: .66rem;
    }
}

/*
  我的团队
*/
#team {
  background-color: #EFEFEF;
}
#team .Teammate {
  display: flex;
  align-items: center;
  margin-top: 4.0625rem;
    /*max-width: 1200px;*/
}
#team .Teammate .item {
  position: relative;
  padding: 2.125rem;
  background-color: #fff;
  flex: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#team .Teammate .item:hover {
  margin-top: -30px;
}
#team .Teammate .item  img {
  position: absolute;
  top: -4.0625rem;
  left: 50%;
  width: 8.125rem;
  transform: translateX(-50%);
    border-radius: 50%;
    box-shadow: 0 3px 2px 3px #e4e4e5;
}
#team .Teammate .teammate_userInfo {
  margin-top: 2rem;
  text-align: center;
}
#team .Teammate .name {
  position: relative;
  margin-bottom: 2.5rem;
    margin-top: 3.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.1875rem;
  display: block;
}
#team .Teammate .name:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1.25rem;
  transform: translateX(-50%);
  width: 1.875rem;
  height: 1px;
  background-color: #E9412A;
}
#team .Teammate .position {
  margin-bottom: 2rem;
  font-size: 0.875rem;
  color: #B5B5B6;
}
#team .Teammate .info {
  min-height: 9.0625rem;
  font-size: 1rem;
  text-align: left;
  line-height: 1.9;
  text-align: justify;
  color: #595959;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
}



/*
我的团队
只在pc端显示
*/
@media(min-width: 992px) {
  #team {
    padding: 3.375rem 0;
  }
	#team #mobile_Teammate {
		display: none;
	}
  #team .Teammate .item {
    margin-right: 1.6875rem;
      box-shadow: -2px 0px 5px 1px #e0e0e0,0px -2px 5px 1px #e0e0e0,2px 0px 5px 1px #e0e0e0,0px 2px 5px 1px #e0e0e0;
  }
  #team .Teammate .item:last-child {
        margin-right: 0;
  }
}
/*
我的团队
移动端
*/
@media(max-width: 992px) {
	.ghetto {
		padding-top: 2.58rem;
	}
	#team {
		padding-top: 1.5rem;
		padding-bottom: 5.83rem;
	}
	#team #pc_Teammate {
		display: none;
	}
	#team .Teammate {
		overflow: initial;
	}
	#team .Teammate .item {
		flex: 0 0 80%;
		margin: 0 10%;
	}
	.swiper-container {
		overflow: initial;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: -2.58rem
	}
	.swiper-pagination-bullet {
		background-color: transparent;
		border: 1px solid #E9412A;
	}
	.swiper-pagination-bullet-active {
		background-color: #E9412A;
		border: 1px solid #E9412A;
	}
}

/*
市场行情
*/
.outlook .carousel-inner > div {
    position: relative;
}
.outlook .cont{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.outlook .cont .title {
  font-size: 2.25rem;
}
.outlook .cont .num {
  margin-top: 3.8125rem;
  display: flex;
  align-items: center;
}
.outlook .cont .num > span {
  font-size: 3.125rem;
  font-weight: bolder;
}
.outlook .cont .num > img {
  width: 8.5rem;
  margin-left: 2.4375rem;
  margin-bottom: 1.3125rem;
}
.outlook .carousel-control {
  top: 50%;
  bottom: auto;
  width: auto;
  font-size: 4.875rem;
  background: transparent;
}
.outlook .carousel-control .iconfont {
  font-size: 4.875rem;
}
.carousel-inner{
    height: 31.25rem;
    width: 100%;
    background: url("../images/outlook.png") no-repeat center;
    background-size: cover;

}
.carousel-inner >div {
    position: relative;
    height: 100%;
}
/*
PC端
*/
@media(min-width: 992px) {
  .outlook .item > img {
    height: 31.25rem;
  }

  .outlook .carousel-control.left {
    left: 20%;
  }
  .outlook .carousel-control.right {
    right: 20%;
  }
}

/*
移动端
*/
@media(max-width: 992px) {
  .outlook .item > img {
    min-height: 21.5rem;
  }
	.outlook .cont .title {
		font-size: 1.5rem;
	}
	.outlook .cont .num {
		margin-top: 3.91rem;
	}
	.outlook .cont .num > span {
		font-size: 2.91rem;
	}
	.outlook .cont .num > img {
		width: 5.66rem;
	}
	.outlook .carousel-control {
		font-size: 0;
	}
	.outlook .carousel-control .iconfont {
		font-size: 2.08rem;
	}
  .outlook .carousel-control.left {
    left: 1.33rem;
  }
  .outlook .carousel-control.right {
    right: 1.33rem;
  }
    .carousel-inner{
        height: 20rem;
    }
}

/*
公司文化
*/
#culture {
  position: relative;
}
#culture .content {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
#culture .content img {
  width: 5.625rem;
  margin: 0 auto 2.9375rem;
}
#culture .content > div:nth-last-child(-n+2) {
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
}
#culture .content > div:nth-last-child(-n+2) > div {
  flex: 1;
  padding: 10.9375rem 4.125rem 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#culture .content .mission {
  font-size: 1.625rem;
  white-space: nowrap;
}
#culture .content .dor {
  position: relative;
  width: 0.3125rem;
  height: 0.3125rem;
  margin: 2.0625rem auto 2.75rem;
  border-radius: 50%;
  background-color: #fff;
}
#culture .content .dor:before,
#culture .content .dor:after {
  content: '';
  position: absolute;
  top: 0.156rem;
  width: 3.75rem;
  height: 1px;
  background-color: #fff;
}
#culture .content .dor:before {
  left: -4.375rem;
}
#culture .content .dor:after {
   right: -4.375rem;
 }
#culture .content .slogan {
  font-size: 1rem;
  line-height: 1.9;
}
/*#culture .content > div:nth-last-child(-n+2) > div.active img {*/
  /*content: url("../images/room1.png");*/
/*}*/

#culture .content > div:nth-last-child(-n+2) > div:hover {
  background-color: #E9412A;

}

/*#culture .content > div:nth-last-child(2) > div:nth-child(1):hover img {*/
  /*content: url("../images/room1.png");*/
/*}*/
/*#culture .content > div:nth-last-child(2) > div:nth-child(2):hover img {*/
  /*content: url("../images/kite1.png");*/
/*}*/
/*#culture .content > div:nth-last-child(1) > div:nth-child(1):hover img {*/
  /*content: url("../images/badge1.png");*/
/*}*/
/*#culture .content > div:nth-last-child(1) > div:nth-child(2):hover img {*/
  /*content: url("../images/trophy1.png");*/
/*}*/

/*
公司文化PC端
*/
@media(min-width: 992px) {
  #culture > img {
    height: 31.25rem;
  }
	#culture .content .slogan {
		display: none;
	}
	#culture .content .active .slogan {
		display: block;
	}
  #culture .content > div:nth-last-child(-n+2) {
    height: 100%;
  }
  #culture .content > div:nth-last-child(-n+2) > div {
    height: 100%;
  }
  #culture .content > div:nth-last-child(-n+2) > div.active {
    padding: 6.5625rem 4.125rem 0;
    background-color: #E9412A;
  }
}

/*
公司文化移动端
*/
@media(max-width: 992px) {
  #culture .content {
    margin: 4.4375rem 0 3.6875rem;
    padding: 0 1.875rem;
  }
  #culture > img {
    height: 64.5rem;
  }
	#culture .content .dor {
		width: .25rem;
		height: .25rem;
	}
	#culture .content .dor:before,
	#culture .content .dor:after {
		width: 2.5rem;
	}
	#culture .content .dor:before {
		left: .416rem;
	}
	#culture .content .dor:after {
		right: .416rem;
	}
	#culture .content .mission {
		font-size: 1.166rem;
	}
	#culture .content .slogan {
		font-size: .5rem;
	}
  #culture .content > div:nth-last-child(-n+2) > div {
    padding-top: 6.25rem;
    background-color: #E9412A;
  }
	#culture .content > div:nth-last-child(-n+2) > div {
		width: 8.58rem;
		padding: 4.166rem 3.33rem;
	}
  #culture .content > div:nth-last-child(1) > div:nth-child(-n+2) {
    padding-bottom: 7.5rem;
  }
  #culture .content > div:nth-last-child(2) > div:nth-child(1) img {
    /*content: url("../images/room1.png");*/
		width: 4.16rem;
		margin-bottom: 1.66rem;
  }
  #culture .content > div:nth-last-child(2) > div:nth-child(2) img {
    /*content: url("../images/kite1.png");*/
		width: 4.16rem;
		margin-bottom: 1.66rem;
  }
  #culture .content > div:nth-last-child(1) > div:nth-child(1) img {
    /*content: url("../images/badge1.png");*/
		width: 4.16rem;
		margin-bottom: 1.66rem;
  }
  #culture .content > div:nth-last-child(1) > div:nth-child(2) img {
    /*content: url("../images/trophy1.png");*/
		width: 4.16rem;
		margin-bottom: 1.66rem;
  }
  #culture .pc_aboutBg {
      display: none;
  }  
  #culture .mobile_aboutBg {
      display: block;
  }
}
@media(min-width: 992px) {
    #culture .pc_aboutBg {
        display: block;
    }
    #culture .mobile_aboutBg {
        display: none;
    }
}

#l_more{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    padding-top: 4rem;
: 75rem;
    max-width: 1200px;
    height: 38.125rem;
    background-color: #fff;
    transform-origin: center center;


}
.more_title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size:1.525rem;
    padding: 1.125rem 1.875rem;
    color: #fff;
    background-color: red;
}
.more_content {
    overflow: auto;
    height: 100%;
}
.more_content > p{
    margin: 2.0625rem 0;
    color: #000;
    font-size: 1rem;
    line-height: 2rem;
    padding: 0 4rem;
}
@media (max-width: 992px) {
    #l_more {
        width: 80%;
        height: 20rem;
        font-size: 1rem;
        z-index: 1;
    }
    .more_title {
        font-size: 1rem;
        padding: 1rem 1.875rem;
    }
    .more_content > p {
        margin-top: 1.5rem;
    }
}