.banner {
    width: 100%;
	padding-top: 40%;
    background: url("../../img/banner-3.png") no-repeat center center;
    background-size: cover;
    position: relative;
}

.banner > div {
	height: 110px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	margin: auto;
}

.banner > div p {
    color: #FFFFFF;
    font-size: 15px;
    letter-spacing: 3px;
    text-align: center;
}

.banner > div p:nth-of-type(2) {
	margin: 8px 0 7px;
}

.banner > div p:last-child {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: normal;
}

.introduce {
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

.introduce h5 {
    display: inline;
    font-size: 16px;
    font-weight: bolder;
    border-bottom: 2px solid #7999FF;
    padding-bottom: 3px;
}

.introduce > div {
    padding-top: 20px;
}

.introduce > div p {
    text-indent: 2em;
    text-align: left;
    line-height: 20px;
}
.introduce > div img{
  max-width: 100% !important;
}
