/*轮播图样式*/
#myCarousel .carousel-indicators > li {
  width: 2.5rem;
  height: .125rem;
  border: none;
  background-color: #fff;
  opacity: .5;
  margin: 0 .5rem;
}
#myCarousel .carousel-indicators .active {
  opacity: 1;
}
.swiper-container {
  max-width: 1200px;
}
.item_img {
  display: flex;
  flex-wrap: wrap;
}
.item_img>div:nth-child(n+5) {
  margin-top: 1rem;
}
.item_img>div {
  padding: 0 0.5rem;
}
.swiper-button-prev, .swiper-button-next {
  outline: none;
  width: 1.6875rem!important;
  height: 2.75rem!important;
  background-size: 1.6875rem 2.75rem!important;
}
.swiper-button-prev {
  background-image: url(../images/h-pre.png)!important;
  left: -4%!important;
}
.swiper-button-next {
  background-image: url(../images/h-next.png)!important;
  right: -4%!important;
}

/*企业信息*/
#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: 55rem;
  margin: 0 auto;
}
#business .introduce > span {
  display: block;
}
@media (min-width: 62rem) {
	#business .introduce_mobile {
		display: none;
	}
    #service .introduce {
    display: block;
    }
    #service .introduce_mobile {
    display: none;
    }
}
@media (max-width: 62rem) {
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
  .item_img {
    width: 200%!important;
    float: left;
    display: flex;
  }
    #business {
      margin-bottom: 3.3125rem;
    }
	#business .introduce_pc {
		display: none;
	}
	#business .introduce {
		font-size: .833rem;
	}
	#business .business_name h5 {
		font-size: 1.25rem;
	}
	#business .business_name > span {
		font-size: .66rem;
	}
    #business .introduce {
      margin: 0 2.5rem;
      margin-top: 2.0rem;
    }
    #plate {
      height: 14.75rem !important;
    }
    #service .introduce {
      display: none;
    }
  #service .introduce_mobile {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding: 0 3.75rem;
    text-align: center;
  }
}
/*三大板块*/
#plate {
  height: 22.5rem;
  background-color: #F5F5F5;
}
#plate .item {
  position: relative;
  height: 100%;
}
#plate .item:nth-child(-n+2):after {
  content: '';
  position: absolute;
  top: 15%;
  right: 0;
  width: 1px;
  height: 70%;
  background-color: #D9D9D9;
}
#plate .middle_plate {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
#plate .middle_plate > img {
  margin-right: 1.0625rem;
}
#plate .middle_plate .product {
  display: flex;
  flex-direction: column;
}
#plate .middle_plate .product > span {
  font-size: 1.25rem;
  color: #595959;
}
#plate .middle_plate .product .english_name {
  margin-top: 1.0625rem;
  font-size: .875rem;
  color: #BFBFBF;
}
/*
企业信息PC端
*/
@media(min-width: 62rem) {
  #plate .item:nth-child(1):hover {
    background: url("../images/plate3.png");
    background-size: cover;
    height: 100%;
  }
  #plate .item:nth-child(2):hover {
    background: url("../images/plate4.png");
    background-size: cover;
    height: 100%;
  }
  #plate .item:nth-child(3):hover {
    background: url("../images/plate5.png");
    background-size: cover;
    height: 100%;
  }
  #plate .item:hover:after {
    display: none;
  }
  #plate .item:nth-child(1):hover .middle_plate > img{
    content: url("../images/video2.png");
  }
  #plate .item:nth-child(1):hover .product > span:nth-child(1) {
    color: #fff;
  }
  #plate .item:nth-child(2):hover .middle_plate > img{
    content: url("../images/Administration2.png");
  }
  #plate .item:nth-child(2):hover .product > span:nth-child(1) {
    color: #fff;
  }
  #plate .item:nth-child(3):hover .middle_plate > img{
    content: url("../images/Investment2.png");
  }
  #plate .item:nth-child(3):hover .product > span:nth-child(1){
    color: #fff;
  }
}

/*
企业信息移动端
*/
@media(max-width: 62rem) {
  #plate {
    display: flex;
    overflow-x: scroll;
  }
  #plate::-webkit-scrollbar {
    display: none;
  }
  #plate .item {
    flex: 0 0 50%;
  }
  #plate .middle_plate > img {
		width: 2.083rem;
  }
  #plate .middle_plate > img.middle_else{
    margin-left: 16px;
  }
	#plate .middle_plate .product > span {
		font-size: 1.083rem;
	}
	#plate .middle_plate .product .english_name {
		font-size: .833rem;
	}
}
/*板块头部标题*/
.ghetto {
  margin: 3.75rem 0 1.75rem;
}
.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;
}

/*
板块头部标题PC端
*/
@media(min-width: 62rem) {
}

/*
板块头部标题移动端
*/
@media(max-width: 62rem) {
	.ghetto {
		margin: 1.25rem 0;
	}
	.ghetto_title h5 {
		font-size: 1.416rem;
	}
	.ghetto_title > span {
		font-size: 1.25rem;
	}
}

/*投资板块*/
.divide_modular .cover_chart {
  position: relative;
  overflow: hidden;
}
.divide_modular .cover_chart_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.divide_modular .product {
  margin-top: 1.3125rem;
  font-size: 1.875rem;
  align-items: center;
  color: #FFF;
  display: flex;
  flex-direction: column;
}
.divide_modular .english_name {
  margin-top: .875rem;
  font-size: 1rem;
  color: rgba(255,255,255,.6)
}
.divide_modular .bar {
  margin-top: 2.4375rem;
  display: inline-block;
  width: 1.875rem;
  height: 1px;
  background-color: #FFF;
}
.divide_modular .cover_chart > img {
  transition: all .5s;
}
.divide_modular .cover_chart:hover > img {
  transform: scale(1.4);
}
@media (max-width: 62rem) {
	.divide_modular .cover_chart_icon > img {
		width: 4.583rem;
	}
	.divide_modular .product > span {
		font-size: 1.25rem;
	}
	.divide_modular .english_name {
		margin-top: .66rem;
		font-size: .66rem;
	}
	.divide_modular .bar {
		width: 1.25rem;
		margin-top: 2.58rem;
	}
}

/*投资案例*/
#case_rotation {
  padding-top: 5.1875rem;
  padding-bottom: 8.5625rem;
 background-image: url("../images/portfouo.png");
}
#case_rotation .carousel-inner .item .item_img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /*justify-content: space-around;*/
  /*max-width: 1200px;*/
}
#case_rotation .carousel-inner .item .pc  > div {
  margin-right: 1rem;
}
#case_rotation .carousel-inner .item .pc > div:nth-child(4n) {
  margin-right: 0;
}
#case_rotation .carousel-inner .item .item_img  > div:nth-child(n+5) {
  margin-top: 1rem;
}

#case_rotation .carousel-control {
  background: transparent;
}
#case_rotation .carousel-control .glyphicon {
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  font-size: 2rem;
}
#case_rotation .carousel-control .carousel-left{
  width: 1.25rem;
  height: 2.1875rem;
  color: #666;
  /*background: url("../images/h-pre.png");*/
}
#case_rotation .carousel-control .carousel-right{
  width: 1.25rem;
  height: 2.1875rem;
  color: #666;
}
#case_rotation .carousel-control.left {
  left: -15%;
}

#case_rotation .carousel-control.right {
  right: -15%;

}
#case_rotation .carousel-control.right img{
  left: 50%;
  transform: translateX(-50%);
}
#case_rotation .carousel-control.left img{
  left: 50%;
  transform: translateX(-50%);
}


#carouselMenu {
  max-width: 1200px;
}

#case_rotation .hedo {
  position: absolute;
  left: 50%;
  bottom: -5.625rem;
  transform: translateX(-50%);
  width: 10.0625rem;
  height: 2.9375rem;
  border: 1px solid #BFBFBF;
  font-size: .875rem;
  text-align: center;
  line-height: 2.9375rem;
  color: #8C8C8C;
  display: block;
}
#case_rotation .hedo:hover {
  background-color: #E9412A;
  border: none;
  color: #fff;
}

/*
投资案例PC端
*/
@media(min-width: 62rem) {
  #case_rotation #mobile {
    display: none;
  }
}

/*
投资案例移动端
*/
@media(max-width: 62rem) {
  #case_rotation #pc {
    display: none;
  }

  #case_rotation {
    padding-top: 0;
  }
  #case_rotation .carousel-inner  .item_img {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    overflow-x: scroll;
  }
  #case_rotation .carousel-inner  .item_img::-webkit-scrollbar {
    display: none;
  }
  #case_rotation .carousel-inner  .item_img.pc {
    display: none;
  }
  #case_rotation .carousel-inner  .item_img .col-sm-12 {
    display: flex;
    align-items: center;
    margin-top: 1.25rem;
    padding-right: 1.875rem;
  }
  #case_rotation .carousel-inner  .item_img .col-sm-12 > div {
    width: 17.8125rem;
    height: 15.625rem;
    margin-left: 1.875rem;
    flex: 0 0 17.8125rem;
  }
}
/*投后服务*/
#service {
  position: relative;
}
#service .service_content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#service .introduce {
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  color: #fff;
}
#service .introduce p{
  width: 530px;
  text-align: center;
  margin: 0 auto;
}
#service .introduce > span {
  display: block;
}
#service .lower {
  margin-top: 2.6875rem;
  display: flex;
  align-items: center;
}
#service #lower_pc {
  width: 75rem;
  max-width: 1200px;
}
.lower-b{
  padding: 1.875rem 1.9375rem 1.5rem;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
}
#service .lower .lower-b >img {
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.9);
}
#service .lower .lower-b > span {
  margin-top: 1.9375rem;
  font-size: 1.25rem;
  color: #fff;
  white-space: nowrap;
}
#service .lower > div:hover {
  background-color: rgba(233,65,42,.9);
}
/*
投资案例PC端
*/
@media(min-width: 62rem) {
  #service #lower_mobile {
    display: none;
  }
}

/*
投资案例移动端
*/
@media(max-width: 62rem) {
  #service #lower_pc {
    display: none;
  }
  #service .service_content {
    width: 100%;
  }
  #service .service_bg {
    height: 42.3125rem;
  }
  #service .lower {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #service .lower > div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #service .lower > div > a {
    width: 30%;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1;
  }
  #service .lower .top {
    margin-bottom: 4.875rem;
  }
  #service .lower > div > a > img {
    width: 6.25rem;
    margin-bottom: 1.9375rem;
  }
  #service .lower > div > a > span {
    font-size: 1.25rem;
  }
}

/*新闻中心部分*/
#news {
  position: relative;
  border-top: 1px solid #F5F5F5;
}
#news:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-top: .3125rem solid #E8E8E8;
  border-left: .25rem solid transparent;
  border-right: .25rem solid transparent;
}
#news .content {
  position: relative;
  margin-bottom: 7.4375rem;
}
#news .upper {
  margin: 3.4375rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#news .upper .item {
  position: relative;
  margin-right: 2.0625rem;
  font-size: 1rem;
  color: #282828;
  cursor: pointer;
}
#news .upper .active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1.1rem;
  width: 100%;
  height: .125rem;
  background-color: #E83820;
}
#news .upper .item:nth-last-child(1) {
  margin-right: 0;
}
#news .lower {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
}
.news-b{
  position: relative;
  display: none;
}

#news .lower > div {
  position: relative;
}

#news .lower > div .time {
  font-size: .875rem;
}
#news .lower > div .motto {
  margin-top: 1.9375rem;
  font-size: 1.25rem;
  line-height: 2.1875rem;
}
.motto-news{
  height: 6.8rem;
  overflow: hidden;
}
#news .lower > div .motto .motto_el{
  color: #333;
}
#news .lower > div .motto>a{
  color: #fff;
}
/*
左图样式
*/
#news .lower .news_leftPlate .cont {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  padding: 10% 8.3%;
}

#news .lower .news_img .news_plateImg {
  position: absolute;
  left: 0;
  top: 0;
}
/*
中间图样式
*/
#news .lower .news_middlePlate {
  margin: 0 0.4375rem;
  overflow: hidden;
}
#news .lower .news_middlePlate .cont {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  padding: 6.7% 9% 6.7% 5.64%;
  color: #fff;
}
/*
右侧图样式
*/
#news .lower .news_rightPlate {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#news .lower .news_rightPlate .news_r_top {
  position: relative;
  overflow: hidden;
}
#news .lower .news_rightPlate .news_r_top .cont {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  padding: 10% 8.3%;
  color: #fff;
  background-color: #E9412A;
}
#news .lower .news_rightPlate .news_r_lower {
  position: relative;
  overflow: hidden;
}
#news .lower .news_rightPlate .news_r_lower .cont {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  padding: 10% 8.3%;
  color: #fff;
}
#news .lower .news_r_top {
  margin-bottom: 2.25rem;
  background-color: #E9412A;
}

#news .hedo {
  position: absolute;
  left: 50%;
  bottom: -5.625rem;
  transform: translateX(-50%);
  width: 10.0625rem;
  height: 2.9375rem;
  border: 1px solid #BFBFBF;
  font-size: .875rem;
  text-align: center;
  line-height: 2.9375rem;
  color: #8C8C8C;
  display: block;
}
#news .hedo:hover {
  background-color: #E9412A;
  color: #fff;
  border: 1px solid #E9412A;
}
/*新闻中心pc*/
@media (min-width: 62rem) {

}
/*新闻中心移动端*/
@media (max-width: 62rem) {
  #news {
    margin: 3.3125rem 1.875rem 0;
  }
  #news .lower {
    flex-direction: column;
  }
  #news .lower > div {
  width: 100%;
  }
	#news .lower > div .motto {
		font-size: 1.16rem;
		line-height: 1.5;
	}
  #news .lower .news_middlePlate {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
  #news .lower .news_leftPlate > img {
    content: url('../images/news1_1.png');
		min-height: 17.5rem;
  }
  #news .lower .news_middlePlate > img {
    content: url('../images/news2_1.png');
		min-height: 17.5rem;
  }
  #news .lower .news_rightPlate .news_r_top > img {
    content: url('../images/bg1_1.png');
		min-height: 17.5rem;
  }
  #news .lower .news_rightPlate .news_r_lower > img {
    content: url('../images/news3_1.png');
		min-height: 17.5rem;
  }
}

/*联系/获取信息*/
#contact .item {
  position: relative;
}
#contact .item .cont {
  position: absolute;
  top: 42%;
  left: 42%;
  transform: translate(-50%,-50%);
}
#contact .item .title {
  color: #fff;
}
#contact .item .title h5 {
  font-size: 1.4375rem;
  margin-bottom: 1.25rem;
}
#contact .item .title > span {
  font-size: 1rem;
}
#contact .item .middle {
  margin-top: 3.1875rem;
  font-size: 1rem;
  color: #fff;
}
#contact .item .middle > p {
  margin-bottom: 1.5rem;
}
#contact .item .middle > p:nth-last-child(1) {
  margin-bottom: 3.4375rem;
}
#contact .item .hedo {
  display: block;
  width: 10.9375rem;
  height: 2.8125rem;
  border: 1px solid #fff;
  font-size: 1rem;
  text-align: center;
  line-height: 2.8125rem;
  color: #fff;
}
#contact .item .hedo:hover {
  background-color: #E9412A;
  border: 1px solid #E9412A;
}

#contact .item .submit {
  background-color: #E9412A;
  border: 1px solid #E9412A;
}
/*用户信息输入框*/
#contact .middle input {
  background-color: transparent;
  outline: 0;
  border: none;
  width: 7.5rem;
}
#contact .middle .proposal input {
  width: 100%;
}
#contact .middle .proposal > span {
  white-space: nowrap;
}
#contact .middle .proposal,
#contact .middle .user_info_wrap {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding-bottom: .5rem;
}
#contact .middle .proposal .iconfont,
#contact .middle .user_info_wrap .iconfont {
  font-size: .875rem;
  margin-right: .4375rem;
  color: #fff;
}
#contact .middle .user_info_wrap {
  margin-bottom: 2.6875rem;
}
#contact .middle .user_info_wrap p:nth-child(1) {
  margin-right: .3125rem;
}
@media (max-width: 62rem) {
  #contact .item > img {
		min-height: 25rem;
  }
  #contact .item .title {
    margin-top: 4.875rem;
  }
  #contact .item .cont {
    width: 25.625rem;
    margin-left: 1.25rem;
  }

}

/*合作商广告*/
.partner_list ul {
  height: 100%;
  overflow: hidden;
}
.partner_list ul > li {
  width: 319px;
  float: left;
  height: 139px;
  margin: 0 1px;
}
@media (max-width: 62rem) {

	.partner {
		font-size: 1.5rem!important;
		line-height: 5.83rem!important;
	}
  .partner_list ul > li >img {
    width: 100%;
    height: 100%;
  }
  .partner_list ul > li {
    height: 5.83rem;
    width: 10.2rem;
    line-height: 5.83rem;
  }

}

