/* Page Flash */
.flash { position: relative;}
.flash img { width: 100%;}
.focus { position: absolute; left: 0; bottom: 0;}


/* Page Contact */
.lx-tx { font-size: 16px; letter-spacing: .75px; line-height: 36px; text-align: center;}
.lx-tx h1 { font-family: 'OPPOSans-Bold'; font-size: 36px; font-weight: normal; color: #333; margin: 99px 0 39px;}
.lx-tx p:nth-child(n+2) { margin-top: 5px;}
.lx-ls { padding: 77px 0 125px; position: relative;}
.lx-ls ul { flex-wrap: wrap;}
.lx-ls ul li { display: block; width: 33.333333%; height: 265px; color: #333; text-align: center; padding: 50px 10px 0; border-top: 1px solid #f5f5f5; border-left: 1px solid #f5f5f5; cursor: pointer;}
.lx-ls ul li:nth-child(n+4) { border-bottom: 1px solid #f5f5f5;}
.lx-ls ul li:nth-child(3n) { border-right: 1px solid #f5f5f5;}
.lx-ls ul li img { width: 80px;}
.lx-ls ul li h3 { font-family: 'OPPOSans-Bold'; font-size: 18px; font-weight: normal; letter-spacing: .75px; margin: 26px 0 9px;}
.lx-ls ul li p { font-size: 16px; color: #666;}
.ms-bg a { display: block;}
.ms-bg a img { width: 100%;}
.ms-bg a img:last-child { display: none;}

@media screen and ( max-width: 1440px ) {
    .lx-tx { font-size: 14px; line-height: 30px;}
    .lx-tx h1 { font-size: 30px; margin-top: 84px;}
    .lx-ls { padding: 68px 0 100px;}
}
@media screen and ( max-width: 1024px ) {
    .lx-tx { letter-spacing: .25px;}
    .lx-tx h1 { margin: 50px 0 31px;}
    .lx-ls { padding: 44px 0 65px;}
    .lx-ls ul li { height: 235px; padding: 35px 10px 0;}
    .lx-ls ul li img { width: 70px;}
    .lx-ls ul li h3 { font-size: 16px; margin: 22px 0 10px;}
    .lx-ls ul li p { font-size: 14px; line-height: 20px;}
    .lx-ls ul li:nth-child(n+5) p { font-size: 13px;}
}
@media screen and ( max-width: 800px ) {
    .lx-tx { text-align: left;}
    .lx-ls ul li { width: 50%; height: 220px;}
    .lx-ls ul li:nth-child(3n) { border-right: none;}
    .lx-ls ul li:nth-child(4) { border-bottom: none;}
    .lx-ls ul li:nth-child(2n) { border-right: 1px solid #f5f5f5;}
}
@media screen and ( max-width: 640px ) {
    .lx-ls ul li { height: 205px; padding: 30px 10px 0;}
    .lx-ls ul li img { width: 60px;}
}
@media screen and ( max-width: 480px ) {
    .lx-tx { line-height: 28px;}
    .lx-tx h1 { font-size: 24px; margin: 33px 0 19px;}
    .lx-tx p:nth-child(n+2) { margin-top: 10px;}
    .lx-ls { padding: 34px 0 40px;}
    .lx-ls ul li { height: 173px; padding: 25px 10px 0;}
    .lx-ls ul li img { width: 50px;}
    .lx-ls ul li h3 { font-size: 14px; margin: 17px 0 5px;}
    .lx-ls ul li p { font-size: 12px; line-height: 20px;}
    .lx-ls ul li:nth-child(n+4) p { font-size: 12px;}
    .ms-bg a img:first-child { display: none;}
    .ms-bg a img:last-child { display: block;}
}


/* Page News */
.xw-bg { padding: 3.925% 0; background-color: #f5f5f5;}
.xw-ls { flex-wrap: wrap;}
.xw-ls a { display: block; width: 48%; background-color: #fff; padding: 1.475vw 1.575vw; -webkit-transition: all .3s ease; transition: all .3s ease;}
.xw-ls a:nth-child(n+3) { margin-top: 4%;}
.xw-ls a:hover { background-color: #094098;}
.xw-ls a h4 { font-size: 14px; font-weight: normal; color: #a0a0a0; -webkit-transition: all .3s ease; transition: all .3s ease;}
.xw-ls a h3 { font-family: 'OPPOSans-Bold'; font-size: 24px; font-weight: normal; color: #333; margin: 28px 0 38px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; -webkit-transition: all .3s ease; transition: all .3s ease;}
.xw-ls a p { font-size: 15px; color: #666; line-height: 30px; -webkit-transition: all .3s ease; transition: all .3s ease;}
.xw-ls a:hover h4, .xw-ls a:hover h3, .xw-ls a:hover p { color: #fff;}

.xw-bj { padding: 3.625% 0 3.925%;}
.xw-nm {  font-family: 'OPPOSans-Bold'; font-size: 36px; font-weight: normal; color: #333; letter-spacing: .75px; text-align: center;}
.xw-in { font-size: 14px; color: #a0a0a0; text-align: center; margin-top: 15px;}
.xw-in span { margin: 0 10px;}
.xw-js { font-size: 14px; color: #666; line-height: 30px; margin-top: 54px;}
.xw-js img { max-width: 80%;}
.xw-js strong {  font-family: 'OPPOSans-Bold'; font-weight: normal; color: #333;}
.xw-xy { margin-top: 50px;}
.xw-xy a { display: block; font-size: 16px; color: #999; line-height: 30px; cursor: pointer; -webkit-transition: all .3s ease; transition: all .3s ease;}
.xw-xy a:hover { color: #094098;}

@media screen and (max-width: 1920px) {
    .xw-bg { padding: 5.25% 0;}
    .xw-bj { padding: 4.85% 0 5.25%;}
}
@media screen and (max-width: 1440px) {
    .xw-ls a h4 { font-size: 13px;}
    .xw-ls a h3 { font-size: 20px;}
    .xw-ls a p { font-size: 14px;}
    .xw-nm { font-size: 30px;}
}
@media screen and (max-width: 1024px) {
    .xw-ls a { padding: 20px;}
    .xw-ls a h4 { font-size: 12px;}
    .xw-ls a h3 { font-size: 16px; margin: 14px 0 20px;}
    .xw-ls a p { font-size: 13px; line-height: 24px;}
    .xw-js { margin-top: 39px;}
    .xw-xy { margin-top: 34px;}
    .xw-xy a { font-size: 14px;}
}
@media screen and (max-width: 640px) {
    .xw-ls a { width: 100%;}
	.xw-ls a:nth-child(n+2) { margin-top: 3.5%;}
    .xw-ls a h3 { white-space: inherit; line-height: 24px; margin: 10px 0 16px;}
    .xw-nm { font-size: 24px;}
}
@media screen and (max-width: 480px) {
    .xw-bg { padding: 21px 0 31px;}
    .xw-js { margin-top: 29px;}
    .xw-xy { margin-top: 24px; flex-wrap: wrap;}
    .xw-xy a { width: 100%;}
}


/* Page Page */
.flip { display: table; margin: 5.35% auto 0; clear: both;}
.flip a { display: block; float: left; line-height: 38px; padding: 0 15px; margin: 0 5px; background-color: #fff; cursor: pointer; -webkit-transition: all .3s ease; transition: all .3s ease;}
.flip a:hover { color: #fff; background-color: #dc772c;}
.flip a.pgNt { color: #dc772c;}
.flip a.pgNt:hover { color: #fff;}
.flip a.pgCn { padding: 0 10px;}
.flip a.pgJt { font-family: "SimSun", "NSimSun", "FangSong"; color: #a0a0a0;}

@media screen and ( max-width: 480px ) {
    .flip { margin-top:27px;}
    .flip a { line-height: 30px; padding: 0 10px; margin: 3px;}
    .flip a.pgCn { padding: 0 6px;}
}


/* Page Service */
.fw-bg { background-color: #fff; padding: 99px 0 125px; position: relative;}
.gallery-top { margin-top: 74px;}
.swiper-slide { background-color: #000; cursor: pointer; position: relative;}
.swiper-slide img { width: 100%;}
.swiper-slide h2 { position: absolute; left: 0; bottom: 0; width: 100%; font-family: 'OPPOSans-Bold'; font-size: 30px; font-weight: normal; color: #fff; text-align: center; line-height: 80px;}
.gallery-thumbs { margin-top: 0;}
.gallery-thumbs .swiper-slide { position: relative;}
.gallery-thumbs .swiper-slide-thumb-active:after { position: absolute; left: 0; bottom: 0; content: ''; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .25);}
:root{ --swiper-navigation-size: 0;}
.swiper-button-prev, .swiper-button-next { width: 50px; height: 50px; background-color: rgba(0,0,0,.25); background-repeat: no-repeat; background-position: center; background-size: 18px 14px; border-radius: 50%; margin-top: -25px; -webkit-transition: all .3s ease; transition: all .3s ease;}
.swiper-button-prev:hover, .swiper-button-next:hover { background-color: rgba(227, 120, 37, .85);}
.swiper-button-prev { background-image: url(../Images/jt01.png);}
.swiper-button-next { background-image: url(../Images/jt02.png);}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next { left: 15px;}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after { content: '';}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev { right: 15px;}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after { content: '';}

@media screen and ( max-width: 1440px ) { 
    .fw-bg { padding: 84px 0 100px;}
	.gallery-top { margin-top: 66px;}
}
@media screen and ( max-width: 1024px ) { 
	.fw-bg { padding: 49px 0 65px;}
    .gallery-top { margin-top: 33px;}
    .swiper-slide h2 { font-size: 24px; line-height: 60px;}
    .swiper-button-prev, .swiper-button-next { width: 32px; height: 32px; background-size: 12px 9px; margin-top: -16px;}
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next { left: 10px;}
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev { right: 10px;}
}
@media screen and ( max-width: 640px ) { 
	.fw-bg { padding: 35px 0 40px;}
    .gallery-top { margin-top: 24px;}
    .swiper-slide h2 { font-size: 18px; line-height: 50px;}
    .swiper-button-prev, .swiper-button-next { width: 30px; height: 30px; background-size: 10px 8px; margin-top: -15px;}
}


/* Page About */
.gs-bg { background-color: #fff; padding: 87px 0 125px; position: relative;}
.gs-bg dl p { font-size: 25px; color: #333; line-height: 48px;}
.gs-bg dl p:nth-child(n+2) { margin-top: 35px;}
.gs-bg ul { flex-wrap: wrap; margin-top: 65px;}
.gs-bg ul li { width: 48.8575%; position: relative;}
.gs-bg ul li:nth-child(3) { width: 100%; margin-top: 2.285%;}
.gs-bg ul li img { width: 100%;}
.gs-bg ul li h3 { position: absolute; right: 0; bottom: 0; background-color: rgba(227, 120, 37, .75); font-size: 25px; font-weight: normal; color: #fff; padding: 5px 15px;}

@media screen and (max-width: 1440px) { 
    .gs-bg { padding: 75px 0 100px;}
    .gs-bg dl p { font-size: 20px; line-height: 38px;}
    .gs-bg dl p:nth-child(n+2) { margin-top: 25px;}
    .gs-bg ul { margin-top: 50px;}
    .gs-bg ul li h3 { font-size: 20px;}
}
@media screen and (max-width: 1024px) {
    .gs-bg { padding: 42px 0 65px;}
    .gs-bg dl p { font-size: 16px; line-height: 30px;}
    .gs-bg dl p:nth-child(n+2) { margin-top: 20px;}
    .gs-bg ul { margin-top: 40px;}
    .gs-bg ul li h3 { font-size: 16px;}
}
@media screen and (max-width: 640px) { 
    .gs-bg { padding: 28px 0 40px;}
    .gs-bg dl p { font-size: 14px; line-height: 26px;}
    .gs-bg dl p:nth-child(n+2) { margin-top: 15px;}
    .gs-bg ul { margin-top: 30px;}
    .gs-bg ul li h3 { font-size: 14px; padding: 5px 10px;}
}


/* Page Strength */
.sc-bg { background: url(../Images/scBg.jpg) no-repeat center; background-size: cover; padding: 99px 0 3.425vw; position: relative;}
.ny-bt h1 { font-family: 'OPPOSans-Bold'; font-size: 48px; font-weight: normal; color: #094098; margin-bottom: 27px;}
.ny-bt p { font-size: 25px; color: #333; line-height: 48px;}
.sc-bg .sc-ig { margin-top: 3.825vw;}
.sc-bg .sc-ig img { width: 100%;}
.sc-bg .sc-ig img:nth-child(2) { display: none;}

@media screen and (max-width: 1440px) { 
    .sc-bg { padding: 84px 0 3.425vw;}
    .ny-bt h1 { font-size: 38px; margin-bottom: 28px;}
    .ny-bt p { font-size: 20px; line-height: 38px;}
}
@media screen and (max-width: 1024px) { 
    .sc-bg { padding: 49px 0 75px;}
    .ny-bt h1 { font-size: 30px; margin-bottom: 16px;}
    .ny-bt p { font-size: 16px; line-height: 30px;}
    .sc-bg .sc-ig { margin: 59px 15px 0;}
    .sc-bg .sc-ig img:nth-child(2) { display: block;}
    .sc-bg .sc-ig img:nth-child(1) { display: none;}
}
@media screen and (max-width: 640px) { 
    .sc-bg { padding: 35px 0 40px;}
    .ny-bt h1 { font-size: 26px; margin-bottom: 18px;}
    .ny-bt p { font-size: 14px; line-height: 26px;}
    .sc-bg .sc-ig { margin: 35px 15px 0;}
}


/* Page Certificate */
.zs-bg { background-color: #fff; padding: 99px 0 96px; position: relative;}
.swiper2 { margin-top: 74px;}
.swiper2 .swiper-slide img { width: 100%;}
.swiper2 .swiper-pagination2 { position: relative; margin-top: 43px;}
.swiper2 .swiper-pagination-bullet { opacity: 0.15; background: #000;}
.swiper2 .swiper-pagination-bullet-active { opacity: 1; background-color: #e37825;}

@media screen and (max-width: 1440px) {
    .zs-bg { padding: 85px 0 81px;}
    .swiper2 { margin-top: 57px;}
    .swiper2 .swiper-pagination2 { margin-top: 33px;}
}
@media screen and (max-width: 1024px) {
    .zs-bg { padding: 49px 0 46px;}
    .swiper2 { margin-top: 34px;}
    .swiper2 .swiper-pagination2 { margin-top: 13px;}
    
}
@media screen and (max-width: 640px) {
    .zs-bg { padding: 34px 0 36px;}
    .swiper2 { margin-top: 24px;}
    .swiper2 .swiper-pagination2 { margin-top: 8px;}
}


/* Page Culture */
.wh-bg { background: url(../Images/whBg.jpg) no-repeat center; background-size: cover; padding: 99px 0 125px; position: relative;}
.wh-bg dl { margin-top: 75px;}
.wh-bg dl dt { width: 47.5%;}
.wh-bg dl dt h3 { font-family: 'OPPOSans-Bold'; font-size: 36px; font-weight: normal; color: #094098; margin-bottom: 17px;}
.wh-bg dl dt p { font-size: 24px; color: #333; line-height: 36px;}
.wh-bg h2 { font-family: 'OPPOSans-Bold'; font-size: 36px; font-weight: normal; color: #094098; margin: 58px 0 30px;}
.wh-bg ul { flex-wrap: wrap;}
.wh-bg ul li { width: 32%; background-color: #fff; padding: 30px 30px 28px;}
.wh-bg ul li:nth-child(n+4) { margin-top: 2%;}
.wh-bg ul li h3 { font-size: 24px; font-weight: normal; color: #333; line-height: 1; margin-bottom: 18px;}
.wh-bg ul li p { font-size: 16px; line-height: 30px;}

@media screen and (max-width: 1440px) {
    .wh-bg { padding: 84px 0 100px;}
    .wh-bg dl { margin-top: 65px;}
    .wh-bg dl dt h3 { font-size: 30px; margin-bottom: 18px;}
    .wh-bg dl dt p { font-size: 20px; line-height: 30px;}
    .wh-bg h2 { font-size: 30px; margin: 55px 0 29px;}
    .wh-bg ul li h3 { font-size: 22px; margin-bottom: 17px;}
    .wh-bg ul li p { font-size: 15px; line-height: 28px;}
}
@media screen and (max-width: 1024px) {
    .wh-bg { padding: 49px 0 65px;}
    .wh-bg dl { margin-top: 53px;}
    .wh-bg dl dt h3 { font-size: 24px; margin-bottom: 11px;}
    .wh-bg dl dt p { font-size: 16px;}
    .wh-bg h2 { font-size: 24px; margin: 43px 0 25px;}
    .wh-bg ul li { width: 48.5%; padding: 21px 20px 20px;}
    .wh-bg ul li:nth-child(n+3) { margin-top: 3%;}
    .wh-bg ul li h3 { font-size: 20px; margin-bottom: 13px;}
    .wh-bg ul li p { font-size: 14px; line-height: 26px;}
}
@media screen and (max-width: 640px) {
    .wh-bg { padding: 35px 0 50px;}
    .wh-bg dl { margin-top: 35px;}
    .wh-bg dl dt h3 { font-size: 22px; margin-bottom: 8px;}
    .wh-bg dl dt p { font-size: 14px; line-height: 26px;}
    .wh-bg h2 { font-size: 22px; margin: 29px 0 20px;}
}
@media screen and (max-width: 480px) {
    .wh-bg ul li { width: 100%;}
    .wh-bg ul li:nth-child(n+2) { margin-top: 20px;}
}


/* Page Sales */
.xs-bg { background-color: #f5f5f5; padding: 99px 0 125px; position: relative;}
.xs-bg .xs-ig { padding: 92px 3.5% 0;}
.xs-bg .xs-ig img { width: 100%;}

@media screen and (max-width: 1440px) {
    .xs-bg { padding: 85px 0 100px;}
    .xs-bg .xs-ig { padding: 88px 3.5% 0;}
}
@media screen and (max-width: 1024px) {
    .xs-bg { padding: 49px 0 65px;}
    .xs-bg .xs-ig { padding: 44px 15px 0;}
}
@media screen and (max-width: 640px) {
    .xs-bg { padding: 35px 0 40px;}
    .xs-bg .xs-ig { padding: 35px 15px 0;}
}


/* Page Future */
.wl-bg { position: relative;}
.wl-bg img { width: 100%;}
.wl-bg .ny-bt { position: absolute; left: 20%; top: 20%; width: 33.5%;}

@media screen and (max-width: 1440px) {
    .wl-bg .ny-bt { left: 7.5%; top: 15%; width: 47.5%;}
}
@media screen and (max-width: 1024px) {
    .wl-bg .ny-bt { width: 52.5%;}
}
@media screen and (max-width: 640px) {
    .wl-bg { background: url(../Images/weilai02.jpg) no-repeat center; background-size: cover; padding: 50px 0 100px;}
    .wl-bg img { display: none;}
    .wl-bg .ny-bt { position: relative; left: 0; top: 0; width: 77%; padding-left: 15px;}
}
@media screen and (max-width: 480px) {
    .wl-bg { padding: 50px 0 100px;}
    .wl-bg .ny-bt { width: 70%;}
}


/* Page Products */
.ps-bg { background-color: #f5f5f5;}
.fl-ls { justify-content: center; flex-wrap: wrap; padding-top: calc(7.15% - 5px);}
.fl-ls a { display: block; font-size: 24px; color: #333; line-height: 58px; padding: 0 30px; margin: 5px 10px; background-color: #fff; border-radius: 35px; -webkit-transition:all .3s ease; transition:all .3s ease;}
.fl-ls a:hover, .fl-ls a.fl { color:#fff; background-color: #094098; border-color: #094098;}
.pr-bg { padding: calc(7.15% - 10px) 0 7.15%;}
.pr-ls { flex-wrap: wrap; justify-content: flex-start;}
.pr-ls a { width: 31%; margin-right: 3.5%; background-color: #fff; -webkit-transition:all .3s ease; transition:all .3s ease;}
.fl-ls02 a { border: 1px solid #f0f0f0;}
.pr-ls a:nth-child(3n) { margin-right: 0;}
.pr-ls a:nth-child(n+4) { margin-top: 3.5%;}
.pr-ls a div { overflow: hidden;}
.pr-ls a div dl { width: 100%; height: 434px; background-repeat: no-repeat; background-position: center; background-size: cover; -webkit-transition: all .5s ease; transition: all .5s ease;}
.pr-ls a:hover div dl { -webkit-transform: scale(1.1);transform: scale(1.1);}
.pr-ls a h3 { font-size: 18px; font-weight: normal; color: #333; text-align: center; height: 50px; line-height: 50px; padding: 0 10px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; -webkit-transition:all .3s ease; transition:all .3s ease;}
.pr-ls a:hover h3 { color: #fff; background-color: #094098;}

.pr-nm { font-size: 48px; color: #333; line-height: 1; text-align: center;}
.pr-ig { margin-top: 50px; text-align: center;}
.pr-ig img{ width:auto !important; max-width:100%; height:auto !important;}
.pr-js { margin-top: 35px; font-size: 16px; line-height: 36px;}
.pr-js img { width: auto !important; max-width: 100%; height: auto !important;}
.pr-xy { margin-top: 7.15%;}
.pr-xy a { display: block; font-size: 16px; border: 1px solid #f0f0f0; padding: 12px 25px; border-radius: 25px; -webkit-transition:all .3s ease; transition:all .3s ease;}
.pr-xy a:hover { color: #fff; background-color: #094098; border-color: #094098;}

@media screen and (max-width: 1440px) { 
    .fl-ls a { font-size: 18px; line-height: 48px; padding: 0 25px;}
    .pr-ls a div dl { height: 416px;}
    .pr-ls a h3 { font-size: 16px; height: 45px; line-height: 45px;}
    .pr-nm { font-size: 36px;}
    .pr-js { font-size: 14px; line-height: 30px;}
    .pr-js { font-size: 14px; line-height: 30px;}
    .pr-xy a { font-size: 14px; padding: 10px 15px;}
}
@media screen and (max-width: 1366px) { 
    .pr-ls a div dl { height: 394px;}
}
@media screen and (max-width: 1280px) { 
    .pr-ls a { width: 31.5%; margin-right: 2.75%;}
    .pr-ls a:nth-child(4n) { margin-right: 2.75%;}
    .pr-ls a:nth-child(3n) { margin-right: 0;}
    .pr-ls a:nth-child(n+4) { margin-top: 2.75%;}
    .pr-ls a div dl { height: 375px;}
}
@media screen and (max-width: 1200px) { 
    .pr-ls a div dl { height: 352px;}
}
@media screen and (max-width: 1100px) { 
    .pr-ls a div dl { height: 322px;}
}
@media screen and (max-width: 1024px) { 
    .fl-ls a { font-size: 16px; line-height: 38px; padding: 0 20px;}
    .pr-ls a div dl { height: 314px;}
    .pr-ls a h3 { font-size: 14px; height: 35px; line-height: 35px;}
    .pr-nm { font-size: 30px;}
    .pr-xy a { padding: 8px 12px;}
}
@media screen and (max-width: 912px) { 
    .pr-ls a div dl { height: 278px;}
}
@media screen and (max-width: 853px) { 
    .pr-ls a div dl { height: 254px;}
}
@media screen and (max-width: 800px) { 
    .pr-ls a div dl { height: 242px;}
}
@media screen and (max-width: 768px) { 
    .pr-ls a div dl { height: 232px;}
}
@media screen and (max-width: 640px) { 
    .pr-ls a { width: 48.5%; margin-right: 3%;}
    .pr-ls a:nth-child(4n) { margin-right: 0;}
    .pr-ls a:nth-child(3n) { margin-right: 3%;}
    .pr-ls a:nth-child(2n) { margin-right: 0;}
    .pr-ls a:nth-child(n+3) { margin-top: 3%;}
    .pr-ls a div dl { height: 294px;}
}
@media screen and (max-width: 540px) { 
    .pr-ls a div dl { height: 244px;}
}
@media screen and (max-width: 480px) { 
    .fl-ls a { line-height: 32px; padding: 0 15px; margin: 5px;}
    .pr-bg { padding: 25px 0 30px;}
    .pr-ls a div dl { height: 218px;}
    .pr-ls a h3 { height: 30px; line-height: 30px;}
    .pr-nm { font-size: 24px;}
    .pr-xy a { padding: 5px 10px;}
}
@media screen and (max-width: 430px) { 
    .pr-ls a div dl { height: 194px;}
}
@media screen and (max-width: 412px) { 
    .pr-ls a div dl { height: 184px;}
}
@media screen and (max-width: 390px) { 
    .pr-ls a div dl { height: 174px;}
}
@media screen and (max-width: 375px) { 
    .pr-ls a div dl { height: 164px;}
}
@media screen and (max-width: 320px) { 
    .pr-ls a div dl { height: 140px;}
}




.ke-zeroborder { border-collapse: collapse; margin-top: 10px;}
.ke-zeroborder tr td { font-size: 14px; line-height: 20px; padding: 10px 15px; border: 1px solid #e5e5e5;}

.jsnm { font-family: 'OPPOSans-Bold'; font-size: 24px; color: #333;}
.jscs { border-collapse: collapse; margin-top: 10px;}
.jscs tr:nth-child(2n+1) { background-color: #f9f9f9;}
.jscs tr:first-child { background-color: #094098; color: #fff;}
.jscs tr td { font-size: 14px; line-height: 20px; padding: 10px; text-align: center; border: 1px solid #e5e5e5;}

@media screen and (max-width: 1024px) { 
    .jscs tr td { font-size: 12px; line-height: 18px; padding: 5px 10px;}
}










