 @charset "utf-8";
 @import url("../font/iconfont.css");
* {
    padding: 0;
    margin: 0;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-text-size-adjust: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    color: inherit;
    text-decoration: none;
    color: #4f4f4f;
    cursor: pointer;
}
a:hover, button:hover {
    color: var(--red);
    transition: all .7s ease;
    cursor: pointer
}
a, button {
    transition: all .7s ease;
}
a:hover, button:hover {
    -webkit-filter: brightness(1.15);
    filter: brightness(1.15);
}
:hover {
    transition: all .1s ease
}
a:focus {
    text-decoration: none;
    outline: none;
}
ul, ol, li {
    margin: 0;
    list-style-type: none;
}
body, button, input, select, textarea {
    font-family: Microsoft YaHei, "bahnschrift", tahoma, arial, Hiragino Sans GB, sans-serif;
    font-family: mt, Source Han Sans, Source Han Sans SC, system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif, "bahnschrift";
    /* font-size: 14px;*/
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    color: #4f4f4f;
    border: 0;
    outline: none;
    -webkit-text-size-adjust: none;
    /* -webkit-appearance: none;*/
    background: #fff;
    font-size: 100%;
}
textarea {
    resize: none
}
 a:focus, a:active, button::-moz-focus-inner, input[type='reset']::-moz-focus-inner, input[type='button']::-moz-focus-inner, input[type='submit']::-moz-focus-inner, select::-moz-focus-inner, input[type='file']>input[type='button']::-moz-focus-inner {
 border: 0;
 outline: 0;
}
label {
    font-weight: normal;
    margin-bottom: 0;
}
img {
    vertical-align: middle;
}
b {
    font-weight: 600;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.flex-items {
    display: flex;
    align-items: center;
}
.flex-between {
    display: flex;
    justify-content: space-between
}
.flex-all {
    display: flex;
    align-items: center;
    justify-content: space-between
}
.flex-end {
    display: flex;
    align-items: center;
    justify-content: flex-end
}
.flex-sub {
    flex: 1
}
.flex-warp {
    display: flex;
    flex-wrap: wrap;
}
.image {
    position: relative
}
.image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.row-1 {
    padding-bottom: calc((100% - 0px)/4)
}
.row-2 {
 padding-bottom: calc((100% - 0px)/4*2)
}
.row-3 {
 padding-bottom: calc((100% - 0px)/4*3)
}
.row-4 {
 padding-bottom: calc((100% - 0px)/4*4)
}
.row-5 {
    padding-bottom: calc((100% - 0px)/2.5)
}
.text-xs {
    font-size: 85%;
}
.text-sm {
    font-size: 100%;
}
.text-df {
    font-size: 140%;
}
.text-lg {
    font-size: 180%;
}
.text-xl {
    font-size: 220%;
}
.text-xxl {
    font-size: 280%;
}
.text-sl {
    font-size: 320%;
}
.text-xsl {
    font-size: 360%;
}
body {
 --red: #dc2321;
 --black: #4f4f4f;
 --borbottom: 1px solid #4f4f4f
}
@font-face {
    font-family: "bf";
    /* Project id 2552103 */
    src: url("../fonts/bahnschrift.ttf")
}
.head {
    padding: 0rem 4rem;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
    background: #fff;
    border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
    height: 6vh;
}
.logo img {
    height: 100%;
    width: inherit
}
.logo {
    text-align: right;
    cursor: pointer;
    height: 6vh;
}
.nav {
    margin-left: 2%
}
.nav>dd {
/* padding-right: 2%;
    margin-left: 2%;
    margin-right: 2rem;*/
}
.nav>dd>a {
    position: relative;
    padding: 1rem 2.4rem 1rem 2.4rem;
    display: block;
    font-size: 115%
}
.nav>dd>a::before {
    content: "/";
    font-size: 80%;
    position: absolute;
    right: 0;
    top: 37%;
    transform: scale(0.7);
    color: var(--black);
}
.nav>dd:last-child a::before {
    display: none
}
.nav>.cur>a, .on>a {
    color: var(--red)
}
.nav>.cur>a::after, .nav>dd>a:hover::after, .nav .on>a::after, .nav .on>a:hover::after {
    content: "";
    display: block;
    border-bottom: var(--red) solid 1px;
    width: 30%;
    margin-top: 0.2rem;
}
.nav>dd>a:hover::after {
    animation: fadeInLeft 1s;
}
.nav>dd>a::after {
    border-bottom: rgba(0, 0, 0, 0)
}
.cur .snav {
    display: block
}
.snav {
    display: none;
}
.bannerbx {
    position: relative;
    z-index: 0;
    width: 100%;
    height: calc(100vh - 4rem);
    top: 4rem;
    overflow: hidden
}
.bannerbx .swiper-container {
    height: 100%;
}
.bannerbx .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bannerbx .swiper-slide {
    position: relative;
    z-index: 1;
}
.bannerbx .swiper-slide>a {
    position: absolute;
    z-index: 2;
    width: 20vw;
    height: 10vw;
    cursor: pointer
}
.bannerbx .swiper-slide.ba>a {
    left: 40%;
    bottom: 18%;
}
.bannerbx .swiper-slide.bb>a {
    left: 40%;
    bottom: 6%;
}
.bannerbx .swiper-slide.bc>a {
    left: 52%;
    bottom: 8%;
}
.bannerbx .swiper-slide.bd>a {
    left: 73%;
    bottom: 45%;
}
.swiper-pagination {
    width: auto !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: 0.8vw;
    border-radius: 10rem;
    display: flex;
    padding: 1vmin 1.6vmin;
}
.swiper-pagination span {
    margin-left: 0.25rem;
    margin-right: 0.25rem
}
.swiper-pagination-bullet-active {
    background: var(--red)
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: #fff;
    font-size: 200%
}
.swiper-button-next {
    right: 2rem
}
.swiper-button-prev {
    left: 2rem
}
.view {
    padding: 5rem 0 0 0;
}
.wm {
    min-width: 1280px;
}
.pd {
    padding: 0 4rem
}
.mlr {
    margin: 0 4rem
}
.aboutbx .piece-left {
    flex: 1
}
.aboutbx {
    align-items: flex-start;
    flex-wrap: wrap
}
.aboutbx .piece-left {
    flex: 1;
    border-bottom: 1px var(--black) solid;
    overflow: hidden
}
.aboutbx .piece-right {
    width: 43%;
}
.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.title {
    position: relative;
    z-index: 0;
    padding: 5rem 5rem 2rem 5rem;
}
.title h1 {
    font-size: 280%;
    position: relative;
}
.title h2 {
    text-transform: uppercase;
    font-family: "bf";
    line-height: 0.8;
    position: absolute;
    z-index: -1;
    color: rgba(0, 0, 0, 0.04);
    bottom: 3.5rem;
    left: 5rem;
    font-size: 360%
}
.title h1::before {
    position: absolute;
    border-bottom: var(--borbottom);
    left: -5rem;
    width: 4rem;
    content: "";
    top: 50%;
    transform: translateY(-50%)
}
.aboutbx .content {
    padding: 0 5rem
}
.aboutbx .content p {
    margin: 0 0 3% 0;
    line-height: 2
}
.btn-more {
    border-radius: 10rem;
    padding: 0.8rem 5rem 0.8rem 2rem;
    color: #fff;
    background: url("../images/icon-jiantou.png") var(--red) 90% center no-repeat;
    text-transform: uppercase;
    display: inline-block
}
.btn-more:hover {
    color: #fff;
    transform: translateY(-0.3rem)
}
.aboutbx .btn-more {
    margin: 3rem 0 6rem 0
}
.product-head {
    align-items: flex-end
}
.product-head .tabs {
    align-items: center;
    margin-bottom: 2rem;
    margin-right: 6%
}
.product-head .tabs span {
    padding: 0 0.7rem;
    display: flex;
    align-items: center;
}
.product-head .tabs span::before {
    content: "";
    display: inline-block;
    width: 1rem;
    border-bottom: transparent solid 1px;
    margin-right: 0.2rem
}
.product-head .tabs .current {
    color: var(--red)
}
.product-head .tabs .current::before {
    border-color: var(--red);
}
.product-head .tabs span:hover {
    cursor: pointer;
    transform: translateY(-0.2rem);
    color: var(--red);
}
.list {
    width: 50%;
    border-bottom: var(--borbottom);
    padding-bottom: 2%;
    padding-top: 3%;
}
.list:hover .image, .list:hover p, .list:hover i, .product-content .list:hover a {
    transform: translateY(-0.5rem)
}
.list:nth-child(odd) {
    padding-right: 3%;
    border-right: var(--black) solid 1px
}
.list:nth-child(even) {
    padding-left: 3%;
}
.list i {
    display: block;
}
.list a, .list p {
    display: block;
    padding: 5% 0 0.5rem 0;
    font-size: 140%
}
.list:nth-child(-n+2) {
    padding-top: 0
}
.morebx {
    border-bottom: var(--borbottom);
    justify-content: center;
    font-size: 130%;
    text-transform: uppercase;
    font-weight: bolder;
    padding: 1%;
}
.morebx i {
    margin: 0 0.5rem
}
.morebx a:hover {
    transform: translateX(0.5rem)
}
.kjproduct .price-left, .pro-info-bx .price-left {
    padding-left: 15%;
    flex: 1;
    position: relative;
    z-index: 2;
    height: 100%
}
.pro-info-bx .price-left {
    padding-left: 10%;
}
.kjproduct .swiper-slide, .pro-info-bx {
    align-items: flex-start;
}
.kjproduct .price-right, .pro-info-bx .price-right {
    flex: 1;
    background: #fff;
    padding: 3% 5% 5% 5%;
    height: 85%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.kjproduct, .pro-info-bx {
    position: relative;
    z-index: 0;
}
.kjproduct::after, .pro-info-bx::after {
    content: " ";
    background: var(--red);
    position: absolute;
    z-index: -1;
    height: 78%;
    top: 50%;
    transform: translateY(-45%);
    width: 100%;
}
.kjproduct .price-left::after, .pro-info-bx .price-left::after {
    content: "";
    position: absolute;
    width: 130%;
    height: 11rem;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: -1;
}
.kjproduct .price-right::after, .pro-info-bx .price-right::after {
    content: "";
    position: absolute;
    width: 70%;
    bottom: 19%;
    left: 0;
    border-bottom: var(--black) solid 1px
}
.kjproduct .price-left img, .pro-info-bx .price-left img {
    width: 100%
}
.kjproduct .price-right h1, .pro-info-bx .price-right h1 {
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 10%
}
.kjproduct .price-right p, .pro-info-bx .price-right p {
    margin-bottom: 4% !important;
    text-align: justify;
    line-height: 2;
}
.kjproduct .swiper-button-next, .kjproduct .swiper-button-prev {
    color: #fff;
    border-radius: 10em;
    width: 4rem;
    height: 4rem;
    border: #fff solid 0.3rem;
    right: auto;
    left: 8%;
    top: 34%;
}
.kjproduct .swiper-button-next:after, .kjproduct .swiper-button-prev:after {
    font-size: 100%;
    font-weight: bolder
}
.kjproduct .swiper-button-next::after, .kjproduct .swiper-button-prev::after {
    display: none;
}
.kjproduct .swiper-button-next::before, .kjproduct .swiper-button-prev::before {
    content: "";
    border-left: #fff solid 0.5vmin;
    border-top: #fff solid 0.5vmin;
    transform: rotate(135deg);
    width: 1rem;
    height: 1rem;
    display: block;
    margin-right: 0.5rem;
}
.kjproduct .swiper-button-prev::before {
    transform: rotate(-45deg);
    margin-left: 0.5rem;
    margin-right: inherit;
}
.kjproduct .swiper-button-prev {
    margin-top: 4rem
}
.bor-b-r, .bor-b-l {
    position: relative
}
.bor-b-l::after, .bor-b-r::after {
    content: "";
    position: absolute;
    bottom: -2%;
    border-bottom: solid 1px var(--black);
}
.bor-b-r::after {
    width: 58%;
    right: 0
}
.bor-b-l::after {
    width: 30%;
    left: 0
}
.other-list {
    width: 50%;
    display: grid;
    grid-template-rows: auto 2fr;
    padding: 3%
}
.other-list .icon {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}
.other-list h1, .other-list p {
    grid-column: 2 / 3;
    margin-left: 10%
}
.other-list h1 {
    margin-bottom: 0.85rem;
}
.other-list:nth-child(-n+2) {
    border-bottom: #ddd solid 1px
}
.other-list:nth-child(2n+1) {
    border-right: #ddd solid 1px
}
.other-list:nth-last-child(-n+2) {
    margin-bottom: 5%
}
.newsbx {
    background: url("../images/news-bg.png") no-repeat center top #0d0000;
    background-size: 100% auto;
    margin-top: 2%;
    padding-top: 0%
}
.newsbx .title {
    color: #fff
}
.newsbx .title h2 {
    color: rgba(255, 255, 255, 0.3)
}
.newsbx .title h1::before {
    border-color: #fff
}
.newsbx .piece-left {
    flex: 2;
    margin-top: 2%
}
.newsbx .piece-right {
    flex: 1.2;
    overflow: hidden;
    background: no-repeat top left;
    background-size: 100% 100%
}
.newsbx .piece-right img {
    width: 100%;
    height: 100%;
}
.news-list {
    margin-top: 0;
    flex-wrap: wrap
}
.news-list a {
    width: 48.5%;
    color: #fff;
    margin: 0 0 3.5% 0
}
.news-list a:hover {
    transform: translateY(-2%)
}
.news-list a:hover h1 {
    color: rgba(255, 255, 25, 1)
}
.news-list .image {
 padding-bottom: calc((100% - 0px)/4*2)
}
.news-list h1 {
    margin: 1rem 0 0.5rem 0;
    font-size: 120%
}
.news-list p, .news-list .time {
    color: rgba(255, 255, 255, .8);
}
.news-list .time {
    border-top: rgba(255, 255, 255, 0.6) solid 1px;
    margin-top: 1rem;
    padding-top: 1rem;
    font-size: 85%;
    display: flex;
    justify-content: space-between;
    align-items: center
}
.news-list .time::after {
    width: 5rem;
    height: 0.5rem;
    content: "";
    background: url("../images/icon20.png") no-repeat center right;
    background-size: auto 100%;
    margin-right: 0.7rem
}
.newsbx .morebx a {
    color: #fff
}
.newsbx .morebx {
    border-top: #fff solid 1px;
    border-bottom: none;
    padding: 2% 0;
    margin-top: 3%;
}
.partner {
    padding-top: 0
}
.conpany dd {
    width: 15.6%;
 padding-bottom: calc((15.6% - 0px)/4*2);
    border-radius: 8px;
    border: rgba(0, 0, 0, 0.1) solid 1px;
}
.tel {
    margin-right: 3%;
}
.tel span {
    font-family: "bf";
    font-size: 220%;
    color: var(--red)
}
.snav {
    width: 100%;
    padding: 2rem 0 3rem 0;
    min-height: 18rem;
    background: rgba(255, 255, 255, 0.97);
    left: 0;
    z-index: 99;
    position: absolute;
    top: 3.5rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0 10px 10px;
    animation: fadeInUp 0.2s;
}
.snav-list, .sanv-info {
    width: 1200px;
    margin: 0 auto;
}
.sanv-info {
    margin-top: 1.5rem;
}
.yw-info {
    margin: 4rem auto 0 auto !important;
}
.snav::before {
    content: " ";
    background: url("../images/nav-bg-1.png") no-repeat right 50%;
    background-size: 50% auto;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    opacity: 0.18
}
.nav-design::before {
    background: url("../images/nav-bg-1.png") no-repeat right 50%;
    background-size: 50% auto;
}
.snav-list {
    display: inline-flex;
    justify-content: center;
}
.snav-list>div {
    position: relative
}
.snav-list>div>a {
    font-size: 140%;
    display: inline-block;
    padding: 0 2vmax
}
.snav-list>div>a:hover::before {
    border-top-color: var(--red);
}
.snav::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-top: var(--red) solid 1px;
    width: 35%;
}
.snav-list>div>a::before {
    content: "";
    display: block;
    width: 40%;
    border-top: rgba(0, 0, 0, 1) solid 1px;
}
.snav-list>div>a.noline::before, .snav-list>div.onA>a::before {
    width: 0%;
}
.snav-list>div>a:after, .snav-list>div.onA>a::after {
    content: "";
    display: block;
    width: 100%;
    border-top: rgba(0, 0, 0, 0) solid 1px;
}
.snav-list>div>a:hover::after, .snav-list>div.onA>a::after {
    border-top: var(--red) solid 1px;
    animation: page-fade-in 1s;
}
.snav-list>div>a:hover::before {
    animation: page-fade-in2 1s;
}
.three-snav {
    position: absolute;
    top: 1.9rem;
    left: 1rem;
    white-space: nowrap;
    display: none;
    padding: 1rem 0
}
.snav-list>div.onA .three-snav {
    display: block
}
.snav-list>div.onA>a {
    color: var(--red)
}
.three-snav a, .subcolumn-snav a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 1.5vmax
}
.three-snav a::before, .subcolumn-snav a::before {
    float: right;
    content: "|";
    margin-right: -1.65vw;
    color: rgba(0, 0, 0, 0.5);
    font-size: 70%
}
.three-snav a:last-child::before, .subcolumn-snav a:last-child::before {
    display: none
}
.three-snav a:hover::before, .subcolumn-snav a:hover::before {
    color: rgba(0, 0, 0, 0.5)
}
.subcolumn .subcolumn-snav b, .subcolumn-snav a {
    font-size: 93%;
}
.subcolumn-snav {
    margin-top: 0.3rem
}
.subcolumn-snav a {
    padding: 0 1rem;
}
.subcolumn-snav a::before {
    float: right;
    content: "|";
    margin-right: -1.75vw;
    color: rgba(0, 0, 0, 0.5);
    font-size: 70%;
    transform: scale(0.8)
}
 @keyframes page-fade-in {
 0% {
 width: 0;
}
 100% {
 width: 100%;
}
}
 @keyframes page-fade-in2 {
 0% {
 width: 40%;
}
 100% {
 width: 0%;
}
}
.snav::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-top: var(--red) solid 1px;
    width: 35%
}
.sanv-info {
    margin-top: 3rem;
    align-items: flex-end
}
.nav-design {
    flex-wrap: wrap;
}
.sanv-info .img {
    width: 320px
}
.sanv-info .sanv-txt {
    margin-left: 4rem;
    margin-bottom: 2rem
}
.sanv-info .sanv-txt p {
    color: rgba(0, 0, 0, 0.45);
    margin: 0.5rem 0
}
.sanv-info::before {
    content: "";
    position: absolute;
    bottom: 35%;
    left: 0;
    border-top: var(--red) solid 1px;
    width: 8%
}
.footbx {
    background: #141414;
    padding: 2rem 4rem 2rem 4rem;
    margin-top: 6%
}
.alink {
    margin-bottom: 1.7rem;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    padding-bottom: 1.2rem
}
.alink a {
    color: rgba(255, 255, 255, .8);
    font-size: 100%;
    margin-right: 4rem
}
.alink a:hover {
    color: var(--red)
}
.footer-txt {
    color: rgba(255, 255, 255, .8)
}
.footer-txt p {
    margin: 1.3rem 0
}
.rwm {
    padding: 1rem;
}
.rwm img {
    width: 180px
}
.footer {
    text-align: center;
}
.footer img {
    opacity: 0.2;
    width: 120px;
    display: inline-block
}
.subcolumn {
    padding: 1rem 4rem;
    /* border-top: var(--borbottom);*/
    flex-wrap: wrap;
    align-items: flex-end;
}
.subcolumn b {
    font-size: 160%
}
.subcolumn span {
    margin-left: .6rem;
    font-weight: 200;
    vertical-align: bottom;
    text-transform: uppercase
}
.subcolumn::after {
    border-bottom: #000 1px solid;
    content: " ";
    display: block;
    width: 100%;
    margin-top: 0.5rem
}
.search input {
    border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
    height: 100%;
    min-width: 17rem;
    padding: 0 1rem;
    height: 2.5rem
}
.search button, .search a {
    font-size: 160%;
    padding: 0 0.5rem
}
.page {
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center
}
.page a, .page .cur {
    padding: 0.5rem 1rem;
    margin: 0 0.5rem;
}
.page .cur {
    background: var(--red);
    color: #fff
}
.page * {
    font-size: 110%
}
.powerlist {
    flex-wrap: wrap;
    padding: 0 2rem
}
.list-sub {
    width: 33.06666%;
    margin-right: 0.4%;
    margin-bottom: 0.4%;
    overflow: hidden
}
.list-sub:nth-child(3n+3) {
    margin: 0 0
}
.list-sub>a {
    position: relative;
    display: block;
    overflow: hidden
}
.list-sub .power-list-til {
    padding: 1rem;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #fff;
    z-index: 4;
}
.power-list-til h1 {
    font-size: 130%;
    margin-bottom: 0.5rem;
    font-weight: lighter
}
.power-list-til p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*
.list-sub:hover .power-list-til {
    animation: fadeInLeft 1s;
    display: block
}*/
.list-sub .image {
    transition: transform .7s ease;
}
.list-sub:hover .image {
    transform: scale(1.1);
    transition: all 1s;
}
.Power-pro-list {
    display: grid;
    grid-template-columns: 2fr 1fr;
    border-bottom: var(--borbottom)
}
.Power-pro-list .power-img {
    grid-column: 1/2;
    margin-right: 2rem
}
.Power-pro-list .power-img img {
    width: 100%
}
.Power-pro-list .info-content {
    grid-column: 2/3;
    border-left: var(--borbottom);
    padding-left: 2rem
}
.Power-pro-list .power-img, .Power-pro-list .info-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
    grid-row: 1/2
}
.Power-pro-list:first-child .power-img, .Power-pro-list:first-child .info-content {
    padding-top: 0;
}
.info-content h1 {
    font-size: 220%;
    padding: 3rem 0 2rem 0
}
.info-pro-txt {
    margin-bottom: 3rem
}
.info-pro-txt dd {
    width: 50%;
    margin-bottom: 0.5rem;
    border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
    border-top: rgba(0, 0, 0, 0.1) solid 1px
}
.info-pro-txt span {
    display: inline-block;
    vertical-align: middle;
    width: 7rem;
    background: rgba(0, 0, 0, 0.05);
    padding: 1rem;
    margin-right: 1rem
}
.info-content>p {
    margin-bottom: 1rem;
}
.Power-pro-list:nth-child(even) .power-img {
    grid-column: 2/3;
    margin-left: 2rem;
    margin-right: 0;
}
.Power-pro-list:nth-child(even) .info-content {
    grid-column: 1/2;
    border-right: var(--borbottom);
    border-left: 0;
    padding-right: 2rem;
    padding-left: 0;
}
.Power-pro-list:nth-child(even) {
    grid-template-columns: 1fr 2fr;
}
.fuwu-list {
    display: grid;
    grid-template-columns: 42rem 1fr;
    border-bottom: var(--borbottom);
    overflow: hidden;
}
.fuwu-list .fuwu-img {
    grid-column: 1/2;
    margin-right: 2rem
}
.fuwu-list .fuwu-img img {
    width: 100%
}
.fuwu-list .info-content {
    grid-column: 2/3;
    border-left: var(--borbottom);
    padding-left: 2rem;
    position: relative;
    z-index: 0
}
.fuwu-list .fuwu-img, .fuwu-list .info-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
    grid-row: 1/2
}
.fuwu-list:first-child .fuwu-img, .fuwu-list:first-child .info-content {
    padding-top: 0;
}
.fuwu-list .fwnums {
    position: absolute;
    left: 0;
    font-size: 600%;
    color: rgba(0, 0, 0, 0.05);
    font-weight: 900;
    font-style: italic;
    z-index: -1;
    top: 0.5rem;
    font-family: "bf"
}
.fuwu-list:first-child .fwnums {
    top: -1rem;
}
.fuwu-list:nth-child(even) .fuwu-img {
    grid-column: 2/3;
    margin-left: 2rem;
    margin-right: 0;
}
.fuwu-list:nth-child(even) .info-content {
    grid-column: 1/2;
    border-right: var(--borbottom);
    border-left: 0;
    padding-right: 2rem;
    padding-left: 0;
}
.fuwu-list:nth-child(even) {
    grid-template-columns: 1fr 42rem;
}
.worksbx {
    display: grid;
    grid-template: repeat(5, 360px)/repeat(4, 1fr);
    grid-gap: 0.4rem;
    gap: 0.4rem;
    padding: 0 2rem
}
.worksbx>div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    transition: -webkit-transform .7s ease;
    transition: transform .7s ease;
    transition: transform .7s ease, -webkit-transform .7s ease;
}
.worksbx>div img:hover {
    -webkit-transform: translateZ(0) scale(1.05);
    transform: translateZ(0) scale(1.05)
}
.worksbx>div {
    background: #ddd;
    overflow: hidden;
    position: relative;
}
.worksbx>div.shu0 {
    grid-area: 1/4/3/5;
}
.worksbx>div.zheng {
    grid-area: 3/3/5/5;
}
.worksbx>div.shu1 {
    grid-area: 4/1/6/2;
}
.worksbx>div.chang1 {
    grid-area: 5/2/6/4;
}
.worksbx>div.chang0 {
    grid-area: 1/1/2/3;
}
/*
.worksbx>div:nth-child(4) {
    grid-area: 1/4/3/5;
}
.worksbx>div:nth-child(5) {
    grid-area: 3/3/5/5;
}
.worksbx>div:nth-child(10) {
    grid-area: 4/1/6/2;
}
.worksbx>div:nth-child(11) {
    grid-area: 5/2/6/4;
}
.worksbx>div:nth-child(1) {
    grid-area: 1/1/2/3;
}
*/
.worksbx>div a {
    display: block;
    width: 100%;
    height: 100%;
}
.worktil {
    position: absolute;
    z-index: 1;
    width: 100%;
    color: #fff;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .8), transparent);
    bottom: 0;
    padding: 1.5rem 1rem 1rem 1rem;
}
.worktil h1 {
    font-size: 150%;
    magin-bottom: 0.6rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    font-weight: 500;
}
.worktil p {
    text-transform: uppercase
}
.bg-about {
    position: relative;
    object-fit: cover;
}
.bg-about img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}
.bg-about .bjbx {
    position: absolute;
    transform: translateY(-55%);
    margin-right: 3%;
    margin-left: 3%;
    border-radius: 0.6rem;
    background: #fff;
    margin-right: 6%;
    width: 860px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 1rem 3rem;
    padding: 3% 3% 4% 3%;
    right: 0;
    z-index: 2;
    top: 0
}
.til-sl {
    color: #fff;
    transform: scale(0.85)
}
.t-snav-txt {
    text-transform: uppercase;
    font-size: 48px;
    line-height: 1;
    font-family: "bf";
    margin-top: 5rem;
    position: relative;
    letter-spacing: 2px
}
.t-snav-txt::before {
    position: absolute;
    content: "";
    width: 4rem;
    border-top: #4d4d4d solid 2px;
    right: 0;
    top: 24%;
}
.bjbx .til-sl, .bjbx .til-txt {
    color: inherit
}
.bjbx .til-sl {
    flex: 1
}
.bjbx .til-sl p {
    color: #808080;
    margin-top: 16%
}
.bjbx .t-snav-txt {
    margin-top: 0;
    font-size: 180%;
}
.bjbx .flist {
    margin-left: 3%;
    padding-left: 10%;
    border-left: #eee solid 1px;
    flex: 2
}
.bjbx .til-txt {
    font-size: 200%;
}
.flist input[type="text"], .flist textarea {
    border-bottom: #ddd solid 1px;
    display: block;
    width: 100%;
    padding: 1.4rem 0
}
.flist textarea {
    height: 8rem
}
.flist .btn {
    width: 100%;
    line-height: 3;
    display: block;
    background: var(--red);
    color: #fff;
    margin-top: 2rem;
    font-size: 130%;
}
.bg-about+.footbx {
    margin-top: 0;
}
.contactbx h1 {
    font-size: 160%;
    line-height: 3;
    margin-top: 6%
}
.contactbx h1:first-child {
    margin-top: 0
}
.contactbx p {
    line-height: 2
}
.contactbx {
    padding-bottom: 8rem;
    margin-top: 6%;
    padding-left: 10%;
}
.contactbx .rwm {
    padding: 0;
    border: rgba(0, 0, 0, 0.1) solid 1px;
    display: inline-block
}
.about-navsub {
    width: 16rem;
    text-align: center;
    position: relative;
    z-index: 0;
}
.about-navsub::after {
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: rgba(0, 0, 0, 0.1) solid 1px;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
}
.about-navsub a, .about-navsub h1 {
    padding: 1.5rem;
    display: block;
    border-top: rgba(0, 0, 0, 0.1) solid 1px;
}
.about-navsub .showA, .about-navsub .showA:hover {
    background: #000;
    color: #fff;
}
.about-navsub .on {
}
.about-navsub a:hover {
    background: var(--red);
    color: #fff;
}
.sider-right {
    flex: 1;
    margin-left: 2rem
}
.aboutjh-box {
    margin-top: 1rem
}
.about-info {
    text-indent: 36px;
    font-size: 110%;
    padding: 2rem 5rem;
    text-align: justify;
    line-height: 2
}
.about-info>p {
    margin: 0 0 2rem 0
}
.photo-box {
    flex-wrap: wrap
}
.photo {
    width: 32.333%;
    margin-left: 1%;
    margin-bottom: 1%;
    position: relative
}
.photo .row-4 {
 padding-bottom: calc((100% - 0px)/3*2);
}
.team-ifno .sider-left {
    width: 30%
}
.photo .worktil {
    bottom: 0;
    padding: 0.6rem 1rem;
    text-align: center
}
.photo .worktil h1 {
    font-weight: 500;
    font-size: 110%
}
.photo .worktil p {
    font-size: 85%
}
.reback i {
    margin: 0 0.5rem
}
.team-ifno {
    padding: 5rem
}
.team-ifno .about-info {
    padding-right: 0
}
.team-name {
    margin-bottom: 2rem
}
.team-name h1 {
    font-size: 130%;
}
.team-name p {
    font-size: 110%;
    position: relative
}
.team-name p::after, .rylist dd::before {
    content: "";
    border-top: #000 solid 1px;
    left: -5rem;
    width: 6.5rem;
    display: inline-block;
    position: absolute;
    top: 50%
}
.about-info .kjimg {
    width: 80%;
    margin: 5rem auto;
    display: block
}
.rylist {
    margin: 2.5rem auto;
    width: 70%;
    border-bottom: rgba(0, 0, 0, 0.06) solid 1px;
    padding: 0 0 2.5rem 0
}
.rylist dd {
    font-size: 130%;
    position: relative;
    line-height: 2.5;
    letter-spacing: 1px
}
.newslist dd a {
    line-height: 1.65;
    display: block;
    padding: 1rem 0;
    letter-spacing: 2px;
}
.newslist p {
    font-size: 80%;
    color: rgba(0, 0, 0, 0.4);
}
.newslist dd {
    padding-right: 8rem;
    flex: 1;
}
.rylist dd::before {
    width: 3rem;
}
.newslist dd::before {
    top: 2rem;
}
.newslist {
    display: flex;
}
.newslist .imgbx {
    width: 180px;
    flex: none;
    padding: 0
}
.newslist .imgbx::before {
    display: none;
}
.til-kj {
    margin-top: 3rem;
    margin-bottom: 2rem
}
.til-kj h1 {
    font-size: 160%
}
.til-kj span, .til-kj a {
    text-transform: uppercase
}
.til-kj h1::after {
    content: "";
    border-top: #000 solid 1px;
    width: 8rem;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 1rem
}
.kj-product {
    display: grid;
    grid-template: repeat(2, 1fr)/repeat(4, 1fr);
    grid-gap: 1.5rem;
    gap: 1.5rem;
}
.kj-product>div {
    overflow: hidden;
    background: #fff;
    border-radius: 0.5rem;
    position: relative
}
.kj-product>div img:hover {
    -webkit-transform: translateZ(0) scale(1.05);
    transform: translateZ(0) scale(1.05);
}
.kj-product>div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    transition: -webkit-transform .7s ease;
    transition: transform .7s ease;
    transition: transform .7s ease, -webkit-transform .7s ease;
    position: absolute;
}
.kj-product>div:first-child {
    grid-area: 1/1/3/3;
}
.kj-product>div .worktil {
    position: absolute;
    color: #4d4d4d;
    background: #fff;
    bottom: 0;
    padding: 0.7rem 1rem 0.7rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}
.kj-product>div:first-child .worktil {
    position: absolute;
    color: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, .8), transparent);
    bottom: 0;
    padding: 1rem 1rem 1rem 1rem;
    bottom: 0;
}
.kj-product>div h1 {
    font-size: 120%;
}
.kj-product>div a {
    display: block;
    position: relative;
 padding-bottom: calc((100% - 0px)/4*3);
    width: 100%;
}
.kj-cp-box {
    position: relative;
    z-index: 1;
}
.kj-cp-box::after {
    content: "";
    height: 12rem;
    width: 70%;
    background: var(--red);
    bottom: -3rem;
    position: absolute;
    z-index: -1;
    right: 0
}
.fnlist {
    width: 49%;
    padding: 1rem;
    border-radius: 0.3rem;
    border: rgba(0, 0, 0, 0.1) solid 1px;
    margin-bottom: 2%;
    background: #fff;
}
.fnlist dd {
    width: 13rem;
}
.fnlist dt {
    flex: 1;
    margin-left: 5%
}
.fnlist dt h1 {
    font-size: 130%;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.fnlist dt p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.moreA {
    border-radius: 10rem;
    border: rgba(0, 0, 0, 0.2) solid 1px;
    padding: 0.3rem 1rem;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 5%;
    font-size: 12px
}
.moreA:hover {
    background: var(--red);
    color: #fff
}
.kj-mian {
    background: url("../images/news-bg1.png") bottom center no-repeat;
    padding: 4rem 0 3rem 0;
    margin-top: 1rem
}
.programme {
    padding-top: 5rem;
    padding-bottom: 5rem;
    justify-content: center;
    background: url("../images/ke-bg.jpg") no-repeat;
    color: #fff;
    background-size: 100% 100%
}
.col-r {
    width: 520px
}
.col-l {
    margin-right: 5%;
    width: 600px;
    text-align: right
}
.til-head {
    font-size: 140%;
    margin-bottom: 1rem;
    margin-top: 9vh
}
.gramme-cont {
    line-height: 2
}
.programme .btn {
    padding: 0.3rem 2rem;
    background: var(--red);
    border-radius: 10em;
    color: #fff;
    margin-top: 3rem;
    display: inline-block
}
.js+.footbx {
    margin: 0
}
.js {
    padding-top: 4rem;
    padding-bottom: 1rem;
    line-height: 2;
}
.js dt {
    font-size: 150%;
    font-weight: 900;
    margin-bottom: 1rem
}
.hzyx {
    border: rgba(0, 0, 0, 0.1) solid 1px;
    flex: 1;
    overflow: hidden
}
.hzyx li {
    flex: 1;
    padding: 1rem
}
.hzyx li img {
    width: 100%
}
.hzyx ui {
    width: 100%
}
.xminfo {
    position: relative;
}
.xminfo .swiper-slide {
    height: 100vh
}
.xminfo .swiper-pagination {
    margin: 0 auto;
    width: 100%;
}
.xminfo .swiper-pagination span {
    margin: 0.1rem
}
.xminfo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.subcolumn .txt {
    text-transform: uppercase
}
.info-b-box {
    margin-top: -1rem;
    align-items: flex-start
}
.info-b-box .sider-left {
    flex: 1;
    padding-right: 5rem
}
.info-b-box .sider-right {
    width: 380px;
    flex: none;
    border-left: #000 solid 1px
}
.project-head {
    padding: 4rem 0 2rem 0;
    position: relative
}
.project-head p {
    text-transform: uppercase;
    font-size: 80%
}
.project-head dd {
    margin-bottom: 1rem
}
.project-head span {
    display: inline-block;
    margin-left: 0.8rem
}
.project-head::after {
    content: "";
    width: 30%;
    border-top: #000 solid 1px;
    display: block;
    position: absolute;
    bottom: 0;
}
.pjtil {
    font-size: 130%;
    padding: 2rem 0
}
.xm-infomation {
    line-height: 1.8;
    text-align: justify
}
.xm-infomation p {
    margin-bottom: 2rem
}
.info-b-box .sider-right .pjtil {
    padding: 1.3rem 1.3rem 1.3rem 2rem
}
.info-b-box .sider-right {
    padding-bottom: 1rem
}
.tjlist {
    padding: 1rem 0;
    margin: 0 1rem 1rem 2rem;
    border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
    align-items: flex-start
}
.tj-left {
    width: 8rem;
    padding: 2px;
    border: rgba(0, 0, 0, 0.1) solid 1px;
}
.tj-con {
    margin-left: 1rem;
    flex: 1
}
.tj-con h1 {
    font-size: 110%;
    margin-bottom: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3.5rem;
}
.tj-con p {
    color: rgba(0, 0, 0, 0.55);
    font-size: 90%
}
.b-name {
    position: absolute;
    z-index: 11;
    padding: 2rem;
    bottom: 0;
    left: 0
}
.b-name h1, .b-name p {
    color: #fff;
    font-weight: 600;
    font-size: 120%
}
.b-name h1 {
    font-size: 160%
}
.head+.subcolumn {
    margin-top: 9vh
}
.new-til {
    padding: 4rem 0 0 0;
    position: relative;
}
.new-til h1 {
    font-size: 190%;
    padding-bottom: 1rem
}
.new-til p {
    color: rgba(0, 0, 0, 0.8);
}
.new-til p::after {
    content: "";
    border-bottom: rgba(0, 0, 0, 0.4) 1px solid;
    display: block;
    width: 40%;
    margin: 2rem 0
}
.newsbx-content {
    line-height: 1.5;
}
.newsinfo-bx .sider-left {
    flex: 1;
    padding-right: 3rem;
}
.newsinfo-bx .sider-right {
    width: 320px;
    padding-left: 2rem
}
.newsbx-content p {
    margin: 1rem 0;
    text-align: justify
}
.newsbx-content img {
    width: 100%;
    margin: 2rem 0;
    display: block
}
.tjread {
    display: block;
    margin: 0 1rem 1rem 2rem
}
.tjread .tj-left {
    width: 100%
}
.tjread .tj-con {
    margin: 0.6rem 0 0 0
}
.tjread .tj-con h1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: auto;
}
.parkbx {
    padding: 0 2rem
}
.parkbx .list-sub {
    width: 49.8%;
    margin-right: 0.4% !important;
    margin-bottom: 0.4% !important
}
.parkbx .list-sub:nth-child(even) {
    margin-right: 0 !important
}
.myselect {
    position: relative;
    border-right: #ddd solid 1px;
    background: #fff;
    width: 100%;
    height: 2.5rem;
    width: 12%;
    padding-right: 0.5rem;
    margin-right: 1rem
}
.myselect-head {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 0;
    overflow: hidden;
    position: relative;
    cursor: pointer
}
.select-content {
    flex: 1;
    padding: 0 1.7rem 0 0.6rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.myselect-head>.icondown {
    position: absolute;
    z-index: 1;
    transform: rotate(135deg);
    right: 0.5rem;
    display: block;
    border-top: rgba(0, 0, 0, 0.5) solid 2px;
    border-right: rgba(0, 0, 0, 0.5) solid 2px;
    width: 9px;
    height: 9px;
}
.myselect>ul {
    display: none;
    position: absolute;
    z-index: 99;
    top: 2.6rem;
    width: 100%;
    background: #FFF;
    border: #ddd solid 1px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0.1rem 0.3rem;
    border-radius: 5px;
}
.myselect>ul li {
    padding: 0.6rem;
    cursor: pointer
}
.myselect>ul li:nth-child(even) {
    background: rgba(0, 0, 0, 0.03)
}
.myselect>ul li:hover {
    background: var(--red);
    color: #fff
}
.show .select-list {
    display: block !important
}
.searchbx {
    border: rgba(0, 0, 0, 0.2) solid 1px;
    border-radius: 10em;
    max-width: 860px;
    min-width: 820px;
    margin: 8rem auto 2rem auto;
    padding: 0.3rem 1rem
}
.searchbx>input {
    flex: 1
}
.searchbx .iconfont {
    font-size: 160%
}
.news-search {
    max-width: 1000px;
    min-width: 900px;
    margin: 0 auto
}
.news-search dd::before {
    display: none;
}
.news-search .rylist {
    width: 100%;
    margin: 1rem 0;
    padding: 0 0 1rem 0;
}
.product {
    display: none
}
.sanvcomplay .fuwu-list {
    grid-template-columns: 30rem 1fr;
}
.sanvcomplay .fuwu-list:nth-child(even) {
    grid-template-columns: 1fr 30rem;
}
.conpanylxfs ol {
    font-size: 120%;
    font-weight: 600;
    margin: 2rem 0 1rem 0
}
.conpanylxfs li {
    line-height: 2;
}
.sanvcomplay .info-content h1 {
    padding: 1rem 0 2rem 0;
}
.kjjs {
    border: #000 solid 1px
}
.kjjs .lista {
    width: 33.3333333%;
    padding: 1rem;
    border-right: #000 solid 1px;
    border-top: #000 solid 1px
}
.lista p {
    display: block;
    padding: 0;
    font-size: 140%
}
.kjjs .lista a:hover i {
    color: #4f4f4f
}
.kjjs .lista:nth-child(3n+3) {
    border-right: none;
}
.kjjs .lista:nth-child(-n+3) {
    border-top: none;
}
.kjjs .jsbx {
    background: var(--red) url("../images/hzbg.png") no-repeat bottom center;
    color: #fff;
    border-right-color: var(--red);
    display: flex;
    align-items: center;
    padding: 2rem;
}
.kjjs .jsbx h1 {
    font-size: 260%;
    position: relative;
    z-index: 0
}
.kjjs .jsbx h1:after {
    bottom: 1rem;
    content: "cooperation";
    text-transform: uppercase;
    position: absolute;
    left: 0;
    z-index: -1;
    color: rgba(255, 255, 255, 0.1);
    font-weight: 800;
    font-size: 120%;
}
.kjjs .jsbx p {
    font-szie: 120%;
    line-height: 1.2
}
.xtjc .fnlist {
    width: 32.5%;
    margin-bottom: 1.5%;
}
.xtjc::after {
    width: 32.5%;
    content: "";
    height: 0px;
}
.kjjs .lista p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.profa .new-til h1 {
    font-size: 210%;
}
.profa .new-til h1::before {
    content: "Products and Solutions";
    z-index: 1;
    top: 50%;
    left: 0;
    font-size: 180%;
    color: rgba(0, 0, 0, 0.04);
    position: absolute;
    text-transform: uppercase;
    transform: translateY(-31%);
    line-height: 0.8;
    width: 50%;
    letter-spacing: 2px;
    font-family: "df";
    font-weight: 900;
}
.profa .new-til h1::after {
    width: 5.5rem;
    height: 10px;
    background-image: linear-gradient(135deg, #FD6E6A 10%, #FFC600 100%);
    content: "";
    display: block;
    border-radius: 100px;
    margin-top: 6px;
}
.n-tila, .pro-til {
    padding: 1.5rem 0;
    font-size: 110%;
    color: #3297ff;
}
.n-tila::before, .pro-til::before {
    content: "";
    height: 1.6rem;
    width: 0.5rem;
    background: #3297ff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem
}
.td-list {
    width: 30%;
    margin: 2rem 0 4rem 0
}
.td-list {
    display: flex;
    align-items: center;
}
.td-list dd {
    flex: 1
}
.ficon {
    width: 2.6rem;
    height: 2.6rem;
    background: #ddd;
    margin-right: 2rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ficon::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--red);
    transform: rotate(45deg)
}
.ficon span {
    position: absolute;
    z-index: 2;
    color: #fff;
    font-size: 140%;
    font-family: "df";
    font-weight: 600
}
.td-cont {
    padding: 2.5rem 2.5rem 2.5rem 3.5rem;
    background: rgba(0, 0, 0, 0.03);
    line-height: 1.8;
    text-align: justify;
    position: relative;
    margin-bottom: 2rem
}
.td-cont::before {
    content: "“";
    position: absolute;
    left: 0rem;
    top: 0.5rem;
    font-size: 290%;
    font-family: "df"
}
.pro-ys {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.pro-ys dd {
    width: 46%;
    padding: 1.5rem 2rem 1.5rem 4rem;
    border-radius: 4px;
    border: rgba(0, 0, 0, 0.1) solid 1px;
    margin-bottom: 1.5rem;
    text-align: left;
    position: relative;
    margin-left: 2%
}
.pro-ys span {
    position: absolute;
    background: #fff;
    top: 50%;
    font-size: 170%;
    font-weight: 600;
    padding: 0.6rem;
    left: -1.5rem;
    transform: translateY(-50%);
    line-height: 1
}
.swiper-pagination .swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    background: #fff;
    opacity: .5;
}
.swiper-pagination .swiper-pagination-bullet-active {
    background: var(--red);
    opacity: 1;
}
.bannerbx video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    object-fit: fill;
}
.xminfo .swiper-container {
    height: 100vh;
}
.worksbx, .powerlist, .aboutjh-box, .mlr {
    position: relative;
}
.nodate {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.nodate>div {
    width: calc(25% - 0.4rem);
    height: 40vmin;
}
.act {
    color: var(--red)
}
.act::after {
    content: "";
    width: 50%;
    display: block;
    border: var(--red) solid 1px
}
.shearch-reback {
    margin-top: 5rem;
    padding: 01rem;
    border-bottom: #000 solid 1px;
}
.nod {
    min-height: 65vmin;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.5
}
.nod img {
    width: 50vmin
}
.newsinfo-img, .xminfo {
    margin-top: 4rem
}
.profa .sider-left img {
    width: 100% !important;
    height: auto !important
}
.jshz .row-3 {
 padding-bottom: calc((100% - 0px)/4*2);
}
.jjiebox {
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    text-indent: 2rem
}
.sanvcomplay .morebx {
    font-size: 100%;
    color: var(--red);
    border-color: var(--red)
}
.news-search {
    position: relative
}
.map-mian {
    width: 100%;
    height: 30vmax
}
.map-mian+.footbx {
    margin-top: 0;
}
.bannerbx .swiper-button-prev {
    left: 2% !important;
}
.bannerbx .swiper-button-next {
    right: 2% !important;
}
.lxdh {
    margin-left: 6vw;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    background: url("../images/dh.png") no-repeat left center;
    background-size: 2rem auto;
    padding-left: 2.5rem
}
.lxdh p {
    zoom: 0.8;
    width: 100%
}
.swiper-button-next, .swiper-button-prev {
    z-index: 99999;
}
.swiper-button-next:after, .swiper-button-prev:after {
    padding: 3rem;
}
.swiper-slide>a {
    display: block
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .05;
}
/*百团大战*/
.head-info {
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    font-size: 95%
}
.head-info b {
    font-weight: 500
}
.head-info .line {
    content: "";
    border-left: #ccc solid 1px;
    margin: 0 1vw;
    display: inline-block;
    height: 0.8rem;
}
.head-info button {
    border-radius: 10em;
    padding: 0.1rem 0.6vw;
    border: #118ed4 solid 1px;
    margin-left: 4%;
    color: #118ed4;
    font-size: 96%
}
.head-info button i {
    margin-right: 0.25vw;
    font-size: 100%
}
.head-info button+button {
    margin: 0 0 0 0.5%
}
.head-info .btn {
    background: #118ed4;
    color: #fff !important;
    border-color: rgba(0, 0, 0, 0.1)
}
.head-info .btn:hover {
    background: orange;
}
.head-info button:hover {
    border-color: orange;
    color: orange;
    background: none;
}
.btdzbox {
    height: calc(100vh - 6vh);
    width: 100%;
    background: #0066f3;
    margin-top: 6vh;
    padding: 4% 2% 8% 2%;
    background: url("../images/homebg.jpg") no-repeat #d5d9e8;
    background-size: cover;
}
.btdzbox>div {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 23vmax;
    align-content: flex-start;
}
.dt-nav {
    background: #fff;
    margin: 0 1vw;
    padding: 6vh 0 10vh 0;
    border-radius: 6px;
    background: linear-gradient(-135deg, rgba(255, 255, 255, 1), rgb(198, 221, 239, 1));
    box-shadow: 18px 18px 40px rgb(202 219 235), -18px -18px 40px rgb(245 245 255 / 95%);
    border-radius: 20px;
    width: 100%;
    position: relative;
}
.btdzbox>div img {
    width: 80%
}
.btdzbox .btdz-mian {
    flex: none;
    width: 25%;
    background: none;
    margin: -0% 5% 0 5%;
    align-content: center;
}
.btdzbox .btn {
    font-size: 110%;
    margin: 3vh auto 0 auto;
    width: 60%;
    background: #3377f9;
    border-radius: 0.5vh 0.5vh 0.5vh 0.5vh;
    box-shadow: #3377f970 0.5vw 1vw 1vw;
    color: #fff;
    padding: 1.5vh 0;
}
.btdzbox .btn:hover {
    background: orange;
    color: #fff;
    box-shadow: #bc7a0040 0.5vw 1vw 1vw;
}
.btdzbox .btdz-mian img {
    width: 100%
}
.head-til {
    font-size: 160%;
    font-weight: 700;
    margin-left: 1%;
    padding-left: 1%;
    border-left: #aaa solid 1px;
    line-height: 1;
    cursor: pointer
}
.lxours {
    margin: 0 10vw;
    padding: 2vw 0 4vw 0
}
.lxours>div p+p {
    margin-left: 4vw
}
.font {
    font-size: 140%
}
.lxours+.lxours {
    border-top: #ddd dashed 1px
}
.table {
    width: 100%;
    background: #fff
}
.table td, .table th {
    border: #ccc solid 1px;
    padding: 1vw;
    text-align: center
}
.table img {
    width: 10vw
}
.lxours p {
    line-height: 3;
}
.bx {
    margin: 0 auto;
    padding: 0 2vw;
}
.bmzt {
    margin: 1vmin auto;
}
.col-1 {
    width: 10% !important;
}
.col-2 {
    width: 20% !important;
}
[class*="col-"] {
    flex: none !important
}
.bttn {
    padding: 0.8vmin 1vmin;
    background-color: #44a8f5;
    border-radius: 0.3vmin;
    color: #fff;
}
.bbtj {
    padding: 1.5vmin 2.5vmin;
}
.btn-red {
    background-color: red;
}
.btn-red:hover {
    color: #fff;
}
.materials .student-list:first-child {
    background: #3c8dff !important;
    color: #fff;
    /*    height: 5.5vh;*/
    position: relative;
    z-index: 0;
}
.zybx .student-list::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: calc(100% + 3vw);
    left: 0;
    top: 0;
    height: 100%;
    background-color: #3c8dff;
}
.downlist {
    border-bottom: 1px solid #EDEFF3;
    padding: 1.3vh 0;
}
.bttn:hover {
    background: orange;
    color: #fff
}
.flex-items {
    display: flex;
    align-items: center;
}
.xh {
    flex: none !important;
    text-align: center !important;
    width: 3.5vmax !important;
}
.downlist li {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1
}
.downlist .col-2 {
    width: 15% !important;
}
.byjh:hover {
    color: #3c8dff;
}
.btn-green {
    background-color: #0e9d0e;
}
.btn-blue {
    background-color: #3c8dff;
}
.dban>i {
    font-size: 3vmin;
    margin-left: 0.2vmin;
}
.wzzt {
    font-size: 220%;
}
.head+div.bx {
    margin-top: 9vh !important
}
.mask, .tipsbx {
    z-index: 999;
    display: none
}
.tipsbx::after, .mask::after {
    background: rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: saturate(130%) blur(0.3vmin);
    backdrop-filter: saturate(130%) blur(0.3vmin);
    width: 100vw;
    height: 100vh;
    z-index: -2;
    position: fixed;
    content: "";
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.tipsbx::before, .mask::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 1vmin;
    left: 0;
    top: 0;
    z-index: -1;
    content: "";
}
.forgetmima {
    width: 50vmin;
    padding: 3vmin;
}
.forgetmima, .mask {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mask-tilbx {
    margin-bottom: 2vmin;
    border-bottom: #ddd solid 1px;
    padding-bottom: 1.5vmin;
}
.mask-tilbx {
    margin-bottom: 2vmin;
    border-bottom: #ddd solid 1px;
    padding-bottom: 1.5vmin;
}
.mask-tilbx h2 {
    font-size: 120%;
    font-weight: 900;
}
.mask-tilbx h2 p {
    font-size: 70%;
    color: #989898;
    font-weight: normal
}
.mask-tilbx>i {
    font-size: 120%;
    color: #989898;
    font-weight: normal;
    cursor: pointer;
}
.forgetmima .in {
    margin: 0;
}
.forgetmima .in+.in {
    margin-top: 0vmin;
    border-top: none;
}
.forgetmima .btn-login {
    margin: 3vmin 0px;
}
.in {
    border: 1px solid rgb(225, 225, 225);
    display: flex;
    align-items: center;
    margin-left: 16%;
    margin-right: 16%;
    height: auto;
    padding: 1.5vh;
}
.in+.in {
    margin-top: 1.5vmin
}
.in input {
    background: none;
    flex: 1;
    height: 100%;
    width: 100%;
    font-size: 110%;
    padding: 0 1.5%;
}
.in i {
    font-size: 150%;
    width: 8vmin;
    display: flex;
    align-items: center;
    justify-content: center;
}
.in button {
    color: #3D84FF;
    border: none;
    background: none;
    margin-right: 20px;
    cursor: pointer
}
.btn-login a {
    background: rgb(61, 132, 255);
    border-radius: 3px;
    background: #3D84FF;
    display: block;
    padding: 1.5vmin;
    font-size: 120%;
    color: rgb(255, 255, 255);
    font-weight: 500;
    text-align: center
}
.tipsbx {
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 46vmin;
    box-shadow: rgb(0 0 0 / 20%) 0px 1vmin 5vmin;
    display: none;
    padding: 2vmax;
}
.tipstxt {
    text-align: center;
    padding: 2vmin 0 5vmin 0;
    font-size: 125%;
}
.tipstxt>i {
    font-size: 340%;
    font-weight: 900;
    line-height: 1;
}
.btnbx {
    display: flex;
}
.btnbx button {
    flex: 1;
    padding: 1.3vmin 0;
    background: #eee;
    border: none;
    font-size: 108%;
    cursor: pointer;
    border: rgba(0, 0, 0, 0.1) solid 1px;
    border-radius: 0.5vmin;
}
.btnbx .sure-btn {
    background: #3D84FF;
    color: #fff;
}
.btnbx button+button {
    margin-left: 1vmin;
}
.color-green {
    color: #5cd09d;
}
.color-blue {
    color: rgb(94, 150, 255);
}
.tipstxt>p {
    margin-top: 2vmin;
    font-size: 120%;
}
.btnbx button:hover {
    background: orange;
    color: #fff;
}
.flex-center {
    display: flex;
    justify-content: center;
}
.bx input[type="text"] {
    width: 100%;
    text-align: center;
}
.dw-wh {
    font-size: 3vmin !important;
    margin-left: 0.2vmin;
}
.wzzt {
    font-size: 2.2vmin;
}
.bmzt {
    margin: 1vmin auto;
    display: flex;
    align-items: center;
}
.bx .in {
    margin: 0 2vmin;
}
.tipsbm {
    position: absolute;
    width: 15vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5vmin;
    position: absolute;
    z-index: 0;
    color: #4f4f4f;
    padding: 2vmin 1.5vmin;
    display: none;
    color: #444;
    font-size: 80% !important;
    white-space: pre-wrap;
    zoom: 0.7;
}
.tipsbm::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    box-shadow: rgb(0 0 0 / 20%) 0 -0.5vmin 1.5vmin, rgb(0 0 0 / 10%) 0 0.5vmin 2.5vmin;
    z-index: -1;
    border-radius: 0.5vmin;
    width: 100%;
    height: 100%;
}
.tipsbm::after {
    z-index: -2;
    content: "";
    width: 1.5vmin;
    height: 1.5vmin;
    background: #fff;
    transform: rotate(314deg);
    position: absolute;
    right: 46%;
    bottom: -0.8vmin;
    box-shadow: rgb(0 0 0 / 20%) 0 -0.5vmin 1.5vmin, rgb(0 0 0 / 10%) 0 0.5vmin 2.5vmin;
}
.dban button {
    margin: 0 2vmin;
    min-width: 11vmin;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 1vh 2vw;
    font-size: 120%;
}
.dban button:hover {
    color: #fff
}
.tips>i {
    font-size: 120%;
    font-weight: 600;
}
.dban button:hover {
    cursor: pointer;
}
.dwmc, .dwxx, .dwcyxi {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-right: 3vw;
}
.dwxx {
    padding-right: 3vw;
}
.dwmc .zybx, .dwxx .zybx, .dwcyxi .zybx {
    flex: 1;
}
.dban {
    display: flex;
    justify-content: center;
    margin: 3vmin 0;
    position: relative;
}
.byjh {
    font-size: 180% !important;
    align-items: center;
    /*    margin-bottom: 0.7%;*/
    position: absolute;
    right: 0;
    cursor: pointer
}
.bx .dwcyxi:first-child>.byjh, .n-tila+.dwmc .byjh {
    padding-top: 5.5vh
}
.col-5 {
    width: 50% !important;
}
.tips {
    position: relative;
    margin-left: 0.5vw;
    display: inline-block;
    cursor: pointer
}
.tips.showtips .tipsbm {
    display: block
}
.color-red {
    color: red;
}
.color-orange {
    color: orange;
}
.ztbhbx {
    position: fixed;
    top: 0;
    right: 2vmax;
    z-index: 3;
}
.ztbhbx>div+div {
    margin-top: 2vmin;
}
.ztbhbx>div {
    width: 9vmax;
    height: 9vmax;
    font-size: 0;
    margin-top: 11vmin;
    background-size: 90% auto;
    background-repeat: no-repeat;
    background-position: center;
}
.ytj {
    background-image: url(../images/ytj.png);
}
.yzc {
    background-image: url(../images/yzc.png);
}
.ytg {
    background-image: url(../images/ytg.png);
}
.fn-an {
    border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
    position: relative;
    padding-bottom: 2vh;
    align-items: center
}
.fn {
    position: absolute;
    left: 1vw;
    font-size: 75%;
    display: flex;
    align-items: center;
}
.fnlb {
    font-size: 2vmin;
    margin-right: 0.5vmin;
}
.fn:hover {
    color: orange;
    cursor: pointer;
}
.btn-gray {
    background-color: #eeeaea;
    color: gray;
}
.btn-gray:hover {
    background-color: orange;
    color: #fff;
}
input[type="hideen"] {
    height: 1px;
    display: none
}
.n-tila+.in {
    width: 30vw;
}
.n-tila+.in input {
    text-align: left
}
.clear {
    height: 8vh
}
.time, .xgcs {
    flex: none!important;
    width: 15%!important
}
.downlist li.xgcs {
    overflow: inherit;
    width: 10%!important
}
.xgcs:hover .tipsbm {
    display: block
}
.fot-txt {
    background: #444;
    text-align: center;
    color: #fff;
    padding: 1.2rem 0;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 10
}
.footer span {
    margin: 0 1.5rem;
    display: inline-block
}
.btdzbox+.footer, .tipsbx.index+.footer {
    padding-top: 0;
}
.footer {
    padding-top: 6rem;
}
.tips-txtinfo {
    background: lightyellow;
    border: rgba(0,0,0,0.2) solid 1px;
    margin: 2vh 4vw 2vh 4vw;
    padding: 1%;
    color: #885800;
    display: flex;
}
.tips-txtinfo>i {
    font-size: 200%;
    font-weight: 600;
    margin-left: 1vw;
    margin-right: 1vw
}
.bmsearch .searchable-select {
    min-width: 15vmax!important;
}
.bmsearch .input {
    border: #ccc solid 1px;
    padding: 0.5vmax;
    min-width: 22rem;
}
.iconfont {
    font-size: 100%
}
.bmsearch {
    padding: 2vh 2vmax 1vmax 2vmax;
    justify-content: center
}
.bmsearch .btn-search {
    background: #4eb402;
    color: #fff;
    padding: 0.5vmax 1vmax;
    white-space: nowrap
}
.bmsearch .input, .bmsearch .btn-search, .bmsearch .searchable-select {
    height: 2.5rem;
    border-radius: 4px;
    margin: 0 0.2vmax
}
.bmsearch .searchable-select-holder {
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 2vmax;
    padding-left: 1vmax;
    white-space: nowrap;
}
.bmsearch .searchable-select {
    font-size: inherit;
}
.bmsearch .searchable-select-caret {
    top: 50%;
    transform: translateY(-30%);
    bottom: auto;
}
.bmsearch .searchable-select-dropdown {
    top: 2vmax;
}
.bmsearch .searchable-select-item {
    padding-left: 1vmax;
}
.note {
    text-align: center;
    padding: 3rem 0
}
.note img {
    height: 13rem
}
.note p {
    font-weight: 700;
    font-size: 140%
}
#pagination {
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    white-space: nowrap
}
#pagination a, #pagination .active, .home-off, .prev-off {
    /* padding: 0.2rem 0.9rem;*/
    text-align: center;
}
#pagination a {
    display: block;
}
#pagination li {
    margin: 0 0.2rem;
}
#pagination .active {
    background: var(--red);
    color: #fff
}
#pagination * {
    font-size: 96%
}
#pagination a, #pagination li>span, #pagination .active {
    border: rgba(0,0,0,0.2) solid 1px;
    border-radius: 4px;
    min-width: 2rem;
    line-height: 2.3;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.1rem 0.2rem;
}
#pagination a:hover {
    background: var(--red);
    color: #fff
}
.btnzksq {
    display: none;
}
.dt-nav.xzsc {
    padding-bottom: 4vh;
}
.dt-nav.xzsc button {
    margin-top: 1vh
}
.dt-nav.xzsc button+button {
    margin-top: 1.5vh
}

@media screen and (min-width:1520px) {
body {
    font-size: 110%;
}
button, input, select, textarea {
    font-size: 100%;
}
.bmsearch .input, .bmsearch .btn-search, .bmsearch .searchable-select {
    height: 3rem;
}
}

@media screen and (max-width:1024px) {
body {
    font-size: calc(100% - 0.35vw)
}
.kjproduct .price-right h1, .pro-info-bx .price-right h1 {
    line-height: 1;
    margin-bottom: 6%;
    margin-top: -6%;
}
.kjproduct .price-right p, .pro-info-bx .price-right p {
    margin-bottom: 3% !important;
    line-height: 1.6;
}
.btn-more {
    margin-top: 1rem;
    padding: 0.4rem 5rem 0.4rem 2rem;
}
.fnlist dd {
    width: 10rem;
}
.xtjc .fnlist dd {
    width: 9rem;
}
.sanvcomplay .fuwu-list {
    grid-template-columns: 20rem 1fr;
}
.sanvcomplay .fuwu-list:nth-child(even) {
    grid-template-columns: 1fr 20rem;
}
.jjiebox {
    -webkit-line-clamp: 4;
}
.fot-txt {
    font-size: 60%;
    padding: 1vh 2vw;
}
.wm {
    min-width: auto;
}
.head {
    padding: 0rem 2vw;
    height: 6vh;
}
.head-info {
    /*    zoom: 0.5;*/
    font-size: 60%
}
.logo, .head-til {
    zoom: 0.75;
}
.forgetmima {
    width: 50vw;
    padding: 2vw 4vw;
}
.btdzbox .btn {
    width: 70%;
}
.btdzbox .btdz-mian {
    width: 20%;
}
.btdzbox {
    padding: 8% 2% 12% 2%;
}
.downlist .bttn {
    zoom: 0.7
}
}

/*手机端*/
@media only screen and (max-width:750px) {
body {
    font-size: calc(100% - 0.20vw)
}
.downlist .bttn {
    zoom: 0.9
}
.logo, .head-til {
    zoom: 0.4
}
.head+div.bx {
    margin-top: 7vh !important;
}
.bmlist .downlist.student-list {
    display: none
}
.bmlist .downlist {
    display: block;
    margin: 2vw;
    border: #ddd solid 1px;
    padding: 3vw;
    border-radius: 1rem;
    box-shadow: rgba(0,0,0,0.1) 0 0 2vw;
    background: #fff
}
.bmlist .downlist li {
    text-align: right;
    flex: none!important;
    width: 100%!important;
    padding: 1.5vh 0;
    border-bottom: 1px solid #eee;
    position: relative
}
.bmlist .downlist li.xgcs, .downlist .col-2 {
    width: 100%!important;
}
.bmlist .downlist li::before {
    content: attr(data-title);
    position: absolute;
    left: 1vw;
    top: 50%;
    transform: translateY(-50%);
    color: #444!important;
    width: 30%;
    border-right: #ddd solid 1px;
    text-align: left
}
.bmzt {
    padding-right: 3vw;
}
.bmzt .bbtj {
    padding: 1vmin 5vw;
    border-radius: 10em;
}
.btdzbox {
    flex-wrap: wrap;
    display: grid;
    grid-gap: 4vw;
    gap: 4vw;
    padding-bottom: 14vh;
}
.btdzbox>.dt-nav {
    padding: 2vh 0 6vh 0;
    flex: 1 1 40%;
    height: 100%
}
.btdzbox .btn {
    font-size: 100%;
    margin: 2vh auto 0 auto;
}
.btdzbox .btdz-mian {
    display: none;
}
.btdzbox>.dt-nav:nth-child(4) {
    grid-area: 1/1/2/2;
}
.btdzbox>.dt-nav:nth-child(1) {
    grid-area: 2/1/3/2;
}
.btdzbox>.dt-nav:nth-child(2) {
    grid-area: 2/2/3/3;
}
.btdzbox>.dt-nav:nth-child(5) {
    grid-area: 1/2/2/3;
}
.n-tila+.in {
    flex: 1;
}
.in {
    padding: 1vh
}
.dwmc, .dwxx, .dwcyxi {
    padding-right: 8vw;
}
.tips-txtinfo>p {
    font-size: 90%
}
.materials .student-list::after {
    width: calc(100% + 8vw);
}
.logo {
    height: 3vh;
}
.forgetmima {
    width: 80%;
    padding: 6vw;
}
.btn-login {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 2vh
}
.bmsearch .input {
    flex: 1 1 20%;
    min-width: auto;
}
#pagination {
    zoom: 0.8;
}
.search-list .downlist {
    /*
    overflow : hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    position: relative;
    padding-bottom: 3rem
*/
    height: 20rem;
    overflow: hidden;
    position: relative;
    transition: 0.3s
}
.search-list .downlist li {
    display: inline-block;
    white-space: normal;
    padding-left: 36%;
}
.btnzksq {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient( transparent, #fff, #fff);
    z-index: 1;
    border-radius: 0 0 1rem 1rem;
}
.btnzksq>span {
    display: block;
    height: 100%;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btnzksq>span::before {
    content: "";
    height: 0.4rem;
    width: 0.4rem;
    border-left: #333 solid 1px;
    border-top: #333 solid 1px;
    transform: rotate(-135deg);
    margin: 0 0.5rem 0.2rem 0;
}
.search-list .downlist.zk {
    height: 29rem
}
.downlist.zk .btnzksq>span::before {
    transform: rotate(45deg);
    margin-bottom: -0.2rem
}
 .bmsearch .input::placeholder {
/*font-size:83%*/
}
.bmsearch {
/*    padding: 2vh 1vmax 1vmax 1vmax;*/
	flex-wrap: wrap
}
.noreblack {
    display: none;
}
.head-info button {
    font-size: 90%;
}
.tipsbx {
    width: 80vw
}
	.bmsearch .searchable-select-dropdown {
    top:3.5vmax;
}
	.bmsearch .searchable-select{    width: 100%;margin-bottom: 1vmax;}
}
