.probar {
    width: 70%;
    height: 8vw;
    background: #fff;
    border-radius: 10px;
    position: relative;
    margin: -4vw auto 0 auto;
    z-index: 10;
    text-align: center;
    font-size: 0;
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.noban .probar {
    margin: 0 auto;
}
.probar a {
    display: inline-block;
    line-height: 8vw;
    font-size: 1rem;
    color: #666;
}
.probar a .svg {
    display: inline-block;
    vertical-align: middle;
    height: 3vw;
    width: auto;
    margin-right: 10px;
}
.probar a .svg path {
    fill: #d7ccbf;
}
.probar a.on, .probar a:hover {
    color: #b4926a;
    font-weight: bold;
}
.probar a.on .svg path, .probar a:hover .svg path {
    fill: #b4926a;
}

.prosection {
    width: 70%;
	margin: 0 auto;
}

.protj {
    margin-top: 3.5vw;
    height: auto;
    overflow: hidden;
    float: left;
    position: relative;
}
.protj img {
    display: block;
    width: 100%;
    height: auto;
}
.tj0, .tj3 {
    width: 100%;
}
.tj1, .tj2 {
    width: 45%;
}
.tj2 {
    margin-left: 10%;
}
.tjt {
    height: auto;
    overflow: hidden;
}
.tjt0 {
    width: 50%;
    float: left;
    margin-top: 2vw;
}
.tjt1, .tjt2 {
    width: 100%;
    margin-top: 6vw;
}
.tjt2 {
    margin-top: 2vw;
}
.tjt3 {
    width: 45%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    text-align: right;
    padding: 3vw 2vw 0 2vw;
}
.tjt span {
    display: block;
    font-size: 3rem;
    font-weight: bold;
    line-height: 150%;
}
.tjt span:nth-child(2) {
    color: #dfdfdf;
}
.tjt span:nth-child(3) {
    padding-bottom: 30px;
    background: url(/static/images/ryb.png) left bottom no-repeat;
}
.tjt3 span:nth-child(3) {
    background: url(/static/images/ryb.png) right bottom no-repeat;
}
.tjt3 span:nth-child(1) {
    color: #fff;
}
.tjp0 {
    width: 45%;
    height: auto;
    overflow: hidden;
    float: right;
}
.tjp1, .tjp2 {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.tjp2 {
    margin-top: 3vw;
}
.tjp3 {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.protj:hover .tjt span:nth-child(1) {
    color: #b4926a;
}
.protj:hover .tjt span:nth-child(2) {
    color: #b4926a;
    opacity: .3;
}

.secbar_pro {
    text-align: center;
    margin-top: 1vw;
}

.probox, .probox2 {
    margin-top: 2vw;
    height: auto;
    overflow: visible;
}
.probox2 {
    margin-top: 1vw;
}
.probox::after, .probox2::after {
    content: '';
    display: block;
    clear: both;
}
.probox a {
    display: block;
    float: left;
    width: 31%;
    height: 22vw;
    margin-left: 3.5%;
    margin-bottom: 30px;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    position: relative;
}
.probox2 a {
    display: block;
    float: left;
    width: 48%;
    height: 22vw;
    margin-left: 4%;
    overflow: hidden;
}
.probox a:nth-child(3n+1) {
    margin-left: 0;
}
.probox2 a:nth-child(odd) {
    margin-left: 0;
}
.probox a p, .probox2 a p {
    display: block;
    width: 100%;
    height: calc(100% - 80px);
    overflow: hidden;
}
.probox a span, .probox2 a span {
    display: block;
    line-height: 70px;
    text-align: center;
    font-size: 1.125rem;
}
.probox a::after {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #b4926a;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 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;
    opacity: 0;
}
.probox a:hover {
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.probox a:hover::after {
    opacity: .7;
}

.propos {
    width: 70%;
    height: auto;
    margin: 1vw auto 0 auto;
    font-size: 0.875rem;
    color: #999;
    padding-left: 10px;
}
.propos a {
    color: #999;
}
.propos a:hover {
    text-decoration: underline;
}
.proview {
    width: 70%;
    height: auto;
    margin: 1vw auto 2vw auto;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
}
.dalislide.proslide {
    width: 50%;
    height: 30vw;
    margin: 40px;
    margin-bottom: 0;
    padding-bottom: 50px;
    float: left;
}

.dalislide.proslide .slidep.cover li img {
    object-fit: contain;
}
.dalislide.proslide .slideb em {
	background: rgba(0, 0, 0, .2);
}
.dalislide.proslide .slideb em.on {
	background: #666;
}
.proslide .slideleft, .proslide .slideright {
	display: none;
}

.prodes {
    width: calc(50% - 100px);
    height: auto;
    overflow: hidden;
    float: right;
}
.proviewt {
    margin-top: 5vw;
    height: auto;
    overflow: hidden;
}
.proviewt.t2 {
    margin-top: 0;
}
.proviewt span {
    display: block;
    line-height: 150%;
    font-size: 2rem;
}
.proviewt span:nth-child(1) {
    margin-right: 15px;
    color: #999;
}
.proviewt span:nth-child(2) {
    font-weight: bold;
    color: #666;
}
.proviewc {
    height: auto;
    overflow: hidden;
    margin-top: 1.5vw;
    padding-top: 1.5vw;
    border-top: 1px solid #999;
}
.proviewc span {
    display: block;
    width: 100%;
    /* min-width: 48%;
    margin-right: 2%;
    max-width: 98%;
    float: left; */
    height: auto;
    overflow: hidden;
    font-size: 1.125rem;
    line-height: 160%;
    margin-top: 15px;
    color: #666;
}

.readleft {
    width: 36%;
    height: auto;
    overflow: hidden;
    float: left;
    padding: 2.5vw 0 2.5vw 2.5vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.readleft.fixed {
    position: fixed;
    z-index: 100;
}
.dalislide.slide2 {
    width: 100%;
    height: 21vw;
    padding-bottom: 50px;
    margin-top: 1vw;
}

.dalislide.slide2 .slidep.cover li img {
    object-fit: contain;
}
.dalislide.slide2 .slideb em {
	background: rgba(0, 0, 0, .2);
}
.dalislide.slide2 .slideb em.on {
	background: #666;
}

.readright {
    width: 60%;
    height: auto;
    padding: 2.5vw;
    overflow: hidden;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.readpro {
    width: 30%;
    height: auto;
    overflow: hidden;
    float: left;
    background: #fff;
    padding-left: 5%;
    margin: 30px 0;
}
.readpro a {
    display: block;
    height: auto;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}
.readpro a:nth-last-child(1) {
    border-bottom: 0;
}
.readpro a img {
    width: calc(40% - 30px);
    height: 150px;
    display: block;
    object-fit: contain;
    float: left;
}
.readpro a span {
    display: block;
    width: 60%;
    height: auto;
    float: right;
    overflow: hidden;
    line-height: 150%;
    font-size: 0.875rem;
}
.readpro a span.t1 {
    font-size: 1.1rem;
    font-weight: bold;
}
.readpro a span.t2 {
    font-weight: bold;
    font-size: 1rem;
}
.readpro a span.t3 {
    color: #999;
    margin-top: 5px;
}

.readvod {
    width: 100%;
    height: auto;
}
.readcont {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 1rem;
    line-height: 180%;
    background: #fff;
}
.readcont img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 1680px) {
	.probar, .proview, .propos {
        width: 80%;
    }
}