@charset "utf-8";
.banner {
    height: 85px;
    background: #111;
}
.pagePath {
    margin-bottom: 90px;
}
.main {
    padding-bottom: 100px;
}
.main h2 {
    margin-bottom: 46px;
}
.main .inner {
    margin-left: -320px;
}
.main .inner .map {
    float: left;
}
.main .inner .map img {
    width: 955px;
}
.main .inner form {
    padding: 25px 40px;
    width: 465px;
    height: 438px;
    float: right;
    box-sizing: border-box;
    background: #000;
}
.main .inner form ul {
    margin-bottom: 40px;
}
.main .inner form li {
    margin-bottom: 10px;
    border-bottom: 1px solid #333;
}
.main .inner form li input {
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    border: none;
    background: none;
}
.main .inner form li textarea {
    width: 100%;
    height: 160px;
    margin: 0;
    padding: 16px 0 0;
    color: #fff;
    font-size: 18px;
    border: none;
    background: none;
    resize: none;
}
.main .inner form .btn a {
    display: block;
    color: #2a2a2a;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    background: #fff;
}
.main .inner form .btn a:hover {
    opacity: 0.9;
}
.main .joinBox {
    padding: 25px 0 25px 40px;
    width: 465px;
    height: 438px;
    float: right;
    box-sizing: border-box;
}
.main .joinBox dl {
     color: #2a2a2a;
}
.main .joinBox dt {
    margin-bottom: 8px;
    font-size: 30px;
}
.main .joinBox dd {
    margin-bottom: 40px;
    padding-bottom: 40px;
    line-height: 1.65;
    border-bottom: 1px solid #F0F0F0;
}
.main .info {
    padding: 100px 0 0;
}
.main .info dl {
    color: #2a2a2a;
}
.main .info dt {
    margin-bottom: 8px;
    font-size: 30px;
}
.main .info dd {
    margin-bottom: 40px;
    padding-bottom: 40px;
    line-height: 1.65;
    border-bottom: 1px solid #F0F0F0;
}
.main .info dd:last-child {
    margin-bottom: 0 !important;
}
.main .info dd a {
    color: #2a2a2a;
}
.main .info dd a:hover {
    text-decoration: underline;
}

/* 英文版 */
.enBody .pagePath {
    margin-bottom: 135px;
}
.enBody .main h2 {
    margin-bottom: 51px;
}
.enBody .main .info dt {
    margin-bottom: 20px;
}
.enBody .main .info dd {
    margin-bottom: 49px;
    padding-bottom: 61px;
    line-height: 1.3;
}

@media all and (min-width: 1000px) and (max-width: 1360px) {
    .main .inner {
        margin-left: 0;
        padding-right: 465px;
        position: relative;
    }
    .main .inner form {
        position: absolute;
        float: none;
        right: 0;
        top: 0;
    }
    .main .inner .map img {
        display: none !important;
    }
    .main .inner .map {
        float: none;
        height: 520px;
        background: url(../images/contact/map.jpg) no-repeat center top;
    }
}

@media all and (min-width: 0) and (max-width: 768px) {
    .banner {
        height: 50px !important;
        background: #111 !important;
    }
    .main {
        padding-top: 43px;
        padding-bottom: 36px;
    }
    .main h2 {
        margin-bottom: 23px;
        text-align: center;
    }
    .main .inner {
        margin: 0;
    }
    .main .inner .map {
        margin: 0 0 38px -15px;
        float: none;
    }
    .main .inner form {
        padding: 0;
        width: auto;
        height: auto;
        float: none;
        background: none;
    }
    .main .inner form ul {
        margin-bottom: 19px;
    }
    .main .inner form li {
        margin-bottom: 9px;
    }
    .main .inner form li input {
        padding: 0 6px;
        height: 26px;
        color: #111;
        font-size: 12px;
        line-height: 26px;
    }
    .main .inner form li textarea {
        padding: 6px;
        height: 117px;
        color: #111;
        font-size: 12px;
        line-height: 1.5;
    }
    .main .inner form .btn a {
        opacity: 1 !important;
        color: #fff;
        font-size: 18px;
        line-height: 35px;
        background: #111;
    }
    .main .joinBox {
        width: auto;
        height: auto;
        float: none;
         padding: 0;
    }
    .main .joinBox dt {
        margin-bottom: 9px;
        font-size: 18px;        
    }
    .main .joinBox dd {
        margin-bottom: 25px;
        padding-bottom: 26px;
        font-size: 12px;
    }
    .main .info {
        padding-top: 0;
    }
    .main .info dt {
        margin-bottom: 9px;
        font-size: 18px;
    }
    .main .info dd {
        margin-bottom: 25px;
        padding-bottom: 26px;
        font-size: 12px;
    }

    .enBody .main {
        padding-top: 37px;
    }
    .enBody .main h2 {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .enBody .main .info dt {
        margin-bottom: 9px;
    }
    .enBody .main .info dd {
        margin-bottom: 25px;
        padding-bottom: 26px;
        padding-right: 10px;
        line-height: 1.7;
    }
}