﻿.wrap{background:#fff}
.banner {
    text-align: center;
    background: #e70310;
    padding: 13rem 0 10rem;
    color: #fff;
}
.banner .chTitle {
    font-size: 2.5rem;
    font-family: PingFang Heavy;
}
.banner .engTitle{    
    font-size: 1.25rem; 
    margin: .5rem 0 5rem;
}
.banner .desc {
    font-size: 1.35rem;
    letter-spacing: 5px;
    margin-top: 3rem;
}
.info {
    background: #fff;
    position: relative;
}
.info .content{    
    position: absolute;
    left: 25%;
    top: 18%;
}
.content img{
    width: 28rem;
}
.content p{margin-top:3rem}
.map img{width:100%;}
.map .point {
    position: absolute;
    top: 52%;
    text-align: center;
    left: 64.75%;
    transform: translateX(-50%);
    margin-top: -3rem;
}
.point img{width: 2.5rem;}
.point p{font-size:1.25rem;color:#000}
.address {
    width: 67%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -7%;
    z-index: 1;
    position: relative;
}
.address .item{    
    background: #f6f6f6;
    width: calc(50% - 0.5rem);    
    margin-bottom: 1rem;
    padding: 6rem;
    min-height: 20rem;
}
.item h3 {
    font-family: PingFang Heavy;
    font-size: 1.5rem;
    margin-bottom: 3rem;
}
.section-title {
    font-size: 3rem;
    color: #e70310;
    margin-bottom: 3rem;
}
.desc > p {
    margin-bottom: 2rem;
    line-height: 2;
}
.leave {
    padding: 15rem 0;
}
.online {
    margin-left: 25%;
    display: inline-block;
    width: 15%;
    margin-right: 10%;
}
.form{display:inline-block;vertical-align:top;width:45%;}
.form input {
    width: 30rem;
    padding: 1rem;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    border: 1px solid #ccc;
    display:block
}
.form textarea{resize:none;width:30rem;padding:1rem;font-size:1rem;height:10rem;border:1px solid #ccc}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #ccc;
    font-size: 1rem
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #ccc;
    font-size: 1rem
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #ccc;
    font-size: 1rem
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #ccc;
    font-size: 1rem
} 
.submit {
    display: block;
    border: none;
    background: #e70310;
    color: #fff;
    padding: 1rem 3rem;
    margin-top: 3rem;
    font-size: 1.25rem;
    cursor:pointer;
}
.recruit{margin-top:15rem}
.recruit .online{width:20%;margin-right:5%}
.position-list{
    display:inline-block;
    vertical-align:top;
    width:33%;
}
.position-list>div:first-child p{
    font-size:1.35rem;
    font-weight:bold;
}
.position-list>div:nth-child(odd){
    background:#fafafa;
}
.position-list>div{
    display:flex;
    justify-content:space-between;
    text-align:center;
    padding:1rem 0;
}
.position-list>div p:first-child{width:70%}
.position-list>div p:last-child{width:30%}