@charset "utf-8";

/* CSS Document */
/* 顶部 */
/* #region */
* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    /* font-style: italic; */
    font-display: swap;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Regular.woff2') format('woff2'),
        url('../fonts/Raleway-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-size: .875rem;
    background: #ffffff !important;
    overflow-x: hidden;
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
th,
td,
form,
object,
iframe,
blockquote,
pre,
a,
abbr,
address,
code,
img,
fieldset,
form,
label,
span,
figure {
    margin: 0;
    padding: 0;
    font-family: "Roboto", Sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Raleway", Sans-serif;
}
body,
html,
input,
button,
textarea {
    color: #222222;
    font-family: 'Amikos', Arial, Helvetica, sans-serif;
    line-height: 1.6;
    font-weight: 400;
}

a {
    color:inherit;
    display: inline-block;
    line-height: normal;
}

/* a:hover {
    color: rgb(24, 23, 23);
    transform: scale(1.0);
    transition: all 0.1s linear;
    text-decoration: none
}

a:focus {
    outline: none;
} */

ul,
li,
ol,
dl,
dt,
dd {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%
}

input[type="text"]:focus {
    outline: none;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

a:active,
select,
input,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: 0 !important;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}
.aboutbtn{
        text-align: center;
    padding: 40px 0 10px;
}
.main_title:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}
* html .main_title {
    zoom: 1;
}

*:first-child+html .main_title {
    zoom: 1;
}

a {
    text-decoration: none;
}

.p10 {
    padding-left: .625rem
}

.p20 {
    padding-left: 1.25rem;
}

.p30 {
    padding-left: 1.875rem
}

.t10 {
    padding-top: .625rem
}

.b10 {
    padding-bottom: .625rem;
}

.t20 {
    padding-top: 1.25rem
}

.b20 {
    padding-bottom: 1.25rem;
}

.t30 {
    padding-top: 1.875rem
}

.b30 {
    padding-bottom: 1.875rem;
}

.t40 {
    padding-top: 2.5rem
}

.b40 {
    padding-bottom: 2.5rem;
}

.t50 {
    padding-top: 3.125rem
}

.b50 {
    padding-bottom: 3.125rem;
}

.t60 {
    padding-top: 3.75rem
}

.b60 {
    padding-bottom: 3.75rem
}

.t80 {
    padding-top: 5rem
}

.b80 {
    padding-bottom: 5rem;
}

.t100 {
    padding-top: 6.25rem
}

.b100 {
    padding-bottom: 6.25rem;
}

.b120 {
    padding-bottom: 9.375rem;
}

.tm10 {
    margin-top: .625rem
}

.bm10 {
    margin-bottom: .625rem;
}

.tm20 {
    margin-top: 1.25rem
}

.bm20 {
    margin-bottom: 1.25rem;
}

.tm30 {
    margin-top: 1.875rem
}

.bm30 {
    margin-bottom: 1.875rem;
}

.tm50 {
    margin-top: 3.125rem
}

.bm50 {
    margin-bottom: 3.125rem;
}

.tm60 {
    margin-top: 60px;
}

.bm60 {
    margin-bottom: 60px;
}

.tm80 {
    margin-top: 5rem;
}

.bm80 {
    margin-bottom: 5rem;
}

.tm100 {
    margin-top: 6.25rem;
}

.bm100 {
    margin-bottom: 6.25rem;
}

.tm150 {
    margin-top: 180px;
}

.tm120 {
    margin-top: 7.5rem;
}

.bm120 {
    margin-bottom: 7.5rem;
}

.bm150 {
    margin-bottom: 9.375rem;
}

/* #endregion */
.news .updown {
    border-top:1px solid #000;
    padding: 10px 0;
}

.news .updown div {
    padding: 5px 0;
}
.cont .fa{
    font-family: FontAwesome!important;
    font-weight: 100!important;
}
.fleftul .fa{
       font-family: FontAwesome!important;
    font-weight: 100!important; 
}
/* ********************************************************************header通用样式 ***************************************************************/
em{font-style:initial;}
/* *******************************************顶部导航栏************************************************************************ */
/* #region */
.mmmlogo{
    width: 194px;
}

.mlogo{
    position: absolute;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -12px;
    top: -25px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 99999;
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 1s;
}
.nav0{
    padding: 25px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    transition: all 0.5s;
    background-color: #f3faff;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.n0{
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: relative;
}
.n0ul{
    display: flex;
}
.n0uli{
    margin: 0 22px;
}
.n0uli a{
    display:inline-flex;
    align-items: center;
}
.n0uli a i{
    font-size: 32px;
    color: #2F80ED;
    margin-right: 12px;
}
.n0ulidup{
    font-weight: 800;
    color: #000000;
    font-size: 16px;
    margin-bottom: 5px;
}
.n0uliddown{
    font-size: 15px;
}
.nav1 {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #ffffff !important;
    color: #0084d6 !important;
    /* padding: 10px 0; */
}
.n1ldiv{
    background: linear-gradient(130deg, rgba(69, 149, 238,.2),rgba(69, 149, 238,1));
    color: #ffffff;
    padding: 0 !important;
    line-height: unset !important;
    display: flex;
    height: 100%;
}
.n1ldiv i{
    margin-right: 8px;
}
.n1ldiv span{
    font-size: 16px;
    text-align: start;
}
.n1y {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    background-color: #0084d6;
    top: 0;
}

.n1y1 {
    width: 30%;
    border-top: 0 solid transparent;
    border-left: 0px solid transparent;
    border-right: 80px solid transparent;
    border-bottom: 80px solid #0084d6;
}

.n1y2 {
    width: 30%;
    border-top: 80px solid #0084d6;
    border-left: 80px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 0 solid transparent;
}

.nav1mainleft {
    height: 100%;
}

.nav1mainleft>div {
    line-height: 100%;
    font-size: 26px;
    font-weight: 600;
    background-color: #0084d6;
    padding: 40px 0;
    text-align: center;
}

.nav1 .container-fluid {
    padding: 0;
}

.nav1 .container {
    /* padding: 0; */
}

.nav1main {
    display: flex;
    align-items: center;
}

.nav1maincenter {
    display: flex;
    justify-content: space-between;
}

.nav1maincenter .web_head {
    display: flex;
    justify-content: end;
}

.nav1main .center .search {
    padding-left: .9375rem;
}

.nav1main .center .search>i {
    color: #ffffff;
    font-size: 1.5625rem;
    line-height: 5rem;
    font-weight: 200;
    cursor: pointer;
}

.nav1main .center .head_nav {
    display: flex;
    justify-content: space-between;
}

.nav1main .center .web_head .nav_wrap {
    float: left;
    margin: 0;
}

.nav1main .center .head_nav>li>a {
    font-size: 16px;
    color: #000000!important;
    border-bottom: .125rem solid transparent;
    display: flex;
    align-items: center;
    display: inline-block;
    line-height: unset;
    transition: 0.3s;
}

.nav1main .center .head_nav>li>a>i {
    color: #000000 !important;
    font-size: 1.375rem;
}

.nav1main .center .head_nav>li.active>a>i {
    color: #0084d6  !important;
    font-weight: 600;
    opacity: 1 !important;
}

.nav1main .center .head_nav>li>a::after {
    background-color: transparent;
}

.nav1main .center .head_nav>li.active>a {
    color: #0084d6  !important;
    display: inline-block;
    opacity: 1 !important;
    font-weight: 600;
    /* transform: scale(1.2); */
}

.nav1main .center .head_nav>li:hover>a {
    color: #0084d6  !important;
    opacity: 1 !important;
    transition: 0.3s;
}

.nav1main .center .head_nav>li:hover>a>i {
    color: #0084d6  !important;
    opacity: 1 !important;
}

.nav1main .center .head_nav>li:hover>a>em {
    color: #0084d6 ;
    opacity: 1 !important;
}

.nav1main .center .head_nav>li>a>.xhx {
    width: 0;
    height: .125rem;
    background-color: transparent;
    transform: rotateX(-180deg);
    transition: 0.3s;
}

.nav1main .center .head_nav>li.active>a>.xhx {
    width: 100%;
    transition: 0.3s;
    background-color: #0084d6;
    margin: 0 auto;
}

.nav1main .center .head_nav>li:hover>a>.xhx {
    width: 100%;
    transition: 0.3s;
    margin: 0 auto;
    background-color: #0084d6;
}

.nav1main .right>i {
    padding: 13px 10px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    border: 1px solid transparent;
    cursor: pointer;
    transition: 0.3s;
    font-size: 24px;
    position: relative;
    z-index: 10;
}

.nav1main .right>input:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
    transition: 0.3s;
    background-color: transparent;
}
.nav2na{position: relative;}
.nav2nzz{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav2nzz h1{
    color: #ffffff;
    font-size: 60px;
    font-weight: 100!important;
}
/* #endregion */

/* 导航栏搜索框 */
/* #region */
.btn-box {
    color: #fff;
    width: auto;
    border-radius: 1.5625rem;
    min-width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125rem;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(315deg, #0084d6 0, #ffffff 100%);
    background-size: 104% 104%;
    cursor: pointer;
}

.btn-box span {
    position: absolute;
    right: 0;
    top: 0;
    width: 3.125rem;
    height: 3.125rem;
    text-align: center;
    font-size: 1.125rem;
    cursor: pointer;
}

.btn-box input {
    display: inline-block;
    background: 0 0;
    border: none;
    color: #0084d6;
    padding-left: 1.25rem;
    line-height: 3.125rem !important;
    height: 3.125rem;
    box-sizing: border-box;
    vertical-align: .25rem;
    font-size: 1rem;
    width: 3.125rem;
    transition: all .3s ease-in-out;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: .3125rem;
}

.btn-box:hover input {
    display: inline-block;
    width: 80%;
    padding-right: 3.125rem
}

.btn-box input:not(:placeholder-shown) {
    display: inline-block;
    width: 80%;
    padding-right: 3.125rem
}

/* #endregion */
/* 搜索按钮 */
/* #region */
.nav1seach .input-wrapper {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
    position: relative;
}

.nav1seach .input {
    border-style: none;
    height: 50px;
    width: 50px;
    padding: 10px;
    outline: none;
    border-radius: 50%;
    transition: .5s ease-in-out;
    background-color: transparent;
    box-shadow: 0px 0px 3px #0084d6;
    padding-right: 40px;
    color: #000000;
}

.nav1seach .input::placeholder,
.nav1seach .input {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 17px;
}

.nav1seach .input::placeholder {
    color: #DDDDDD;
}

.nav1seach .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    outline: none;
    border-style: none;
    border-radius: 50%;
    pointer-events: painted;
    background-color: transparent;
    transition: .2s linear;
}

.nav1seach .input-wrapper:hover .icon~.input,
.nav1seach .input:focus {
    box-shadow: none;
    width: 250px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid #0084d6;
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}



/* #endregion */
/* *******************************************banner图轮播部分************************************************************* */
/* #region */
.nav2 {
    position: relative;
    /* margin-top: 112px; */
}

.nav2 .n2img1 {
    position: absolute;
    width: 25rem;
    left: 0;
    bottom: -5%;
    z-index: 10;
}

.nav2 .n2img2 {
    position: absolute;
    width: 25rem;
    right: 0;
    bottom: -35%;
    z-index: 10;
}

.nav2 .swiper .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav2 .swiper .swiper-wrapper .swiper-slide a {
    width: 100%;
    object-fit: cover;
}

.nav2 .swiper .swiper-wrapper .swiper-slide a img {
    width: 100%;
    object-fit: cover;
    max-height: 800px;
}

.nav2n .swiper .swiper-wrapper .swiper-slide a img {
    width: 100%;
    object-fit: cover;
    max-height: 500px;
}

/* #endregion */
/* *******************************************************视频遮罩********************************************************** */
/* #region */
#main4zz {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .6);
    display: none;
    z-index: 9999999;
}

#main4zz .video {
    width: 100%;
    height: 100%;
    position: relative;
}

#main4zz #clmain4zz {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    font-size: 3.4375rem;
    color: #ffffff;
    cursor: pointer;
}

#main4zz .video .video_iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50%;
}

/* #endregion */
/* *******************************************************footer通用样式********************************************* */
/* #region */
.footer {
    background-color: transparent;
    color: #000000;
    background-color: #f0f5fa;
    /* background: url(../images/fbg.jpg) center; */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment:fixed;
    padding: 30px 0;
}
.fleftd{
    background-color: transparent;
    background-image: linear-gradient(300deg, 
    #2F80ED 0%, 
    #56CCF2 100%);
    color: #ffffff;
    padding: 25px;
    border-radius: 8px;
}
.fleftd h2{
    font-size: 22px;
    margin: 12px 0;
}
.fleftd p{
    padding: 15px 0;
}
.fleftxhx{
    width: 95%;
    margin: 0 auto;
    height: 1px;
    background-color: #ffffff;
}
.fleftul{
    display: flex;
    margin: 25px 0;
}
.fleftuli{
    margin-right: 12px;
    background-color: #ffffff;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1);
    transition: 0.3s;
    cursor: pointer;
}
.fleftuli:hover{
    transform: scale(0.8);
}
.fleftuli i{
    color: #2F80ED;
    font-size: 20px;
}
.fright{
    padding-left: 100px;
}
.frightupd h2{
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.frightupduli i{
    color: #2F80ED;
    font-size: 20px;
    margin-right: 12px;
}
.frightupduli span{
    font-size: 16px;
   color:#939CAF ;
   transition: 0.5s;
}
.frightupduli{
    margin: 15px 0;
}
.frightupduli:hover span{
    color: #2F80ED;
}
.frxhx{
    width: 100%;
    height: 1px;
    background-color: #000000;
    margin: 25px 0;
}
.frightdown{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.frightdownleft{
    width: 50%;
}
.frightdownleft h2{
    color: #000000;
    margin: 15px 0;
    font-size: 22px;
    font-weight: 600;
}
.frightdownright{
    width: 40%;
}
.frightdownleft p{
    color: #a8adb8;
    padding: 15px 0 15px 15px;
}
.frdrforminp{
    width: 70%;
    border: 0;
    padding: 15px;
}
.frdrformbtn{
    width: 50px;
    height: 50px;
    padding: 15px;
    border: 0;
    background-color: #2F80ED;
    color: #ffffff;
    border-radius: 100%;
    margin-left: 15px;
}
.lastxhx{
    width: 100%;
    height: 1PX;
    background-color: #a8adb8 ;
    margin: 25px 0;
}
.lastfooter{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
    .pagelist a{    padding: 5px 10px;
    background-color: #fff;
margin: 5px;
    color: #0084d6;
    border: 1px solid #0084d6;
    }
    .current{
        background-color: #0084d6 !important;
        color: #fff !important;
        border: 1px solid #0084d6 !important;
    }
    .pagelist a:hover{        background-color: #0084d6 !important;
        color: #fff !important;
        border: 1px solid #0084d6 !important;}
        .current2{display:none;}
/* #endregion */
/* 地图 */
/* #region */
#map {
    width: 100%;
    height: 500px;
}
/* #endregion */

/* ********************************************手机导航栏************************************************************************** */
/* #region */
.pright,
.plist,
.plistzz {
    display: none;
}

.pright {}

.pright i:nth-child(1) {
    float: left;
}

.pright i {
    font-size: 2.5rem;
    color: #0084d6!important;
    line-height: 5rem;
    float: right;
    margin-right: .9375rem;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.plist div {
    background-color: transparent;
    color: #ffffff;
}

.plist div div {
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    margin-left: 24px;
}

.plistimg {
    height: 40px;
}

/* #endregion */
/* 视频按钮 */
/* #region */
.dr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.drbtn {
    position: relative;
}

.cw {
    width: 60px;
    height: 60px;
    border-radius: 3.125rem;
    border: .3125rem solid #ffffff;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cw:hover {
    border: 5px solid #ffffff;
    background-color: transparent;
    transition: 0.5s;
}

.cw:hover i {
    color: #ffffff;

}

.cw i {
    font-size: 1.75rem;
    color: #ffffff;
}

.bo {
    position: absolute;
    top: 0;
}

.bo::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: .125rem solid #ffffff;
    animation: scale 2s infinite;
}

.bo::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: .125rem solid #ffffff;
    animation: scale2 2s infinite;
}

@keyframes scale {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes scale2 {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

/* #endregion */

/* *************************************************************分界线************************************************************ */
/* #region */
.fjx {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0;
}

.fjx div:nth-child(1) {
    height: 2px;
    width: 48%;
    background-color: #0084d6;
}

.fjx img {
    padding: 0 15px;
}

.fjx div:nth-child(3) {
    height: 2px;
    width: 48%;
    background-color: #0084d6;
}

/* #endregion */

/* ************************************************************MAIN模块************************************************** */
.main {
    /* overflow: hidden; */
}

/* main1 */
/* #region */
.m1col{
    /* overflow: hidden; */
    cursor: pointer;
    /*height: 250px;*/
    margin: 15px 0;
}
.m1cold{
    padding: 25px;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.m1coldd i,
.m1coldd h2,
.m1coldd p,
.m1coldd>a{
    position: relative;
    z-index: 99;
    transition: 0.5s;
}
.m1coldd{
    position: relative;
    top: 0;
    transition: 0.5s;
}
.m1col:hover .m1coldd{
    top: -250px;
}
.m1coldzz{
    position: absolute !important;
    background-color: transparent;
    background-image: linear-gradient(300deg, 
    #2F80ED 0%, 
    #56CCF2 100%);
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    border-radius: 8px;
    transition: 0.5s;
}
.m1col:hover .m1coldzz{
    top: 0;
}
.m1col:hover .m1coldd i,
.m1col:hover .m1coldd h2,
.m1col:hover .m1coldd p,
.m1col:hover .m1coldd a
{
    color: #ffffff;
}
.m1coldd p{
display: -webkit-box;    
-webkit-box-orient: vertical;    
-webkit-line-clamp: 3;    
overflow: hidden;  
}
.m1cold,.m1col4d{
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.m1coldd h2{
    font-size: 17px;
    color: #000000;
    font-weight: 600;
    margin: 15px 0;
}
.m1coldd p{
    color: #a8adb8;
    font-size: 16px;
}
.m1coldd>a{
    margin: 25px 0 15px 0;
}
.m1coldd i{
    font-size: 45px;
    color: #2F80ED;
	opacity:0;
}
/* .m1cold{
    top: 80px;
} */
.m1col4d{
    background-color: transparent;
    background-image: linear-gradient(300deg, 
    #2F80ED 0%, 
    #56CCF2 100%);
    color: #ffffff;
    position: relative;
    padding: 25px;
}
.m1cold4img{
    position: absolute;
    height: 240px;
    width: 240px;
    bottom: -10%;
    right: 0;
    z-index: 9;
}
.m1col4d h5{
    background-color: #ffa929;
    font-size: 12px;
    padding: 8px;
    width: 50%;
    text-align: center;
    border-radius: 15px;
}
.m1col4d h2{
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0;
}
.m1col4d div{
    font-size: 16px;
    margin: 18px 0;
}
.m1col4d>a{
    margin-top: 80px;
}
.m1col4d h5,
.m1col4d h2,
.m1col4d div,
.m1col4d>a{
    position: relative;
    z-index: 99;
}


/* #endregion */
/* main2 */
/* #region */
.mtit{text-align: center;}
.mtit h2{
    font-weight: 600;
}
.mtit h2 span{
    color: #2F80ED;
}
.mtit p{
    margin: 22px 0;
    width: 40%;
    margin: 22px auto;
    color: #a8adb8;
}
.m2cold{
    background-color: transparent;
    background-image: linear-gradient(240deg, #106CE7 0%, #2DC0F0 100%);
    padding: 50px;
    border-radius: 10px;
    color: #ffffff;
    opacity: 0.8;
    height: 100%;
}
.m2col{
    margin: 15px 0;
    height: 100%;
    cursor: pointer;
}
.m2crdown{
    margin-top: 25px;
}
.m2cold h5{
    background: #ffa929;
    padding: 5px;
    border-radius: 25px;
    font-size: 12px;
    width: 200px;
    text-align: center;
}
.m2cold h2{
    margin: 15px 0;
    font-weight: 600;
    font-size: 17px;
}
.m2cold p{}
.m2cold img{
    margin-top: 25px;
    position: relative;
    transform: rotate(20deg);
    transition: 0.5s;
}
.m2cold:hover img{
    transform: rotate(0);
}
.m2crupcd1{
    background-color: transparent;
    background-image: linear-gradient(20deg, #FF800E 0%, #FFC81F 100%);
}
.m2crupcd2{
    background-color: transparent;
    background-image: linear-gradient(40deg, #0FC328 0%, #ADFB23 100%);
}
.m2crdowncd1{
    background-color: transparent;
    background-image: linear-gradient(30deg, #716FFF 0%, #EC6FFB 100%);
}
.m2crdowncd2{
    background-color: transparent;
    background-image: linear-gradient(40deg, #DD2476 0%, #FF512F 100%);
}
.m2crdowncd{
    display: flex;
    position: relative;
}
.m2crdowncd2{
    flex-direction: row-reverse;
    text-align: end;
}
.m2crdowncd1 img{
    width: 100px;
    position: absolute;
    right: 80px;
    top: 0;
}
.m2crdowncd2 img{
    width: 100px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0);
}
.m2crupcd1img{
    display:flex ;
    width: 100%;
    justify-content: center;
}
.m2crupcd1img img{
    width: 300px;
}
.m2cold1 img{
    height: 490px;
} 
.m2col:hover .m2crdowncd2 img{
    transform: translateY(-50%) rotate(0);
} 
/* #endregion*/
/* main3 */
/* #region */
.main3{
    background-color: #f1f5fa;
}
.m3rightd{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.m3leftd{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 4%;
        height: 100%;
}
.m3rup h2{
    font-weight: 600;
    font-size: 32px;
    /*margin: 10px 0;*/
    color: #0084d6;
}
.m3rup p{
    margin: 10px 0;
    color: #a8adb8;
}

.m3rup p span{
    font-size: 20px !important;
    line-height: 1.5;
}
.tya{
    padding: 20px 50px;
    border-radius: 50px;
    background-color: transparent;
    background-image: linear-gradient(340deg, #2F80ED 30%, #56CCF2 100%);
    color: #ffffff;
}
.tya i{
    margin-right: 12px;
}
.m3rdown img{
    height: 70px;
    opacity: 0.5;
    position: relative;
    top: 20px;
}
.m3con h2{
    font-size: 22px;
    color: #000000;
    font-weight: 600;
}
.m3con p{
    font-size: 16p;
    color: #2F80ED;
    margin-top: 8px;
}
.main3{
    padding-top: 80px;
    padding-bottom: 30px;
}
/* #endregion */
/* main4 */
/* #region */
.m4cold{
    padding: 50px;
    border: 1px dashed transparent;
    border-radius: 15px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    transition: 0.5s;
}
.m4pa{
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 55%;*/
    /*transform: translateX(-50%);*/
    /*padding: 20px 30px;*/
}
.m4coldimg{
    transform: scale(1);
    overflow: hidden;
    border-radius: 15px;
}
.m4coldimg img{
    transition: 0.5s;
}
.m4col:hover img{
    transform: scale(1.1);
}
.m4col:hover .m4cold{
    border: 1px dashed #2F80ED;
}
.m4coldcon{
    margin-top: 30px;
}
.m4coldcon h2{
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    height: 60px;
    display: flex;
    align-items: center;
}
.m4coldcon p{
    color:  #A8ADB8;
    margin: 18px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	word-break:break-all;
}
.m4col {
    margin: 15px 0;
}
/* #endregion */
/* main5 */
/* #region */
.main5{
    background: #f1f5fa;
}
.m5row{
    display: flex;
    align-items: start;
}
.m5leftd img{
    transform: scale(0.9);
    border-radius: 15px;
}
.m5rj{
    text-align: center;
}
.m5rightdcon h2{
    font-weight: 600;
    margin-top: 45px;
}
.m5rightdcon p{
    color: #999999;
    margin: 25px 0;
}
.m5rjt h2{
    font-size: 24px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    font-weight: 600;
}
/* #endregion */
/* main6 */
/* #region */
.m6sws{
    padding: 30px;
}
.m6card{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 25px;
    border-radius: 8px;
    text-align: center;
}
.m6cup{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.m6cup img{
    width: 50px;
    height: 50px;
}
.m6cup h3{
    font-size: 18px;
    font-weight: 600;
    margin-top: 6px;
}
.m6cup p{
    margin: 12px 0;
    color: #2F80ED;
}
.m6ul{
    display: flex;    
    margin-top: 6px;
}
.m6li{
    margin-right: 8px;
}
.m6li i{
    color: #ffc700;
}
/* #endregion */
/* main7 */
/* #region */
.main7{
    /* background-color: #f1f5fa; */
}
.m7tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
}
.m7tit h2{
    font-size: 42px;
    font-weight: 600;
}
.m7tit a{
    background: linear-gradient(140deg, #ffffff, #2f80ed);
    color: #ffffff;
    padding: 20px 50px;
    border-radius: 50px;
}
.m7cold{
    padding: 25px;
    margin: 25px 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 8px;
}
.m7cold h3{
    margin: 8px 0;
    font-weight: 600;
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.m7cold p{
    margin: 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.m7cold a{
    color: #0d6aa5;
    font-size: 18px;
}
/* #endregion */
/* main8 */
/* #region*/
/* #endregion */
/* main9 */
/* #region */
/* #endregion */
/* main10 */
/* #region */
/* #endregion */
/* main11 */
/* #region */
/* #endregion */
/* main12 */
/* #region */
/* #endregion */
/* **************************************************************************************************************************** */
/* #region */
.img-responsive {
    padding: 0;
    margin: 0;
}

.gray {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    width: 100%;
    height: 100%;
    display: none;
}

.gray .ind {
    display: flex;
    margin-left: 25px;
    margin-top: 15px;
}

.gray .ind p {
    font-size: 18px;
    color: #ffffff;
}

.showImg {
    position: absolute;
    display: none;
    z-index: 9999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.imgname {
    display: block;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    margin-top: 25px;
}

.showprev {
    position: absolute;
    left: -50%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.shownext {
    position: absolute;
    right: -50%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.graylist {
    display: flex;
    position: absolute;
    right: 20px;
    top: 20px;
}

.graylist li {
    color: #ffffff;
    margin: 0 15px;
    font-size: 18px;
    cursor: pointer;
}

.grayupzz {
    position: absolute;
    background-color: #ffffff;
    right: 47px;
    top: 65px;
    display: none;
}

.grayupzz .sj {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    transform: rotate(-45deg)skew(0deg, 0deg);
    right: 30px;
    top: -5px;

}

.grayupzz .graymain ul {
    padding: 10px 15px;
}

.grayupzz .graymain ul li {
    margin: 15px 0;
    cursor: pointer;
}

.grayupzz .graymain ul li a i {
    margin-right: 8px;
}

.bigimg {
    transform: scale(2);
}

/* #endregion */

/* 轮播按钮 */
/* #region */
.nav2 .swiper {
    --swiper-theme-color: #ff6600;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #0084d6;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 3.125rem;
    /* 设置按钮大小 */
}

.fp-section {
    height: auto !important;
}

/* #endregion */
/* new */
/* #region */
.newmainright {
    /* margin-right: 2.5rem; */
    padding-left: 40px;
}


.newmainleft .title {
    background-color: #0084d6;
    text-align: center;
    width: 100%;
}

.newmainleft ul {
    width: 100%;
}

.newmainleft ul li {
    width: 100%;
    border: 1px solid #aaaaaa;
    padding: 20px 10px;
    font-size: 16px;
    cursor: pointer;
    border-top: 0;
}

.newmainleft ul li div {
    display: flex;
    justify-content: space-between;
    padding: 0 .625rem;
}

.newmainleft ul li div a {
    color: #2E2C3DCC;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.productinfomainleft ul li div a.active {
    color: #0d6aa5;
}

.newmainleft ul li ul li {
    cursor: pointer;
    color: #bbb;
    border-bottom: 1px solid #eee;
    padding: 10px;
}

.newmainleft ul li ul li:nth-last-child(1) {
    border: 0;
}

.nmulli {
    display: flex;
}

.nmulli .liright {
    display: flex;
    flex-direction: column;
}

.nmulli .liright span:nth-child(1) {
    color: #bbb;
    font-size: 14px;
    padding: 5px;
    margin-top: .3125rem;
}

.nmulli .liright span:nth-child(2) {
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
    color: #333;
}
.nmulli .liright span:nth-child(2) a{
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
    color: #333;
}

.nmulli .liright span:nth-child(2):hover {
    color: #0084d6;
}

.nmulli .liright span:nth-child(3) {
    font-size: 14px;
    padding: 5px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: 'Karla';
    color: #2E2C3DCC;
}

.nmulli .lileft img {
    border-radius: 15px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.nmulli .liright a {
    color: #2E2C3D;
    margin-right: 15px;
    padding: 20px 0;
    transition: all 0.3s;
}
.nmulli .liright a:hover{
    color: #0084d6 !important;
    
}
.nmulli .liright a i {
    margin-left: 8px;
}

.nmulli {
    padding-bottom: 10px;
    margin: 50px 0;
    cursor: pointer;
}

.nmulli:nth-child(1) {
    margin-top: 0;
}

.nmulli {
    position: relative;
}

.nmulli .line {
    width: 100%;
    height: 5px;
    background-color: transparent;
    position: absolute;
    bottom: -5%;
}

.nmulli .line2 {
    width: 00%;
    height: 5px;
    background-color: #0084d6;
    position: absolute;
    bottom: -5%;
    transition: 0.5s;
}

.nmulli:hover .line2 {
    width: 100%;
    transition: 0.5s;
}

.newmainleft ul li div a:hover {
    color: #0084d6 !important;
}

#newlist li a.active {
    color: #0084d6;
}

/* #endregion */

/* newlist */
/* #region */

.newlistmain .txt span:nth-child(1) {
    padding: 5px;
}

.newlistmain .txt span:nth-child(2) {
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
}

.newlistmain .txt span:nth-child(3) {
    font-size: 14px;
    padding: 0 5px;
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: 'Karla';
    color: #2E2C3DCC
}

.newlistmain .txt a {
    color: #0084d6;
}

.newlistmain .txt {
    display: flex;
    flex-direction: column;
    padding: 20px 10px;
    border: 1px solid #bbb;
}

.newlistmain .imge {
    width: 100%;
    overflow: hidden;
}

.newlistmain .imge img {
    overflow: hidden;
    transition: all 2s;
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: 0.5s;
}

.newlistmain:hover .imge img {
    transform: scale(1.1);
    transition: 0.5s;
}

.newlistmain {
    position: relative;
    box-shadow: 3xp 3px 4px 2px #0084d6;
    box-shadow: rgba(149, 157, 165, 0.2) 0rem .5rem 1.5rem;
}

.newlistmain .line2 {
    width: 0;
    height: 5px;
    background-color: #0084d6;
    position: absolute;
    bottom: 0;
    transition: 0.5s;
}

.newlistmain:hover .line2 {
    width: 100%;
    transition: 0.5s;
}

.newlistmain .txt {
    border: 0;
    box-shadow: 2px 2px 2px 2px transparent;
    padding: 30px 15px 50px 15px;
}

.newlistmainc {
    padding: 20px;
}



.newlistmainc {
    cursor: pointer;
}

/* #endregion */

/* newinfo */
/* #region */

.newinfomainright .newtit {
    border-bottom: .0063rem dashed #bbb;
    padding: .625rem 0;

}

.newinfomainright .newcon .newimgs {
    margin: .9375rem;
}

.newinfomainright .newcon .newimgs img {
    margin: .9375rem 0;
    object-fit: cover;
}

.newinfomainright .newtime {
    margin: .625rem 0;
}

.newinfomainright .newcon {
    border-bottom: 1px solid #bbb;
    padding: 20px 0;
    word-break: break-all;
}

.newinfomainright .newcon p {
    line-height: 2rem;
    font-size: 1rem;
    text-indent: 2em;
    padding: 5px 15px;
    font-family: 'Karla';
    color: #2E2C3DCC
}

.newinfomainright .updown {
    padding: 10px 0;
}

.newinfomainright .updown div {
    padding: 5px 0;
}

#newlist li a i {
    display: none;
}

#newlist li a:hover {
    color: #0084d6;
}

#newlist li a.active {
    color: #0084d6;
}

.newinfomainright .updown div a:hover {
    color: #0084d6;
}

/* #endregion */

/* product */
/* #region */

.productmainright {
    /* margin-right: 2.5rem; */
padding-left: 40px;
}

.nldhli {
    cursor: pointer;
    color: #222222;
    border-bottom: 1px solid #eee;
    padding: 10px;
}

.nldhli:nth-last-child(1) {
    border: 0;
}

.productmainrightc {
    padding: 0;
    text-align: center;
}


.productmainright .down {
    cursor: pointer;
    width: 100%;
}

.productmainright .down a:nth-child(2) {
    display: block;
    padding: .9375rem 0;
}

.productmainright .down .img {
    width: 300px;
    overflow: hidden;
    position: relative;
    height: 300px;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.pt {
    position: absolute;
    top: 0;
    width: 0;
    height: 4px;
    background-color: #0084d6;
    transition: 0.5s;
    z-index: 99;
}

.productmainright .down:hover .img .pt {
    width: 100%;
    transition: 0.5s;
}

.pb {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 4px;
    background-color: #0084d6;
    transition: 0.5s;
    z-index: 99;
}

.productmainright .down:hover .img .pb {
    width: 100%;
    transition: 0.5s;
}

.pl {
    position: absolute;
    left: 0;
    height: 0;
    width: 4px;
    background-color: #0084d6;
    transition: 0.5s;
    z-index: 99;
}

.productmainright .down:hover .img .pl {
    height: 100%;
    transition: 0.5s;
}

.pr {
    position: absolute;
    right: 0;
    height: 0;
    width: 4px;
    background-color: #0084d6;
    transition: 0.5s;
    z-index: 99;
}

.productmainright .down:hover .img .pr {
    height: 100%;
    transition: 0.5s;
}

.productmainright .down .img img {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productmainrightc .down .img .up {
    position: absolute;
    height: 100%;
    width: 100%;
    top: -70%;
    left: -70%;
    /* border-radius: 50%; */
    background-color: rgba(28, 75, 132, .5);
    opacity: 0.8;
    transition: 0.5s;
}
.productmainrightc .down .img .up1{
    top: -100% !important;
    left: -100%;
}
.productmainrightc .down:hover .img .up1{
    top: -50% !important;
    left: -50%;
}
.productmainrightc .down .img .up2{
    top: -100% !important;
    left: 100%;
}
.productmainrightc .down:hover .img .up2{
    top: -50% !important;
    left: 50%;
}
.productmainrightc .down .img .up3{
    top: 100% !important;
    left: -100%;
}
.productmainrightc .down:hover .img .up3{
    top: 50% !important;
    left: -50%;
}
.productmainrightc .down .img .up4{
    top: 100% !important;
    left: 100%;
}
.productmainrightc .down:hover .img .up4{
    top: 50% !important;
    left: 50%;
}

.productmainrightc .down .img .picon {
    position: absolute;
    font-size: 50px;
    color: white;
    display: flex;
    height: 100%;
    top: 0;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    transition: all 1s;
    opacity: 0;
}

.productmainrightc .down:hover .img .picon {
    top: 0;
    opacity: 1;
}

.productmainright .down .img:hover img {
    transform: scale(1.2);
    transition: 0.3s;
}

.productmainright .down span {
    padding: 5px;
}

.productmainright .down span a {
    display: inline-block;
    margin: .75rem 0;
}


#nldhl li ul li a::before {
    content: '-  ';
    font-size: 20px;
    font-weight: 600;
}

#nldhl li ul li a:hover {
    color: #0084d6;
}

#nldhl li a:hover {
    color: #0084d6;
}

#nldhl li div i {
    color: #0084d6;
}

/* #endregion */

/* productlist */
/* #region */

.productlistmainright {
    /* margin-right: 2.5rem; */
    padding-left: 40px;
}
.productlistmainright .plst a {
    display: flex;
    justify-content: space-between;
    padding: 1.5625rem;
    cursor: pointer;
    margin-bottom: 35px;
    overflow: hidden;
    border-radius: .5rem;
    transition: 0.5s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.productlistmainright .plst a:hover .txt .sline {
    background-color: #ffffff;
}

.productlistmainright .plst a:hover .txt button {
    background-color: transparent;
    border: .0625rem solid #ffffff;
}

.productlistmainright .plst a .img {
    width: 35%;
    overflow: hidden;
    border-radius: 15PX;
}

.productlistmainright .plst a .img img {
    width: 100%;
    height: 18.75rem;
    transition: 0.3s;
    border-radius: 15PX;
    object-fit: cover;
    margin-right: 20px;
    margin: 1.25rem 1.5625rem 1.25rem 0;
}

.productlistmainright .plst a .txt {
    width: 63%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.productlistmainright .plst a .txt span:nth-child(1) {
    font-weight: bold;
    font-size: 35px;
}

.productlistmainright .plst a .txt .sline {
    width: 40%;
    height: 5px;
    background-color: #0084d6;
    margin: .625rem 0;
}

.productlistmainright .plst a .txt span:nth-child(3) {
    display: block;
    margin: 20px 0 40px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-family: 'Karla';
    color: #2E2C3DCC;
    transition: 0.3s;
}

.productlistmainright .plst a .txt button {
    padding: 10px 18px;
    border: 0;
    background-color: #0084d6;
    color: white;
    width: 30%;
}

.productlistmainright .plst a {
    position: relative;
}

.plstcolor {
    position: absolute;
    z-index: -10;
    width: 100%;
    height: 100%;
    background-color: #0084d6;
    top: 0;
    left: -100%;
    transition: 0.5s;
}

.productlistmainright .plst a:hover .plstcolor {
    left: 0;
    transition: 0.5s;
}

.productlistmainright .plst a:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0rem .5rem 1.5rem;
    color: #ffffff !important;
    transition: 0.6s;
}

.productlistmainright .plst a:hover .img img {
    transform: scale(1.1);
    object-fit: cover;
    transition: 0.3s;
}

.productlistmainright .plst a:hover .txt span:nth-child(3) {
    transition: 0.3s;
    color: #ffffff
}

.productlistmainright .plst a:hover .txt button {
    background-color: #ffffff;
    color: #0084d6;
    transition: 0.3s;
}

#nldhl li ul li a::before {
    content: '-  ';
    font-size: 20px;
    font-weight: 600;
}

#nldhl li ul li a:hover {
    color: #0084d6;
}

#nldhl li ul li div a.active {
    color: #0084d6;
}

#nldhl li div a .plstcolor {
    color: #0084d6;
}

#nldhl li a.active {
    color: #0084d6;
}

/* #endregion */

/* productinfo */
/* #region */

.bd .feedbackForm #btn{
    background-color: #0084d6;
}

.productinfomainright {
    overflow-x: auto;
    padding-left: 60px;
}

.lefttit .title {
    background-color: #0084d6;
    text-align: center;
    width: 100%;
}

.lefttit .title a {
    width: 100%;
    font-size: 1.3125rem;
    color: white !important;
    padding: 20px 8px;
    display: block;
}

.lefttit>ul>li {
    width: 100%;
    border: 1px solid #aaaaaa;
    padding: 20px 10px;
    font-size: 16px;
    cursor: pointer;
    border-top: 0;
}

.lefttit ul li h5 {
    font-size: 1.125rem;
    padding: .625rem;
    font-weight: 600;
}

.lefttit ul li div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lefttit ul li div>a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.lefttit ul li div a.active {
    color: #0084d6;
}

.lefttit ul li:hover div a {
    color: #0084d6 !important;
}

.lefttit ul li div a.active {
    color: #0084d6 !important;
}

.productinfomainright .left .big {
    display: block;
    width: 88%;
    margin: 0 auto;
}

.productinfomainright .left .swiper-container {
    margin-top: 10px;
    padding: 0 5px;
}

.productinfomainright .content {
    display: flex;
}

.productinfomainright .content .right {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    /* height: 404px; */
    /* justify-content: space-around; */
}

.productinfomainright .content .right div {
    display: flex;
    flex-direction: column;
}

.productinfomainright .content .right div span {
    color: #2E2C3DCC;
}

.productinfomainright .content .right h4,
.productinfomainright .content .right h3 {
    color: #0084d6;
    font-weight: 600;
    font-size: 20px;
}

.productinfomainright .content .right p {
    width: 100%;
    color: #2E2C3DCC;
}

.productinfomainright .content .right a {
    width: 50%;
    padding: 10px 0;
    border: .125rem solid transparent;
    color: #ffffff !important;
    background-color: #0084d6;
    margin-top: 10px;
    text-align: center;
    transition: 0.6s;
}

.productinfomainright .content .right a:hover {
    background-color: white;
    border: .125rem solid #0084d6;
    color: #0084d6 !important;
    transition: 0.6s;
}

.productinfomainright .news {
    margin-top: 150px;
    border: 0;
}

.productinfomainright .news .bt {
    display: flex;
    padding: 0;
    justify-content: start;
}

.productinfomainright .news .bt button {
    border: 1px solid #0084d6;
    color: #0084d6;
    background-color: white;
    font-size: 16px;
    padding: 18px;
}

.productinfomainright .news .bt button:nth-child(1) {
    margin-right: 15px;
}

.productinfomainright .news .bt button:nth-last-child(1) {
    margin-left: 15px;
}

.productinfomainright .news .bt button.active {
    color: white;
    background-color: #0084d6;
}

.productinfomainright .news .txt {
    padding: 20px 0;
}

.productinfomainright .news .txt h3 {
    padding: .625rem 0;
    font-weight: 600;
    color: #0084d6;
}

.productinfomainright .news .txt p {
    font-size: 1rem;
    padding: .625rem 0;
    font-family: 'Karla';
    color: #2E2C3DCC;
}

.productinfomainright .tit {
    background-color: #0084d6;
    font-size: 18px;
    color: white;
    width: 100%;
    padding: 8px;
    text-align: center;
}

.productinfomainright .bd {
    margin: 1.875rem 0;
}

.productinfomainright .bd .feedbackForm {
    padding: 2.5rem 0;
    background-color: transparent;
}

.tab table {
    width: 100%;
    border: .0625rem solid #0084d6;
    overflow-x: auto;
}

.tab table tr {
    border: .0625rem solid #0084d6;
}

.tab table tr:nth-child(even) {
    background-color: rgba(0, 132, 214, .8);
    color: #ffffff !important;
}

.tab table tr td {
    border: .0625rem solid #0084d6;
    padding: .9375rem;
    font-family: 'Karla';
    color: #2E2C3DCC;
}

.tab table tr:nth-child(even) td {
    color: #ffffff !important;
}

.productinfomainright .show {
    text-align: center;
    margin: 3.125rem 0;
}

.productinfomainrighte .show .show1 {
    position: relative;
    margin: 3.125rem 0;
}

.productinfomainright .show .show1 .swiper-pagination {
    position: static;
    bottom: -21%;
}

.productinfomainright .show .tit {
    margin: 30px 0;
}

.productinfomainright .down .img {
    position: relative;
    overflow: hidden;
    transition: 0.6s;
    width: 100%;
    height: 180px;
    display: inline-block;
}

.productinfomainright .down .img img {
    height: 100%;
    object-fit: cover;
}

.productinfomainright .down .up {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 100%;
    background-color: #0084d6;
    opacity: 0.6;
    transition: 0.5s;
}

.productinfomainright .down:hover .up {
    bottom: 0;
    opacity: 0.3;
    transition: 0.5s;
}

.productinfomainright .down .up i {
    position: absolute;
    left: 45%;
    transform: translateX(-50%);
    bottom: 100%;
    font-size: 40px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: 0.4s;
}

.productinfomainright .down:hover .up i {
    bottom: 0;
    transition: 0.6s;
}

.productinfomainright .down:hover .img img {
    transform: scale(1.2);
    transition: 0.5s;
}

.productinfomainright .down:hover span a {
    color: #0084d6;
}

.swiper-pagination {
    bottom: 5%;
    font-size: 30px;
}

.nav2 .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background-color: #ffffff;
}
.show1 .swiper-pagination-bullet{
    background-color: #0084d6;
    width: 13px;
    height: 13px;
}
.main4 .swiper-pagination-bullet {
    background-color: #0084d6;
}

.productinfomainright .content .swiper-container a {
    width: 100%;
    height: 100%;
}

.productinfomainright .content .swiper-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productinfomainright .content .swiper-container video {
    width: 60px !important;
    height: 60px;
}

.content .swiper-container {
    width: 80%;
    margin: auto;
}

.productinfomainright .s {
    width: 100%;
    overflow: hidden;
}

.b {
    margin-top: 20px;
}

.b .swiper-slide {
    width: 60px !important;
    height: 60px;
}

b .swiper-wrapper .swiper-slide:nth-last-child(1) {
    margin-right: 0;
}

.b img {
    height: 100%;
}

.b .swiper-wrapper .swiper-slide a.active img {
    border: 2px solid #0084d6;
}

.b .swiper-wrapper .swiper-slide a.active video {
    border: 2px solid #0084d6;
}

video {
    height: 100%;
    object-fit: cover;
}

.productinfomain .content .left {
    position: relative;
}

.productinfomain .content .left .cprev {
    position: absolute;
    top: 88%;
    left: 6%;
}

.productinfomain .content .left .cnext,
.productinfomain .content .left .cnext2 {
    position: absolute;
    top: 88%;
    right: 3%;
}

/* #endregion */

/* contact */
/* #region */

.contactmain .up {
    display: flex;
}

.contactmain .up .left {
    display: flex;
}

.contactmain .up .left div {
    padding: 1.5625rem 1.5625rem 1.5625rem 0;
}

.contactmain .up .left div h4 {
    padding: .625rem;
    font-weight: 600;
}

.contactmain .up .left div p {
    padding: .625rem;
}

.contactmain .up .left div ul {
    padding: .625rem;
}

.contactmain .up .left div ul li {
    margin: .9375rem 0;
    padding: .9375rem 0;
    font-size: 1.125rem;
    color: #2E2C3DCC;
}

.contactmain .up .left div ul li i {
    color: #0084d6;
    margin-right: 8px;
}

.contactmain .up .right div {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contactmain .up .right div span {
    margin-right: 10px;
    font-size: 1.125rem;
}

.contactmain .up .right div input {
    width: 100%;
    margin: 15px 0;
    padding: 8px 10px;
}

.contactmain .up .right div input::placeholder,
.contactmain .up .right div textarea::placeholder {
    font-size: 16px;
}

.contactmain .up .right div textarea {
    width: 100%;
    margin: 15px 0;
    padding: 8px 10px;
    resize:none;
}

.contactmain .up .right input {
    padding: 10px 40px;
    border: 1px solid #0084d6;
    color: #0084d6;
    background-color: transparent;
    transition: 0.5s;
}

.contactmain .up .right input:hover {
    border: 1px solid transparent;
    background-color: #0084d6;
    color: #fff;
    transition: 0.5s;
}
.contactmain .up .right input:hover::placeholder{
    color: #FFFFFF;
}
.contactmain .up .right textarea {
    padding: 10px 40px;
    border: 1px solid #0084d6;
    color: #0084d6;
    background-color: transparent;
    transition: 0.5s;
}

.contactmain .up .right textarea:hover {
    border: 1px solid transparent;
    background-color: #0084d6;
    color: #fff;
    transition: 0.5s;
}
.contactmain .up .right textarea:hover::placeholder{
    color: #FFFFFF;
}

/* #endregion */

/* 产品详情轮播 */
/* #region */

.swiper {
    --swiper-pagination-color: #fff;
}

#bigimgs {
    height: 20rem !important;
    overflow: hidden;
}

#bigimgs #bigimg {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#bigimgs #bigf {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#bigve,
#bigframe {
    width: 100%;
    height: 21.25rem;
}

#bigve2,
#bigframe2 {
    width: 100%;
    height: 21.25rem;
}

.productinfomain .swiper-button-next:after,
.productinfomain .swiper-button-prev:after {
    font-size: 2rem;
    color: transparent !important;
}

.productinfomain .swiper-button-prev {
    background-size: 2.5rem 2.5rem;
    background-repeat: no-repeat;
    background-position: -0.375rem;
    transition: 0.5s;
}

.productinfomain .swiper-button-prev:hover {
    transition: 0.5s;
}

.productinfomain .swiper-button-next {
    background-size: 2.5rem 2.5rem;
    background-repeat: no-repeat;
    background-position: -0.375rem;
    transition: 0.5s;
}

.productinfomain .swiper-button-next:hover {
    transition: 0.5s;
}

.div-not-click {
    pointer-events: none;
    opacity: 0.5;
}

.bg img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productinfomain .content {
    position: relative;
}

.thumbnail {
    width: 400px;
    height: 300px;
    position: relative;
}

.original {
    position: absolute;
    top: 0;
    left: 100%;
    width: 600px;
    height: 300px;
    overflow: hidden;
    opacity: 0.8;
    display: none;
}

.original img {
    width: 1200px;
    height: 600px;
    position: absolute;
    object-fit: cover;
}

.magnifier {
    width: 50px;
    height: 50px;
    background: rgba(34, 33, 33, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

#nldhl li a:hover {
    color: #0084d6;

}

.show .s .img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.productinfomain .left ul li ul li:hover a {
    color: #0084d6;
}

#nldhl li ul li a::before {
    content: '-  ';
    font-size: 20px;
    font-weight: 600;
}

.swiper-horizontal .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    width: 100%;
    text-align: center;
}

/* #endregion */

/* search */
/* #region */

.searchmainleft {
    width: 100%;
}

.searchmainleft .r {
    width: 100%;
}

.searchmainleft .srrow {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.searchmainleft .cards {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: 10px;
    background-color: #f6f9fc;
    border-radius: 10px;
    margin: 10px;
    width: 100%;
}

.searchmainleft .up {
    color: #86939f;
}

.searchmainleft .line {
    border-bottom: 1px solid #86939f;
    display: none;
}

.searchmainleft .up p:nth-child(4) {
    padding: 10px;
    color: #0084d6;
}

.searchmainleft .up p:nth-child(2) {
    padding: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-family: 'Karla';
    color: #2E2C3DCC
}

.searchmainleft .up h6 {
    font-size: 24px;
    padding: 18px 15px 10px 15px;
    color: #0084d6;
}

.searchmainleft .cards .up h6:hover {
    color: #0084d6;
}

.searchmainleft .r .imgs {
    width: 20%;
    border-radius: 10px;
}

.searchmainleft .r .imgs img {
    border-radius: 5px;
    width: 100%;
    height: 12.5rem;
    object-fit: cover;
}

/* #endregion */

/* 404 */
/* #region */

.modle404 {
    background: url(../images/404.jpg) no-repeat center center;
    height: 100vh;
    background-repeat: no-repeat;
    background-size:cover;
    background-attachment:fixed;
    background-color:#CCCCCC;
}

.modle404 .zz404 {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    display: flex;
    align-items: center;
}

.modle404 .zz404 .modlemain4042 h1 {
    font-size: 13.75rem !important;
    color: #ffffff;
}

.modle404 .zz404 .modlemain4042 p {
    font-size: 2rem;
    color: #ffffff;
    margin: .9375rem 0;
}

.modle404 .zz404 .modlemain4042 div {
    position: relative;
    border: .0625rem solid #fff;
    border-radius: 1.875rem;
    padding: 0 .3125rem;
    height: 3.125rem;
    display: flex;
    align-items: center;
    margin: 1.5625rem 0 2.1875rem 0;
}

.modle404 .zz404 .modlemain4042 div input {
    width: 79%;
    height: 75%;
    border: .0625rem solid transparent;
    border-radius: .9375rem;
    background-color: rgba(0, 0, 0, .3);
    padding: 0 .5rem;
    color: #ffffff;
    font-size: 1.125rem;
}

.modle404 .zz404 .modlemain4042 div input::placeholder {
    color: #eeeeee;
}

.modle404 .zz404 .modlemain4042 div button {
    position: absolute;
    right: 0;
    border: .0625rem solid transparent;
    height: 75%;
    padding: 0 2.5rem;
    width: 20%;
    margin-right: .3125rem;
    border-radius: .9375rem;
}

.modle404 .zz404 .modlemain4042 ul {
    display: flex;
    margin-top: 2.1875rem;
}

.modle404 .zz404 .modlemain4042 ul li {
    width: 1.875rem;
    height: 1.875rem;
    border: .0625rem solid #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin-right: .9375rem;
    cursor: pointer;
    transition: 0.5s;
}

.modle404 .zz404 .modlemain4042 ul li:hover {
    background-color: #fff;
    color: #0084d6;
    transition: 0.5s;
}

.modle404 .zz404 .modlemain4042 a {
    padding: .625rem 2.5rem;
    border: .0625rem solid #ffffff;
    border-radius: 2.5rem;
    color: #ffffff !important;
    font-weight: 600;
    transition: 0.5s;
    display: inline-block;
    margin: .9375rem 0;
}

.modle404 .zz404 .modlemain4042 a:hover {
    border: .0625rem solid transparent;
    background-color: #ffffff;
    color: #0084d6 !important;
    transition: 0.5s;
}

/* #endregion */

/* 页码 */
/* #region */

.pagelist {
    text-align: center;
    font-size: 16px;
    padding: 50px 0;
}

.pagelist a.item {
    width: 42px;
    height: 42px;
    line-height: 40px;
    border-radius: 2px;
    border: 1px solid #dedede;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    text-align: center;
    background: #fff;
    transition: all .3s ease;
    margin: 0 5px;
    font-family: 'Karla';
    color: #2E2C3DCC;
    font-size: 18px;
}

.pagelist a.item2 {
    width: 120px;
}

.pagelist a.on {
    background: #0084d6;
    color: #fff !important;
    border-color: #0084d6;
}

/* #endregion */


/* ************************************************************客服模块******************************************* */
/* #region */

.side_content .side_list .cont li a:hover {
    color: #0084d6;
}

.side_content .side_list .cont li i {
    color: #0084d6 !important;
}

/* #endregion */

/* ************************************************************手机导航样式*************************************** */
/* #region */

#header {
    position: relative;
}

.plist {
    position: fixed;
    top: 0;
    left: -100%;
    background-color: white;
    width: 18.75rem;
    height: 100vh;
    z-index: 999999999999999999999999999999;
    transition: 0.5s !important;
    overflow: scroll;
}

.plist div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.plistimg {
    height: 70px;
    margin: 10px;
    padding-left: 10px;
}

.plist div i {
    font-size: 2.5rem;
    margin: .625rem;
    color: #0084d6;
}

.plistzz {
    position: fixed;
    top: 0;
    left: -200%;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100vh;
    z-index: 9999999999999999;
    transition: 1.8s;
}

.plist ul {
    margin: .625rem;
}

.plist ul li {
    padding: .625rem;
    color: #333333;
    font-size: 1rem;
}

.plist ul li a {
    color: #999 !important;
}

.plist ul li.active>a,
.plist ul li.active>i {
    color: #0084d6 !important;
    font-weight: 600;
}

.plist ul li:hover {
    color: #0084d6;
}

.plist ul li ul {
    display: none;
}

.plist ul li ul li {
    padding: .3125rem .9375rem;
    color: #333;
}

.plist ul li ul li ul li {
    padding: .3125rem .9375rem;
    color: #333;
}

.plist ul li ul li ul li ul li {
    padding: .3125rem .9375rem;
    color: #333;
}

.plist ul li:nth-child(1) {
    position: relative;
}

.pbb {
    position: absolute;
    right: .9375rem;
    top: 0;
    font-size: 1.5625rem;
    border: 0;
    background-color: transparent;
}

.puip {
    width: 100%;
    padding: .125rem .9375rem .125rem .625rem;
    border: 0;
    border-bottom: .0625rem solid #0084d6;
    font-size: 1rem;
}

.plist ul li ul li:hover {
    color: #0084d6;
}

.pright #nva1se {
    font-size: 1.875rem;
    color: #0084d6;
    padding: .625rem;
}

/* #endregion */

/* ***********************************************************查询************************************************* */
/* #region */

.szz .main {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 999999999;
}

.szz .main {
    display: none;
}

.sd1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}

#iipt {
    width: 100%;
    border: 0;
    background-color: transparent;
    font-size: 2.5rem;
    color: #FFF;
    border-bottom: .0625rem solid #FFF;
    padding: 0 .625rem;
}

.sd2 {
    position: relative;
}

.sbb {
    position: absolute;
    font-size: 1.875rem;
    color: #fff;
    right: .625rem;
    bottom: -3.125rem;
    cursor: pointer;
    background-color: transparent;
    border: 0;
}

.szz .main i {
    position: absolute;
    top: 1.875rem;
    right: 1.875rem;
    font-size: 2.5rem;
    color: #ffffff;
    cursor: pointer;
}

#phone {
    display: none;
}

/* #endregion */

/* *************************************************************************面包屑导航********************************** */
/* #region */

.breadcrumb {
    list-style-type: none;
    padding: 0;
    border-bottom: .0625rem solid #0084d6;
    padding-bottom: .9375rem;
    padding-top: 2.1875rem;
    width: 100%;
}

.breadcrumb div {
    display: inline;
    font-size: 1rem;
}

.breadcrumb div:not(:first-child):before {
    content: "/";
    margin: 0 .3125rem;
    color: gray;
}

.breadcrumb div a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb div a:hover {
    color: #0084d6;
}

.breadcrumb div.active a {
    color: #0084d6 !important;
    font-weight: 600;
}

/* 图片点击显示框 */
#m3map div {
    cursor: pointer;
    position: relative;
}

#m3map div div {
    position: absolute;
    top: -6.625rem;
    left: -1.5625rem;
    display: none;
}

#m3map div div .nr {
    background-color: rgba(0, 0, 0, .8);
    border-radius: .5rem;
    color: #ffffff;
    width: 18.75rem;
    padding: .9375rem;
}

#m3map div div .sj {
    border-top: .9375rem solid rgba(0, 0, 0, .8);
    border-right: .9375rem solid transparent;
    border-left: .9375rem solid transparent;
    border-bottom: .9375rem solid transparent;
    width: .9375rem;
    position: absolute;
    top: 5.75rem;
    left: 1.25rem;
}

#m3map div div .nr div {
    display: flex;
    align-items: center;
}

#m3map div div .nr div img {
    border-collapse: .5rem;
}

#m3map div div .nr div img {
    margin-right: .75rem;
}

#m3map div:hover div {
    display: block;
}

#m3map div i {
    font-size: 2rem;
    color: #4d7014;
    transition: 0.1s;
}

#m3map div:hover i {
    font-size: 2rem;
    color: #ff6600;
    transition: 0.1s;
}

/* #endregion */
/* 详情页 按钮样式 */
/* #region */
.arrow {
    cursor: pointer;
    height: 3.75rem;
    position: absolute;
    transition: transform 0.1s;
}

.cnext .arrow-top,
.cnext .arrow-bottom {
    background-color: #0084d6;
    height: .25rem;
    left: -0.3125rem;
    position: absolute;
    width: 100%;
}

.cnext .arrow-top:after,
.cnext .arrow-bottom:after {
    background-color: #fff;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.15s;
}

.cnext .arrow-top {
    transform: rotate(45deg);
    transform-origin: bottom right;
}

.cnext .arrow-top:after {
    left: 100%;
    right: 0;
    transition-delay: 0s;
}

.cnext .arrow-bottom {
    transform: rotate(-45deg);
    transform-origin: top right;
}

.cnext .arrow-bottom:after {
    left: 0;
    right: 100%;
    transition-delay: 0.15s;
}

.cprev.arrow {
    cursor: pointer;
    height: 3.75rem;
    position: absolute;
    transition: transform 0.1s;
}

.cprev .arrow-top,
.cprev .arrow-bottom {
    background-color: #0084d6;
    height: .25rem;
    left: -0.3125rem;
    position: absolute;
    width: 100%;
}

.cprev .arrow-top:after,
.cprev .arrow-bottom:after {
    background-color: #fff;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.15s;
}

.cprev .arrow-top {
    transform: rotate(-45deg);
    transform-origin: bottom left;
}

.cprev .arrow-top:after {
    left: 100%;
    right: 0;
    transition-delay: 0s;
}

.cprev .arrow-bottom {
    transform: rotate(45deg);
    transform-origin: top left;
}

.cprev .arrow-bottom:after {
    left: 0;
    right: 100%;
    transition-delay: 0.15s;
}

.arrow:hover .arrow-top:after {
    left: 0;
    transition-delay: 0.15s;
}

.arrow:hover .arrow-bottom:after {
    right: 0;
    transition-delay: 0s;
}

.arrow:active {
    transform: scale(0.5) !important;
}

/* #endregion */
.zoomContainer {
    overflow: hidden;
}
.pockd{
    position: relative;
    margin: 15px 0 ;
    display: flex;
}
.poc{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.none{display:none;}
.pock{
    position: absolute;
    color: #ffffff !important;
    left: -5px;
    width: 60px;
    text-align: center;
    background-color: #0084d6;
    padding: 3px 8px;
    border-radius: 5px;
    top: -8px;
    cursor: pointer;
}
/* bottomBar */
a {
    text-decoration: none;
    /*确保在浏览器中显示链接时，没有任何文本装饰，如下划线。 */
}

/* 设置导航栏样式 */
.barnav {
    /* 对导航栏位置进行定位处理，方便后续的图标位置的设置 */
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: #0084d6;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.barnav ul {
    display: flex;
    width: 100%;
}

.barnav ul li {
    height: 60px;
    /* flex:1是让所有的li平均分barnav这个容器 */
    flex: 1;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
}

.barnav ul li span {
    /* 进行定位，使之通过span元素带动矢量图标进行水平垂直到中心位置 */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: #fff;
    /* 设置鼠标移入的样式 */
    cursor: pointer;
    /* 设置动画过度事件以及延迟 */
    transition: 0.5s;
    transition-delay: 0s;
}

.barnav ul li span i {
    /* 针对图标大小进行设置 */
    display: flex;
    color: #ffffff;
    font-size: 2em;
}
/* 下面是针对选中效果做的样式处理 */
.barnav ul li.active span {
    /* 设置了一开始的背景颜色，后面会被取代，设置了点击的时候会向上移动 */
    background: orange;
    transform: translateY(-20px);
    transition-delay: 0.25s;
}

.barnav ul li.active span i {
    /* 设置了点击时候矢量图标的文字颜色 */
    color: #fff;
}
.barnav ul li span::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 100%;
    background: orange;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0;
    transition: 0.5s;
    transition-delay: 0s;
}
.barnav ul li span::before {
    opacity: 0.5;
    transition-delay: 0.25s;
}
/* 这里将i元素设置的颜色显示出来 这两个样式块中都使用了 background: var(--clr); 属性，可以将背景颜色设置为
 --clr 变量所表示的值。这种使用自定义变量的方式，可以在代码中统一定义颜色值，以便在需要时进行统一更改。*/
.barnav ul li.active span {
    background: var(--clr);
}

.barnav ul li span::before {
    background: var(--clr);
}
/* 背景园设置 */
.barnav{
    display: none;
    z-index: 9999999999;
}
/* 圆环进度条 */
/* #region */
.yhcon {
    width: 180px;
    height: 180px;
    margin: 60px auto;
    /* border: 1px solid #000; */
  }

  .circle-progressbar {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .circle-progressbar .title {
    margin: 0;
    text-align: center;
    line-height: 180px;
  }

  .circle-progressbar div {
    box-sizing: border-box;
  }

  .circle-progressbar .wrapper {
    position: absolute;
    top: 0;
    width: 90px;
    height: 180px;
    /* border: 1px solid red; */
    overflow: hidden;
  }

  .circle-progressbar .wrapper.left-wrapper {
    left: 0;
  }

  .circle-progressbar .wrapper.right-wrapper {
    right: 0;
  }

  .circle-progressbar .wrapper .circle-bar {
    position: absolute;
    width: 180px;
    height: 180px;
    border: 10px solid transparent;
    border-radius: 50%;

    transform: rotate(-135deg);
    transition: transform .3s;
  }

  .circle-progressbar .left-wrapper .circle-bar {
    left: 0;
    border-left-color: #0084d6  !important;
    border-bottom-color: #0084d6  !important;
  }

  .circle-progressbar .right-wrapper .circle-bar {
    right: 0;
    border-right-color: #0084d6  !important;
    border-top-color: #0084d6  !important;
  }
/* #endregion */
/* *************************************************************************576*********************************************  */
@media (max-width:36rem) {

    .barnav{
        display: block;
    }
    .ffownli{
        text-align: start;
    }

    /*头部 脚部样式  */
    .nav0 {
        display: none;
    }

    .nav1 {
        border-radius: 0;
        top: 0 !important;
        /* background-color: #ffffff !important; */
    }

    .nav1 .nav1main .left {
        display: block;
    }

    .nav1 .container {
        padding: 0 .625rem;
    }

    .nav1 .nav1main .center {
        display: none;
    }

    .nav1 .nav1main .right {
        display: none;
    }

    .n1y1,
    .n1y2 {
        width: 40%;
    }

    .nav1main .left {
        display: block;
    }

    .nav1main .left {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pright,
    .plist,
    .plistzz {
        display: block;
    }

    #header .nav1main {
        justify-content: space-between;
    }

    .nav2 .swiper img {
        height: 100%;
    }
    .f1col3{
        text-align: start;
    }
    .ffownul{
        display: block;
    }
    .fcoll{
        padding:0 12px;
    }
    .trfooter{
        background-color: #007234;
        padding: 25px 0;
    }
    .lastf {
        padding-bottom: 15px;
    }
    .footer{
        background-size: auto;
        background-position: 100%;
    }
    .f1col2{
        text-align: start;
    }
    .f1col2ul{justify-content: start;}
    .ffownli{
        margin: 15px 15px 15px 0;
    }
    .focol:nth-child(2) .focold{
        margin-left: 0;
    }
    .fright{
        padding: 12px;
    }
    .frightdown{
        flex-direction: column;
    }
    .frightdownright,
    .frightdownleft{
        width: 100%;
    }
    /* main */
    .mtit p{
        width: 100%;
    }
    .m2crdowncd1 img{
        right: -2px;
    }
    .m2cold img{
        transform: unset;
    }
    .m2crdowncd2 img{
        left: 27px;
        top: 10%;
    }
    .m2col,.m2crupc,.m2crdownc {
        margin: 15px 0;
    }
    .m4pa{
        position: static;
        transform: unset;
    }
    .container{
        padding: 12px;
    }
    .m2leftddd2d1{
        text-align: center;
    }
    .m2leftdd{
        flex-direction: column;
    }
    .m2rightimg{
        height: auto;
    }
    .m2right{
        padding-left: 12px;
    }
    .m2rightimgzz{
        width: 100%;
        position: static;
    }
    .ma5{
        padding: 12px;
    }
    .m5{
        width: auto;
        margin: 0;
    }
    .m7tit a{
        padding: 20px 30px;
    }
    .t50{
        padding-top: 20px;
    }
    .b60{
        padding-bottom: 20px;
    }
    .b120{
        padding-bottom: 20px;
    }
    h1 {
        font-size: 1.5rem !important;
    }

    h2 {
        font-size: 22px !important;
    }
    h3 {
        font-size: 22px !important;
    }
    h4 {
        font-size: 20px !important;
    }

    #main4zz .video video {
        height: 80%;
    }

    /* 子页通用样式 */

    .newmainleft,
    .productlistmainleft,
    .productmainleft,
    .productinfomainleft {
        width: 100%;
        display: none;
    }

    .newinfomainright,
    .productlistmainright,
    .productmainright,
    .productinfomainright {
        width: 100%;
    }
    /* new */

    .newmainright {
        margin-top: 1.25rem;
    }

    .newmainright ul li {
        display: block;
    }

    .newmainright ul li .lileft {
        width: 100%;
    }

    /* newlist */

    /* newinfo */
    /* product */
    /* productlist */
    .productlistmainright .plst a {
        display: block;
    }

    .productlistmainright .plst a .img {
        width: 100%;
    }

    .productlistmainright .plst a img {
        width: 100%;
    }

    .productlistmainright .plst a .txt {
        width: 100%;
        position: static;
    }

    .productlistmainright .plst a .txt button {
        position: static;
    }

    .productlistmainright .plst a .txt span:nth-child(1) {
        font-size: 1.5625rem;
    }

    .productlistmainleft {
        display: none;
    }

    /* productinfo */
    .productinfomainright {
        margin: 0;
        padding: 0 !important;
    }

    .productinfomainright .content {
        display: block;
        margin: 0;
    }

    .productinfomainright .content .right button {
        width: 60%;
    }

    .productinfomain .content .left .cnext {
        top: 88%;
        right: .625rem;
    }

    .productinfomain .content .left .cprev {
        top: 88%;
        left: 20px;
    }

    .productinfomainright .content .right span:nth-child(1) {
        font-size: 1rem;
    }

    .productinfomainright .show .show1 .swiper-pagination {
        bottom: -3.125rem;
    }

    .productinfomainright {
        margin: 0;
    }

    .s .swiper-pagination-fraction {
        width: 100%;
        text-align: center;
    }
    .productinfomainright {
        padding-left: 0;
    }
    /* search */
    .searchmainleft .r {
        display: block;
        margin: 0;
    }

    .searchmainleft .cards {
        display: block;
        width: 100%;
        margin: .625rem 0;
    }

    .searchmainleft .r .imgs {
        width: 100%;
        margin: 0;
    }

    /* 404 */
    .modle404 {
        background-size: unset;
    }

    /* contact */
    .contactmain .up .right div {
        display: block;
    }

    .contactmain .up .right div input,
    .contactmain .up .right div textarea {
        width: 100%;
    }

    .modle404 .zz404 .modlemain4042 h1 {
        font-size: 100PX !important;
    }

    /* 页码 */
    .pagelist a.item2 {
        margin: .9375rem 0;
    }

    .productmainright,
    .newmainright,
    .productlistmainright {
        padding: 0 20px;
    }
    .m4rowcoldrightdf{
        transform: scale(0.5) !important;
    }
}

/* *************************************************************************576-768*********************************************  */

@media (min-width:36rem) and (max-width:48rem) {
    .m2cold img{
        left: 40px;
    }
    .barnav{
        display: block;
    }
    .ffownli{
        text-align: start;
    }


    /*头部 脚部样式  */
    .nav0 {
        display: none;
    }

    .n1y1,
    .n1y2 {
        width: 35%;
    }

    .nav1 {
        border-radius: 0;
        top: 0;
        background-color: #ffffff;
    }

    .nav1 .nav1main .left {
        display: block;
    }
    .nav1 .container {
        padding: 0 .625rem;
    }

    .nav1 .nav1main .center {
        display: none;
    }

    .nav1 .nav1main .right {
        display: none;
    }

    .nav1main .left {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pright,
    .plist,
    .plistzz {
        display: block;
    }

    #header .nav1main {
        justify-content: space-between;
    }

    .nav2 {
        margin-top: 78px;
    }

    .nav2 .swiper img {
        height: 100%;
    }

    /* .footer {
        padding: 25px 0;
        
    } */
    .fcoll{
        padding:0 12px;
    }

    .lastf {
        padding-bottom: 25px;
    }
    .trfocn{
        flex-direction: column;
        padding: 25px 0;
    }
    .footer{
        background-size: auto;
        background-position: 100%;
    }
    .f1col2{
        text-align: start;
    }
    .f1col2ul{justify-content: start;}
    .ffownli{
        margin: 15px 0;
    }
    .f1col3{
        text-align: start;
    }
    .ffownul{
        justify-content: start;
    }
 .focol:nth-child(2) .focold{
        margin-left: 0;
    }
    .fright{
        padding: 12px;
    }
    .frightdown{
        flex-direction: column;
    }
    .frightdownright,
    .frightdownleft{
        width: 100%;
    }
    /* main */
    .mtit p{
        width: 100%;
    }
    .m2col,.m2crupc,.m2crdownc {
        margin: 15px 0;
    }
    .m4pa{
        position: static;
        transform: unset;
    }
    .container{
        padding: 12px;
    }
    .m2leftddd2d1{
        text-align: center;
    }
    .m2leftdd{
        flex-direction: column;
    }
    .m2rightimg{
        height: auto;
    }
    .m2right{
        padding-left: 12px;
    }
    .m2rightimgzz{
        width: 100%;
        position: static;
    }
    .ma5{
        padding: 12px;
    }
    .m5{
        width: auto;
        margin: 0;
    }
    .m7tit a{
        padding: 20px 30px;
    }
    .t50{
        padding-top: 20px;
    }
    .b60{
        padding-bottom: 20px;
    }
    .b120{
        padding-bottom: 20px;
    }
    h1 {
        font-size: 1.5rem !important;
    }

    h1 {
        font-size: 1.5rem !important;
    }

    h2 {
        font-size: 22px !important;
    }
    h3 {
        font-size: 22px !important;
    }
    .showprev {
        left: -55%;
    }

    .shownext {
        right: -55%;
    }

    #main4zz .video video {
        height: 80%;
    }
    .t100{
        padding-top: 50px;
    }
    .t80{
        padding-bottom: 20px;
    }

    /* 子页通用样式 */
    .productmainright,
    .newmainright,
    .productlistmainright {
        padding: 0 20px;
    } 

    .newmainleft,
    .productlistmainleft,
    .productmainleft,
    .productinfomainleft {
        width: 100%;
        display: none;
    }

    .newinfomainright,
    .productlistmainright,
    .productmainright,
    .productinfomainright {
        width: 100%;
    }

    /* new */
    .newmainright {
        margin-top: 1.25rem;
    }

    .newmainright ul li {
        display: block;
    }

    .newmainright ul li .lileft {
        width: 100%;
    }

    /* newlist */
    /* newinfo */
    /* product */
    .nav2cont .on {
        width: 80%;
        margin: 0 auto;
    }

    /* productlist */
    .productlistmainright .plst a img {
        width: 100%;
    }

    .productlistmainright .plst a .txt {
        width: 60%;
    }

    .productlistmainright .plst a .txt span:nth-child(1) {
        font-size: 1.5625rem;
    }

    .productlistmainright .plst a .txt button {
        width: 50%;
    }

    .productlistmainright .plst a {
        flex-direction: column;
    }

    .productlistmainright .plst a .img {
        width: 100%;
    }

    .productlistmainright .plst a .txt {
        width: 100%;
    }

    /* productinfo */
    .productinfomainright .content .right {
        margin: 0 !important;
        padding: 0 !important;
    }

    .productinfomainright .content {
        display: block;
    }

    .productinfomain .content .left .cnext {
        top: 88%;
        right: 17px;
    }

    .productinfomain .content .left .cprev {
        top: 88%;
        left: 20px;
    }

    .productinfomainright {
        margin: 0;
        padding: 0;
    }

    .productinfomainright .show .show1 .swiper-pagination {
        bottom: -3.125rem;
    }


    .productinfomainright .content .right span:nth-child(1) {
        font-size: 1rem;
    }
    .productinfomainright {
        padding-left: 0;
    }

    /* search */
    .searchmainleft .r {
        display: block;
        margin: 0;
    }

    .searchmainleft .cards {
        display: block;
        width: 100%;
        margin: .625rem 0;
    }

    .searchmainleft .r .imgs {
        width: 100%;
        margin: 0;
    }

    /* 404 */
    .modle404 {
        background-size: unset;
    }

    /* contact */
    .contactmain .up .right div {
        display: block;
    }

    .contactmain .up .right div input,
    .contactmain .up .right div textarea {
        width: 100%;
    }

}

/* *************************************************************************768-992*********************************************  */

@media (min-width:48rem) and (max-width:62rem) {
    .ffownli{
        text-align: start;
    }
    .m2cold img{
        transform: rotate();
    }

    /*头部 脚部样式  */

    .nav0 {
        display: none;
    }

    .nav1 {
        border-radius: 0;
        top: 0;
        background-color: #FFFFFF;
    }

    .nav1 .nav1main .left {
        display: block;
    }

    .nav1 .container {
        padding: 0 .625rem;
    }

    .nav1 .nav1main .center {
        display: none;
    }

    .nav1 .nav1main .right {
        display: none;
    }

    .nav1main .left {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pright,
    .plist,
    .plistzz {
        display: block;
    }

    #header .nav1main {
        justify-content: space-between;
    }

    .nav2 {
        margin-top: 79px;
    }

    .nav2 .swiper img {
        height: 100%;
    }
    .fcol{
        padding: 12px;
    }
    .footer{
        
    }
    .lastf{
        /* padding-bottom: 35px; */
    }
    .f1col2{
        text-align: start;
    }
    .f1col2ul{justify-content: start;}
    .ffownli{
        margin: 15px 15px 15px 0;
    }
    .ffownli{
        margin: 15px 0;
    }
    .f1col3{
        text-align: start;
    }
    .ffownul{
        justify-content: start;
    }
    .focol:nth-child(2) .focold{
        margin-left: 0;
    }
    .fright{
        padding: 12px;
    }
    .frightdown{
        flex-direction: column;
    }
    .frightdownright,
    .frightdownleft{
        width: 100%;
    }
    /* main */
    .mtit p{
        width: 100%;
    }
    .m2col,.m2crupc,.m2crdownc {
        margin: 15px 0;
    }
    .m4pa{
        position: static;
        transform: unset;
    }
    .container{
        padding: 12px;
    }
    .m2leftddd2d1{
        text-align: center;
    }
    .m2leftdd{
        flex-direction: column;
    }
    .m2rightimg{
        height: auto;
    }
    .m2right{
        padding-left: 12px;
    }
    .m2rightimgzz{
        width: 100%;
        position: static;
    }
    .ma5{
        padding: 12px;
    }
    .m5{
        width: auto;
        margin: 0;
    }
    .m7tit a{
        padding: 20px 30px;
    }
    .m2img{
        display: none;
    }
    .m2crdowncd2{
        flex-direction: row;
        text-align: start;
    }
    .t50{
        padding-top: 20px;
    }
    .b60{
        padding-bottom: 20px;
    }
    .b120{
        padding-bottom: 20px;
    }
    h1 {
        font-size: 1.5rem !important;
    }

    h1 {
        font-size: 1.5rem !important;
    }

    h2 {
        font-size: 22px !important;
    }
    h3 {
        font-size: 22px !important;
    }

    .showprev {
        left: -55%;
    }

    .shownext {
        right: -55%;
    }

    #main4zz .video video {
        height: 80%;
    }
    .t100{
        padding-top: 50px;
    }
    .t80{
        padding-bottom: 20px;
    }

    /* 子页通用样式 */
    .productmainright,
    .newmainright,
    .productlistmainright {
        padding: 0 20px;
    }

    .newmainleft,
    .productlistmainleft,
    .productmainleft,
    .productinfomainleft {
        width: 100%;
        display: none;
    }

    .newinfomainright,
    .productlistmainright,
    .productmainright,
    .productinfomainright {
        width: 100%;
    }

    /* new */
    .newmainright {
        margin-top: 1.25rem;
    }

    /* newlist */
    /* newinfo */
    /* product */
    /* productlist */
    .productlistmainright .plst a img {
        width: 100%;
    }

    .productlistmainright .plst a .txt span:nth-child(1) {
        font-size: 1.5625rem;
    }

    /* productinfo */
    .productinfomainright .content .right {
        margin: 0 !important;
        padding: 0 !important;
    }

    .productinfomainright .content {
        display: block;
    }

    .productinfomain .content .left .cnext {
        top: 88%;
        right: 17px;
    }

    .productinfomain .content .left .cprev {
        top: 88%;
        left: 20px;
    }

    .productinfomainright {
        margin: 0;
        padding: 0;
    }

    .productinfomainright .show .show1 .swiper-pagination {
        bottom: -3.125rem;
    }
    .productinfomainright {
        padding-left: 0;
    }
    /* search */
    .searchmain {
        display: flex;
        flex-direction: column-reverse;
    }

    .searchmainleft .r {
        display: flex;
        margin: 0;
    }

    .searchmainleft .cards {
        display: block;
        width: 47%;
        margin: .625rem .625rem;
    }

    .searchmainleft .r .imgs {
        width: 100%;
        margin: 0;
    }

    /* 404 */
    .modle404 {
        background-size: unset;
    }
    .m4rowcoldrightdf{
        transform: scale(0.6) !important;
    }
}

/* *************************************************************************992-1200*********************************************  */

@media (min-width:62rem) and (max-width:75rem) {
    
    .nav0 {
        display: none;
    }
    .m2crdowncd1 img{
        display: none;
    }
    .m2crdowncd2 img{
        left: 10px;
    }
    .nav1 {
        width: 100%;
        border-radius: 0;
        top: 0;
        background: #FFFFFF;
    }

    .nav1 .nav1main .left {
        display: block;
    }

    .nav1 .container {
        padding: 0 .625rem;
    }

    .nav1 .nav1main .center {
        display: none;
    }

    .nav1main .right {
        display: none;
    }

    .pright,
    .plist,
    .plistzz {
        display: block;
    }

    #header .nav1main {
        justify-content: space-between;
    }

    .nav2 {
        margin-top: 78px;
    }

    .nav2 .swiper img {
        height: 100%;
    }

    .footer {
        background-size: unset;
    }
    .fcol{
        margin: 18px 0;
    }
    .fcoll{
        padding:0 12px;
    }
    .fcold {
        padding-right: 25px;
    }

    .ftxt {
        width: 100%;
    }

    .fful {
        margin-right: 95px;
    }

    .frow {
        padding: 0;
        top: -40px;
    }

    /* main*/
    .fleftuli{
        border-radius: 0;
    }
    .t50{
        padding-top: 20px;
    }
    .b60{
        padding-bottom: 20px;
    }
    h1 {
        font-size: 28px !important;
    }

    h2 {
        font-size: 20px !important;
    }

    /* h3{
        font-size: 22px !important;
    } */
    h4 {
        font-size: 20px !important;
    }
    .img2{
        transform: scale(0.9);
    }
    /* productinfo */
    .productinfomain .content .left .cnext {
        top: 88%;
        right: 17px;
    }

    .productinfomain .content .left .cprev {
        top: 88%;
        left: 20px;
    }
    .productinfomainright {
        padding-left: 0;
    }

    #bg img {
        height: 100%;
        object-fit: cover;

    }

    /* 子页通用样式 */

    .productmainright,
    .newmainright,
    .productlistmainright {
        padding: 0 20px;
    }

    .newmainleft,
    .productlistmainleft,
    .productmainleft,
    .productinfomainleft {
        width: 100%;
        display: none;
    }

    .newinfomainright,
    .productlistmainright,
    .productmainright,
    .productinfomainright {
        width: 100%;
    }

    /* new */
    .newmainright {
        margin-top: 1.25rem;
    }

    /* newlist */
    /* newinfo */
    /* product */
    /* productlist */
    .productlistmainright .plst a img {
        width: 100%;
    }

    .productlistmainright .plst a .txt span:nth-child(1) {
        font-size: 1.5625rem;
    }

    /* productinfo */
    .productinfomainright .content .right a {
        width: 50%;
    }

    .bg img {
        height: 31.25rem;
        object-fit: cover;
    }

    .productinfomainright {
        margin: 0;
    }


    /* search */
    .searchmainleft .r {
        display: flex;
        margin: 0;
    }

    .searchmainleft .cards {
        display: block;
        width: 47%;
        margin: .625rem .625rem;
    }

    .searchmainleft .r .imgs {
        width: 100%;
        margin: 0;
    }

    /* 404 */
    .modle404 {
        background-size: unset;
    }
}

/* *************************************************************************1200-1400*********************************************  */

@media (min-width:75rem) and (max-width:87.5rem) {

    .n1y1,
    .n1y2 {
        width: 20%;
    }

    .nav2 .swiper img {
        height: 100%;
    }

    .footer {
        background-size: unset;
    }


    .fful {
        margin-right: 95px;
    }

    .frow {
        padding: 0;
        top: -40px;
    }

    /* main*/
    .m4pa{
        padding: 20px;
        top: 49%;
    }
    .m4coldcon {
        margin-top: 45px;
    }
    .m2crdowncd1 img {
        right: 23px;
    }
    .m2crdowncd2 img{
        left: 10px;
    }
    .t50{
        padding-top: 20px;
    }
    .b60{
        padding-bottom: 20px;
    }
    h1 {
        font-size: 2.25rem !important;
    }

    h2 {
        font-size: 24px!important;
    }

    .nav1seach .input-wrapper .icon~.input,
    .nav1seach .input:focus {
        box-shadow: none;
        width: 250px;
        border-radius: 0px;
        background-color: transparent;
        border-bottom: 1px solid #0084d6;
        transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
    }

    .m1leftimgzzline h5,
    .m1rightimgzz h5,
    .m1rightimgzz div,
    .m1rightimgzz a{
        width: 50%;
        text-align: center;
    }
    /* productinfo */
    .productinfomain .content .left .cnext {
        top: 88%;
        right: 17px;
    }

    .productinfomain .content .left .cprev {
        top: 88%;
        left: 20px;
    }


    #bg img {
        height: 100%;
        object-fit: cover;
    }

    .productinfomainright .content .right button {
        width: 60%;
    }

    /* 404 */
    .modle404 {
        background-size: unset;
    }

    .m4rowcoldrightdf{
        transform: scale(0.5) !important;
    }

}
@media (max-width: 767px){
    #scrollsidebar{display:none;}
}
@media (min-width: 768px) and (max-width: 992px){
    #scrollsidebar{display:none;}
}
@media (min-width: 993px) and (max-width: 1200px){
    
}
@media (min-width: 1201px) and (max-width: 1400px) {
    
}

@media (max-width: 991px){
    .m3leftd{
        padding-right: 0;
                margin-bottom: 30px;
    }
}

.m3leftd img{
    width: 100%;
}
/* ****************************************************************************************************************** */