.banner-container {
    position: relative;
    padding-top: 54px;
}
.banner-container img {
    width: 100%;
	min-height: 410px;
	object-fit: cover;
}
.banner-container .slide-info {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	padding-top: 72px;
	display: flex;
	align-items: center;
	color: #fff;
}
.banner-container .slide-info .container {
  width: 100%;
  max-width: 1400px;
  margin: 320px auto;
}
/* .banner-container img {
    height: 600px !important;
} */
.banner-container a {
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 44px;
    background: #4F7CFD;
    border-radius: 22px;
    color: #fff;
    text-align: center;
    line-height: 44px;
}
.banner-container h3 {
    font-size: 36px;
    padding-bottom: 50px;
    color: #FFFFFF; 
    text-align: center;
}
.banner-container p {
    color: #FFFFFF; 
    max-width: 100%;
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 60px;
    text-align: center;
}
/* .banner-container a {
    position: absolute;
    bottom: 22%;
    left: 50%;
    margin-left: -90px;
    display: inline-block;
    width: 180px;
    height: 44px;
    background: #4F7CFD;
    border-radius: 22px;
    color: #fff;
    text-align: center;
    line-height: 44px;
} */

.section-describe {
    padding: 86px 16px;
	padding-top: 150px;
	padding-bottom: 30px;
}
.section-describe .describe-text	{
	
}
.section-describe .describe-text h4{
	margin-top: 20px;
    font-size: 36px;
    margin-bottom: 38px;
    color: #3A4666;
}
.section-describe .describe-text a{
    display: inline-block;
    width: 138px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background: #4F7CFD;
    border-radius: 18px;
}
.section-describe .describe-text p{
    font-size: 14px;
    max-width: 600px;
	margin-bottom: 46px;
	color: #586586;
}
.section-describe .describe-img {
	text-align: center;
	padding: 0 40px;
}
.section-describe .describe-img img{
    width: 100%;
	max-width: 504px;
}



.section-architecture .section-container{
	padding-bottom: 0;
}
.section-architecture .section-container-bg{
	/* padding: 90px 16px; */
}
.section-architecture .nav-tabs {
	display: flex;
	justify-content: center;
	border: 0;
}
.section-architecture .architecture-item{
	position: relative;
	padding: 90px 0;
	padding-right: 310px;
}
.section-architecture .architecture-item img{
	padding: 0 50px;
	max-width: 100%;
}
.section-architecture .architecture-item .architecture-info{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 90px 30px;
	width: 310px;
	background: #F1F6FC;
}
.section-architecture .architecture-item .architecture-info h5{
	font-size: 18px;
	margin-bottom: 20px;
	color: #3A4666;
}
.section-architecture .architecture-item .architecture-info p{
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 26px;
	color: #586586;
}

.section-architecture .nav-tabs>li {
	padding: 16px 32px;
}
.section-architecture .nav-tabs>li>a{
	padding: 0;
	font-size: 14px;
	color: #3A4666;
	padding-bottom: 16px;
	border-bottom: 2px solid transparent;
}
.section-architecture .nav-tabs>li>a:hover {
	background-color: transparent;
	border-color: transparent;
}
.section-architecture .nav-tabs>li.active>a, 
.section-architecture .nav-tabs>li.active>a:focus, 
.section-architecture .nav-tabs>li.active>a:hover{
	color: #4F7CFD;
    cursor: default;
    background-color: transparent;
    border: 0;
	border-bottom: 2px solid #4F7CFD;
}
/* 大屏幕（大桌面显示器 1200px） */
@media only screen and (max-width: 874px) {
	.section-architecture .architecture-item {
		padding-right: 0;
	}
	.section-architecture .architecture-item .architecture-info {
		position: relative;
		width: 100%;
		padding: 30px 12px;
		margin-top: 40px;
	}
	.section-architecture .architecture-item {
		padding-bottom: 0;
	}
	.section-architecture .architecture-item img{
		padding: 0 12px;
	}
} 



.section-trait {
   padding-bottom: 0px;
}


.section-trait .trait-item{
   position: relative;
   padding-left: 136px;
   margin-bottom: 60px;

}
.section-trait .trait-item h5{
    font-size: 18px;
    color: #3A4666;
    margin-bottom: 24px;
}
.section-trait .trait-item p{
    font-size: 14px;
    color: #586586;
    max-width: 385px;
    line-height: 24px;
}
.section-trait .trait-item img{
    position: absolute;
    left: 0;
    top: 0;
    width: 88px;
    bottom: 0;
} 
/* 大屏幕（大桌面显示器 1200px） */
@media only screen and (max-width: 1250px) {
	.section-trait .trait-item-img{
        display: none;
    }
    .section-trait .trait-item span,
    .section-trait .trait-item b {
        display: none;
    }
} 

.section-scene {
	color: #fff;
	padding-bottom: 0;
}
.section-scene .row>div{
	padding: 0;
}
.section-scene .scene-item {
	cursor: pointer;
	position: relative;
}
.section-scene .scene-item>img {
	width: 100%;
}
.section-scene .scene-item .scene-item-show {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.section-scene .scene-item .scene-item-show h4{
	font-size: 24px;
	padding-bottom: 38px;
}
.section-scene .scene-item .scene-item-show p{
	text-align: center;
	font-size: 14px;
	max-width: 350px;
	margin-bottom: 50px;

}	
.section-scene .scene-item .scene-item-show img{
	width: 30px;
}

.section-scene .scene-item .scene-item-hide {
	position: absolute;
	display: none;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.section-scene .scene-item .scene-item-hide h4{
	font-size: 24px;
	padding-bottom: 38px;
}
.section-scene .scene-item .scene-item-hide p{
	text-align: center;
	font-size: 14px;
	max-width: 350px;
}
.section-scene .scene-item .scene-item-hide img{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
}

.section-scene .scene-item .scene-item-hide>div{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.section-scene .scene-item:hover .scene-item-show {
	display: none;
}
.section-scene .scene-item:hover .scene-item-hide {
	display: flex;
}
/* 大屏幕（大桌面显示器 1200px） */
@media only screen and (max-width: 1200px) {
	.section-scene .scene-item .scene-item-show h4{
		padding-bottom: 16px;
	}
	.section-scene .scene-item .scene-item-show p {
		margin-bottom: 16px;
		padding: 0 16px;
	}
} 


.section-scheme {
	padding-bottom: 20px;
}
.section-scheme h4 {
	font-size: 28px;
	margin-bottom: 32px;
	color: #3A4666;
}
.section-scheme .row {
	margin-bottom: 100px
}
.section-scheme p {
	font-size: 14px;
	max-width: 720px;
	color: #586586;
}
.section-scheme .col-md-9 {
	padding-left: 60px;
}
.section-scheme img {
	width: 100%;
	max-width: 300px;
}
/* 大屏幕（大桌面显示器 1200px） */
@media only screen and (max-width: 992px) {
	.section-scheme .col-md-9 {
		padding-left: 16px;
	}
	.section-scheme h4 {
		padding-top: 30px;
	}
} 
@media only screen and (max-width:768px) {
  .banner-container h3 {
      position: absolute;
      top: 30%;
      left: 5%;
      font-size: 26px;
      font-weight: bold;
      color: #FFFFFF;
  }
  .banner-container p {
      position: absolute;
      top: 46%;
      left: 5%;
      color: #FFFFFF;
      text-align: left;
      max-width: 355px;
      font-size: 15px;
      line-height: 28px;
      margin-bottom: 24px;
  }
  .banner-container a {
      position: absolute;
      top:75%;
      left: 5%;
      transform: translateX(0%);
      display: inline-block;
      width: 180px;
      height: 44px;
      background: #4F7CFD;
      border-radius: 22px;
      color: #fff;
      text-align: center;
      line-height: 44px;
  }
}

