.banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.banner img {
	width: 100%;
}
.banner .phone_img {
	display: none;
}
.banner .wrapper_content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}
.banner .banner_info {
	max-width: 55%;
	text-align: center;
}
.banner .banner_info .banner_tit {
	font-size: 68px;
	line-height: 75px;
	color: #fff;
	font-family: 'Montserrat Medium';
}


.invest-wraps{
  padding-top: 100px;
  padding-bottom: 70px;
}
.invest-wraps .title{
  margin-bottom: 70px;
  font-weight: bold;
  font-size: 36px;
 color: #348ACA;
}

.invest-wraps .de-list{
  display: flex;
  flex-wrap: wrap;
}
.invest-wraps .de-list .item:nth-child(odd){
  width: 30%;
  margin-right: 5%;
}
.invest-wraps .de-list .item:nth-child(even){
  width: 65%;
}

.invest-wraps .de-list .item{
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.invest-wraps .de-list .item-img{
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}
.invest-wraps .de-list .item-img img{
  display: block;
  width: 100%;
  height: 100%;
}

.invest-wraps .item-info{
  margin-left: 29px;
}

.invest-wraps .item-tit{
  font-size: 28px;
color: #348ACA;
}

.invest-wraps .item-text{
  font-size: 24px;
  color: #333333;
}

@media only all and (max-width: 1280px) {
  .invest-wraps .title{
    font-size: 30px;
    margin-bottom: 40px;
  }
  .invest-wraps{
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .invest-wraps .item-info{
    margin-left: 10px;
  }
  .invest-wraps .de-list .item{
    margin-bottom: 30px;
  }
  .invest-wraps .de-list .item-img{
    width: 60px;
    height: 60px;
  }
  .invest-wraps .item-tit{
    font-size: 24px;
  }
  .invest-wraps .item-text{
    font-size: 20px;
  }
}

@media only all and (max-width: 1000px) {
.invest-wraps .de-list .item{
  width: 100%!important;
  margin-right: 0!important;
}
.invest-wraps .item-tit{
  font-size: 18px;
}
  .invest-wraps .item-text{
    font-size: 17px;
  }
}

@media only all and (max-width: 1600px) {
	.banner .banner_info .banner_tit {
		font-size: 55px;
	}
  
	
}

@media only all and (max-width: 1440px) {
	.banner .banner_info .banner_tit {
		font-size: 50px;
		line-height: 65px;
	}
	
}

@media only all and (max-width: 1400px) {
}

@media only all and (max-width: 1366px) {
}

@media only all and (max-width: 1280px) {
	.banner .banner_info .banner_tit {
		font-size: 40px;
		line-height: 55px;
	}
	.banner .banner_info {
		max-width: 64%;
	}
}

@media only all and (max-width: 768px) {

}
@media only all and (max-width: 550px) {
	.banner .pc_img {
		display: none;
	}
	.banner .phone_img {
		display: block;
	}
	.banner .banner_info {
		max-width: 100%;
	}
	.banner .wrapper_content {
		top: 30%;
	}
	
}
@media only all and (max-width: 350px) {
	.banner .banner_info .banner_tit {
		font-size: 30px;
	}
}
