img {
	display: inherit;
}

.box {
	background-color: #fff;
	overflow: hidden;
}
.banner a{
	display:block;
}
.cwp {
    font-size: 1.42rem;
    text-indent: 1.8rem;
    padding: 1.2rem 0;
    text-align: justify;
    line-height: 2.6rem;
}
.cwboxt {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 1rem;
}
.cwboxti {
    width: 40%;
}
.cwboxtw {
    width: 60%;
    background-color: #fff;
    padding: 0 .1rem;
    font-size: 1.32rem;
    text-align: justify;
}
.cwboxh {
    display: flex;
    justify-content: space-around;
    margin: .2rem 0;
}
.cwboxhw {
    width: 33%;
    background-color: #F6C87A;
    font-size: 1.34rem;
}