 @charset "utf-8";
@import url("../fonts/iconfont.css");
* {
    font-size: 100%;
    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: #dc2321;
    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;
}
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")
}
@font-face {
    font-family: "mt"; /* Project id 2552103 */
    src: url(   "../fonts/Montserrat-Regular-2a2d37bf.ttf" )
}
.head {
    padding: 0rem 4%;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
    background: #fff;
    border-bottom: rgba(0,0,0,0.1) solid 1px;
    height: 4rem;
}
.logo img {
    height: 2.62rem;
}
.logo {
    text-align: right;
}
.nav {
    margin-left: 6%
}
.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: 100%
}
.nav>dd>a::before {
    content: "/";
    font-size: 80%;
    position: absolute;
    right: 0;
    top: 37%;
    transform: scale(0.7);
    color: var(--black);
}
.nav>dd:nth-child(4) 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: flex
}
.snav {
    display: none;
}
.bannerbx,.sjbannerbx {
    position: relative;
    z-index: 0;
    width: 100%;
    height: calc(100vh - 4rem);
    overflow: hidden;
    margin-top: 4rem
}
.bannerbx .swiper-container,.sjbannerbx .swiper-container {
    height: 100%;
}
.bannerbx .swiper-slide>a ,.sjbannerbx  .swiper-slide>a{
    width: 100%;
    height: 100%;
	display: block
}
.bannerbx .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.sjbannerbx .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit:fill;
}
.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: var(--red);
    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 4%
}
.mlr {
    margin: 0 4%
}
.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;
}
.footer {
    background: #000;
    padding: 1rem 3%;
    text-align: center;
    color: #fff;/*   margin-top: 6%*/
}
.tel {
    margin-right: 3%;
}
.tel span {
    font-family: "bf";
    font-size: 220%;
    color: var(--red)
}
.snav {
    width: 100%;
    padding: 1rem 0 1rem 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;
}
.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 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 2vh
}
.snav-list>div {
    position: relative
}
.snav-list>div>a {
    /*font-size: 122%;*/
    display: inline-block;
    padding: 0 3vw;
    line-height: 2.5
}
.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 2rem
}
.three-snav a::before, .subcolumn-snav a::before {
    float: right;
    content: "|";
    margin-right: -2.05rem;
    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;
    zoom: 0.9;
}
.subcolumn-snav a {
    padding: 0 1rem;
}
.subcolumn-snav a::before {
    float: right;
    content: "|";
    margin-right: -1.05rem;
    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;
    justify-content: center
}
.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: 6vh
}
.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%;
}
.alink a+a {
    margin-left: 4%
}
.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 4%;
    /* 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: 1.5;
    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%;
    padding-right: 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: #979090;
    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;
    border-bottom: rgba(0,0,0,0.06) solid 1px;
    padding: 0 0 2.5rem 6rem;
}
.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: 8%;
    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: 160%;
    margin-bottom: 1rem;
    margin-top: 1rem
}
.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;
    height: 0;
 padding-bottom:calc((100% - 0px)/3*1);
    overflow: hidden
}
.xminfo .swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.xminfo .swiper-wrapper {
    width: 100vw;
}
.xminfo .swiper-slide {
    height: 100%;
}
.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: 5vw
}
.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;
    margin-top: 3rem
}
.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: 4rem
}
.new-til {
    padding: 5% 0 0 0;
    position: relative;
}
.new-til h1 {
    font-size: 190%;
    padding-bottom: 1rem;
    margin-bottom: 3%
}
.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;
}
.tjread .image {
    overflow: hidden;
}
.tjread .image img {
    transition: all 1s;
}
.tjread:hover .image img {
    transform: scale(1.2);
}
.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: 8% auto 2rem auto;
    padding: 0.3rem 1rem
}
.searchbx input, .searchbx>form {
    flex: 1;
    width: 100%
}
.searchbx>form {
    display: flex;
    align-items: center
}
.searchbx .iconfont {
    font-size: 160%
}
.news-search {
    max-width: 1000px;
    min-width: 900px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 0.1rem;
}
.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: #ccc solid 1px
}
.kjjs .lista {
    width: 33.3333333%;
    padding: 1rem;
    border-right: #ccc solid 1px;
    border-top: #ccc solid 1px;
}
.lista p {
    display: block;
    padding: 0;
    font-size: 140%
}
a.lista p {
    padding-top: 1rem;
    text-align: center;
}
.kjjs a.lista:hover {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}
.kjjs a.lista:hover .image {
    transform: scale(1.05);
    transition: all 0.6s
}
.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: 0 2rem;
    line-height: 2;
}
.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-size: 120%;
    line-height: 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: 2rem 0;
    font-size: 180%;
}
.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
}
.fnlist+#pagination, .cg-list+#pagination {
    margin-top: 2rem
}
.aboutjh-box .newslist+#pagination {
    margin-top: -2.5rem;
    border: none
}
#pagination {
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    zoom: 0.9;
    width: 100%;
    border-top: #ddd solid 1px;
}
#pagination a, #pagination .active, .home-off, .prev-off {
    padding: 0!important;
    text-align: center;
}
#pagination a {
    display: block;
}
#pagination li {
    margin: 0 0.2rem;
    flex: none;
    padding: 0!important;
}
#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: 3rem;
    height: 2.2rem;
    line-height: 2.2rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.1rem 0.9rem;
}
#pagination a:hover {
    background: var(--red);
    color: #fff
}
.swiper-pagination .swiper-pagination-bullet {
    width: 14px!important;
    height: 14px!important;
    background: #e6dbdbbd;
    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: 100%;
}
.worksbx, .powerlist, .aboutjh-box, .mlr {
    position: relative;
}
/*
#pagination {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -6rem;
}
*/
.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)
}
.map-mian {
    width: 100%;
    height: 30vmax
}
.map-mian+.footbx {
    margin-top: 0;
}
.menu {
    display: none;
}
.cguobanner {
    margin-top: 4rem;
    position: relative;
      height: 460px;
    z-index: 1;
	 
}
.cguobanner .swiper-slide div {
    background-position: center;
    background-size: auto 100%;
    height: 100%;
    width: 100%
}

.cgtabs {
    display: flex;
    margin: 0 6%;
    justify-content: space-between;
    padding-top: 1.5%
}
.cgtabs>div {
    width: 32.33%;
}
.cgtabs span {
    position: relative;
    background: #000;
 padding-bottom: calc(100%/3*1);
    font-size: 0!important;
    display: block;
    border-radius: 0.5rem;
    overflow: hidden;
    cursor: pointer
}
.cgtabs .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.cgtabs>div:nth-child(1) span {
    box-shadow: rgb(70 152 255) 0 0.5rem 2rem -0.5rem;
}
.cgtabs>div:nth-child(2) span {
    box-shadow: rgb(73 198 215) 0 0.5rem 2rem -0.5rem
}
.cgtabs>div:nth-child(3) span {
    box-shadow: rgb(245 143 109) 0 0.5rem 2rem -0.5rem
}
.cgcontent {
    display: none;
    margin: 3% 6%;
}
.cgtil {
    font-size: 150%;
    display: flex;
    align-items: center;
    color: #4d9fff
}
.cgtil::before {
    content: " ";
    background: #4d9fff;
    border-radius: 10em;
    height: 1.5rem;
    margin-right: 1vw;
    width: 0.6rem
}
.flbox {
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid rgba(0,0,0,.1);
}
.fenlei {
    display: flex;
    flex-wrap: wrap;
}
.fenlei dd {
    padding: 0.3rem 0.6rem;
    margin-right: 0.5rem;
}
.fenlei dd:hover {
    background: #f0f0f0;
    cursor: pointer;
}
.fenlei dt {
    font-weight: 600;
}
.fenlei dd>img {
    width: 1.3rem;
    margin-right: 0.5rem;
    border: #ededed solid 1px;
}
.fenlei dd.cgact {
    background: #ff3547;
    color: #fff;
    box-shadow: #ff3547 0 0.2rem 0.8rem -0.4rem;
    border-radius: 0.2rem
}
.fenlei dt, .fenlei dd {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center
}
.fenlei+.fenlei {
    padding-top: 1.5rem;
    margin-top: 1rem;
    border-top: 1px solid rgba(0,0,0,.1);
}
.cg-list {
    border: 1px solid rgba(0,0,0,.1);
    padding: 1rem;
    font-size: 115%;
    margin-top: 1rem
}
.cg-list .img {
    position: relative;
padding-bottom:calc(100%/4*3)
}
.cg-list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0
}
.cg-list {
    display: flex;
}
.cg-list:hover {
    border-color: var(--red);
    transition: all 0.3s;
}
.cg-list-content {
    flex: 1;
    margin-left: 2rem;
    line-height: 1.8
}
.imgbox {
    width: 21rem;
}
.cg-list-content>h2 a img {
    height: 2rem;
    margin-right: 0.5rem;
    border: #ededed solid 1px
}
.cg-list-content>h2 {
    display: flex;
    align-items: center;
    font-size: 160%;
    margin: 1rem 0 0.4rem 0;
    line-height: 1
}
.cgtxt-info {
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.cg-list-content p {
    font-family: Roboto, sans-serif;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.qmweizhi .iconzfj {
    width: 1.2rem;
    height: 1.2rem;
    background: url("../images/zfj.png") no-repeat center;
    background-size: 100% 100%;
    margin-right: 0.5rem
}
.qmweizhi {
    display: flex;
    align-items: center;
    margin-top: 1.2rem
}
.qmweizhi>a, .qmweizhi>span {
    margin-right: 1rem
}
.tjread .qmweizhi {
    margin-top: 0.5rem;
    color: #444
}
.contactbx p {
    display: flex;
    align-items: center;
    padding: 0.6rem 0
}
.contactbx p>i {
    width: 1.3rem;
    height: 1.3rem;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 0.5rem
}
.imap {
    background-image: url("../images/imap.png")
}
.itel {
    background-image: url("../images/itel.png")
}
.izx {
    background-image: url("../images/izx.png")
}
.iemail {
    background-image: url("../images/iemail.png")
}
.cg-txt-time {
    text-align: left;
    zoom: 0.85
}
.cg-more {
    display: inline-block;
    color: var(--red);
}
.tiaojian .imgbox {
    width: 14.5rem
}
.tiaojian {
    width: calc(50% - 0.5rem)
}
.tiaojian .cg-list-content h2 {
    line-height: 1.3;
    height: 4.5rem;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.cg-txt-time, .cg-more {
    margin-top: 1rem;
}
.tjbox {
    flex-wrap: wrap
}
.footerimg img {
    height: 4rem;
    opacity: 0.2
}
.footer-txt {
    display: flex;
    align-items: center;
    margin-left: 2rem;
    flex-wrap: wrap
}
.footer-txt>p a {
    color: #fff;
    color: rgba(255,255,255,.8);
}
.footer-txt>p {
    margin-right: 2rem
}
.footer-info {
    display: flex;
    justify-content: center;
    align-items: center
}
.alink {
    justify-content: center;
}
.aboutnav {
    width: 1200px;
    justify-content: left;
}
.lxdh {
    margin-left: 1.5vw;
    background: url("../images/dh.png") no-repeat left center;
    background-size: 2rem auto;
    padding-left: 2rem;
    zoom: 0.9
}
.lx {
    background: url("../images/dh2.png") no-repeat left center;
    background-size: 2rem auto;
}
.lxdh p {
    zoom: 0.8;
    width: 100%
}
.bsbannerbx {
    position: relative;
    overflow: hidden;
    margin-top: 4rem;
    width: 100%;
    z-index: 1
}
.bsbannerbx .swiper-container {
    height: 100%;
}
.bsbannerbx .swiper-container img {
    width: 100%;
    height: 100%;
}
.bsbannerbx .swiper-slide>a {
    width: 100%;
    height: 100%
}
.gjjssbox {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 2rem;
    background: url("../images/gjbg.jpg") no-repeat top left #cc3333;
    border: rgba(0,0,0,0.2) solid 1px;
    border-radius: 1vmin;
    box-shadow: #cc33337d 0 5vmin 3vmin -3vmin, rgba(255,255,255,0.4) 0 0 0 1px inset;
    margin: 2% 6% 0 6%;
}
.gjjswiper .swiper-container, .gjjswiper, .gjjswiper .swiper-slide {
    width: 100%!important;
    height: 100%;
}
.gjjswiper img {
    width: 100%;
    height: 100%
}
.swiperbox {
    flex: 1;
    margin-right: 1%;
}
.gjjswiper {
    position: relative;
padding-bottom:calc(100%/4*3);
    height: 0;
    overflow: hidden
}
.gjjswiper .swiper-container {
    width: 100%;
    position: absolute!important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}
.jstil {
    width: 100%;
}
.sjhead {
    display: flex;
}
.sjheadlist>a {
    display: block
}
.sjsshi {
    padding: 2rem;
    background: #000;
    margin: 2.5% 6% 0 6%;
    background: url("../images/sjbg.png") no-repeat bottom #843af2;
    background-size: cover;
    border: rgba(0,0,0,0.2) solid 1px;
    border-radius: 1vmin;
    box-shadow: #843af2 0 5vmin 3vmin -3vmin, rgba(255,255,255,0.4) 0 0 0 1px inset;
}
.sjlist {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.sjlist>a {
    width: 32.5%
}
.sjhead a {
    display: block
}
.zhjsbox {
    padding: 2rem;
    margin: 2.5% 6% 0 6%;
    background: url("../images/zhbg.jpg") no-repeat #fd6490;
    background-size: 100% auto;
    border: rgba(0,0,0,0.2) solid 1px;
    border-radius: 1vmin;
    box-shadow: #fd6490 0 5vmin 3vmin -3vmin, rgba(255,255,255,0.4) 0 0 0 1px inset;
}
.zhjs {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap
}
.zhjs::after {
    content: "";
    width: 32.333%;
}
.zhjs>a {
    width: 32%
}
.jstil {
    font-size: 220%;
    text-align: center;
    color: #fff;
    padding: 2rem
}
.bslist a {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
    padding: 2.9vh 1vw;
}
.bslist a>p {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70%
}
.bslist a>p span {
    color: red;
    display: inline-block;
    margin-right: 0.5rem
}
.bslist a>span {
    text-align: left
}
.bslist {
    flex: 1
}
.bslist>dd {
    background: rgba(255,255,255,0.95);
    border-radius: 0.4rem;
    overflow: hidden;
    box-shadow: rgba(255,255,255,0.9) 0 0 0 1px;
}
.bslist dd a::after {
    position: absolute;
    z-index: -1;
    width: 100%;
 padding-bottom: calc(100%/4*4);
    border-radius: 100rem;
    content: "";
    box-shadow: #ff0000 0 0 10vmax;
    top: 100%;
    left: 50%;
    opacity: 0.5;
}
.bslist>dd+dd {
    margin-top: 1vh
}
.bslist>dd:hover {
    transform: translateY(-20%);
    box-shadow: red 0 0 2vw -1vw;
}
.bslist dt a {
    display: block;
    text-align: center;
    color: #fff;
}
.sjheadlist {
    flex: 1;
}
.sjhead .img {
    position: relative;
 padding-bottom:calc(100%/4*2);
    border-radius: 0.5rem;
    overflow: hidden
}
.sjhead .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
.sjhead {
    margin-bottom: 2%;
    background: #fff;
    border-radius: 0.5rem;
    padding: 1rem
}
.sjh-list {
}
.sjhead .imgbox {
    width: 60%;
    margin-left: 3%;
}
.sjh-list {
    border-bottom: 1px dotted #ddd;
    padding: 2vh 3rem 2vh 0.6rem;
    position: relative;
    border-radius: 0.5rem
}
.sjh-list p, .sj>p {
    color: #999;
    zoom: 0.8;
    font-weight: 200;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}
.sjh-list>a {
    font-size: 110%;
    margin-bottom: 1vh
}
.sjh-list::after {
    width: 0.8rem;
    height: 0.8rem;
    border-top: #aaa solid 1px;
    border-left: #aaa solid 1px;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    right: 1rem;
}
.sjh-list:hover {
    background: linear-gradient(45deg, rgb(245 239 255), transparent)
}
.sjmore {
    display: block;
    text-align: center;
    padding-top: 1rem
}
.sj .img {
    position: relative;
 padding-bottom:calc(100%/3*2);
    border-radius: 0.5rem;
    overflow: hidden;
}
.sj .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
.sj {
    background: #fff;
    border-radius: 0.5rem;
    padding: 1rem;
    width: 32.5%;
}
.sj>a, .sj>h2 {
    display: block;
    /*    font-size: 110%;*/
    margin: 1rem 0 0.8rem 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}
.jstil {
    position: relative;
    z-index: 0;
    margin-bottom: 2rem
}
.jstil::after {
    content: "";
    width: 40rem;
    height: 8rem;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    background: url("../images/ye.png") no-repeat center bottom;
    background-size: auto 80%;
    transform: translate(-50%, -50%)
}
.jstime {
    margin-top: 1.5rem;
    padding-left: 6rem;
    position: relative
}
.jstime>span {
    position: absolute;
    border-radius: 0.3rem 0.3rem 3rem 0;
    color: #fff!important;
    padding: 0.5rem 1.5rem;
    font-size: 80%;
    /* line-height: 16px; */
    background-blend-mode: soft-light;
    left: -1.5rem;
    top: -0.5rem;
    z-index: 0;
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.6), transparent) var(--bg, #0081ff);
    box-shadow: #0081ff 0 0.8vmin 1vmin -1vmin;
}
.jstime>span.yjs {
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.6), transparent) var(--bg, #EA3447);
    box-shadow: #EA3447 0 0.8vmin 1vmin -1vmin;
}
.jstime>span::before {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    left: 0;
    bottom: -0.5rem;
    filter: brightness(.7);
    background-color: inherit;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    position: absolute;
    z-index: -1;
}
.lineBox {
    position: relative;
    width: 100%;
    height: 1px;
    background: #ededed;
    margin-top: 1vmin;
    margin-bottom: 1vmin;
}
.lineBox::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 100%;
    background: #fd6490;
    transition: all .5s ease;
}
.sj:hover .lineBox::before {
    width: 100%;
}
.img img {
    transition: all 0.3s
}
.sj:hover .img img {
    transform: scale(1.3)
}
.sj>p {
    margin-bottom: 1.3rem;
}
.sj>h2 {
    font-size: 120%;
    min-height: 3.2rem;
}
.xjsshi {
    padding: 2rem;
    background: #000;
    margin: 2.5% 6% 0 6%;
    background: url("../images/xj.jpg") no-repeat top #2259ef;
    background-size: cover;
    border: rgba(0,0,0,0.2) solid 1px;
    border-radius: 1vmin;
    box-shadow: #2259ef 0 5vmin 3vmin -3vmin, rgba(255,255,255,0.4) 0 0 0 1px inset;
}
.sjsshi .sjhead .imgbox {
    margin-left: 0;
    margin-right: 3%;
}
.kczy .td-tp {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}
.kczy .td-tp:hover {
    transform: scale(1.1) translateY(-1rem);
    box-shadow: rgba(0,0,0,0.2) 0 0 1rem;
    border-radius: 0.5rem;
    z-index: 2;
    background: #fff
}
.zhhz {
    z-index: 9;
    display: flex;
    justify-content: center;
    padding: 0vmin 0 0vmin 0;
    -webkit-backdrop-filter: saturate(150%) blur(50px);
    /* backdrop-filter: saturate(150%) blur(50px); */
    /* border-bottom: rgba(0,0,0,0.01) solid 1px; */
    /* box-shadow: rgba(0,0,0,0.05) 0 0px 8px; */
    position: relative;
    width: 100%;
    margin: 3vmin 0 0 0%;
    border-radius: 6px 6px 3px 3px;
}
.zhhz li p {
    font-family: 楷体;
    grid-column: 2/3;
    font-size: 17px;
    line-height: 1.3
}
.zhhz li {
    text-align: left;
    padding: 0 2vw;
    letter-spacing: 2px;
    position: relative;
    display: grid;
    grid-template-columns: 80px auto
}
.zhhz li::after {
    border-right: rgba(119,148,158,0.2) solid 1px;
    position: absolute;
    height: 70%;
    right: 0;
    top: 0;
    transform: translateY(-50%);
    top: 50%
}
.zhhz h2 {
    font-size: 160%;
    line-height: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column: 1/2;
    grid-row: 1/4;
    position: relative;
    margin-right: 10px;
    color: rgba(0,0,0,0.5);
    padding-right: 25px
}
.zhhz h2::before {
    content: "";
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0));
    width: 1px;
    height: 80%;
    position: absolute;
    right: 5px;
}
.zhhz h2::after {
    content: "";
    border-width: 8px 8px 0;
    border-style: solid;
    border-color: transparent rgba(0,0,0,0.15) transparent transparent;/*灰 透明 透明 */
    position: absolute;
    right: 0;
    transform: rotate(-45deg);
    margin-top: 5px;
}
.zhhz li:last-child::after {
    display: none;
}
.gfbt {
    position: absolute;
    width: 100%;
    height: 22%;
    background-color: rgb(23 22 22 / 60%);
    bottom: 0;
    color: #ddd;
    z-index: 1;
    padding: 1vmin;
    text-align: left;
}
.yrck {
    background: linear-gradient(45deg, rgb(245 239 255), transparent);
}
.gfbt p {
    font-size: 85%;
    width: 96%;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.gfbt p, .gfbt h3 {
    color: #fff;
}
.gfbt:hover {
    background: rgba(32, 31, 31, 0.8);
}
.m-tel {
    display: none
}

/*
.xtjc  .fnlist  .row-3,.xtjcbax  .fnlist  .row-3{
    padding-bottom: calc((100% - 0px)/4*4);
}
.xtjc .fnlist dd,.xtjcbax .fnlist dd  {
    width: 7rem;
}
*/
@media screen and (min-width:1025px) and (max-width: 1540px) {
* {
    font-size: 98%
}
.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;
}
}



.sjbannerbx{display:none;}
.bannerbx{display:block}
/*手机端*/
@media only screen and (max-width:1024px) {
body {
    font-size: 97%;
}
	.sjbannerbx{display:block;}
	.bannerbx{display:none}
.menu {
    display: block;
    flex: 1;
    text-align: right;
}
.menu i {
    font-size: 250%;
}
.wm {
    min-width: auto;
}
.snav-list, .sanv-info {
    width: auto
}
.nav {
    margin-left: 0;
    left: 0;
    /*    background: rgba(220,35,33,0.9);*/
    /*	 background: rgba(0,0,0,0.65);*/
     
    position: fixed;
    width: 40%;
    z-index: 9999;
    display: none;
    padding-top: 1rem;
    font-size: 110%;
}
.nav, .nav::after {
    height: calc(100vh - 4rem);
    top: 4rem;
}
.nav::after, .nav::before {
    content: "";
}
.nav::before {
    width: 100%;
    height: 100%;
    background: rgba(220,35,33,0.9);
    z-index: -1;
    position: absolute;
    box-shadow: rgb(0 0 0 / 50%) 0 2.5rem 4rem;
    top: 0;
}
.nav::after {
    background: rgba(80,0,0,0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: -2;
    width: 100vw;
    left: 0;
    position: fixed;
}
.nav>dd>a, .nav>.cur>a, .on>a {
    color: #fff
}
.snav {
    width: auto;
    animation: fadeInRight 0.2s;
    bottom: 0;
    left: 100%;
    position: absolute;
    right: -150%;
    top: 0;
    padding: 1rem 0 3rem 0;
}
.snav::after {
    top: 0;
    width: 100%
}
.snav-list {
    display: block;
}
.snav-list>div {
    /* padding: 1.5vh 0; */
    padding: 1.5vh 0;
}
.three-snav {
    position: relative;
    top: 0;
    left: 5vw;
    display: none;
    padding: 1vh 0;
    flex-wrap: wrap;
}
/*
.snav-list>div.onA .three-snav {
    display: flex;
}	
*/
.three-snav a, .subcolumn-snav a {
    display: block;
    vertical-align: middle;
    padding: 0.5rem 0 0.5rem 4rem;
    margin: 0;
}
.snav-list>div>a {
    font-size: inherit;
    display: block;
    padding: 0 0 0 3rem;
}
.snav-list>div>a::before {
    width: 8%;
}
.nav>dd>a::before {
    display: none
}
.nav>.cur>a::after, .nav>dd>a:hover::after, .nav .on>a::after, .nav .on>a:hover::after {
    width: 35%;
    border-bottom-color: #fff
}
.show {
    display: block!important
}
.sanv-info .img {
    width: 100%;
}
.sanv-info .sanv-txt {
    margin-left: 0;
    padding: 2vh 3vw 2vh 10vw;
}
.sanv-info .sanv-txt p {
    font-size: 80%;
}
.search, .search>form {
    width: 100%;
    display: flex;
    align-items: center;
}
.search {
    margin-top: 1vh;
}
.search input {
    flex: 1
}
.aboutjh-box .sider-left {
    display: none
}
.sider-right {
    margin-left: 0;
    width: 100%;
}
.about-info {
    padding: 5%;
}
.footbx {
    text-align: center;
    padding: 2rem 4%;
}
.alink a {
    zoom: 0.75;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}
.alink {
    justify-content: center;
}
.alink a::after {
    content: "/";
    margin-left: 0.5rem;
    display: inline-block;
    font-size: 80%;
}
.alink a+a {
    margin-left: 0.5rem;
}
.alink a:last-child::after {
    display: none
}
.rwm {
    width: 100%;
}
.footer-txt {
    font-size: 80%;
}
.photo {
    width: 100%;
    margin-left: 0;
    margin-bottom: 3%
}
#pagination a, #pagination li>span, #pagination .active {
    min-width:1.5rem;
    height: 1.2rem;
    line-height: 1.2rem;
    padding: 0 0.2rem;
}
#pagination a, #pagination li>span, #pagination .active,#pagination .next>a>span,#pagination .end>a>span{
 
    zoom: 0.6;
}
	#pagination li {
		margin: 0 0.1rem;}
.newslist {
    display: block;
}
.rylist {
    margin: 1rem 1rem 1rem 4rem;
    width: auto;
}
.newslist dd {
    padding-right: 0;
    text-align: justify;
}
.newslist .imgbx {
    width: 100%;
}
.rylist dd {
    font-size: 120%;
}
.fuwu-list {
    padding: 0;
    display: block;
    border-bottom: none;
}
.fuwu-list.mlr {
    margin: 0
}
.fuwu-list .fuwu-img {
    margin: 0;
    padding: 0;
}
.fuwu-list:nth-child(even) .fuwu-img {
    margin-left: 0;
}
.fuwu-list .info-content, .fuwu-list:nth-child(even) .info-content {
    padding: 2vh;
    border: #000 solid 1px;
    margin-bottom: 2vh;
}
.info-content h1 {
    font-size: 180%;
}
.subcolumn-snav {
    display: none;
}
.powerlist {
    justify-content: space-between;
    padding: 0 4%;
}
.list-sub, .list-sub:nth-child(3n+3), .parkbx .list-sub {
    width: 90%;
    margin: 0 5% 4% 5%!important;
}
.worktil h1 {
    font-size: 110%;
}
.newslist p {
    zoom: 0.8
}
.newslist dd a {
    padding-bottom: 0;
}
.newsinfo-bx .sider-left, .info-b-box .sider-left {
    padding-right: 0;
}
.newsinfo-bx .sider-right, .info-b-box .sider-right {
    display: none
}
.reback {
    width: 100%;
    margin-top: 1.5vh;
    transform: scale(0.8);
    transform-origin: 0 center
}
.project-head {
    padding-top: 3rem;
}
.kj-product {
    display: flex;
    grid-template: inherit;
    grid-gap: inherit;
    gap: inherit;
    flex-wrap: wrap;
    justify-content: space-between;
}
.kj-product>div {
    width: 49%;
    margin-bottom: 2%;
}
.kj-product>div:first-child {
    width: 100%;
}
.kj-product>div h1 {
    font-size: 90%;
}
.kj-cp-box::after {
    height: 100%;
}
.til-kj {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.til-kj span, .til-kj a {
    zoom: 0.8;
}
.til-kj h1::after {
    display: block;
    margin-top: 1vh;
    margin-left: 0;
}
.fnlist {
    padding: 2vw;
}
.fnlist dt {
    width: 125%;
    transform: scale(0.8);
    transform-origin: 0 center;
    flex: none;
    margin: 0;
}
.col-l {
    width: 100%;
    padding-bottom: 3rem;
}
.kjjs .lista {
    width: 50%;
    padding: 2vw;
}
.kjjs .lista:nth-child(-n+3) {
    border-top: inherit;
}
.kjjs .lista:nth-child(3n+3) {
    border-right: inherit;
}
.kjjs .lista:nth-child(-n+2) {
    border-top: none;
}
.kjjs .lista:nth-child(2n+2) {
    border-right: none;
}
.kjjs .jsbx h1 {
    font-size: 160%;
}
.kjjs .jsbx p {
    font-size: 70%;
    white-space: pre-wrap;
    margin: 1vh 0;
}
.lista p {
    font-size: 80%
}
.text-xl {
    font-size: 180%;
}
.kjproduct .price-left {
    padding-left: 15%;
    flex: none;
    height: 60%;
    width: 100%;
}
.kjproduct .price-right {
    flex: none;
    width: 100%;
    height: auto;
    margin-top: -7rem;
    z-index: 2;
    margin-left: 0;
    overflow: inherit;
}
.kjproduct .swiper-button-next, .kjproduct .swiper-button-prev {
    left: 5%;
    top: 20%;
    transform: scale(0.75);
    transform-origin: 0 0;
}
.kjproduct .price-right::after {
    display: none
}
.kjproduct .swiper-slide, .kjproduct .swiper-container, .kjproduct, .kjproduct .swiper-wrapper {
    height: auto;
}
.kjproduct .swiper-container {
    min-height: calc(100vh + 19rem);
}
.kjproduct .swiper-slide {
    display: block
}
.xtjc .fnlist {
    width: 49.5%;
}
.kjproduct .price-left::after, .pro-info-bx .price-left::after {
    width: 100%;
}
.xtjc .image img {
/*
    width: auto;
    height: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
*/
}
.kjproduct .swiper-button-prev {
    margin-top: 2rem;
}
.worksbx {
    display: block;/*
    column-gap: 1vh;
    column-count: 2;
*/
}
.worksbx a img {
    width: 100%;
    height: auto;
}
.worksbx>div {
    /*
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    counter-increment: item-counter;
    padding-bottom: 1vh;
*/
    background: #fff;
}
.worksbx>div {
    margin-bottom: 1.5vmax
}
.worksbx>div.chang0, .worksbx>div.shu0, .worksbx>div.zheng, .worksbx>div.shu1, .worksbx>div.chang1 {
    grid-area: auto;
}
.searchbx, .news-search {
    max-width: auto;
    min-width: auto;
    width: 80%;
}
.myselect {
    width: 7rem;
}
.map-mian+footer>.footbx {
    margin-top: 0
}
.news-search {
    width: 90%;
}
.gramme-cont {
    text-align: left;
    text-align: justify;
    padding-left: 5%;
}
.gramme-cont br {
    display: none;
}
.til-head {
    padding-left: 5%;
    text-align: center;
}
/*	*/

.lxdh div {
    zoom: 0.8;
}
.zhhz li p {
    font-size: 0px;
}
.snav-list>div>a {
    line-height: 1.7;
}
.zhhz {
    margin: 0vmin 0 0 0%;
    display: none;
}
.gfbt {
    height: auto;
}
.gfbt p {
    font-size: 69%;
}
.fnlist dd {
    width: 100%;
}
.alink, .lxdh {
    display: none
}
.footer-info {
    flex-wrap: wrap;
}
.footer-txt {
    font-size: 70%;
    margin-left: 0rem;
    display: block;
}
.footer-txt>p {
    margin: 2% 0;
}
.footerimg {
    margin-bottom: 3%;
    margin-top: -3%;
}
.footerimg img {
    height: 3rem;
    opacity: 0.9;
}
.snav-list {
    margin-left: -30%;
}
.snav-list {
    margin-top: 4vh;
}
.nav-design {
    align-items: flex-start;
}
.imgbox {
    width: 100%;
}
.cg-list-content {
    margin-left: 0
}
.cg-list-content>h2 {
    font-size: 113%;
}
.cg-list-content>h2 a img {
    height: 1.4rem;
}
.qmweizhi>a, .qmweizhi>span {
    margin-right: 0.8rem;
    zoom: 0.9;
}
.cg-list {
    display: block;
    padding: 0.8rem;
    margin-top: 0.5rem;
}
.tjbox {
    display: block;
}
.tiaojian {
    width: 100%;
}
.tiaojian .imgbox {
    width: 100%;
}
.fenlei dt, .fenlei dd {
    margin-bottom: 0.1rem;
}
.contactbx {
    padding-bottom: 6%;
}
.tiaojian .cg-list-content h2 {
    height: auto;
}
.gjjssbox {
    display: block;
}
.swiperbox {
    margin-right: 0%;
    margin-bottom: 5%;
}
.zhjs {
    display: block;
}
.sj {
    margin-bottom: 4%;
    width: 100%;
}
.xjsshi, .zhjsbox, .sjsshi, .gjjssbox {
    margin: 4% 2% 0 2%;
    padding: 0.8rem;
    overflow: hidden;
}
.sjhead {
    display: grid;
}
.sjhead .imgbox {
    width: 100%;
    margin-left: 0;
    margin-bottom: 3%;
    grid-row: 1/2;
}
.sjlist {
    margin-bottom: 4%;
    display: block;
}
.li-whidth>i {
    zoom: 0.6;
    padding: 0;
    width: 1rem;
    height: 1rem;
}
.hz-bx {
    display: block!important;
}
.content-b-a:first-child {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #e5d6d6; */
    cursor: pointer;
 padding-bottom: calc(100%/3*2);
    margin: 1rem 0 1rem 0;
    width: 100%;
}
.content-b-a {
    width: 100%;
    border-left: none;
}
.mtelbox {
    height: 6.8vh;
}
.m-tel {
    display: flex;
    position: fixed;
    z-index: 2;
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #ededed, #fff);
    height: 6.8vh;
	border-top: #ebebeb solid 1px;
    box-shadow: rgba(0,0,0,0.2) 0 0 1rem;
}
.m-tel>a {
    height: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: rgba(255,255,255,1) solid 1px
}
.m-tel>a::before {
    width: 1.3rem;
    height: 1.3rem;
    content: " ";
    background: url("../images/dh.png") no-repeat left center;
    background-size: auto 100%;
	margin-right: 0.2rem
}
.m-tel>a::last-child {
border-right:none
}
.m-tel>a+a {
    border-left: rgba(0,0,0,0.05) solid 1px
}
.m-tel>.lxtel::before {
    background-image: url("../images/dh2.png");
}
	.rylist {
 
    padding-left:1.5rem;
}
.cgtabs {
 
    padding-top: 4%;
}
	.li-whidth {
		width: 30%;}
	.content-b::after {
 
    background-size: 7rem auto;
}
.content-c::after {	
	 background-size: 7rem auto;
}.cguobanner {
    height: 0;
	padding-bottom: calc((100%/4)*2)
}
	.cguobanner .swiper-wrapper{position: absolute;top:0;left:0;width: 100%;height: 100%}
.bsbannerbx {
    padding-bottom: calc((100%/4)*2);
	height: 0;}
	.bsbannerbx .swiper-container {
    height: 100%;
  
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.qysl li:nth-last-of-type(even) {
    flex: inherit;
}
}
