.maint {
    margin: 5vw 7% 0 7%;
    height: auto;
    overflow: hidden;
}
.maint span {
    display: block;
}
.t1 {
    font-size: 3.3rem;
    line-height: 120%;
    color: #0b4994;
}
.t2 {
    font-size: 1.25rem;
    margin: 20px 0;
    color: #666;
    line-height: 120%;
    font-weight: bold;
}
.t3 {
    width: 36%;
    font-size: 1rem;
    line-height: 160%;
    color: #666;
    float: right;
}
img.jdp {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 5vw;
}

.jsbar {
    height: 70px;
    text-align: center;
    font-size: 0;
    margin-top: 50px;
}
.jsbar span {
    display: inline-block;
    line-height: 45px;
    margin: 0 20px;
    font-size: 1.125rem;
    color: #666;
    position: relative;
    cursor: pointer;
}
.jsbar span::after {
    content: '';
    width: 0;
    height: 3px;
    background: #0b4994;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.jsbar span.on::after {
    width: 100%;
}
.jsbar span:hover, .jsbar span.on {
    color: #0b4994;
}
.jsrow {
    width: 100%;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
}
.jsbox {
    display: inline-block;
    width: 100vw;
    height: 37vw;
    overflow: hidden;
    background-color: #9bbed7;
    white-space: normal;
}
.jsp {
    display: block;
    width: 62%;
    height: 100%;
    float: right;
}
.jsc {
    width: 38%;
    height: 100%;
    overflow: auto;
    float: left;
    color: #fff;
    position: relative;
}
.jsc1 {
    margin: 6vw 0 0 5vw;
    font-size: 1.25rem;
    line-height: 120%;
}
.jsc2 {
    margin: 10px 0 0 5vw;
    font-size: 3.3rem;
}
.jsc3 {
    margin: 40px 8vw 0 5vw;
    font-size: 1rem;
    line-height: 180%;
    height: 30%;
}
.jsd {
    position: absolute;
    left: 5vw;
    bottom: 20%;
    height: auto;
    overflow: hidden;
}

.mdseek, .mdlist {
    width: 72%;
    height: auto;
    overflow: hidden;
    margin: 60px auto;
}
.mdlist {
    padding: 20px;
}
.mdseek select {
    display: block;
    width: calc(50% - 10px);
    height: 65px;
    border: 1px solid #666;
    padding: 0 30px;
    font-size: 1rem;
    line-height: 60px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mdseek select:nth-child(2) {
    float: right;
}
.mdli {
    width: 32%;
    height: 14vw;
    background: #f9f9f9;
    float: left;
    margin: 0 0 20px 2%;
    position: relative;

}
.mdli:nth-child(3n+1) {
    margin-left: 0;
}
.mdli span {
    display: block;
    line-height: 180%;
}
.mdli span:nth-child(1) {
    font-size: 1.375rem;
    height: 60px;
    margin: 2vw 0 0 1.5vw;
}
.mdli span:nth-child(2) {
    font-size: 1rem;
    margin: 20px 20px 0 1.5vw;
}
.mdli:hover, .mdli.on {
    background: #9bbed7;
    color: #fff;
}
.mdtips {
    line-height: 200px;
    font-size: 1.25rem;
    text-align: center;
    color: #999;
}

@media screen and (max-width: 1680px) {
	.maint {
        margin: 5vw 6% 0 6%;
    }
    .t1 {
        font-size: 3rem;
    }
    .t2 {
        font-size: 1.125rem;
    }
    .t3 {
        width: 38%;
    }
    .jsc2 {
        font-size: 3rem;
    }
    .jsc3 {
        margin: 40px 7vw 0 5vw;
    }
    .jsd {
        bottom: 18%;
    }
    .mdseek, .mdlist {
        width: 80%;
        margin: 50px auto;
    }
}

@media screen and (max-width: 1440px) {
	
}

@media screen and (max-width: 1280px) {
	
}