.wrap1 {
	width: 100%;
	position: relative;
    background: url(../imgs/pc/in2022.png) no-repeat center;
	background-size: cover;
    min-height: 960px;
    margin-top: 100px;
	background-position: right bottom;
}
.safewidth {
    width: 1200px;
    margin: 0 auto;
}
.content1 {
    text-align: center;
    padding: 5% 0;
}
.title {
    width: 400px;
    color: #fff;
    margin: 0 auto;
    background-size: 100% 100%;
    padding: 20px 20px 30px 0;
}
.title h6 {
    font-size: 2em;
    color: #fff;
    letter-spacing: 5px;
    font-weight: normal;
    line-height: 1;
}
.title h2 {
    font-size: 3em;
    color: #fff;
    letter-spacing: 5px;
}
.introduc {
    width: 65%;
    margin: 0 auto;
    margin-top: 5%;
    background: rgba(0,0,0,0.5);
    padding: 60px 30px;
    border-radius: 20px;
    border: solid 1px rgb(146, 143, 143);
}
.introduc h6 {
    font-size: 30px;
    color: #fff;
    padding: 0 0 15px 0;
}
.introduc img {
    width: 200px;
    height: 90px;
    float: left;
    margin-right: 15px;
    border: solid 1px #767676;
    background-color:#fff;
    padding: 4px;
}
.intxt p {
    font-size: 14px;
    line-height: 2;
    color: #fff;
    text-align: justify;
    text-justify: inter-ideograph;
}
@media screen and (max-width:768px) {
    .wrap1 {
        width: 100%;
        position: relative;
        background: url(../imgs/pc/in2022m.png) no-repeat center;
        background-size: cover;
        min-height: 820px;
        margin-top: 50px;
		background-position: bottom;
    }
    .safewidth {
        width: 100%;
        padding: 0 15px;
    }
    .content1 .title {
        width: 100%;
        color: #fff;
        margin: 0 auto;
    }
    .title h6 {
        font-size: 8vw;
        letter-spacing: 5px;
    }
    .title h2 {
        font-size: 10vw;
    }
    .introduc {
        width: 100%;
        padding: 30px 15px;
    }
    .introduc img {
        width: 130px;
        height: 56px;
    }
}