@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-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;
    /* text-transform: capitalize; */
    /* word-wrap:break-word;
    word-break:break-all; */
}
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;
}

.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 */


/* ********************************************************************header通用样式 ***************************************************************/
/* *******************************************顶部导航栏************************************************************************ */
/* #region */
.mmmlogo{
    width: 120px;
    padding: 10px 0;
}
.nav0{
    background-color: #ffe3c2;
    padding: 15px 0;
}
.n0txt{
    border: 0;
    width: 80%;
    padding: 5px 15px;
}
.n0a{
    position: relative;
    left: -25px;
}
.n0a i{
    color:#184190 ;
}
.n0ph span:nth-child(2){
    color: #7C81FF;
    margin-left: 8px;
}
.n0ss{
    align-items: center;
}
.n0ph{
    display: flex;
    align-items: center;
    justify-content: end;
}
.nav1 {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    background-color: #3a3a3a !important;
    color: #ffffff !important;
}
.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: #184190;
    top: 0;
}

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

.n1y2 {
    width: 30%;
    border-top: 80px solid #184190;
    border-left: 80px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 0 solid transparent;
}
.nav1 .container{
    max-width: 1450px !important;
}
.nav1mainleft {
    height: 100%;
}

.nav1mainright{
    /* background-color: #000000; */
}
.nav1mainright{
    display: flex;
    justify-content: end;
    align-items: center;
}
/* .nav1mainright div{
    margin: 0 10px;
    background-color: #184190;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
} */
.nav1mainright div i{
    color: #184190;
    font-size: 18px;
}
.nav1mainleft>div {
    line-height: 100%;
    font-size: 26px;
    font-weight: 600;
    background-color: #184190;
    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: 15px;
    color: #ffffff!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: #ffffff !important;
    font-size: 1.375rem;
}

.nav1main .center .head_nav>li.active>a>i {
    color: #184190!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: #184190!important;
    display: inline-block;
    opacity: 1 !important;
    font-weight: 600;
    padding-left: 0;
    /* transform: scale(1.2); */
}

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

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

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

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

.nav1main .center .head_nav>li.active>a>.xhx {
    width: 100%;
    background-color: #184190;
    margin: 0 auto;
}

.nav1main .center .head_nav>li:hover>a>.xhx {
    width: 100%;
    margin: 0 auto;
    background-color: #184190;
}

.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;
}
.nav1seacha span{
    background-color: #184190;
    padding: 10px 60px;
    border-radius: 5px;
    cursor: pointer;
}
.nav1seacha{
    position: relative;
}
.nav1seachs{
    position: absolute;
    top: 40px;
    left: -120px;
    opacity: 0;
    transition: all 0.5s;
}
/* m11按钮 */
/* #region */
        /* From uiverse.io by @satyamchaudharydev */
/* removing default style of button */

.nav1seachform a{
    border: none;
    background: none;
    color: #8b8ba7;
    cursor: pointer;
  }
  /* styling of whole input container */
  .nav1seachform {
    /* border: 1px solid #000; */
    --timing: 0.3s;
    --width-of-input: 250px;
    --height-of-input: 40px;
    --border-height: 2px;
    --input-bg: #fff;
    --border-color: #184190;
    --border-radius: 30px;
    --after-border-radius: 1px;
    position: relative;
    width: var(--width-of-input);
    height: var(--height-of-input);
    display: flex;
    align-items: center;
    padding-inline: 0.8em;
    border-radius: var(--border-radius);
    transition: border-radius 0.5s ease;
    background: var(--input-bg,#000);
  }
  /* styling of Input */
  .nav1seachinput{
    font-size: 0.9rem;
    background-color: transparent;
    width: 100%;
    height: 100%;
    padding-inline: 0.5em;
    padding-block: 0.7em;
    border: none;
  }
  /* styling of animated border */
  .nav1seachform:before {
    content: "";
    position: absolute;
    background: var(--border-color);
    transform: scaleX(0);
    transform-origin: center;
    width: 100%;
    height: var(--border-height);
    left: 0;
    bottom: 0;
    border-radius: 1px;
    transition: transform var(--timing) ease;
  }
  /* Hover on Input */
  .nav1seachform:focus-within {
    border-radius: var(--after-border-radius);
  }
  
  input:focus {
    outline: none;
  }
  /* here is code of animated border */
  .nav1seachform:focus-within:before {
    transform: scale(1);
  }
  /* styling of close button */
  /* == you can click the close button to remove text == */
  .nav1seachreset{
    border: none;
    background: none;
    opacity: 0;
    visibility: hidden;
  }
  /* close button shown when typing */
  input:not(:placeholder-shown) ~ .nav1seachreset {
    opacity: 1;
    visibility: visible;
  }
  /* sizing svg icons */
  .nav1seachform svg {
    width: 17px;
    margin-top: 3px;
  }
/* #endregion */
.nav2na{position: relative;}
.nav2nzz{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(9, 57, 109, .4);
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav2nzz h1{
    color: #ffffff;
    font-size: 60px;
}
.nav2m .swiper-button-next{ right: 50px;}
.nav2m .swiper-button-prev{left: 50px;}
.n2numcold1{
    position: relative;
}
.n2numcold1zz{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
}
.n2numcold2{
    display: flex;
    color: #ffffff;
    align-items: start;
}
.n2numcold2 i{
    font-size: 35px;
    margin-right: 15px;
}
.n2numcold2d h5{
    /*height: 60px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:16px;
}
.n2numcold2d p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/* #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, #18419001, #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: #184190;
    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 #184190;
    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: #999999;
}

.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 #184190;
    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;
}

.m1numbed{
    display: flex;
    color: #ffffff;
}
.m1num1{
    font-size: 54px;
    font-weight: 600;
}
.m1numbed sup{
    font-size: 24px;
    top: 25px;
    margin-left: 5px;
    font-weight: 600;
}
.m1numbe{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #f4f4f4;
}
.m1numbe p{
    font-size: 24px;
}
.nav2m{
    position: relative;
}
.n2num{
    background-color: #184190;
    padding: 40px 20px;
    width: 50%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    bottom: -15%;
}
/* #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 */
.flogo{
    width: 200px;
}
.footer {
    background-color: #333533;
    color: #ffffff;
    /* background: url(../images/bg1.jpg) center; */
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 40px 0 ;
    /* background-attachment:fixed; */
}
.fncol1dul{
    display: flex;
    margin: 15px 0;
}
.fncol1dli{
    margin: 10px 15px 10px 0;
    background-color: #184190;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.5s;
}
.fncol1dli i{
    font-size: 20px;
}
.fncol1dli:hover{
    scale: 0.85;
}
.fncol1d p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 25px 0;
}
.fncoldh4{
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}
.fncoli{
    font-size: 16px;
    margin: 15px 0;
    transition: all 0.3s;
    color: #ffffff;
}
.fncoli:hover{
    color: #184190;
}
.fncol4d .fncoli i{
    color: #184190;
    font-weight: 600;
    margin-right: 8px;
    font-size: 18px;
}
.fncoli a{
    display: flex;
    align-items: center;
}
.fncolia i{
    font-size: 36px;
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
    display: block;
}
.fncolidiv h5{
    margin: 10px 0;
}
.fncol2d{
    padding-left: 50px;
}
.fncol4d p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.footerlast{
    background-color: #333533;
    padding: 0 0 25px 0;
}
.fncv{
    color: #ffffff;
    text-align: center;
}
.fncv em{
    color: #184190;
}
.fnxhx{
    width: 100%;
    background-color: #ffffff;
    height: 1px;
    margin-top: 25px;
}
.fncoli i{}
.fncol{
    margin: 15px 0;
}
/* #endregion */
/* 地图 */
/* #region */
#map {
    width: 100%;
    height: 31.25rem;
}
/* #endregion */

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

.pright {}

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

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

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

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

.plistimg {
    height: 30px;
}

/* #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;
    }
}





.table_wrap table {
    width: 100% !important;
    border: .0625rem solid #333333;
    overflow-x: auto;
    margin-top: 13px;
    flex-direction: column;
}

.table_wrap table tr {
    border: .0625rem solid #333333;
    width: fit-content;
    padding: 6px 0;
    color: #333333;
}

.table_wrap table tr:nth-child(even) {
    color: #333333 !important;
}

.table_wrap table tr td {
    border:1px solid #333333;
    padding: 10px;
    font-family: 'Karla';
    color: #333333;
}

/* #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: #184190;
}

.fjx img {
    padding: 0 15px;
}

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

/* #endregion */

/* ************************************************************MAIN模块************************************************** */
.main {
    /* overflow: hidden; */
}
/* main1 */
/* #region */
.main1{
    background-color: #333533;
    padding-top: 180px;
    padding-bottom: 60px;
}
.m1leftd{
    position: relative;
}
.m1leftzz{
    position: absolute;
    bottom: 0;
    margin: 15px 0;
}
.m1lzcol1{
    background-color: #514C45;
}
.m1lzcol2{
    background-color: #514C45B8;
}
.m1lzcol{
    color: #ffffff;
}
.m1lzcold{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 25px;
}
.m1lzcold1 p{
    margin: 18px 0;
}
.m1lzcold1 a{
    background-color: #184190;
    padding: 10px 30px;
    border: 2px solid transparent;
    transition: all 0.5s;
}
.m1lzcold1 a:hover{
    background-color: transparent;
    border: 2px solid #184190;
}
.m1lzcold1 a i{
    margin-left: 5px;
}
.m1lzcold2{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.m1lzcold2 i{
    font-size: 56px;
}
.m1lzcold2 p{
    font-size: 20px;
}
.m1rightd{
    padding-left: 80px;
    color: #ffffff;
}
.m1row{
    align-items: center;
}
.m1rightd h2{
    font-size: 48px;
    font-weight: 600;
}
.m1rightd p{
    margin: 35px 0;
}
.m1rightd .fncol1dul{}
.m1right{
    margin: 12px 0;
}
/* #endregion */
/* main2 */
/* #region */
.main2{
    background-color: #282927;
    color: #ffffff;
}
.mmtit h2{
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    padding: 30px 0;
}
.mmtit{
    padding: 30px 0 50px 0;
}
.m2coldi{
    width: 66px;
    height: 66px;
    background-color: #184190;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}
.m2coldi i{
    font-size: 32px;
}
.m2cold{
    display: flex;
}
.m2coldcon h3 span{
    height: 60px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 21px;
}
.m2coldcon h3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.m2coldcon p{
    display:none;
}
.m2col{
    margin: 15px 0;
}


/* #endregion*/
/* main3 */
/* #region */
.main3{
    background-color: #242423;
}
.m3cold{
    color: #ffffff;
    padding-right: 40px;
}
.m3cold h2{
    margin:20px 0;
}
.m3cold p{
    margin: 25px 0;
}
.m3cold a{
    background-color: #184190;
    padding: 20px 45px;
    transition: all 0.5s;
    border: 2px solid transparent;
}
.m3cold a:hover{
    background-color: transparent;
    border: 2px solid #ffffff;
}
.m3cold a i{
    margin-left: 12px;
}
.m3row{
    align-items: center;
}
.m3cold2cold{
    padding: 30px;
}
/* #endregion */
/* main4 */
/* #region */
.main4{
    background-color: #242423;
}
.mmtit p{
    text-align: center;
    color: #ffffff;
}
.m4cold{
    position: relative;
    margin: 15px 0;
}
.m4coldzz{
    position: absolute;
    background-color: rgba(24, 65, 144, .7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    scale: 1;
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: all 0.5s;
}
.m4coldzz .fncol1dli{
    border-radius: 50px;
    background-color: #ffffff;
}
.m4coldzz .fncol1dli i{
    color: #184190;
}
.m4col{cursor: pointer;}
.m4coldzzd{
    margin-top: 100px;
    transition: all 0.5s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}
.m4coldzzd p{
    margin: 20px 0;
}
.m4col:hover .m4coldzz{
    scale: 0.9;
    opacity: 1;
}
.m4col:hover .m4coldzz .m4coldzzd{
    margin-top: 0;
}
/* #endregion */
/* main5 */
/* #region */
.main5{
    background-color: #282927;
}
.m5cul{
    display: flex;
}
.m5cli{
    margin-right: 8px;
    color: #fec42d;
}
.m5card{
    color: #ffffff;
}
.m5cdcon{
    display: flex;
    align-items: center;
}
.m5cdcon img{
    width: 65px;
    height: 65px;
    border-radius: 50px;
}
.m5cdcm{
    margin-left: 5px;
}
.m5cdcm h5{
    margin-bottom: 5px;
}
.m5cp{
    margin: 25px 0;
}
.m5cdiv{
    display: flex;
    justify-content: space-between;
}
.m5cdi i{
    font-size: 65px;
    color: #184190;
}
.m5card{
    background-color: #45423d;
    padding: 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    cursor: pointer;
}
.m5{
    padding: 50px 0;
    align-items: center;
}
.m5right {
    margin: 15px 0;
}
/* #endregion */
/* main6 */
/* #region */
.main6{
    background-color: #242423;
    color: #ffffff;
}
.m6col8d{
    padding-right: 80px;
}
.m6col8dh2{
    font-size: 48px;
}
.m6col8dp{
    margin: 25px 0;
}
.m6col8d .m6col8da{}
.m6col8d .m6col8da a{
    margin-right: 30px;   
    padding: 15px 45px; 
}
.m6col8d .m6col8da a i{
    margin-left: 8px;
}
.m6col8da1{
    background-color: #184190;
    border: 2px solid transparent;
    transition: all 0.5s;
}
.m6col8da1:hover{
    background-color: transparent;
    border: 2px solid #ffffff;
}
.m6col8da2{
    background-color: transparent;
    border: 2px solid #ffffff;
    transition: 0.5s;
}
.m6col8da2:hover{
    background-color: #184190;
    border: 2px solid transparent;
}
.m6col{
    margin: 15px 0;
}
.m6{
    align-items: center;
}
/* #endregion */
/* main7 */                     
/* #region */
.main7{
    background-color: #333533;
}
.m7con{
    color: #ffffff;
    padding: 35px;
    background-color: #514c45;
}
.m7con p{
    margin: 25px 0;
}
.m7con a{
    background-color: #184190;
    padding: 15px 45px;
    border: 2px solid transparent;
    transition: all 0.5s;
}
.m7con a:hover{
    background-color: transparent;
    border: 2px solid #ffffff;
}
.m7con a i{
    margin-left: 8px;
}
.m7con h5{
    display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 2;
     overflow: hidden;
}
.m7cimg{
    position: relative;
    overflow: hidden;
        height:300px;
}
.m7cimgn{
    background-color: #184190;
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    padding: 5px 15px;
    position: absolute;
    top: 0;
    right:0;

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

}
.m7col:hover .m7cimg img{
    scale: 1.2;
    transform: rotate(5deg);
}
.m7col{
    cursor: pointer;
    margin: 15px 0;
}
/* #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: #184190;
    /* 单独设置按钮颜色 */
    --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: #184190;
    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: #ffffff;
    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;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

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

.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: #ffffff;
}

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

.nmulli .liright a {
    color: #ffffff;
    text-align: right;
    margin-right: 15px;
    padding: 20px 0;
    transition: all 0.3s;
}
.nmulli .liright a:hover{
    color: #184190!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: #184190;
    position: absolute;
    bottom: -5%;
    transition: 0.5s;
}

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

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

#newlist li a.active {
    color: #184190;
}

/* #endregion */

/* newlist */
/* #region */

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

.newlistmain .txt span:nth-child(2) {
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
        display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.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: #ffffff
}

.newlistmain .txt a {
    color: #184190;
}

.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 #184190;
    box-shadow: rgba(149, 157, 165, 0.2) 0rem .5rem 1.5rem;
}

.newlistmain .line2 {
    width: 0;
    height: 5px;
    background-color: #184190;
    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 .newtit h6{
    color: #ffffff;
}
.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;
}

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

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

.newinfomainright .updown div {
    padding: 5px 0;
}
.newinfomainright .updown  a{
    color: #ffffff;
}

#newlist li a i {
    display: none;
}

#newlist li a:hover {
    color: #184190;
}

#newlist li a.active {
    color: #184190;
}

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

/* #endregion */

/* product */
/* #region */

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

.nldhli {
    cursor: pointer;
    color: #ffffff;
    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: 88%;
    overflow: hidden;
    position: relative;
    height: 200px;
    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: #184190;
    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: #184190;
    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: #184190;
    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: #184190;
    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(130, 111, 102, .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;
    color:#ffffff;
}


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

#nldhl li ul li a:hover {
    color: #184190;
}

#nldhl li a:hover {
    color: #184190;
}

#nldhl li div i {
    color: #184190;
}

/* #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: #184190;
    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: #ffffff;
    transition: 0.3s;
}

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

.productlistmainright .plst a {
    position: relative;
}

.mbg {
    background-color:#3a3a3a;
}
.plstcolor {
    position: absolute;
    z-index: -10;
    width: 100%;
    height: 100%;
    background-color: #184190;
    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: #184190;
    transition: 0.3s;
}

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

#nldhl li ul li a:hover {
    color: #184190;
}

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

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

#nldhl li a.active {
    color: #184190;
}

/* #endregion */

/* productinfo */
/* #region */

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

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

.lefttit .title {
    background-color: #184190;
    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;
    color:#ffffff;
}
.lefttit ul li div a.active {
    color: #184190;
}

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

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

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

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

.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 {
    font-family: 'Karla';
    color: #ffffff;
}

.productinfomainright .content .right h4,
.productinfomainright .content .right h3 {
    color: #ffffff;
    font-weight: 600;
}

.productinfomainright .content .right p {
    width: 100%;
    font-family: 'Karla';
    color: #ffffff;
}

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

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

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

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

.productinfomainright .news .bt button {
    border: 1px solid #184190;
    color: #184190;
    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: #184190;
}

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

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

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

.productinfomainright .tit {
    background-color: #184190;
    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 #184190;
    overflow-x: auto;
}

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

.tab table tr:nth-child(even) {
    background-color: rgba(235, 94, 40, .8);
    color: #ffffff !important;
}

.tab table tr td {
    border: .0625rem solid #184190;
    padding: .9375rem;
    font-family: 'Karla';
    color: #ffffff;
}

.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%;
    display: inline-block;
}
.productinfomainright .down span a{
    color: #ffffff;
}
.productinfomainright .down .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.productinfomainright .down .up {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 100%;
    background-color: #184190;
    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: #184190;
}

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

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

.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 #184190;
}

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

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

.productinfomain .content .left {
    position: relative;
    /*height: 404px ;*/
}

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

.productinfomain .content .left .cnext,
.productinfomain .content .left .cnext2 {
    position: absolute;
    top: 92%;
    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;
    color:#ffffff;
}

.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: #ffffff;
}   

.contactmain .up .left div ul li i {
    color: #184190;
    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 #184190;
    color: #184190;
    background-color: transparent;
    transition: 0.5s;
}

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

.contactmain .up .right textarea:hover {
    border: 1px solid transparent;
    background-color: #184190;
    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;
}

.n1dhlul{
    display: none;
}
.n1dhlul.active{
    display: block;
}

.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: #184190;

}

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

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

#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: #184190;
}

.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: #ffffff
}

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

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

.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: #184190;
    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: #184190!important;
    transition: 0.5s;
}

/* #endregion */

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

.pagelist {
    text-align: center;
    font-size: 0;
    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: #000;
    font-size: 18px;
    
}

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

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

/* #endregion */


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

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

.side_content .side_list .cont li i {
    color: #184190!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: 20px; */
    margin: 10px;
    padding-left: 10px;
}

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

.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: #184190!important;
    font-weight: 600;
}

.plist ul li:hover {
    color: #184190;
}

.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: 50%;
    transform: translateY(-50%);
    font-size: 1.5625rem;
    border: 0;
    background-color: transparent;
}

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

.plist ul li ul li:hover {
    color: #184190;
}

.pright #nva1se {
    font-size: 1.875rem;
    color: #184190;
    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 #184190;
    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: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb div a:hover {
    color: #184190;
}

.breadcrumb div.active a {
    color: #184190!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: #ffffff;
    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: #ffffff;
    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: 10;
    overflow: hidden;
}
.pock{
    position: absolute;
    color: #ffffff !important;
    left: -5px;
    width: 60px;
    text-align: center;
    background-color: #184190;
    padding: 3px 8px;
    border-radius: 5px;
    top: -8px;
    cursor: pointer;
    display: none;
}
/* bottomBar */
a {
    text-decoration: none;
    /*确保在浏览器中显示链接时，没有任何文本装饰，如下划线。 */
}

/* 设置导航栏样式 */
.barnav {
    /* 对导航栏位置进行定位处理，方便后续的图标位置的设置 */
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: #184190;
    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: #184190!important;
    border-bottom-color: #184190!important;
  }

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

    /*头部 脚部样式  */
    .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%;
    }


    /* footer */
    .footer{
        /* padding: 12px; */
        margin-top: 0;
    }
    /* main */
    .n2num{
        width: 100%;
        position: static;
        transform: translateX(0);
    }
    .main1{
        padding-top: 30px;
    }
    .n2numcol {
        text-align: center;
    }
    .m1leftzz{
        position: static;
    }
    .m1rightd{
        padding-left: 12px;
    }
    .m2cold{}
    .fncol2d{
        padding-left: 0;
    }
    .m6col8d{
        padding-right: 0;
    }
    /* .m6col8d .m6col8da{
        display: flex;
        flex-direction: column;
        align-items: start;
    } */
    .m6col8d .m6col8da a{
        margin: 15px auto;
    }
    .m2coldi{
        margin-left: 12px;
        margin-bottom: 8px;
    }
    .t50{
        padding-top: 20px;
    }
    .b50{
        padding-bottom: 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: 92%;
        right: .625rem;
    }

    .productinfomain .content .left .cprev {
        top: 92%;
        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) {
    .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: 12px; */
        margin-top: 0;
    }
    /* main */
    .m6col8d{
        padding-right: 0;
    }
    .m6col8d .m6col8da{
        display: flex;
    }
    .m2coldi{
        margin-left: 12px;
        margin-bottom: 8px;
    }
    .n2num{
        width: 100%;
        position: static;
        transform: translateX(0);
    }
    .main1{
        padding-top: 30px;
    }
    .n2numcol {
        text-align: center;
    }
    .m1leftzz{
        position: static;
    }
    .m1rightd{
        padding-left: 12px;
    }
    .m2cold{}
    .fncol2d{
        padding-left: 0;
    }
    .m6col8d{
        padding-right: 0;
    }
    /* .m6col8d .m6col8da{
        display: flex;
        flex-direction: column;
        align-items: start;
    } */
    .m6col8d .m6col8da a{
        margin: 15px auto;
    }
    .m2coldi{
        margin-left: 12px;
        margin-bottom: 8px;
    }
    .t50{
        padding-top: 20px;
    }
    .b50{
        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: 92%;
        right: 17px;
    }

    .productinfomain .content .left .cprev {
        top: 92%;
        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) {
    .lastf {
        padding-bottom: 45px;
    }
    .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;
    }

    .fdcoldd{
        padding: 0;
        margin-top: 0;
    }
    /* main */
    .n2num{
        width: 100%;
        position: static;
        transform: translateX(0);
    }
    .main1{
        padding-top: 30px;
    }
    .m6col8d{
        padding-right: 0;
    }
    .m6col8d .m6col8da{
        display: flex;
    }
    .m2coldi{
        margin-left: 12px;
        margin-bottom: 8px;
    }
    .n2num{
        width: 100%;
        position: static;
        transform: translateX(0);
    }
    .main1{
        padding-top: 30px;
    }
    .n2numcol {
        text-align: center;
    }
    .m1leftzz{
        position: static;
    }
    .m1rightd{
        padding-left: 12px;
    }
    .m2cold{}
    .fncol2d{
        padding-left: 0;
    }
    .m6col8d{
        padding-right: 0;
    }
    /* .m6col8d .m6col8da{
        display: flex;
        flex-direction: column;
        align-items: start;
    } */
    .m6col8d .m6col8da a{
        margin: 15px auto;
    }
    .m2coldi{
        margin-left: 12px;
        margin-bottom: 8px;
    }
    .t50{
        padding-top: 20px;
    }
    .b50{
        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: 92%;
        right: 17px;
    }

    .productinfomain .content .left .cprev {
        top: 92%;
        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;
    }
    .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%;
    }
    .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*/
    .n2num{
        width: 100%;
        position: static;
        transform: translateX(0);
    }
    .main1{
        padding-top: 30px;
    }
    .t50{
        padding-top: 50px;
    }
    .b50{
        padding-bottom: 50px;
    }
    h1 {
        font-size: 28px !important;
    }

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

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

    .productinfomain .content .left .cprev {
        top: 92%;
        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%;
    }
    .fful {
        margin-right: 95px;
    }

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

    /* main*/
    .n2num{
        width: 80%;
    }
    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 #184190;
        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: 92%;
        right: 17px;
    }

    .productinfomain .content .left .cprev {
        top: 92%;
        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;
    }

}



/* ****************************************************************************************************************** */