html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
    margin: 0;
    line-height: 1.42857143;
    font-size: 14px;
    background: #fff;
    color: #333;
}
@font-face {
    font-family:eleganticons;
    src:url(../fonts/ElegantIcons.eot);
    src:url(../fonts/ElegantIcons.eot?#iefix) format('embedded-opentype'),url(../fonts/ElegantIcons.woff) format('woff'),url(../fonts/ElegantIcons.ttf) format('truetype'),url(../fonts/ElegantIcons.svg#ElegantIcons) format('svg');
    font-weight:400;
    font-style:normal
}

@font-face {
    font-family: ionicons;
    src: url(../fonts/ionicons.eot?v=2.0.0);
    src: url(../fonts/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"),url(../fonts/ionicons.ttf?v=2.0.0) format("truetype"),url(../fonts/ionicons.woff?v=2.0.0) format("woff"),url(../fonts/ionicons.svg?v=2.0.0#Ionicons) format("svg");
    font-weight: 400;
    font-style: normal
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button, input, optgroup, select, textarea {
    line-height: 1.42857143;
    margin: 0;
    outline: none;
}
body, button, input, select, textarea {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
    font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html [type=button],/* 1 */ [type=reset], [type=submit] {
    -webkit-appearance:button;
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style:none;
    padding:0;
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline:1px dotted ButtonText;
}
fieldset {
    padding: .35em .75em .625em;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type=checkbox], [type=radio] {
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding:0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height:auto;
}
[type=search] {
    -webkit-appearance:textfield;
    outline-offset:-2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance:none;
}
::-webkit-file-upload-button {
    -webkit-appearance:button;
    font:inherit;
}
summary {
    display: list-item;
}
article, aside, footer, header, nav, section, figcaption, figure, main, details,/* 1 */ menu {
    display: block;
}
pre, code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
audio, video, canvas {
    display: inline-block;
}
template, [hidden] {
    display:none;
}
.clearfix {
    zoom: 1;
}
.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: rgb(192, 0, 0);
    text-decoration: none;
}
ul {
    margin: 0;
    list-style: none;
    padding: 0;
}


.container {
    padding: 0 15px;
    min-width: 1440px;
}

.header{
    background: #fff;
    height: 100px;
}

.header .row{
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s ease;
}
.header .logo{
    width: 16.3194%;
    height: 100%;
    overflow: hidden;
    float: left;
}
.header .logo img{
    width: 215px;
    margin-top: 30px;
}

.header .nav{
    width: 59.5833%;
    float: left;
    text-align: center;
}

.header .nav ul{
    width: auto;
    display: inline-block;
    transition: all .4s;
    position: relative;
    left: 0;
}

.header .nav ul .active{
    color: rgb(192, 0, 0);
}

.header .nav ul .actives>a{
    color: rgb(192, 0, 0);
}

.header .nav ul .actives>a::before{
    position: absolute;
    background: rgb(192, 0, 0);
    content: " ";
    bottom: 10px;
    left: 5px;
    width: 20px;
    height: 3px;
}

.header .nav li{
    list-style: none;
    height: 100px;
    line-height: 100px;
    float: left;
    position: relative;
    display: block;
}

.header .nav li .sub-nav-item-menu{
    position: absolute;
    width: 220px;
    background: #fff;
    z-index: 1111;
    display: none;

}

.header .nav li .sub-nav-item-box{
    position: relative;
    height: 40px;
    line-height: 40px;

}

.header .nav li .sub-nav-item-box .third-nav-item-group{
    box-shadow: 0px 0px 24px 0px rgba(75, 76, 79, 0.1);
    background-color: #fff;
    width: 244px;
    position: absolute;
    top: 0px;
    height: auto;
    overflow: hidden;
    border-radius: 2px;
    border-top-left-radius: 0;
    list-style: none outside none;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    z-index: 20;
    -webkit-transition: opacity .15s ease-out;
    -o-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
    box-sizing: border-box;
    left: 190px;
    display: none;

}

.header .nav li .sub-nav-item-box .third-nav-item-group .third-nav-item-box{
    margin: 24px 20px;
    overflow: hidden;

}

.header .nav li .sub-nav-item-box .third-nav-item-group .third-nav-item-box a{
    height: 35px!important;
    line-height: 35px!important;
    margin: 0px;
    overflow: hidden;

}


.item_third {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #E3E9EE;
}

.third-nav-item .item_outer {
    font-style: normal;
    text-decoration: none;
    font-weight: normal;
    color: #666;
    font-size: 14px;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: padding .2s ease-in-out;
    -o-transition: padding .2s ease-in-out;
    transition: padding .2s ease-in-out;
    text-align: left;
    height: 35px;
}


.third-nav-item:hover .item_outer {
    padding: 0 20px 0 23px;
}

.outAfter:after{
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    top: -2px;
    right: -6px;
    content: '\35';
    font-family: ElegantIcons;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgb(192, 0, 0);
}

.sub-nav-item-box .item_third:hover .item_outer:before{
    left: 0px;
}

.sub-nav-item-box a{
    height: 40px!important;
    line-height: 40px!important;
    margin: 0!important;
    padding: 0px;
    width: 100%;
    overflow: hidden;
    text-align: left;
    -webkit-transition: padding .2s ease-in-out;
    -o-transition: padding .2s ease-in-out;
    transition: padding .2s ease-in-out;
    border-bottom: none!important;

}
.sub-nav-item-box a:hover{
    padding: 0 20px 0 23px;
    color: rgb(192, 0, 0)!important;

}


.item_third .item_outer:before {
    background-color: #f10215;
}

.item_third .item_outer:before {
    content: '';
    position: absolute;
    display: block;
    top: calc(50% - 2px);
    left: -23px;
    width: 12px;
    height: 3px;
    color: inherit;
    line-height: inherit;
    font-weight: 400;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: left .2s ease-in-out;
    -o-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out;
    background-color: #f10215;
}

.third-nav-item:hover .item_outer {
    font-style: normal;
}

.third-nav-item:hover .item_outer:before {
    left: 0px;
}



.header .nav li a{
    color: #434242;
    text-decoration: none;
    font-size: 16px;
    margin: 0 30px;
    height: 90px;
    position: relative;
    display: inline-block;
}

.header .stel{

    width: 16.4583%;
    height: 100%;
    display: table-cell;
    vertical-align: top;

}




.header .stel img{
    width:38px;
    height: 38px;
    margin-top: 35px;
    float: left;
}

.header .stel .rexian{
    float: left;
    margin-top: 30px;
    margin-left: 10px;
    font-size: 16px;
    color: #666;
    border-right: 1px solid #ddd;
    padding-right: 30px;
}

.header .stel .rexian span{
    color: rgb(192, 0, 0);
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.sousuo{
    width: 7.639000000000003%;
    float: left;
    margin-left: 42px;
    margin-top: 37px
}
.sousuo .btnicon{
    font-size: 24px;
}


.banner {
    width: 100%;
    height: 800px;
    overflow: hidden;
    position: relative;
    background-color: white;
    top: 0;
    left: 0;
    z-index: 1;
}
.banner .swiper1 {
    width: 100%;
    height: 800px;
    position: relative;
}


@media screen and (max-width:1400px){



    .banner {
        width: 100%;
        height: 600px;
        overflow: hidden;
        position: relative;
        background-color: white;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .banner .swiper1 {
        width: 100%;
        height: 600px;
        position: relative;
    }

    .banner-sub{
        height: 550px!important;
    }

}



@media screen and (max-width:1200px){



    .banner {
        width: 100%;
        height: 500px;
        overflow: hidden;
        position: relative;
        background-color: white;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .banner .swiper1 {
        width: 100%;
        height: 500px;
        position: relative;
    }

    .banner-sub{
        height: 350px!important;
    }


}




.banner .swiper1 .swiper-slide {
    width: 100%;
    overflow: hidden;
}
.banner .swiper1 .swiper-slide .box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.banner .swiper1 .swiper-slide .box .img {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: -1000px;
    right: -1000px;
    margin: auto;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}
.banner .swiper1 .swiper-slide .box .img video {
    position: relative;
    height: calc(120vh - var(--browser-address-bar, 0px));
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    z-index: -1;
}
.banner .swiper1 .swiper-slide .box .text {
    position: absolute;
    left: 13.5%;
    top: 44%;
    height: 100px;
    overflow: hidden;
}
.banner .swiper1 .swiper-slide .box .text span {
    display: block;
    font-size: 80px;
    font-weight: bold;
    line-height: 80px;
    color: #ffffff;
}
.banner .swiper1 .swiper-slide .box .s-text {
    position: absolute;
    left: 13.5%;
    top: calc(44% + 54px + 60px);
    height: 77px;
    overflow: hidden;
}
.banner .swiper1 .swiper-slide .box .s-text span {
    display: block;
    font-size: 36px;
    line-height: 97px;
    color: #ffffff;
    opacity: 1;
}
.banner .swiper1 .swiper-pagination-bullets {
    bottom: 12vh;
    left: 13.5%;
    width: auto;
}
.banner .swiper1 .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 40px;
    height: 2px;
    display: inline-block;
    border-radius: 0;
    background: white;
    opacity: 1;
    margin: 0 12px;
    transition: 0.5s;
}
.banner .swiper1 .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 80px;
    height: 2px;
    background: #e84127;
    opacity: 1;
}
.banner .swiper1 .swiper-button-next,
.banner .swiper1 .swiper-button-prev {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100vh;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.banner .swiper1 .swiper-button-next::after,
.banner .swiper1 .swiper-button-prev::after {
    content: "";
}
.banner .swiper1 .swiper-button-next1 {
    cursor: url(../images/cursor-next.png) 22 28, pointer;
}
.banner .swiper1 .swiper-button-prev1 {
    cursor: url(../images/cursor-prev.png) 22 28, pointer;
}

.product{
    margin-top: 1%;
}

.product .conn{
    width: 49.5%;
    float: left;
    background: #ddd;
    overflow: hidden;
    height: 627px;
}

.product .conn:nth-child(2){
    float: right;
}
.product .conn .title{
    margin-top: 80px;
    font-size: 40px;
    text-align: center;
    color: #333;
    text-align: center;
    font-weight: bold;

}

.product .conn .title span{
    display: block;
    font-size: 16px;
    color: rgb(89, 89, 89);
    margin-top: 10px;
    font-weight: 500;

}

.product .conn .title a{
    position: relative;
    display: inline-block;
    transition: all 0.2s cubic-bezier(0.42, 0, 0.6, 0.93) 0s;
    transform: translateX(0px);
    padding: 0px 16px;
    line-height: 39px;
    height: 39px;
    color: rgb(81, 98, 128);
    font-size: 16px;

}

.product .conn .title a span{
    position: relative;
    display: inline-block;
    -webkit-transition: .2s cubic-bezier(.42,0,.6,.93);
    -o-transition: .2s cubic-bezier(.42,0,.6,.93);
    transition: .2s cubic-bezier(.42,0,.6,.93);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);

}

.ButtonLineHidden {
    width: calc(33px - 7px);
    height: 1px;
    background-color: currentColor;
    -webkit-transition: .18s ease-in-out;
    -o-transition: .18s ease-in-out;
    transition: .18s ease-in-out;
    position: absolute;
    opacity: .4;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    top: 30px;
    left: 5px;
}

.product .title a:hover .Ionios,.product .title a:hover .ButtonLineHidden {
    color: rgb(192, 0, 0);
}


.product .title a:hover:hover .ButtonLineHidden {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}

.product .title a:hover:hover .ButtonLine {
    opacity: .4;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}
.product .title a:hover span{
    transform: translateX(25px);
    color: rgb(192, 0, 0);

}

.ButtonLine {
    width: calc(26px);
    height: 1px;
    background-color: currentcolor;
    transition: all 0.18s ease-in-out 0s;
    opacity: 1;
    transform: scaleX(1);
    transform-origin: right center;
    display: inline-block;
    margin-bottom: 5px;
}

.Ionios {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    font-size: 14px;
    margin-left: -5px;
    margin-top: -2px;
}

.Ionios:before {
    content: "\f488";
    display: inline-block;
    font-family: ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.product .conn img {
    margin: auto;
    max-width: 100%;
    border: none;
    transition: all 500ms ease 0s;
    transform: scale(1);
}


.product .conn .img {
    width: 708px;
    margin: 0 auto;
    margin-top: 20px;
}

.product .conn img:hover {
    background: none; transform: scale(1.02);
}

.product .connlist{
    overflow: hidden;
    width: 100%;
    clear: both;
}

.product .connlist li{
    width: 33%;
    float: left;
    margin-right: 1%;
    background: url("../images/202212271522037a3f93.png") no-repeat bottom;
    list-style: none;
    margin-top: 1%;
}

.product .connlist li:last-child{
    width: 32%;
    float: right;
    margin-right: 0%;
    list-style: none;
    margin-top: 1%;
}
.product .connlist li .title{
    margin-top: 80px;
    font-size: 40px;
    text-align: left;
    color: #333;
    font-weight: bold;
    width: 80%;
    margin-left: 10%;

}


.product .connlist li .img{
    padding-bottom: 20px;

}

.product .connlist li .img img{
    width: 95%;
    transition: all 500ms ease 0s;
}

.product .connlist li .img:hover img{
    transform: scale(1.02);
}

.product .connlist li .title span{
    display: block;
    font-size: 16px;
    color: rgb(89, 89, 89);
    margin-top: 10px;
    font-weight: 500;

}

.product .connlist li .title a{
    position: relative;
    display: inline-block;
    transition: all 0.2s cubic-bezier(0.42, 0, 0.6, 0.93) 0s;
    transform: translateX(0px);
    line-height: 39px;
    height: 39px;
    color: rgb(81, 98, 128);
    font-size: 16px;

}

.product .connlist li .title a span{
    position: relative;
    display: inline-block;
    -webkit-transition: .2s cubic-bezier(.42,0,.6,.93);
    -o-transition: .2s cubic-bezier(.42,0,.6,.93);
    transition: .2s cubic-bezier(.42,0,.6,.93);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    padding: 0 15px;
}

.product .connlist li .title a:hover span{
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px);
}

.indexfa{
    background: url("../images/20221227171911a44990.jpg") no-repeat;
    min-height: 800px;
    overflow: hidden;
    padding: 50px 0;
}

.indexfa .tt{
    margin-top: 30px;
    font-size: 40px;
    color: rgb(255, 255, 255);
    text-align: center;
}

.indexfa .tt span{
    font-size: 16px;
    height: 43px;
    line-height: 43px;
    display: block;
}

.indexfa .navv{
    margin-top: 50px;
    width: 100%;
    text-align: center;
}

.indexfa .navv li{
    font-size: 15px;
    color: rgba(255, 255, 255, 0.91);
    height: 50px;
    line-height: 50px;
    display: inline-block;
    margin: 0 5px;
    width: 140px;

}

.indexfa .navv li:hover{
    background-color: rgb(192, 0, 0);
    border-radius: 25px;

}

.indexfa .conn{
    margin-top: 40px;
    display: none;
    position: relative;
}

.indexfa .img{
    width: 48%;
    float: left;
}

.indexfa .img img{
    width: 100%;
}

.indexfa .title{
    float: right;
    width: 48%;
    color: #fff;
}

.indexfa .title h3{

    margin-top: 40px;
    font-size: 32px;

}

.indexfa .title p{

    margin-top: 20px;
    font-size: 14px;
    line-height: 30px;


}

.indexfa .title .more{

    display: inline-block;
    width: 138px;
    height: 44px;
    border-radius: 10px;
    border: #fff 1px solid;
    color: #fff;


}


.indexfa .title .more{

    display: inline-block;
    width: 138px;
    height: 44px;
    border-radius: 20px;
    border: #fff 1px solid;
    color: #fff;
    text-align: center;
    line-height: 44px;
    margin-top: 50px;


}

.indexnews{
    background: url("../images/202212271545320a45d6.jpg") no-repeat;
    min-height: 800px;
    overflow: hidden;
    padding: 50px 0;
}

.indexnews .tt{

    text-align: left;

}

.indexnews .tt h2{
    margin-top: 30px;
    font-size: 40px;
    color: #333;
    text-align: left;
    font-weight: bold;
    margin-bottom: 20px;

}

.indexnews .tt span{
    font-size: 16px;
    height: 33px;
    line-height: 33px;
    display: block;
    font-weight: 500;
}

.indexnews .conn {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.indexnews .conn li{
    background: white;
    height: auto;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    float: left;
    list-style: none;
    margin: 0 1%;
    margin-top: 50px;
}

.indexnews .conn li .news-img{
    width: 100%;
    overflow: hidden;
}


.indexnews .conn li .news-img img{
    width: 100%;
    transition: all 0.3s;
}

.indexnews .conn li .news-img:hover img{
    width: 100%;
    transform: scale(1.1);
}

.indexnews .conn li .news-tit{
    border-top: 0;
    padding: 8% 10% 8%;
    box-sizing: border-box;
    text-align: center;
}

.indexnews .conn li .news-tit time{
    font-size: 14px;
    color: #999;
    height: 21px;
    line-height: 21px;
}


.indexnews .conn li .news-tit .news-title{
    font-size: 18px;
    color: #333;
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
    font-weight: bold;
    overflow: hidden;
}


.indexnews .conn li .news-tit .news-desc{
    height: 44px; word-break: break-word;
    color: #999;
    overflow: hidden;
}

.indexnews .conn li .detailbtn{ width:100%; height: 34px; line-height: 34px; background: #f6f6f6;    text-align: center;    transition: all 0.3s; display: block}
.indexnews .conn li a:hover .detailbtn{background: rgb(192, 0, 0);color: #fff}
.indexnews .conn li a{text-decoration: none}


.jiantou{
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    position: relative;
    margin-top: 15px;
}


.jiantou a{
    position: relative!important;
    top: 0px!important;
}


.jiantou .buttonbox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.jiantou .buttonbox .ButtonLineHidden{
    width: calc(33px - 7px);
    height: 1px;
    background-color: currentColor;
    -webkit-transition: .18s ease-in-out;
    -o-transition: .18s ease-in-out;
    transition: .18s ease-in-out;
    position: absolute;
    opacity: .4;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    top: 11px;
}

.jiantou .ButtonText {
    position: relative;
    display: inline-block;
    -webkit-transition: .2s cubic-bezier(.42, 0, .6, .93);
    -o-transition: .2s cubic-bezier(.42, 0, .6, .93);
    transition: .2s cubic-bezier(.42, 0, .6, .93);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    padding: 0 16px;
    color: rgb(81, 98, 128);
    font-size: 16px;
}

.jiantou:hover .ButtonLineHidden {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
    color: rgb(192, 0, 0);
}


.jiantou:hover .ButtonLine {
    opacity: .4;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}

.jiantou:hover .ButtonText {
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px);
    color: rgb(192, 0, 0);
}

.jiantou .ButtonLine {
    width: calc(33px - 7px);
    height: 1px;
    background-color: currentColor;
    -webkit-transition: .18s ease-in-out;
    -o-transition: .18s ease-in-out;
    transition: .18s ease-in-out;
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    width: 25px;
    color: rgb(81, 98, 128);
    margin-bottom: 2px;
}


.jiantou .Ionios {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    padding-top: 1px;
    font-size: 14px;
    color: rgb(81, 98, 128);
}


.swiper-butto-prev{
    left: 2px;
    top: 50%;

}

.swiper-butto-next{
    right: 0px;
    top: 50%;
    transform: rotate(180deg);
}
.swiper-button-white {
    background-color: rgba(51,51,51,.3);
    z-index: 1111;
    width: 27px;
    height: 41px;
    position: absolute;
    font-size: 24px;
    color: #fff;
    margin-top: -20px;
}


.swiper-button-white:hover {
    background-color: rgba(51,51,51,.9);

}


.indexanli{
    overflow: hidden;
    padding: 20px 0;
    background: #fff;
}

.indexanli .tt{

    text-align: left;
    position: relative;
    font-weight: bold;
    margin-top: 30px;
    font-size: 40px;
    color: #333;
    margin-bottom: 20px;

}

.indexanli .tt a{
    right: 0px;
    top: 20px;
    position: absolute;
    font-size: 14px;
    font-weight: 500;

}

.indexanli .conn{margin-top: 30px;overflow: hidden;position: relative}
.indexanli .conn li{width: 100%;margin-right: 1%;float: left;list-style: none;    transition: all .3s ease-out 0s; padding-top: 10px}
.indexanli .conn li:hover{border-bottom: #ddd 1px solid;padding-top: 0px}
.indexanli .conn li a{text-decoration: none;color: #333}
.indexanli .conn li .news-img{width: 100%;height: 190px;position: relative;overflow: hidden}
.indexanli .conn li .news-img img{width: 100%;}
.indexanli .conn li .news-img .videobox .Mantle{position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .3;
    z-index: 9;}
.indexanli .conn li .news-img .icon-bofang2{
    display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 10;
    font-size: 66px;
    color: #fff;
    transform: translate(-50%,-50%);
}

.indexanli .conn li .news-tit{height: 46px;line-height: 46px;font-size: 16px}

.footer{
    width: 100%;
    overflow: hidden;
    background: url("../images/20221228132731d2dcd2.png") no-repeat bottom;
    min-height: 300px;
    padding-bottom: 30px;
}

.footer .fleft{
    float: left;
    width: 65%;
    margin-bottom: 100px;
}

.footer .fleft .fnav{
    margin-top: 60px;
}

.footer .fleft .fnav li{width: 19%; margin-right: 1%;list-style: none;float: left}
.footer .fleft .fnav li .ttt{font-size: 16px;color: rgb(165, 165, 165);height: 40px; line-height: 40px}
.footer .fleft .fnav li dd{font-size: 12px;color: rgb(165, 165, 165); height: 25px ;line-height: 25px}
.footer .fleft .fnav li dd a{color: rgb(165, 165, 165); }

.footer .fright{float: right;width: 35%;overflow: hidden}
.footer .contact{width: 60%;float: left;margin-top: 60px}
.footer .contact .ttt{font-size: 16px;color: rgb(165, 165, 165);height: 40px; line-height: 40px}
.footer .contact li{width: 100%; height: 30px; line-height: 30px; color: rgb(165, 165, 165);list-style: none}
.footer .contact li span{display: block;float: left}
.footer .contact li img{width: 21px;height: 21px;margin-right: 15px;}
.footer .gzh {width: 40%; float: right;margin-top: 100px}
.footer .gzh .img{width: 100%; margin-bottom: 20px;display: block}
.footer .gzh{font-size: 14px ;color: rgb(165, 165, 165) ;line-height: 30px;}
.footer .footercrpiy{width: 100%;clear:both;padding-top: 30px;border-top: #ddd 1px solid; margin-top: 50px }
.footer .footercrpiy img{width: 205px; height: 40px; float: left}
.footer .footercrpiy span{float: right;display: inline-block ;color: rgb(165, 165, 165)}



.banner-sub {
    background: no-repeat center / cover;
    height: 700px;
}
.banner-sub .container {
    height: 100%;
}
.banner-sub .wrap {
    display: table;
    height: 100%;
    color: #fff;
    width: 100%;
    text-align: center;
    margin: 0px!important;
}
.banner-sub .inner {
    display: table-cell;
    vertical-align: middle;
}
.banner-sub h4 {
    margin: 0;
    font-size: 60px;
    line-height: 1.1;
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;

}

.banner-sub small {
    font-size: 48px;
    font-family: 等线;
    color: rgb(255, 255, 255);
    line-height: 150%;
    display: block
}


.productbj{
    background: url(../images/20230108173723809021.jpg) top;
    overflow: hidden;
}
.nnnns {

    text-align: left;
    margin-top: 60px;
}
.nnnns li {
    width: 220px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    color: #333;
    position: relative;

}
.nnnns a:hover {
    text-decoration: none;
}
.nnnns li.on {
    background: rgb(244, 246, 247);
    color: rgb(192, 0, 0);
}
.nnnns li:hover {
    background: rgb(244, 246, 247);
    color: rgb(192, 0, 0);
}
.nnnns li.on a {
    color: #fff;
}


.list-2 {
    margin: -30px 0 0 -40px;
}
.list-2 li {
    float: left;
    width: 23%;
    margin: 0 1%;
    margin-bottom: 2%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.list-2 li:hover {
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}
.list-2 li a {
    display: block;
    overflow: hidden;
}
.list-2 li .img-cover span {
    padding-top: 84%;
}

.list-2 li .img-cover img {
    width: 100%;
    transition: all 0.3s linear 0s;
    overflow: hidden;
}
.list-2 li .img-cover:hover img {
    transform: scale(1.1);
}
.list-2 li .text {
    width: 100%;
    margin: 0;
    background-color: #fff;
    text-align: center;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}
.list-2 li .text h4 {
    margin: 0;
    font-weight: normal;
    font-size: 16px;
}
.list-2 li .text p {
    margin: 0;
}
.list-2 li a:hover .img-cover span {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.productview{
    background: url("../images/202301081806093dca03.jpg");
    padding-top: 3.1381%;
    padding-left: 2.0921%;
    padding-right: 2.0921%;
    padding-bottom: 3.1381%;
    min-height: 600px;
}

.pvleft{
    width: 50%;
    float: left;
}

.pvleft .img{
    padding-top: 0.0000%;
    margin-left: 5.5556%;
    padding-right: 5.5556%;
    padding-bottom: 0.0000%;
    height: 426px;
    overflow: hidden;
    width: 600px;
    text-align: center;
    background: #fff;
}

.pvleft .img img{
   height: 100%;
    display: inline-block;
}

.pvleft .pnav{
    padding-top: 0.0000%;
    padding-left: 5.5556%;
    padding-right: 5.5556%;
    padding-bottom: 0.0000%;
}

.pvleft .pnav li{width: 82px;height: 82px;float: left;border:#ddd 1px solid;list-style: none; margin-top: 10px ; margin-right: 10px}
.pvleft .pnav li:hover{width: 82px;height: 82px;float: left;border:rgb(192, 0, 0) 1px solid;list-style: none; margin-top: 10px ; margin-right: 10px}
.pvleft .pnav li img{width: 80px;height: 80px;float: left}

.wrap{overflow:hidden;margin:50px auto;}
.small{position:relative;float:left;width:214px;height:328px;}
.tool{width:100px;height:100px;position:absolute;top:50px;left:100px;background:rgba(255,255,255,0.5);}
.big{float:left;width:500px;overflow:hidden;height:500px;display:none;position:absolute; z-index: 1111}
.big img{position:absolute;width:650px;height:960px;}


.pvright{
    width: 50%;
    float: left;
    position: relative;
}
.pvright .title{
    font-size: 40px;
    color: rgb(192, 0, 0);
    line-height: 150%;
    padding: 10px;
}

.pvright .p{
    margin-top: 10px;
    line-height: 30px;
    font-size: 14px;
}

.pvright .li{
    line-height: 30px;
    font-size: 14px;
}

.pvright .li span{
    color: rgb(192, 0, 0);
}

.proleft{width: 950px;padding: 30px 0;float: left; position: relative}
.proleft:before{width: 1px;height: 95%; content: " "; background: #f1f1f1;position: absolute;right: -40px}


.proleft h3{font-family: 微软雅黑, SimSun;
    color: rgb(209, 53, 48);
    font-size: 30px;
height: 45px;
line-height: 45px}

.proleft .p{margin: 10px 0; line-height: 30px;margin-bottom: 30px}
.proleft .p img{max-width: 100%;margin: 10px 0}


.newright{
    width: 360px;
    float: right;
}

.newright .tt{
    height: 65px;
    line-height: 50px;
    font-size: 30px;
    font-family: 微软雅黑, SimSun;
    color: rgb(192, 0, 0);
    margin-top: 50px;
    margin-bottom: 20px;
    border-bottom: #ddd 2px solid;
    position: relative;
}

.newright .tt:before{
    content: " ";
    height: 2px;
    width: 20%;
    background: rgb(192, 0, 0);
    position: absolute;
    bottom: -2px;
}



.proright{
    width: 360px;
    float: right;
}

.proright .tt{
    height: 65px;
    line-height: 50px;
    font-size: 30px;
    font-family: 微软雅黑, SimSun;
    color: rgb(192, 0, 0);
    margin-top: 50px;
    margin-bottom: 20px;
    border-bottom: #ddd 2px solid;
    position: relative;
}

.proright .tt:before{
    content: " ";
    height: 2px;
    width: 20%;
    background: rgb(192, 0, 0);
    position: absolute;
    bottom: -2px;
}

.proright li{
    width: 100%;
    margin-bottom: 20px;
    list-style: none;
    transition: all 0.3s ease-out 0s;
}

.proright li .img{
    width: 100%;
    overflow: hidden;
}

.proright li .img img{
    width: 100%;
    transition: all 0.3s linear 0s;
}

.proright li .ttt{
    width: 100%;
    padding: 7% 5%;
    height: 80px;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 6px;
    text-align: center;
    background: rgba(242, 242, 242, 0.36);;
}

.proright li:hover .ttt{
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);

}

.proright li:hover .img img{
    transform: scale(1.1);
}


.jjfa{background: url("../images/202301140947446716c4.jpg") no-repeat;
    padding-top: 6.2762%;
    padding-left: 2.0921%;
    padding-right: 2.0921%;
    padding-bottom: 6.2762%;}

.jjfa .facon{background:rgba(255, 255, 255, 0.9);
    padding: 40px 60px;
width: 720px}

.jjfa .facon h3{
    font-weight: 700;
    font-size: 40px;
    color: #333;
    margin-bottom: 30px;
    position: relative;
    margin-bottom: 30px;
}

.jjfa .facon h3:before{
    content: " ";
    height: 2px;
    width: 50px;
    background: rgb(192, 0, 0);
    position: absolute;
    bottom: -20px;
}


.jjfa .facon p{
   line-height: 30px;
    display: block;
    margin-top: 50px;
    font-size: 16px;
    margin-bottom: 50px;
}

.listss{margin-top:100px}

.listss li{list-style: none;margin-bottom: 60px;clear:both;overflow: hidden}
.listss li:nth-child(2n) .img{float: right; text-align: left}
.listss li:nth-child(2n) .ttt h3{margin-left: 10%}
.listss li:nth-child(2n) .ttt p{margin-left: 10%}
.listss li .img{width: 50%;float: left; text-align: center}
.listss li .img img{width: 80%;display: inline-block}
.listss li .ttt{width: 50%; float: right}
.listss li .ttt h3{    font-size: 30px;
    color: rgb(192, 0, 0);
    line-height: 150%;
    height: 50px;
    position: relative;
    width: 80%;

}

.listss li .ttt h3:before{
    content: " ";
    height: 2px;
    width: 50px;
    background: rgb(192, 0, 0);
    position: absolute;
    bottom: -20px;
}
.listss li .ttt p{
    font-size: 16px;
    color: rgb(63, 63, 63);
    line-height: 175%;
    margin-top: 30px;
    width: 80%;
}

.jjfacon{
    padding-top: 5.2301%;
    padding-left: 2.0921%;
    padding-right: 2.0921%;
    padding-bottom: 3.1381%;
    background-color: transparent;
    background-image: url(../images/202301081806093dca03.jpg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-Attachment: scroll;
    min-height: 600px;
}


.jjfacon .tt{

    text-align: left;
    position: relative;
    font-weight: bold;
    margin-top: 30px;
    font-size: 40px;
    color: #333;
    margin-bottom: 20px;

}

.jjfacon .tt a{
    right: 0px;
    top: 20px;
    position: absolute;
    font-size: 14px;
    font-weight: 500;

}

.jjfacon ul{
    margin-top: 50px;
}
.jjfacon ul li {
    float: left;
    width: 24%;
    margin-right:1%;
    margin-bottom: 2%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.jjfacon li:hover {
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}
.jjfacon li a {
    display: block;
    overflow: hidden;
}
.jjfacon li .img-cover span {
    padding-top: 84%;
}

.jjfacon li .img-cover img {
    width: 100%;
    transition: all 0.3s linear 0s;
    overflow: hidden;
}
.jjfacon li .img-cover:hover img {
    transform: scale(1.1);
}
.jjfacon li .text {
    width: 100%;
    margin: 0;
    background-color: #fff;
    text-align: center;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}
.jjfacon li .text h4 {
    margin: 0;
    font-weight: normal;
    font-size: 16px;
}
.jjfacon li .text p {
    margin: 0;
}
.jjfacon li a:hover .img-cover span {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.mnav{ margin-top: 60px; text-align: center; margin-bottom: 40px;overflow: hidden}
.mnav li{width: 160px; height: 50px; line-height: 50px; text-align: center ;border-radius: 30px; margin:0 10px;display: inline-block; background: rgb(242, 242, 242)}
.mnav li:hover{ background: rgb(192, 0, 0);}

.mnav .active{ background: rgb(192, 0, 0);}
.mnav .active a{ color: #fff}
.mnav li:hover a{ color: #fff}

.magess{
    text-align:left;display:flex;flex-wrap: wrap;justify-content: space-between; align-items: center;padding: 0 8px;
    width: 60%;
    margin-left: 20%;
}

.magess li{
    list-style: none;
    line-height: 60px;
}

.magess li input{
    width: 100%;
    border: rgb(216, 216, 216) 1px solid;
    line-height: 44px;
	color:#000;
}

.magess li textarea{
    width: 100%;
    border: rgb(216, 216, 216) 1px solid;
    height: 64px;
    width: 100%;
}

.magess .submitbtnbox{
    height: 45px;
    line-height: 45px;
    width: 100px;
    text-align: center;
    background: #f1f1f1;
    margin-bottom: 50px;
    cursor: pointer;
}

.magess .submitbtnbox:hover{

     background: rgb(192, 0, 0);
    color: #fff;
 }

.newslist{
    text-align:left;display:flex;flex-wrap: wrap;justify-content: space-between; align-items: center;padding: 0 8px;
}

.newslist li{
    width: calc((100% - 18px * 3) / 4);
    background-color: rgba(0,0,0,0);
    float: left;
    overflow: hidden;
}

.newslist li .news-img{
    width: 100%;
    transition: all 0.3s linear 0s;

}

.newslist li .news-img:hover{
    transform: scale(1.1);
}

.newslist li .news-tit{
    padding: 8% 10% 8%;
}

.newslist li:hover .news-tit{
    padding: 8% 10% 8%;
    color: #333;
}


.newslist li .news-img img{
    width: 100%;
}

.newslist li time{
    width: 100%;
    font-size: 14px;
    text-align: center;
    display:block;
}

.newslist li .news-tit p{
    height: 24px;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 18px;
    margin-top: 20px;
}

.newslist li .news-tit span{
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
    display: block;
    height: 50px;

}

.newslist li .news-tit:hover .news-detailbtn{
    background: rgb(192, 0, 0);
    color: #fff;
}

.newslist li .news-tit .news-detailbtn{
    background: #f1f1f1;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
    text-align: center;
    transition: all 0.3s;
}

.ModuleSharediv{
    text-align: left;
}
.ModuleSharediv .social-share{
    display: inline-block;
}

 .social-share-icon {
    height: 36px;
    width: 36px;
    line-height: 36px;
    color: rgb(127, 127, 127);
     margin-right: 5px;
     margin-left: 5px;
     font-size: 20px;

}

.mshareMask {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.6;
    display: none;
}

.share-wx-qrcode-img h4 {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: #F7F8FA;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #666;
    font-weight: bold;
    margin-bottom: 13px;
}

#mwx-qrcode {
    width: 224px;
    height: 224px;
    margin: 0 auto;
}

.share-wx-qrcode-img .help {
    margin-top: 12px;
    margin-bottom: 19px;
    color: #999;
    font-size: 14px;
    line-height: 20px;
}

.share-wx-qrcode-img .help p {
    width: 40%;
    margin: 0 auto;
    color: #999;
    display: block;
    line-height: 20px;
    height: auto;
}


.ModuleSharediv .share-wx-qrcode-img, .mwechat-qrcode {
    border-radius: 5px;
    top: 0px;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.09);
    transform: translate(-50%,-50%);
    text-align: center;
    width: 270px;
    background: #fff;
    visibility: hidden;
}

.ModuleSharediv .share-wx-tips {
    display: none;
    z-index: 99999;
    position: fixed;
    top: 10px;
    right: 35px;
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.ModuleImageTextGiantContent{
    margin-top: 50px;
    float: left;
}

.ModuleImageTextGiantContent a{
   height: 29px;
    line-height: 29px;
    font-size: 16px;
}

.fanhui{
    box-shadow: 0px 0px 0px 0px #ccc;
    width: 180px;
    height: 63px;
    border:rgb(242, 242, 242) 1px solid;
    border-radius: 30px;
    float: right;
    margin-top: 50px;
    text-align: center;
}


.fanhui:hover{
    box-shadow: 0px 0px 0px 0px rgb(192, 0, 0);
    width: 180px;
    height: 63px;
    border:rgb(192, 0, 0) 1px solid;
    border-radius: 30px;
    float: right;
    margin-top: 50px;
    text-align: center;
    background: rgb(192, 0, 0);
    color: #fff;
}


.fanhui:hover .jiantou:hover .ButtonText ,.fanhui:hover .jiantou:hover .Ionios , .fanhui:hover .jiantou:hover a{

    color: #fff;
}

.fanhui:hover .jiantou:hover .ButtonLineHidden, .fanhui:hover .jiantou .ButtonLine{
    color: #fff;
}



.fanhui .jiantou{
    float: none!important;
    margin-top: 0px;
    width: 100%;
    height: 100%;
}
.fanhui .jiantou .buttonbox .ButtonLineHidden{
    left: 20px!important;
    top: 30px;
}
.nbanner {
    background: no-repeat center / cover;
    height: 500px;
}
.nbanner .container {
    height: 100%;
}
.nbanner .wrap {
    display: block;
    height: 100%;
    color: #fff;
    width: 100%;
    text-align: left;
}
.nbanner .inner {
    vertical-align: middle;
    width: 100%;
    clear: both;
    margin-top: 180px;
}

.nbanner .inner .fl{
    margin-top: 10px;
    overflow: hidden;
}

.nbanner .inner span{
    margin-right: 10px;
    background-color: rgb(63, 65, 66) !important;
    color: rgba(255, 255, 255, 0.49);
    padding: 3px 8px;
    display: inline-block;
}
.nbanner h4 {
    margin: 0;
    font-size: 40px;
    line-height: 1.1;
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 20px;

}

.nbanner small {
    font-size: 16px;
    font-family: 等线;
    color: rgb(255, 255, 255);
    line-height: 150%;
    display: block
}
.weizhi{
    width: 100%;
    margin-top: 50px;
}
.breadcrumb{
    background: none;
    width: 100%;
}

.breadcrumb{
    background: none;
    width: 100%;
    color: rgba(255, 255, 255, 0.81);
}

.breadcrumb a{
    color: rgba(255, 255, 255, 0.81);
}


.newsny li{
    width: 100%;
    margin-bottom: 10px;
    list-style: none;
}

.newsny li .img{
    width: 100%;
    overflow: hidden;
}

.newsny li .img img{
    width: 100%;
    transition: all 0.3s linear 0s;
}

.newsny li .img img:hover{
    transform: scale(1.1);
}

.newsny li .ttt{
    width: 100%;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    background: none;
    padding: 0px;
    text-align: left ;
}

.newsny li .time{
    font-size: 12px;padding-bottom: 15px;
    border-bottom: #ddd 1px solid;
    margin-bottom: 10px;
}

.newsny li .p{
    font-size: 12px;padding-bottom: 15px;
    margin-bottom: 10px;
    line-height: 25px;
}



.aboutuscon{
    padding-top: 5.2301%;
    padding-left: 2.0921%;
    padding-right: 2.0921%;
    padding-bottom: 5.2301%;
    background-color: transparent;
    background-image: url(../images/2023010810271247867b.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-Attachment: scroll;
}

.aboutuscon .left{
    width: 50%;
    float: left;
}

.aboutuscon .left img{
    width: 80%;
    margin-left: 10%;
}

.aboutuscon .right{
    width: 45%;
    float: right;
    margin-right: 5%;
}

.aboutuscon .right .title{

    font-size: 48px;
    margin-bottom: 30px;
    font-weight: bold;
    overflow: hidden;
}

.aboutuscon .right span{
    display: block;
    height: 42px;
    font-size: 24px;
    padding-bottom: 75px;
    border-bottom: #ddd 1px solid;
    margin-top: 30px;
    font-weight: 500;
}

.aboutuscon .right .btt{
    float: right;
    width: 100%;
    text-align: right;
    font-weight: 500;
    margin-top: 30px;
}

.aboutuscon .right .btt b{

    font-weight: 500;
    color: rgb(192, 0, 0);
    margin-left: 10px;
}

.aboutuscon .right .connn{
    margin-top: 50px;
    width: 100%;
    clear: both;
    font-size: 16px;
    line-height: 40px;
}

.aboutuscon .right .connn b{

    font-size: 24px;
    color: rgb(192, 0, 0);
}

.yuanjing{
    min-height: 980px;
    background: url("../images/20230108105105a23646.jpg") no-repeat;
    overflow: hidden;
}

.yuanjing .left{
    width: 40%;
    float: left;

}

.yuanjing h3{
    margin-top: 250px;
    font-size: 48px;
    color: #fff;
    margin-bottom: 80px;
    font-weight: bold;

}

.yuanjing .p img{
    display: block;
    width:29px ;
    height: 24px;
    margin-bottom: 50px;

}


.yuanjing .p span{
    font-size: 16px;
    line-height: 40px;
    display: block;
    color: #fff;

}

.yuanjing .p b{
    font-size: 24px;

}


.rongyucon{
    background: #fff;
    overflow: hidden;
}
.rongyucon h3{
    font-weight: bold;
    font-size: 48px;
    margin-top: 100px;
    text-align: center;
}

.rongyucon .con{
    margin-top: 50px;
    overflow: hidden;
}

.rongyucon .con li{
    width: 33.3%;
    float: left;
    text-align: center;
    list-style: none;

}

.rongyucon .con li .tt{
    font-size: 80px;
    color: rgb(208, 52, 45);
    position: relative;
    font-weight: bold;

}


.rongyucon .con li .tt span{
    font-size: 16px;
    color: rgb(208, 52, 45);
    font-weight: 500;
    position: absolute;
    top: 20px;

}
.rongyucon .con li .desc{
    font-size: 16px;
    color: rgb(127, 127, 127);
    margin-top: 10px;

}

.rongyucon .con2{
    margin-top: 50px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    clear: both;
}

.rongyucon .con2list{
    margin-top: 50px;
    margin-bottom: 80px;
    overflow: hidden;

}

.album-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: 0px;
    color: #ffffff;
    opacity: 0;
    transition: all ease-out .3s;
    background: rgba(0,0,0,0.5);
    font-size: 32px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
}

.con2list .img:hover .album-icon {
    opacity: 1;
    margin-top: -25px;
}

.rongyucon .con2list li{
    list-style: none;
    width: 18%;
    margin: 1%;
    float: left;

}
.album-icon:before {
    border-color: #ffffff;
}

.album-icon:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    top: 43%;
    left: 43%;
    transform: translate(-50%,-50%);
}

.album-icon:after {
    background: #ffffff;
}

.album-icon:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 10px;
    background: #fff;
    transform: rotate(125deg);
    top: 52%;
    left: 63%;
}

.rongyucon .con2list li .img{
    width: 100%;
    height: 280px;
    text-align: center;
    position: relative;

}

.rongyucon .con2list li .img img{
    max-height: 100%;
    width: 100%;

}

.rongyucon .con2list li .tt{
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    color: #333;
    overflow: hidden;

}

.kehu{
    background: #fff;
    overflow: hidden;
}
.kehu h3{
    font-weight: bold;
    font-size: 48px;
    margin-top: 100px;
    text-align: center;
}

.kehu .desc{
    font-size: 16px;
    color: rgb(127, 127, 127);
    margin-top: 30px;

    text-align: center;
}

.kehu .desc b{
    font-size: 16px;
    color: rgb(79, 99, 124);
    font-weight: bold;

}

.kehulist{
    margin-top: 50px;
    margin-bottom: 80px;
    overflow: hidden;
}
.kehulist li{
    width: 18%;
    margin: 1%;
    float: left;
    list-style: none;
    height: 107px;
    overflow: hidden;
    position: relative;
}

.kehulist li .img{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.kehulist li .img img{
    width: 100%;
    max-height: 100%;
    display: block;
}



.jiaru{
    background: #fff;
    overflow: hidden;
}
.jiaru h3{
    font-weight: bold;
    font-size: 30px;
    margin-top: 100px;
    text-align: center;
}

.jiaru .desc{
    font-size: 16px;
    color: rgb(127, 127, 127);
    margin-top: 30px;

    text-align: center;
}


.jiaru .ewm{
    height: 244px;
    margin-top: 30px;
    text-align: center;
}


.jiaru .ewm img{
    height: 244px;
    width: 244px;
}

.zhaopin{
    width: 100%;
    padding: 50px 0;
    background: rgba(242, 242, 242, 0.37);
}


.zhaopin h3{
   font-size: 48px;
    font-weight: bold;
    text-align: center;
}


.zhaopin .zpnav{
    margin-top: 50px;
    text-align: center;
}


.zhaopin .zpnav li{
    width: 140px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: rgb(242, 242, 242);
    border-radius: 30px;
    color: #333;
    list-style: none;
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
}


.zhaopin .zpnav .active{
    background: rgb(192, 0, 0);
   
}

.zhaopin .zpnav .active a{
   color: #fff;

   
}


.zhaopin .zpnav li:hover{
    background: rgb(192, 0, 0);
    color: #fff;
}

.zhaopin .zpnav li:hover a{
   
    color: #fff;
}

.zhaopin ul{
    margin: 0 auto;
    margin-top: 50px;
    width: 1200px;
}

.zhaopin ul li{
    width: 48%;
    margin: 1%;
    background: #fff;
    float: left;
    height: 130px;
    position: relative;
    border: #ddd 1px solid;
}
.zhaopin ul li:after{
    content: '';
    position: absolute;
    top: 0;
    height: 0;
    opacity: 0;
    transition: all .6s;
    width: 1px;
    right: -1px;
    background: rgb(192, 0, 0);
}

.zhaopin ul li:before{
    content: '';
    position: absolute;
    bottom: 0;
    height: 0;
    opacity: 0;
    transition: all .6s;
    background: rgb(192, 0, 0);
    width: 1px;
    left: -1px;
}

.zhaopin ul li a:after{
    content: '';
    position: absolute;

    transition: all .6s;
    height: 1px;
    top: -1px;
    background: rgb(192, 0, 0);
}

.zhaopin ul li a:before{
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    opacity: 0;
    transition: all .6s;
    height: 1px;
    bottom: -1px;
    background: rgb(192, 0, 0);
}


.zhaopin ul li:hover:before,.zhaopin ul li:hover:after{
    height: calc(100% + 1px);
    opacity: 1;
}


.zhaopin ul li:hover a:after,.zhaopin ul li:hover a:before{
    width: calc(100% + 1px);
    opacity: 1;
}

.zhaopin ul li:hover{
    width: 48%;
    margin: 1%;
    background: #fff;
    border: #ddd 1px solid;
    float: left;
    height: 130px;
    position: relative;
}

.zhaopin ul li .tt{
    font-size: 18px;
    margin: 10px 30px;
    margin-top: 20px;
}

.zhaopin ul li p{
    font-size: 15px;
    margin: 10px 30px;
    color: #999;
    margin-bottom: 0px;
}

.zhaopin ul li .iconfont{
    float: right;
    margin-right: 20px;
    font-size: 24px;
    color: #999;
    transition: all .6s;
}

.zhaopin ul li:hover .iconfont{
    transform: rotate(90deg);
    color: rgb(192, 0, 0);
}


.zhizhe{
    width: 33%;
    float: left;
    margin-top: 60px;
    margin-bottom: 100px;
    overflow: hidden;
}

.zhizhe h3{
    color: rgb(79, 99, 124);
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}


.zhizhe p{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    display: block;
}


.zhizhe b{
    color: rgb(192, 0, 0);
}

.zhizheimg{
    width: 37%;
    float: left;
    margin-top: 60px;
    text-align: center;
    border-right: 1px solid #ddd;
}


.zhizheimg img{
    width: 70%;
}

.jinqi{
    width: 25%;
    float: right;
}


.jinqi .tt{
    height: 65px;
    line-height: 50px;
    font-size: 30px;
    font-family: 微软雅黑, SimSun;
    color: rgb(192, 0, 0);
    margin-top: 50px;
    margin-bottom: 20px;
    border-bottom: #ddd 2px solid;
    position: relative;
}

.jinqi .tt:before{
    content: " ";
    height: 2px;
    width: 20%;
    background: rgb(192, 0, 0);
    position: absolute;
    bottom: -2px;
}


.jinqi ul{
    margin: 0 auto;
    margin-top: 50px;
    width: 100%;

}

.jinqi ul li{
    width: 46%;
    margin: 2%;
    background: #fff;
    float: left;
    height: 100px;
    position: relative;
    border: #ddd 1px solid;
}
.jinqi ul li:after{
    content: '';
    position: absolute;
    top: 0;
    height: 0;
    opacity: 0;
    transition: all .6s;
    width: 1px;
    right: -1px;
    background: rgb(192, 0, 0);
}

.jinqi ul li:before{
    content: '';
    position: absolute;
    bottom: 0;
    height: 0;
    opacity: 0;
    transition: all .6s;
    background: rgb(192, 0, 0);
    width: 1px;
    left: -1px;
}

.jinqi ul li a:after{
    content: '';
    position: absolute;

    transition: all .6s;
    height: 1px;
    top: -1px;
    background: rgb(192, 0, 0);
}

.jinqi ul li a:before{
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    opacity: 0;
    transition: all .6s;
    height: 1px;
    bottom: -1px;
    background: rgb(192, 0, 0);
}


.jinqi ul li:hover:before,.jinqi ul li:hover:after{
    height: calc(100% + 1px);
    opacity: 1;
}


.jinqi ul li:hover a:after,.jinqi ul li:hover a:before{
    width: calc(100% + 1px);
    opacity: 1;
}



.jinqi ul li .ttt{
    font-size: 16px;
    margin: 10px 30px;
    margin-top: 20px;
}

.jinqi ul li p{
    font-size: 15px;
    margin: 10px 30px;
    color: #999;
    margin-bottom: 0px;
}

.jinqi ul li .iconfont{
    float: right;
    margin-right: 20px;
    font-size: 24px;
    color: #999;
}

.searchform-fade{

}

@keyframes am-searchform-fade {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1);
        animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1)
    }

    100% {
        opacity: 1
    }
}


.ModuleSearchFormStyle {
    -webkit-animation: am-searchform-fade 400ms both;
    animation: am-searchform-fade 400ms both;
    position: fixed;
    z-index: 9999;
    padding: 0;
    display: none;
}

.ModuleSearchFormStyle .index_mark {
    display: none;
    z-index: 999;
    background: #000;
    height: 100vh;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.48;
}

@keyframes am-gn-searchform-slide {
    0% {
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
        animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1)
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.ModuleSearchFormStyle .content {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 999;
    background: #FFF;
    top: 0px;
    left: 0px;
    display: table;
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 0px;
    overflow: hidden;
    -webkit-animation: am-gn-searchform-slide 1s both;
    animation: am-gn-searchform-slide 1s both;
}
.ModuleSearchFormStyle .group {
    display: table;
    padding: 0 2%;
    border-bottom: 1px solid #eee;
    width: 100%;
    height: 60px;
    border-radius: 0px;
    overflow: hidden;

}
.ModuleSearchFormStyle .searchBtnPanel {
    width: 30px;
    display: table-cell;
    position: relative;
    height: auto;
    border: 0px;
}

.ModuleSearchFormStyle .ModuleSearchButton {
    height: 59px !important;
    padding-right: 0px;
    padding-left: 0px;
    background: #fff;
    float: left;
    display: block;
    min-width: 10px;
    width: 100%;
    border: 0;
    border-radius: 0;
    font-family: 微软雅黑,Microsoft YaHei;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
}



.ModuleSearchFormStyle .searchInputPanel {
    width: calc(100% - 30px);
    position: relative;
    display: table-cell;
    height: auto;
    border: 0px;
    vertical-align: middle;
}

.ModuleSearchFormStyle .ModuleSearchInput {
    padding-right: 50px;
    float: none;
    display: block;
    width: 100%;
    height: 59px;
    border: 1px solid #fff;
    border-right: 0px !important;
    border-radius: 0;
    text-indent: 10px;
    font-size: 16px;
    outline: none;
}

.ModuleSearchFormStyle .menu-i {
    transition: 0.5s ease 0.5s;
    overflow: hidden;
    width: 30px;
    text-align: center;
    cursor: pointer;
    height: 59px;
    position: absolute;
    top: 0;
    right: 0;
}

.ModuleSearchFormStyle .menu-icon:after,.menu-icon:before {
    background: #000;
    margin: 0;
    position: absolute;
    z-index: 0;
    top: 33%;
    right: 15px;
}
.searchBtnPanel .icon-sousuo4 {
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    margin-top: -12px;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
}

 .ModuleSearchButton {
    height: 59px !important;
    padding-right: 0px;
    padding-left: 0px;
    background: #fff;
    float: left;
    display: block;
    min-width: 10px;
    width: 100%;
    border: 0;
    border-radius: 0;
    font-family: 微软雅黑,Microsoft YaHei;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
     color: #333333;
}

.ModuleSearchFormStyle .menu-icon:after,.menu-icon:before {
    transition: 0.3s ease 0s;
    height: 28px;
    background: #666;
    content: '';
    width: 2px;
    vertical-align: top;
}

.menu-icon:after {
    transform: rotateZ(-45deg);
}

.ModuleSearchFormStyle .menu-icon span {
    background: none;
    opacity: 0;
}

.ModuleSearchFormStyle .menu-icon span {
    position: relative;
    margin: 0 auto;
}

.menu-icon:before {
    transform: rotateZ(45deg);
}


.ModuleSearchFormStyle #menu-close:hover .menu-icon:before, .ModuleSearchFormStyle #menu-close:hover .menu-icon:after {
    transform: rotateZ(90deg);
}

.main-class-icon {
    position: relative;
    display: inline-block;
    float: right;
}

.nnnns li:hover .main-class-icon:before, .nnnns li:hover .main-class-icon:after{
    background: rgb(192, 0, 0);
}

.main-class-icon:before, .main-class-icon:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 33px;
    width: 2px;
    height: 6px;
    background: #262626;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    background: #333;

}

.nnnns li:hover .main-class-icon:before{
    right: 12px;
}


.nnnns li:hover .main-class-icon:after{
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}



.main-class-icon:before {
    right: 20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.main-class-icon:after {
    right: 16px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}



.sub-class-item-box{
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    display: none;
    width: 1400px;
    position: absolute;
    background: #F4F6F7;
    padding: 25px 30px 30px 30px;
    overflow: hidden;
    z-index: 999;
    top: 70px;
}

.sub-class-item-box a{
    background: rgb(255, 255, 255);
    color: #555;
    padding: 10px 16px;
    border-radius:50px;
    float: left;
    height: auto;
    line-height: normal;
    margin-right: 10px;
    margin-bottom: 15px;

}

.sub-class-item-box a:hover{
    background: rgb(255, 255, 255);
    color: rgb(192, 0, 0);

}


.PageNavigate {
    bottom: 0.625rem;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 0.714rem;
    clear: both;
    display: block;
    position: static;
    margin-bottom: 50px;
}

.PageNavigate .current{
    background-color: rgb(192, 0, 0);
    width: 34px;
    height: 34px;
    display: inline-block;
    line-height: 34px;
    color: #fff;
}

.PageNavigate a{
    width: 34px;
    height: 34px;
    color: #333;
    display: inline-block;
    background: #fff;
    line-height: 34px;
}

.PageNavigate .text{
    display: inline-block;
    padding: 0;
    height: 30px;
    line-height: 30px;
}

.PageNavigate .inputer{
    display: inline-block;
    padding: 0;
    height: 30px;
    line-height: 30px;
    border: none;
    background: #fff;
}


.PageNavigate .submit{
    width: 54px;
    height: 34px;
    background-color: rgb(192, 0, 0);
    display: inline-block;
    color: #fff;
    border: none;
    margin-left: 10px;

}

.mheader{
    display: none;
}

.proleft .title{
    display: none;
}
.proleft small{
    display: none;
}

.mobile{
    display: none;
}

.mobileNavFloatLayer{
    display: none;
}
@media screen and (max-width:800px){
    .mheader{
        display: block;
    }
    .header{
        display: none;
    }

    .mobile{
        display: block;
    }


    .mheader{
        height: 60px;
        background: #fff;
    }

    .mheader .logo{
        width: 50%;
        margin-top: 10px;
        padding: 10px;
        float: left;
    }

    .mheader .logo img{
        width: 100%;
    }

    .lcitem{
        float: right;
        width: 30px;
        height: 40px;
        position: relative;
        margin-top: 22px;
        margin-right: 10px;
    }

    .lcitem .rect{
        background: rgb(79, 99, 124);

        height: 2px;
        left: 0;
        top: 0;
        width: 100%;
        position: absolute;
        -webkit-transition: top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s, bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s, -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s, bottom 0.2s cubic-bezier(0.3, 1.4, 0.7, 1) 0.2s, -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

  .lcitem .bottom {
        width: 70%;
        top: 13.5px;
    }

    .banner{
        height: 160px;
    }

    .banner .swiper1{
        height: 160px;
    }

    .swiper-pagination {
       display: none;
    }
    .banner .swiper-button-next span, .banner .swiper-button-prev span{
        font-size: 14px!important;
    }
    .product .conn{
        width: 96%;
        margin: 2%;
        background: rgb(243, 243, 243);
        height: auto;
    }


    .product .conn .img{
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .product .conn .title{
        text-align: left;
        margin-top: 30px;
        margin-left: 20px;
        font-size: 30px;
    }

    .product .conn .title span{
        font-size: 14px;
    }

    .product .conn .title a{
        padding: 0px;
    }

    .product .conn img{
        width: 80%;
    }

    .product .connlist li{
        width: 96%;
        margin:1% 2%;
        overflow: hidden;
        clear: both;
    }

    .product .connlist li .title{

        text-align: left;
        margin-top: 30px;
        margin-left: 20px;
        font-size: 30px;
        width: 90%;
    }

    .product .connlist li .title span{
        font-size: 14px;
        width: 100%;
    }

    .product .connlist li:last-child{
        width: 96%;
        margin:1% 2%;
        overflow: hidden;
    }

    .container{
        width: 100%;
        min-width:100%;
    }

    .indexfa .img{
        width: 100%;

    }

    .indexfa .title{
        width: 100%;
    }

    .indexfa .title .more{
        margin-top: 20px;
        bottom: -50px;
        top: auto;
        left: 10px;
        height: 38px;
        line-height: 38px;
        font-size: 14px;
    }

    .swiper-slide{
        width: 100%!important;
    }

    .indexanli .tt{
        font-size: 30px;
    }

    .indexnews .tt h2{
        font-size: 30px;
        margin-top: 0px;
    }

    .fleft{
        display: none;
    }

    .fright{
        width: 100%!important;
        margin-bottom: 50px;
    }

    .footer .gzh{
        display: none;
    }

    .footer .contact{
        width: 100%;
    }

    .footer .footercrpiy span{
        font-size: 12px;
        text-align: left;
        display: block;
        margin-top: 10px;
        float: left;
    }

    .banner-sub{
        height: 200px;
    }

    .banner-sub h4{
        font-size: 30px;
    }

    .banner-sub small{
        font-size: 20px;
    }

    .mnav li{
        width: 31%;
        float:left;
        margin: 0 1%;
    }

    .newslist li{
        width: 100%;
    }

    .nmobile{
        display: none;
    }

    .proleft{
        width: 92%;
        margin: 2% 4%;
        overflow: hidden;
    }

    .proright{
        width: 92%;
        margin: 2% 4%;
    }

    .proleft .title{
        font-size: 24px;
        font-weight: bold;
        color: rgb(0, 0, 0);
        line-height: 116.667%;
        margin-bottom: 10px;
    }

    .proleft .p{
        margin-top: 30px;
    }
    .newright{
        width: 100%;
    }

    .newsny li{
        overflow: hidden;
        clear: both;
    }
    .newsny li .img{
        width: 30%;
        float: left;
        margin-right: 10px;
    }
    .newsny li .p{
        display: none;
    }

    .newsny li .time{
        border-bottom: none;
        margin-top: 10px;
    }

    .newsny li .ttt{
        height: auto;
        line-height: 30px;
    }

    .newright .tt{
        font-size: 20px;
        margin-top: 0px;
    }

    .nnnns{
        display: none;
    }

    .list-2{
        margin: 0px;
    }

    .list-2 li{
        width: 48%;
    }

    .list-2 li .text{
        padding: 10px 0;
        height: 27px;
        line-height: 25px;
        overflow: hidden;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .section{
        padding-top: 30px!important;
    }

    .productview{
        min-height: auto;
        overflow: hidden;
        width: 100%;
    }
    .pvleft{
        width: 100%;
    }

    .pvleft .small .tool{
        display: none;
    }

    .pvleft .img{
        width: 100%;
        height: auto;

    }

    .pvleft .img img{
        width: 100%;
        height: auto;

    }

    .pvleft .pnav{
        display: none;
    }

    .pvright{
        width: 100%;
    }



    .pvright .title{
        font-size: 24px;
    }

    .proright li{
        width: 48%;
        float: left;
        margin: 1%;
    }
    .proright li .ttt{
        height: 40px;
        line-height: 40px;
        padding: 0px;
    }

    .aboutuscon .left{
        width: 100%;
        display: none;
    }
    .aboutuscon .right{
        width: 100%;
        margin: 0px;
    }

    .aboutuscon .right .title{
        font-size: 30px;
    }

    .aboutuscon .right span{
        font-size: 18px;
        padding-bottom: 20px;
    }

    .aboutuscon .right .btt{
        font-size: 22px;
    }

    .aboutuscon .right .btt b{
        font-size: 40px;
    }

    .aboutuscon .right .connn{
        font-size: 14px;
        line-height: 26px;
    }

    .aboutuscon .right .connn b{
        font-size: 18px;

    }

    .yuanjing{
        width: 100%;
        min-height: auto;
        padding-bottom: 30px;
    }

    .yuanjing .left{
        width: 100%;
    }

    .yuanjing h3{
        margin-top: 50px;
        font-size: 30px;
        margin-bottom: 30px;
    }
    .yuanjing .p img{
        margin-bottom: 10px;
    }
    .yuanjing .p span{
        font-size: 14px;
        line-height: 30px;
    }

    .yuanjing .p span b{
        font-size: 18px;
    }

    .jiaru h3{
        font-size: 24px;
    }
    .jiaru .desc{
        font-size: 14px;
        margin-top: 10px;
    }

    .zhaopin .zpnav{
        overflow: hidden;
    }
    .zhaopin .zpnav li{
        width: 23%;
        margin: 0 1%;
        float: left;
        font-size: 14px;
    }

    .zhaopin ul{
        overflow: hidden;
        width: 100%;
        margin-top: 10px;
    }

    .zhaopin ul li{

        width: 98%;
        margin-top: 10px;
    }

    .zhaopin ul li p{
        height: 30px;
        line-height: 30px;
        overflow: hidden;
    }

    .inner {
        margin-top: 20px;
        margin-left: 10px;
    }

    .inner h4{
        font-size: 20px;
        font-weight: bold;
    }

    .inner .fl{
        margin-top: 20px;
    }

    .inner .fl span{
        display: inline-block;
        padding: 5px 18px;
        background: rgb(242, 242, 242) !important;
        margin-bottom: 5px;
        font-size: 12px;
    }

    .zhizhe{
        width: 96%;
        margin-left: 2%;
        margin-bottom: 0px;
    }

    .zhizheimg{
        display: none;
    }

    .jinqi{
        width: 100%;
    }

    .jinqi .tt{
        font-size: 20px;
    }

    .jinqi ul{
        margin-top: 10px;
        overflow: hidden;
    }

    .jinqi ul li{
        width: 98%;
    }

    .jjfa .facon{
        width: 100%;
        background: none;
        height: auto;
        padding: 20px;
    }
    .jjfa .facon p{
        display: none;
    }

    .jjfa{
        background-size: 100%;
    }

    .jjfa .facon h3{
        font-size: 30px;
        color: #fff;
        text-align: center;
    }

    .jjfa .facon h3:before{
        display: none;
    }

    .listss li .img{
        float: right;
    }

    .listss li .ttt{
        float: left;
        width: 100%;
    }

    .pc{
        display: none;
    }

    .listss{
        margin-top: 20px;
    }

    .listss li{
        margin-bottom: 20px;
    }

    .listss li .ttt h3{
        font-size: 20px;
        height: 30px;
        line-height: 30px;
    }
    .listss li .ttt p{
        width: 100%;
    }
    .listss li .img{
        width: 100%;

    }
    .listss li .img img{
        width: 100%;
    }

    .listss li:nth-child(2n) .ttt h3,.listss li:nth-child(2n) .ttt p{
        margin-left: 0px;
    }

    .jjfacon ul li{
        width: 46%;
        margin: 2%;
    }

    .jjfacon li .text{
        padding: 10px 0;
    }

    .jjfacon .tt{
        font-size: 30px;
    }

    .kehu h3{
        font-size: 30px;
        margin-top: 50px;
    }

    .kehu .desc{
        margin-top: 5px;
        font-size: 14px;
    }

    .kehulist li{
        width: 31%;
        margin: 1%;
        height: 70px;
    }

    .kehulist{
        margin: 10px 0;
    }

    .rongyucon .con li{
        width: 50%;
    }

    .rongyucon .con li .tt{
        font-size: 48px;
    }

    .rongyucon h3{
        font-size: 36px;
        margin-top: 30px;
    }

    .rongyucon .con2{
        text-align: left;
        font-size: 14px;
        line-height: 30px;
    }

    .rongyucon .con2list li{
        width: 46%;
        margin: 2%;
    }




    .proleft .title{
        display: block;
    }
    .proleft small{
        display: block;
    }

    .mobileNavFloatLayer{
        background-color: rgb(255, 255, 255);
        display: block;
        visibility: visible;
        transform: translateX(27rem);
        -webkit-transition: 0.5s;
        right: 0;
        width: 70%;
        height: 100%;
        box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
        z-index: 9999;
        position: fixed;
        top: 0px;

    }

    .micro-nav-item {
        overflow: auto;
        height: 100%;
        background-color: rgb(255, 255, 255);
        max-height: calc(100vh);
    }

    #accordion {
        position: relative;
        top: 0;
    }
    .micro-nav-item ul li {
        border-bottom: 1px solid rgb(242, 242, 242);

    }

    .micro-nav-item ul li .subnav li{
        height: auto;
    }

    .subnav .link {
        padding-left: 25%;
        display: block;
        font-size: 15px;
        position: relative;
        height: 65px;
        /* line-height: 65px; */
    }

    .treenav li a.treemenu {
        padding-left: 30%!important;
    }

    .micro-nav-item>ul>li .link {
        font-size: 18px;
        color: rgb(60, 60, 60);
        display: block;
        height: 65px;
        position: relative;
        padding-left: 15%;
        line-height: 65px;
    }


    .micro-nav-item ul li.open >.link .more:before {
        content: "\e6a6";
    }

    .micro-nav-item ul li .maxlarge {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 15px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-left: 2.06rem;
    }


    .micro-nav-item ul li .maxmiddle {
        padding-left: 15%;
        font-size: 16px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }


    .more {
        line-height: 65px;
        z-index: 999;
        font-size: 20px;
        text-align: center;
        width: 50px;
        height: 100%;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.4s ease;
    }

    .lcitem2{
        position: absolute;
        right: 75%;
    }

    .lcitem2 .top {
        -webkit-transform: translateY(10px) translateY(50%) rotate(45deg);
        transform: translateY(10px) translateY(50%) rotate(45deg);
    }

    .lcitem2 .bottom {
        width: 100%;
        -webkit-transform: translateY(-1px) translateY(-50%) rotate(-45deg);
        transform: translateY(-1px) translateY(-50%) rotate(-45deg);
    }

    .lcitem2 .center{
        display: none;
    }

    .showFloatNavright{
        transform: translateX(0);
        -webkit-transition: 0.5s;
    }
    
    .indexnews .tt span{
        height: auto;
    }

    .indexnews .tt{
        margin: 0 20px;
    }
    
    .magess{
        width: 90%;
        margin-left:5% ;
    }
  
  .magess li{
      width: 100%!important;
  }
    
 
}


.banner .swiper-button-next , .banner .swiper-button-prev{
    background: none;
}

.banner .swiper-button-next span ,.banner .swiper-button-prev span{
    color: #fff;
    font-size: 36px;
}

.banner .swiper1 .swiper-button-next, .banner .swiper1 .swiper-button-prev{
    width: 10%;
    height: auto;
    top: 45%;
}

.banner .swiper1 .swiper-pagination-bullets {
    bottom: 12vh;
    left: 50%;
    width: 300px;
    margin-left: -150px;
}

