.banner-box {
    height: 46.13rem;
    position: relative;
	overflow: hidden;
}

.banner-box img {
    height: 100%;
    width: 100%;
}

.banner-box .baner-text-box {
    position: absolute;
    top: 17.81rem;
    left: 0;
    background: url(../images//banner-text-bg.png) no-repeat center;
    background-size: 100% 100%;
    width: 60.44rem;
    height: 16.38rem;
    box-sizing: border-box;
    padding: 3.31rem 0 3.31rem 16.25rem;
    border: 1px dashed #666;
}

.baner-text-box .text-box {
    border-left: 1px solid #666;
    box-sizing: border-box;
    padding: 0 0 0 4rem;
    height: 100%;
    color: #fff;
}

.baner-text-box .text1 {
    font-size: 1.13rem;
}

.baner-text-box .text2 {
    font-size: 3.63rem;
}

