img.bgp {
    display: block;
    width: 100%;
    height: auto;
}
.jzbox {
    width: 37%;
    height: auto;
    overflow: hidden;
    position: absolute;
    left: 7%;
    top: 5vw;
}
.t1 {
    font-size: 1.25rem;
    color: #0b4994;
    font-weight: bold;
}
.t2 {
    font-size: 2.375rem;
    color: #0b4994;
    line-height: 120%;
    margin-top: 15px;
}
.c1 {
    margin-top: 30px;
    font-size: 1rem;
    color: #0b4994;
    line-height: 180%;
}
.jzico {
    position: absolute;
    left: 7%;
    bottom: 80px;
}
.jzico img {
    display: block;
}
.jst {
    margin: 5vw 0 0 7%;
    height: auto;
    overflow: hidden;
}
.jst span {
    display: block;
    line-height: 120%;
}
.jst span:nth-child(1) {
    font-size: 3.3rem;
}
.jst span:nth-child(2) {
    font-size: 1.125rem;
    color: #999;
    margin-top: 20px;
}
.jsbar {
    height: 70px;
    text-align: center;
    font-size: 0;
    margin-top: 40px;
}
.jsbar span {
    display: inline-block;
    line-height: 45px;
    margin: 0 15px;
    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: 36vw;
    overflow: hidden;
    background-color: #9bbed7;
    white-space: normal;
}
.jsp {
    display: block;
    width: 50%;
    height: 100%;
    float: left;
}
.jsc {
    width: 50%;
    height: 100%;
    overflow: auto;
    float: right;
    color: #fff;
}
.jsc1 {
    margin: 4vw 0 0 5vw;
    font-size: 2.375rem;
    line-height: 120%;
}
.jsc2 {
    margin: 20px 0 0 5vw;
    font-size: 1.25rem;
}
.jsc3 {
    margin: 30px 5vw 0 5vw;
    font-size: 1rem;
    line-height: 180%;
    height: 30%;
}
.jsd {
    margin-left: 5vw;
    height: auto;
    overflow: hidden;
}
.jsdi {
    width: 20%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-top: 20px;
}
.jsdi img {
    width: 70px;
    height: 40px;
    display: block;
    object-fit: contain;
    margin: 0 auto;
}
.jsdi span {
    display: block;
    font-size: 1rem;
    text-align: center;
    line-height: 150%;
    height: 3rem;
    margin-top: 20px;
    overflow: hidden;
}

.prosection {
    background: #91b8d3;
    padding: 60px 0;
}
.prot {
    height: auto;
    overflow: hidden;
    margin: 0 7%;
}
.prot span {
    display: block;
    color: #fff;
    line-height: 120%;
}
.prot span:nth-child(1) {
    font-size: 3.3rem;
    float: left;
}
.prot span:nth-child(2) {
    font-size: 0.875rem;
    float: right;
    margin-top: 80px;
}

.scrollbox {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #91b8d3;
    padding: 0 0 4vw 7%;
}
.scrollu {
    width: 100%;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
    margin-top: 30px;
}
.scrollu li {
    display: inline-block;
    width: 44%;
    height: auto;
    margin-right: 50px;
    overflow: hidden;
    vertical-align: top;
}
.scrollu li a {
    display: block;
    width: 100%;
    height: auto;
}
.scrollu li a p {
    display: block;
    width: 100%;
    height: 23vw;
    overflow: hidden;
    position: relative;
}
.scrollu li a span {
    display: block;
    line-height: 150%;
    color: #fff;
}
.scrollu li a span:nth-child(2) {
    margin-top: 20px;
    font-size: 1.25rem;
    font-weight: bold;
}
.scrollu li a span:nth-child(3) {
    margin-top: 20px;
    font-size: 1rem;
}
a.fullmore {
    width: 150px;
    line-height: 30px;
    font-size: 1rem;
    color: #fff;
    display: block;
    margin-top: 3vw;
}

@media screen and (max-width: 1680px) {
	.t1 {
        font-size: 1.125rem;
    }
    .t2 {
        font-size: 2rem;
    }
    .c1 {
        font-size: 0.875rem;
    }
    .jzico img {
        height: 50px;
    }
    .jst {
        margin: 4vw 0 0 7%;
    }
    .jst span:nth-child(1) {
        font-size: 3rem;
    }
    .jsbar {
        height: 60px;
        margin-top: 30px;
    }
    .jsbar span {
        font-size: 1rem;
    }
    .jsc1 {
        font-size: 2rem;
    }
    .jsc2 {
        font-size: 1.125rem;
    }
    .jsdi img {
        width: 60px;
        height: 30px;
    }
    .jsdi span {
        font-size: 0.875rem;
        height: 2.5rem;
    }
    .prot span:nth-child(1) {
        font-size: 3rem;
    }
}

@media screen and (max-width: 1440px) {
	
}

@media screen and (max-width: 1280px) {
	
}
