main{
	margin-top: -608px;
    padding-bottom: 90px;
    background: url(../images/logos/jy-bg-b.jpg) bottom / cover no-repeat;
    background-size: 1920px 604px;
}
.jy-contact-us{
    border-radius: 4px;
    overflow: hidden;
    padding-top: 90px;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
}
.jy-contact-us-box{
    display: flex;
    max-width: 1340px;
    height: 460px;
    margin: 0 auto;
    border-radius: 10px;
}
.jy-contact-us h2{
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 60px;
    margin-top: 0;
    letter-spacing: 0;
    font-family: PingFangSC-Semibold;
}
 /* 左侧区域样式 */
.left-section {
    width: 740px;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    padding-top: 80px;
    padding-left: 63px;
    box-sizing: border-box;
}

.jy-contact-us-box .title{
    font-size: 30px;
    color: #000;
    margin-bottom: 34px;
    text-align: left;
}

.address {
    display: flex;
    align-items: center;
    margin-bottom: 90px;
    font-size: 24px;
    color: #000;
}

.address img {
    width: 20px;
    height: 25px;
    margin-right: 36px;
}

/* 联系人信息样式 */
.contacts {
    display: flex;
}

.contact-item {
    display: flex;
    flex-direction: column;
}

.contact-name {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 500;
}

.phone-number {
    font-size: 24px;
    color: #000;
    text-align: left;
}
.phone-number img{
    width: 20px;
    height: 23px;
    margin-right: 18px;
}
.driver{
    width: 1px;
    height: 70px;
    background: #979797;
    margin:0 50px ;
}
/* 右侧区域样式 */
.right-section {
    width: 600px;
    background-image:url(../images/contact-us/contact-bg.jpg) ;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.wechat-text {
    font-size: 30px;
    color: #fff;
    margin-bottom: 36px;
    letter-spacing: 2px;
    font-family: PingFangSC-Medium;
}

.qrcode {
    width: 215px;
    height: 215px;
    margin: 0 auto;
    display: block;
	border-radius: 6px;
}
.jy-find-us{
    border-radius: 4px;
    overflow: hidden;
    padding-top: 60px;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
}
.jy-find-us h2{
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 60px;
    margin-top: 0;
    letter-spacing: 0;
    font-family: PingFangSC-Semibold;
}
.jy-find-us img{
    width: 1340px;
    height: 460px;
}