.bg{
    width: 1080px;
    height: 1920px;
    background-image: url(../img/bg1.jpg);
}
.title{
    width: 100%;
    padding-top: 50px;
	margin-bottom: 75px;
}
.title h3 {
    font-size: 66px;
    text-align: center;
    /* 设置渐变背景 */
    background: linear-gradient(to bottom, #62B1A9, #158579);
    /* 让背景裁剪到文字 */
    -webkit-background-clip: text;
    background-clip: text;
    /* 文字透明，显示背景 */
    color: transparent;
    /* 兼容webkit内核 */
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
    font-family: '微软雅黑';
    letter-spacing: 3px;
}
.title h4{
    font-size: 55px;
    text-align: center;
    /* 设置渐变背景 */
    background: linear-gradient(to bottom, #62B1A9, #158579);
    /* 让背景裁剪到文字 */
    -webkit-background-clip: text;
    background-clip: text;
    /* 文字透明，显示背景 */
    color: transparent;
    /* 兼容webkit内核 */
    -webkit-text-fill-color: transparent;
    margin-top: 20px;
	margin-bottom: 0;
    font-family: '微软雅黑';
    font-weight: normal;
}
.text{
    width: 950px;
    margin: 0 auto;
}
.text p{
	text-indent: 6rem;
    font-size: 40px;
    font-family: '微软雅黑';
    line-height: 65px;
    letter-spacing: 2px;
    text-align: justify;
}
.img{
    width: 950px;
    margin: 0 auto;
    margin-top: 20px;
}
.img img{
    width: 100%;
    border: 1px solid #1B8075;
    border-radius: 20px;
}
.icon{
    display: flex;
    align-items: center;
    float: right;
    margin-right: 40px;
    margin-top: 100px;
}
.icon img{
    width: 120px;
    margin: 0 20px;
}

.img1{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    width: 950px;
    margin: 0 auto;
    margin-top: 20px;
}
.img1 .small{
    width: 48%;
    border: 1px solid #1B8075;
    border-radius: 20px;
}
.img1 .big{
	margin: 0px auto;
    width: 100%;
    border: 1px solid #1B8075;
    border-radius: 20px;
	margin-top: 30px;
}