@charset "utf-8";

/* CSS Document */
/* 顶部 */
/* #region */
* {
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: 'Akrobat';
    src: url('../fonts/Akrobat-Regular.woff2') format('woff2'),
        url('../fonts/Akrobat-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.woff2') format('woff2'),
        url('../fonts/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans-Bold';
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.woff2') format('woff2'),
        url('../fonts/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Bold.woff2') format('woff2'),
        url('../fonts/RobotoCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@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: normal;
    font-display: swap;
}



body {
    font-size: 16px;
    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: "Open Sans", Sans-serif;
    /* text-transform: capitalize; */
}
h1,h2,h3,h4,h5,h6{
    font-family: "Roboto", 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;
}
.n01{
    background-color: #4b5b95;
    color: #f6e52c;
    /* font-size: 36px; */
    text-align: center;
    padding: 18px;
}
.n0row{
    margin: 0;
}
.n0leftcol{
    border: 1px solid #dddddd;
}
.n0rightcol{
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    display: flex;
    align-items: center;
    padding: 20px;
}
.n0leftcol{
    display: flex;
    align-items: center;
    justify-content: start;
}
.n0lc{
    position: relative;
    width: 80%;
    height: 60%;
    margin-left: 50px;
}
.n0lctxt{
    width: 100%;
    padding: 15px;
    height: 100%;
}
.n0lcbtn{
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right:25px;
}
.n0lcbtn i{
    font-size: 20px;
}
.n0rightcol i{
    color: #1e327b;
    margin-right: 12px;
    font-size: 24px;
}
.n0rightcol span{
    font-weight: 600;
    color: #1e327b;
}
.nav1 {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #4b5b95  !important;
    color: #ffffff !important;
    margin-top: 0 !important;
    /* padding: 10px 0; */
}

.n1y {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    background-color: #4b5b95 ;
    top: 0;
}

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

.n1y2 {
    width: 30%;
    border-top: 80px solid #4b5b95 ;
    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: #4b5b95 ;
    padding: 40px 0;
    text-align: center;
} */

.nav1{
    display: none;
}
.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: #ffffff!important;
    border-bottom: .125rem solid transparent;
    display: flex;
    align-items: center;
    display: inline-block;
    line-height: unset;
    transition:all 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: #4b5b95   !important;
    font-weight: 600;
    opacity: 1 !important;
    background-color: #ffffff;
}

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

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

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

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

.nav1main .center .head_nav>li:hover>a>em {
    color: #4b5b95  ;
    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%;
    transition:all 0.3s;
    background-color: #4b5b95 ;
    margin: 0 auto;
}

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

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

.nav1main .right>input:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
    transition:all 0.3s;
    background-color: transparent;
}
.n1phone{
    display: flex;
    align-items: center;
}
.n1p1 i{
    font-size: 32px;
    margin-right: 12px;
}
.n1p2 p{
    display: flex;
}
.n1p2 p span{
    margin-right: 8px;
}
.nav3{
    background-color: transparent;
    width: 100%;
    position: fixed;
    z-index: 9999;
    transition:all 0.5s;
    /* position: relative; */
}
.n3{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.n3col a{
    width: 80%;
}
.nv3{
    position: relative;
}
.nav3zz{
    background-color: #4b5b95 ;
    color: #ffffff;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    transition: all 0.8s;
    /* display: none; */
    height: 0;
    /* animation:  n3zz 0.7s; */
    z-index: 9;
}

@keyframes n3zz {
    0%{
        height: 0;
    }
    100%{
        height: 480px;
    }
    
}
@keyframes n3zzo {
    0%{
        height: 480px;
    }
    100%{
        height: 0;
    }
    
}
.n3{
    position: relative;
    z-index: 999;
}
.n3pod{
    position: relative;
}
.n3tit h2{
    font-size: 24px;
}
.n3tit .n3xhx{
    width: 100px;
    height: 3px;
    background-color: #007234;
    margin: 15px 0;
}
.n3ul{
    padding: 15px 0;
    display: flex;
}
.n3li{
    padding: 8px 20px 8px 0px;
}
.n3li a{
    transition:all 0.3s;
}
.n3li a:hover{
    color: #007234;
}
.n3z{
    padding: 25px;
    align-items: center;
    position: relative;
    height: 480px;
    line-height: 0;
    overflow: hidden;
}

.n3zleft{
    position: absolute;
    top: -50%;
    left: 0;
    transform: translateY(-50%);
    transition:all 0.5s;
    /* transition-delay: 0.5s,4ms; */
    transition-delay: 0.1s

}
 .n3zright{
    position: absolute;
    top: -50%;
    right: 0;
    transform: translateY(-50%);
    transition:all 0.5s;
    transition-delay: 0.1s
}
.n3zl{
    display: none;
}

.n3col.active{
    color: #4b5b95 ;
}


.n3zl.active{
    display: block;
}

.n3img{
    display: none;
}

.n3img.active{
    display: block;
}
.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;
    /* height: 300px; */
}
.nav2nzz h1{
    color: #ffffff;
    font-size: 60px;
}
.trx{
    width: 100%;
    background-color: #000000;
    height: 50px;
    margin: 15px 0;
}
.ztleft{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    /* width: 20%; */
    /* display: none; */
    /* padding-right: 0; */
    /* overflow-y: scroll; */

}
.ztrow {
    margin: 0;
}
.ztright {
    padding-left: 0;
    padding-right: 0;
}
.ztrow{
    justify-content: end;
}
.ztleftd{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0  0 0 30px;
    /* overflow-y: scroll; */

}
.ztleftdimg{
    width: 100%;
}
.ztleftd img{
    width: 80%;
    margin: 15px auto;
}
.ztleftdiv{
    /* padding: 10px 15px; */
    margin: 10px 0;
}
.ztleftdiv h3{
    font-family: 'Akrobat';
    font-weight: 600;
    font-size: 16px;
    color: #4b5b95;
}
.ztleftdiv p{
    font-family: 'Akrobat';
    font-weight: 600;
    font-size: 24px;
}
.ztleftul{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.ztleftli{
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.ztleftlidiv{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 32px;
}
.ztleftli i{
    color: transparent;
    transition: all 0.5s;
}
.ztleftli:hover i{
    color: #dddddd;
}
.ztleftli.active i{
    color: #dddddd;
    font-size: 14px;
}
/* .ztleftliul{
    background-color: #dddddd;
    width: 100%;
    position: absolute;
} */

.ztleftlisj{
    position: absolute;
    top: 5px;
    right: 262px;
    width: 0; 
    height: 0;
    border-width: 14px;
    border-style: solid;
    border-color:transparent  #dddddd transparent  transparent;
    opacity: 1;
}
.ztleftli .ztleftlier{
    
}
.ztleftli{
    position: relative;
    overflow: visible;
}
.ztleftli:hover{
    overflow: visible;
}
 .ztleftlier{
    position: absolute;
    width: 100%;
    left: 350px;
    top: -8px;
    opacity: 1;
    transition: all 0.5s;
}
.ztleftli:hover .ztleftlier{
    width: 100%;
    left: 280px;
    top: -8px;
    opacity: 1;
}
.ztleftliern{
    position: relative;
}
.ztleftliuli{
    position: relative;
    overflow: visible;
}
.sjdh{
    position: absolute;
    background-color: #dddddd;
    left: 263px;
    width: 100%;
    top: 0;
    opacity: 1;
    transition: 0.5s;
}
.sjdhli{
    color: #333333;
    border-bottom: 1px solid #eeeeee;
    padding: 10px;
    border-left: 3px solid #4b5b95 ;
}
.ztleftliuli:hover{
    overflow: visible;
}
.ztleftliuli:hover .sjdh{
    opacity: 1;

}
/* #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, #4b5b95  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: #4b5b95 ;
    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:all .5s ease-in-out;
    background-color: transparent;
    box-shadow: 0px 0px 3px #ffffff;
    padding-right: 40px;
    color: #ffffff;
}

.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:all .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 #ffffff;
    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: #f5f6f8;
    /* background: url(../images/fbg.jpg) center; */
    /* background-repeat: no-repeat; */
    /* background-size: 100% 100%; */
    /* background-attachment:fixed; */
    padding: 60px 0 20px 0;
}
.flast>div{
    margin: 8px;
}
.fnooter {
    margin: 0;
}
.fncol {
    margin: 15px 0;
}
.fncol1{
    display: flex;
    justify-content: center;
}
.fcli{
    margin: 15px 0;
}
.fncold h4{
    font-size: 16px;
    font-weight: 600;
    font-family: 'Open Sans-Bold' !important;
    border-bottom: 2px solid #ffc318;
    padding-bottom: 8px;
    width: fit-content;
    margin-bottom: 10px;
    height: 60px;
    display: flex;
    align-items: center;
}
.fcli a{
    font-weight: 500;
}
.fnxul{
    display: flex;
    align-items: center;
}

.fnxli{
    margin: 0 10px;
    border: 1px solid #dddddd;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}
.fnxhx{
    display: flex;
    align-items: center;
}
.linea,
.lineb{
    width: 100%;
    background-color: #dddddd;
    height: 2px;
    margin: 0 5px;
}
.flast{
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
}
.flast{
    font-size: 14px;
    font-family: 'Open Sans' !important;
    color: #333333;
}
.flast span{
    color: #4280e3;
}
.fnxli i{
    font-size: 16px;
    color: #aaaaaa;
}
/* #endregion */
/* 地图 */
/* #region */
#map {
    width: 100%;
    height: 31.25rem;
}
.mpclass{
    font-size: 16px;
    margin-bottom: 5px;
}
/* #endregion */

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

.pright {}

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

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

.plist div {
    background-color: transparent;
    color: #ffffff;
    padding: 0 15px;
}

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

.plistimg {
    /* height: 40px; */
    width: 150px;
    padding: 10px;
}

/* #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:all 0.5s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cw:hover {
    border: 5px solid #ffffff;
    background-color: transparent;
    transition:all 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: #4b5b95 ;
}

.fjx img {
    padding: 0 15px;
}

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

/* #endregion */

/* ************************************************************MAIN模块************************************************** */
.main {
    /* overflow: hidden; */
}
.nconter{
    margin: 0 50px;
}
/* main1 */
/* #region */
.m1leftd h2{
    font-family: 'Roboto Condensed'!important;
    font-size: 60px;
}
.m1leftdd{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
}
.m1leftdd p{
    font-family: 'Open Sans' !important;
    margin: 10px 0;
}
.m1leftda{
    padding: 10px 40px;
    background-color: #1e327b;
    color: #ffffff;
    border-radius: 5px;
    margin-top: 30px;
}
.m1leftd{
    padding-right: 80px;
    margin: 20px 0;
}

.m1rightd{
    position: relative;
}
.m1rightdzz{
    width: 110%;
    background-color: #4b5b95;
    position: absolute;
    top: 43%;
    left: -50px;
    transform: translateY(-50%);
    z-index: 9;
    border-radius: 5px;
}
.m1rightdimg{
    position: relative;
    z-index: 99;
}
.main1{
    overflow: hidden;
}
.m1row {
    align-items: center;
}
/* #endregion */
/* main2 */
/* #region */
.m2col{
    margin: 15px 0;
}
.m2coldd{
    width: 50px;
    height: 50px;
    background-color: #1e327b;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.m2cold:hover .m2coldd{
    background-color: #ffc318;
}
.m2coldd i{
    color: #ffffff;
    font-size: 28px;
}
.m2cold{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
}
.m2cold h4{
    font-size: 18px;
    margin-top: 15px;
    font-weight: 600;
}
.main2 .container{
    padding-left: 15px;
    margin-left: 0;
}
.m2{
    margin: 0 80px 0 0;
}
/* #endregion*/
/* main3 */
/* #region */
.m3btns{
    padding: 0.8em 1.8em;
    border: 2px solid #4b5b95;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    transition: .3s;
    z-index: 1;
    font-family: inherit;
    color: #4b5b95;
    width: fit-content;
    }
    .m3btns::before {
    content: '';
    width: 0;
    height: 600%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #4b5b95;
    transition: .5s ease;
    display: block;
    z-index: -1;
    }
    .m3btns:hover::before {
    width: 105%;
    }
    .m3btns:hover {
    color: #ffffff;
    }
.m3{
    margin:0 80px 0 0;
    background-color: #f1f3f5;
    padding: 30px 50px;
}
.m3 h2{
    font-size: 36px;
    font-family:'Roboto Condensed' ;
    text-align: center;
}
.m4 h2{
    font-size: 36px;
    font-family:'Roboto Condensed' ;
    text-align: center;
    padding: 20px 0;
}
.m3row .col-xxl-3{
    width: 20%;
}
.main3 .container{
    margin-left: 35px;
    padding-left: 0;
    margin-right: 35px;
    padding-right: 0;
}
.main3{
}
.m3cold{
    background-color: #ffffff;
    height: 100%;
    text-align: center;
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    cursor: pointer;
}
.m3col{
    margin: 15px 0;
}
.m3imgs{
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.m3cold h3{
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0;
    height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    
}
.m3cold .m3colda{
    padding: 10px 40px;
    background-color: #1e327b;
    color: #ffffff;
    border-radius: 5px;
    transition: all 0.3s;
}
.m3cold:hover .m3colda{
    background-color: #ffc318;
}
.m3btn{
    display: flex;
    justify-content: center;
}
.m3btn a{
    padding: 15px 50px;
    border: 2px solid #999999;
    background-color: transparent;
    margin: 20px 0;
}
/* #endregion */
/* main4 */
/* #region */
.m4{
    margin:0 80px 0 0;
}
.m4col{
    margin: 15px 0;
}
.m4row {
    margin: 0;
}
.m4cold{
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    padding: 15px;
}
.m4cold img{}
.m4cold span{
    margin: 15px 0 0 0;
    color: #cccccc;
}
.m4cold p{
    margin: 15px 0 50px 0;
}
.m4coldzz{
    position: absolute;
    width:0;
    bottom: 0;
    height: 4px;
    background-color: #ffc318;
    transition: all 0.5s;
}
.m4cold:hover .m4coldzz{
    width: 100%;
}
/* #endregion */
/* main5 */
/* #region */
.m5imgs{
    margin: 20px 0;
}
.m5row {
    margin: 0;
    align-items: center;
}
.m5 .feedbackForm{
    padding: 0;
}
.m5 .feedbackForm .line input, 
.m5 .feedbackForm .line textarea{
    box-shadow: unset;
    background-color: #f1f3f5;
    border: 0;
}
.m5leftd p{
    margin: 25px 0;
}
/* #endregion */
/* main6 */
/* #region */
/* #endregion */
/* main7 */
/* #region */

/* #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: #FFFFFF;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 3.125rem;
    /* 设置按钮大小 */
}
 .nav2 .swiper-button-prev{
    left: 10%;
 }
 .nav2 .swiper-button-next{
    right: 10%;
 }
 .nav2 .swiper-button-next,
 .nav2 .swiper-button-prev{
    z-index: 999999999;
 }

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

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


.newmainleft .title {
    background-color: #4b5b95 ;
    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):hover {
    color: #4b5b95 ;
}

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

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

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

#newlist li a.active {
    color: #4b5b95 ;
}

/* #endregion */

/* newlist */
/* #region */

.newlistmain{
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.newlistmaincon{
    position: relative;
    z-index: 99;
}
.newlistmainzz{
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #4b5b95 ;
    transition: 0.5s;
    z-index: 9;
}
.nca{
    transition: 0.5s;
}
.nca:hover{
    color: #ffffff;
}
.nca:hover .newlistmain .txt span:nth-child(3){
    color: #ffffff;
}
.nca:hover .newlistmainzz{
    top: 0;
    left: 0;
}
.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;
    color: #2E2C3DCC;
    transition: 0.5s;
}

.newlistmain .txt a {
    color: #4b5b95 ;
}

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

.newlistmain .imge {
    width: 100%;
    overflow: hidden;
    scale: 0.9;
    border-radius: 8px;
}

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

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

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

.newlistmain .line2 {
    width: 0;
    height: 5px;
    background-color: #007234;
    position: absolute;
    bottom: 0;
    transition:all 0.5s;
    z-index: 99;
}

.newlistmain:hover .line2 {
    width: 100%;
    transition:all 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;
}

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

#newlist li a.active {
    color: #4b5b95 ;
}

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

/* #endregion */

/* product */
/* #region */

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

.nldhli {
    cursor: pointer;
    color: #222222;
    border-bottom: 1px solid #eee;
    padding: 10px;
}
.nldhli.active{
    color: #4b5b95 ;
}
.nldhli:nth-last-child(1) {
    border: 0;
}

.productmainrightc {
    padding: 0;
    text-align: center;
}
.n1dhlul{
    display: none;
}
.n1dhlul.active{
    display: block;
}

.productmainright .down {
    cursor: pointer;
    width: 100%;
    padding: 25px;
    display: flex;
    flex-direction: column;
}

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

.productmainright .down .img {
    padding: 25px;
    overflow: hidden;
    position: relative;
    /* height: 200px; */
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border: 1px solid #000000;
    border-bottom: 0;
    transition: all 0.5s;
    margin: 0;
    /* height: 400px; */

}
.productmainright .down:hover .img{
    border: 1px solid #4b5b95 ;

} 

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

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

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

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

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

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

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

.productmainright .down:hover .img .pr {
    height: 100%;
    transition:all 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:all 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.3);
    transition:all 0.3s;
}

.productmainright .down span {
    padding: 5px;
    background-color: #4b5b95 ;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productmainright .down span a {
    display: inline-block;
    margin: .75rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}


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

#nldhl li ul li a:hover {
    color: #4b5b95 ;
}

#nldhl li a:hover {
    color: #4b5b95 ;
}

#nldhl li div i {
    color: #4b5b95 ;
}

/* #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:all 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:all 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: #4b5b95 ;
    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:all 0.3s;
}

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

.productlistmainright .plst a {
    position: relative;
}

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

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

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

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

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

.productlistmainright .plst a:hover .txt button {
    background-color: #ffffff;
    color: #4b5b95 ;
    transition:all 0.3s;
}

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

#nldhl li ul li a:hover {
    color: #4b5b95 ;
}

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

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

#nldhl li a.active {
    color: #4b5b95 ;
}

/* #endregion */

/* productinfo */
/* #region */

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

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

.lefttit .title {
    background-color: #4b5b95 ;
    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: #4b5b95 ;
}

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

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

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

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

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

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

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

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

.productinfomainright .content .right a:hover {
    background-color: white;
    border: .125rem solid #4b5b95 ;
    color: #4b5b95  !important;
    transition:all 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 #4b5b95 ;
    color: #4b5b95 ;
    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: #4b5b95 ;
}

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

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

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

.productinfomainright .tit {
    background-color: #4b5b95 ;
    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{
    margin-top: 20px;
}
.txt table {
    width: 100%;
    border: .0625rem solid #4b5b95 ;
    overflow-x: auto;
}

.txt table tr {
    border: .0625rem solid #4b5b95 ;
}

.txt table tr:nth-child(even) {
    background-color: rgba(75, 91, 149, .8);
    color: #ffffff !important;
}

.txt table tr td {
    border: .0625rem solid #4b5b95 ;
    padding: .9375rem;
    font-family: 'Karla';
    color: #2E2C3DCC;
}

.txt 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:all 0.6s;
    width: 100%;
    display: inline-block;
}

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

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

.productinfomainright .down:hover .up {
    bottom: 0;
    opacity: 0.3;
    transition:all 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:all 0.4s;
}

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

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

.productinfomainright .down:hover span a {
    color: #4b5b95 ;
}

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

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

.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 {
    margin: auto;
    width: 81%;
}

.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 img{
    border: 1px solid #999999;
}
.b .swiper-wrapper .swiper-slide a.active img {
    border: 2px solid #4b5b95 ;
}

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

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;
    background-color: #4b5b95 ;
    color: #ffffff;
    border-radius: 18px;
}

.contactmain .up .left {
    display: flex;
}
.contactmain .up .right .crgh{
    background-color: rgba(255, 255, 255, .3);
    transform: scale(0.9);
    padding: 15px;
    border-radius: 8px;
}
.contactmain .up .left .clf {
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.contactmain .up .left .clf h2{
    font-size: 42px;
}
.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 span{
    margin-right: 8px;
}
.contactmain .up .left div ul li i {
    color: #ffffff;
    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;
    background-color: transparent;
    border: 1px solid #ffffff;
    transition: all 0.5s;
    color: #ffffff;
}

.contactmain .up .right div input:hover{
    border: 1px solid transparent;
    background-color: #ffffff;
    color: #000000;
}

.contactmain .up .right div input::placeholder,
.contactmain .up .right div textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

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

.contactmain .up .right .cbtn{
    padding: 10px 40px;
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
    transition: all 0.5s;

}

.contactmain .up .right .cbtn:hover {
    border: 1px solid transparent;
    background-color: #ffffff;
    color: #000000;
    transition: all 0.5s;
}
.contactmain .up .right input:hover::placeholder{
    color: #000000;
    font-weight: 400;
}
.contactmain .up .right textarea {
    padding: 10px 40px;
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
    transition:all 0.5s;
}

.contactmain .up .right textarea:hover {
    border: 1px solid transparent;
    background-color: #ffffff;
    color: #000000;
    transition:all 0.5s;
}
.contactmain .up .right textarea:hover::placeholder{
    color: #000000;
    font-weight: 400;
}

/* #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:all 0.5s;
}

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

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

.productinfomain .swiper-button-next:hover {
    transition:all 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: #4b5b95 ;

}

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

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

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

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

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

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

.searchmainleft .r .imgs img {
    border-radius: 5px;
    width: 100%;
    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:all 0.5s;
}

.modle404 .zz404 .modlemain4042 ul li:hover {
    background-color: #fff;
    color: #4b5b95 ;
    transition:all 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:all 0.5s;
    display: inline-block;
    margin: .9375rem 0;
}

.modle404 .zz404 .modlemain4042 a:hover {
    border: .0625rem solid transparent;
    background-color: #ffffff;
    color: #4b5b95  !important;
    transition:all 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: #2E2C3DCC;
    font-size: 18px;
}

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

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

/* #endregion */


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

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

.side_content .side_list .cont li i {
    color: #4b5b95  !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:all 0.5s !important;
    overflow: scroll;
}

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

.plistimg {
    /* height: 100px; */
    /* margin: 10px; */
    /* padding-left: 10px; */
}

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

.plistzz {
    position: fixed;
    top: 0;
    left: -200%;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100vh;
    z-index: 9999999999999999;
    transition:all 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: #4b5b95  !important;
    font-weight: 600;
}

.plist ul li:hover {
    color: #4b5b95 ;
}

.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 #4b5b95 ;
    font-size: 1rem;
}

.plist ul li ul li:hover {
    color: #4b5b95 ;
}

.pright #nva1se {
    font-size: 1.875rem;
    color: #4b5b95 ;
    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 #4b5b95 ;
    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:all color 0.3s ease;
}

.breadcrumb div a:hover {
    color: #4b5b95 ;
}

.breadcrumb div.active a {
    color: #4b5b95  !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:all 0.1s;
}

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

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

.cnext .arrow-top,
.cnext .arrow-bottom {
    background-color: #4b5b95 ;
    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:all transform 0.1s;
}

.cprev .arrow-top,
.cprev .arrow-bottom {
    background-color: #4b5b95 ;
    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: 5;
    overflow: hidden;
}
.pock{
    position: absolute;
    color: #ffffff !important;
    left: -5px;
    width: 60px;
    text-align: center;
    background-color: #4b5b95 ;
    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: #4b5b95 ;
    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:all 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:all 0.5s;
    transition-delay: 0s;
}
.barnav ul li span::before {
    opacity: 0.5;
    transition-delay: 0.25s;
}
.blid{position: relative;}
.blidd{
    position: absolute;
    top: -100%;
    left: -50%;
    background-color: #ffffff;
    transform: translateX(50%);
    padding: 10px 15px;
    border-radius: 5px;
}
.blidd::after{
    content: '';
    border-top: 8px solid #ffffff;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: -15px;
    left: 33px;
}
/* 这里将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;
}
/* *************************************************************************576*********************************************  */
@media (max-width:36rem) {
    .ab2{
        margin-top: 20px;
    }
    .flast{
        flex-direction: column;
    }
    .abimgl{
        padding-right: 12px !important;
    }
    .abimgr{
        padding-left: 12px !important;
    }
    .ycdh{
        display: none;
    }
    .nav3{
        display:none !important;
    }
    .barnav{
        display: block;
    }
    .feedback,
    .scrollsidebar{display: none;}
    /*头部 脚部样式  */

    .nav0 {
        display: none;
    }

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

    .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%;
    }
    .lsf{
        flex-direction: column;
    }
    .fo3{
        justify-content: start;
    }
    .foul3{
        display: flex;
        flex-wrap: wrap;
    }
    .f3li{
        margin: 15px 30px 15px 0;
    }
    /* main */
    .nconter{
        margin: 0;
    }
    .container{
        padding: 12px;
    }
    .main{
        padding: 12px;
    }
    .m1leftd{
        padding-right: 0;
    }
    .m1rightdzz{
        display: none;
    }
    .ztleft {
        display: none;
    }
    .fncol1{
        justify-content: start;
    }
    .flast{
        padding: 0;
    }
    .m2{
        margin: 0;
    }
    .m3{
        margin: 0;
        padding: 20px;
    }
    .m4{
        margin: 0;
    }
    .footer{
        margin-bottom: 60px;
    }
    .n1phone{
        display: none;
    }
    .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: 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) {
    .ab2{
        margin-top: 20px;
    }
    .nconter{
        margin: auto;
    }
    .abimgl{
        padding-right: 12px !important;
    }
    .abimgr{
        padding-left: 12px !important;
    }
    .ycdh{
        display: none;
    }
    .barnav{
        display: block;
    }
    .feedback,
    .scrollsidebar
    {display: none;}
    .ffownli{
        text-align: start;
    }


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

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

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

    .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%;
    }

    .foul3{
        display: flex;
        flex-wrap: wrap;
    }
    .f3li{
        margin: 15px 30px 15px 0;
    }
    /* .footer {
        padding: 25px 0;
        
    } */
    .fcoll{
        padding:0 12px;
    }

    .lastf {
        padding-bottom: 25px;
    }
    .trfocn{
        flex-direction: column;
        padding: 25px 0;
    }
    .lsf{
        flex-direction: column;
    }
    .fo3{
        justify-content: start;
    }
    /* main */
    .container{
        padding: 12px;
    }
    .nav1{
        display: block;
    }
    .container{
        padding: 12px;
    }
    .main{
        padding: 12px;
    }
    .m1leftd{
        padding-right: 0;
    }
    .ztleft {
        display: none;
    }
    .fncol1{
        justify-content: start;
    }
    .flast{
        padding: 0;
    }
    .m2{
        margin: 0;
    }
    .m3{
        margin: 0;
        padding: 20px;
    }
    .m4{
        margin: 0;
    }
    .fo3{
        justify-content: start;
    }
    .footer{
        margin-bottom: 60px;
    }
    .n1phone{
        display: none;
    }
    .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: 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%;
    }

}
/* about-us */
/* #region */
.alcon h5{
    font-size: 16px;
    color: #4b5b95 ;
    display: none;
}
.alcon h2{
    margin: 25px 0;
    font-size: 32px;
}
.alcon .abcon p{
    font-size: 14px;
    color: #;
    margin: 8px 0;
}
.abimgr{
    padding-left: 0;
}
.abimgl{
    padding-right: 0;
}
.abconr{
    padding: 15px 25px;
}
.arimg{
    height: 100%;
}
.arimg img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.ab3p{
    margin-bottom: 25px;
    text-align: center;
}
.newlista{
    width: 100%;
}
/* #endregion */
/* *************************************************************************768-992*********************************************  */

@media (min-width:48rem) and (max-width:62rem) {
    .ab2{
        margin-top: 20px;
    }
    .nconter{
        margin: auto;
    }
    .ycdh{
        display: none;
    }
    .nav3{
        display:none !important;
    }
    .barnav{
        display: block;
    }
    .abimgl{
        padding-right: 12px !important;
    }
    .abimgr{
        padding-left: 12px !important;
    }
    .ffownli{
        text-align: start;
    }
    /*头部 脚部样式  */

    .nav0 {
        display: none;
    }

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

    .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;
    }
    .foul3{
        display: flex;
        flex-wrap: wrap;
    }
    .f3li{
        margin: 15px 30px 15px 0;
    }
    .nv3{display: none;}
    /* main */
    .container{
        padding: 12px;
    }
    .main{
        padding: 12px;
    }
    .m1leftd{
        padding-right: 0;
    }
    .m1rightdzz{
        display: none;
    }
    .ztleft {
        display: none;
    }
    .fncol1{
        justify-content: start;
    }
    .flast{
        padding:10px 30px;
    }
    .m2{
        margin: 0;
    }
    .m3{
        margin: 0;
        padding: 20px;
    }
    .m4{
        margin: 0;
    }
    .m1rightdimg{
        width: 100%;
    }
    .footer{
        margin-bottom: 60px;
    }
    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;
    }

    .n1phone{
        display: none;
    }
    .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) {

    .modal{
        scale: 0.8;
    }
    .ycdh{
        display: none;
    }
    .nav3{
        display:none !important;
    }
    .barnav{
        display: block;
    }
    .nv3{display: none;}
    
    /* .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%;
    }

    .footer {
        background-size: unset;
        margin-bottom: 60px;
    }
    .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*/
    .ztleftd{
        padding: 0;
    }
    .m1leftd{
        padding-right: 0;
    }
    .m1rightdzz{
        left: 0;
        width: 100%;
    }
    .m1rightdimg{
        scale: 0.9;
    }
    .ztleftlisj{
        right: 232px;
    }
    .sjdh{
        left: 232px;
    }
    .ztleftdiv{
        display: none;
    }
    
    .ztleftli:hover .ztleftlier{
        left: 258px ;
    }
    .m3row .col-xxl-3{
        width: 50%;
    }
    .nconter{
        margin: 0;
    }
    .contactmain .up{
        margin: 0 40px;
    }
    .m3{
        margin: 0;
    }
    .m4{
        /* margin: 10px; */
        margin: 0;
    }
    .t50{
        padding-top: 20px;
    }
    .b60{
        padding-bottom: 20px;
    }
    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: 88%;
        right: 17px;
    }

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

    #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-100*********************************************  */

@media (min-width:75rem) and (max-width:87.5rem) {
    .newmodle1400{
        margin: 0 70px 0 20px;
    } 
    .m1rightdzz{
        display: none;
    }
    .nconter{
        margin: 0;
    }
    .n1y1,
    .n1y2 {
        width: 20%;
    }

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

    .footer {
        background-size: unset;
    }


    .fful {
        margin-right: 95px;
    }

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

    /* main*/
    .lineBox{
        right: -39%;
    }
    .m1rightdzz{
        left: 0;
        width: 100%;
    }
    .m1leftd{
        padding-right: 0;
    }
    .m1rightdimg{
        scale: 0.9;
    }
    .m3row .col-xxl-3{
        width: 33.33333333333333%;
    }
    .contactmain .up{
        margin-right: 70px;
        margin-left: 30px;
    }
    .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 #ffffff;
        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;
    }

}

/* ***********************************************************************1400-1600*************************************************************** */
/*@media(min-width:1200px) and (max-width:1250px){*/
/*    .lineBox{*/
/*        right: -58% !important;*/
/*    }*/
/*     .ztleftlisj {*/
/*        right: 276px;*/
/*    }*/
/*    .ztleftli:hover .ztleftlier{*/
/*        left: 303px;*/
/*    }*/
/*    .sjdh {*/
/*        left: 276px;*/
/*    }*/
    
/*}*/
/*@media(min-width:1250px) and (max-width:1300px){*/
/*    .lineBox{*/
/*        right: -56% !important;*/
/*    }*/
/*}*/
/*@media(min-width:1300px) and (max-width:1350px){*/
/*    .lineBox{*/
/*        right: -54% !important;*/
/*    }*/
/*}*/
/*@media(min-width:1350px) and (max-width:1400px){*/
/*    .lineBox{*/
/*        right: -52% !important;*/
/*    }*/
/*}*/
/*@media(min-width:1400px) and (max-width:1450px){*/
/*    .lineBox{*/
/*        right: -49% !important;*/
/*    }*/
/*    .m3row .col-xxl-3{*/
/*        width: 25% !important;*/
/*    }*/
/*}*/
/*@media(min-width:1450px) and (max-width:1500px){*/
/*    .lineBox{*/
/*        right: -49% !important;*/
/*    }*/
/*    .m3row .col-xxl-3{*/
/*        width: 25% !important;*/
/*    }*/
/*}*/
/*@media(min-width:1500px) and (max-width:1550px){*/
/*    .lineBox{*/
/*        right: -47% !important;*/
/*    }*/
/*}*/
/*@media(min-width:1550px) and (max-width:1600px){*/
/*    .lineBox{*/
/*        right: -45% !important;*/
/*    }*/
/*}*/
/*@media(min-width:1600px) and (max-width:1650px){*/
/*    .lineBox{*/
/*        right: -43% !important;*/
/*    }*/
/*}*/
/*@media(min-width:1650px) and (max-width:1700px){*/
/*    .lineBox{*/
/*        right: -43% !important;*/
/*    }*/
/*}*/
/*@media(min-width:1700px) and (max-width:1750px){*/
/*    .lineBox{*/
/*        right: -42% !important;*/
/*    }*/
/*}*/
/*@media(min-width:1750px) and (max-width:1800px){*/
/*    .lineBox{*/
/*        right: -40% !important;*/
/*    }*/
/*}*/
/*@media(min-width:1800px) and (max-width:1850px){*/
/*    .lineBox{*/
/*        right: -39% !important;*/
/*    }*/
/*}*/
/*@media(min-width:1850px) and (max-width:1900px){*/
/*    .lineBox{*/
/*        right: -38% !important;*/
/*    }*/
/*}*/
/*@media(min-width:1400px) and (max-width:1900px){*/
/*    .ztleftdiv p{*/
/*        font-size: 16px;*/
/*    }*/
/*}*/
/* ****************************************************************************************************************** */
/* 左侧导航 */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

.container {
    position: relative;
    margin: 0px auto;
    padding: 50px 0;
    clear: both;
}
@media only screen and (min-width: 1200px) {
    .container {
        width: 1210px;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .container {
        width: 1030px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .container {
        width: 682px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 428px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 479px) {
    .container {
        width: 320px;
        margin: 0 auto;
    }
}


  
.mcd-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #FFF;
  /*height: 100px;*/
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  
  /* == */
  /* width: 250px; */
  /* == */
}
.mcd-menu li {
  position: relative;
  /*float:left;*/
  margin: 10px 0;
}
.mcd-menu li a {
  display: flex;
  text-decoration: none;
  padding: 12px 20px;
  color: #777;
  align-items: center;
  /*text-align: center;
  border-right: 1px solid #E7E7E7;*/
  justify-content: space-between;
  
  /* == */
  text-align: left;
  height: 36px;
  position: relative;
  /* border-bottom: 1px solid #EEE; */
  /* == */
}
.mcd-menu li.active a i{
    display: block;
}
.mcd-menu li:hover a i{
    display: block;
}
.mcd-menu li a i {
    display: none;
  /*display: block;
  font-size: 30px;
  margin-bottom: 10px;*/
  
  /* == */
  float: left;
  font-size:16px;
  color: #dddddd;
  margin: 0 10px 0 0;
  /* == */
  
}
/* == */
.mcd-menu li a p {
  float: left;
  margin: 0 ;
}
/* == */

.mcd-menu li a strong {
  display: block;
  text-transform: uppercase;
}
.mcd-menu li a small {
  display: block;
  font-size: 10px;
}

.mcd-menu li a i, .mcd-menu li a strong, .mcd-menu li a small {
  position: relative;
  
  transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
}
.mcd-menu li:hover > a i {
    opacity: 1;
    -webkit-animation: moveFromTop 300ms ease-in-out;
    -moz-animation: moveFromTop 300ms ease-in-out;
    -ms-animation: moveFromTop 300ms ease-in-out;
    -o-animation: moveFromTop 300ms ease-in-out;
    animation: moveFromTop 300ms ease-in-out;
}
.mcd-menu li:hover a strong {
    opacity: 1;
    -webkit-animation: moveFromLeft 300ms ease-in-out;
    -moz-animation: moveFromLeft 300ms ease-in-out;
    -ms-animation: moveFromLeft 300ms ease-in-out;
    -o-animation: moveFromLeft 300ms ease-in-out;
    animation: moveFromLeft 300ms ease-in-out;
}
.mcd-menu li:hover a small {
    opacity: 1;
    -webkit-animation: moveFromRight 300ms ease-in-out;
    -moz-animation: moveFromRight 300ms ease-in-out;
    -ms-animation: moveFromRight 300ms ease-in-out;
    -o-animation: moveFromRight 300ms ease-in-out;
    animation: moveFromRight 300ms ease-in-out;
}

.mcd-menu li:hover > a {
  color: #4b5b95;
}
.mcd-menu li a.active {
  position: relative;
  color: #4b5b95;
  border:0;
  /*border-top: 4px solid #4b5b95;
  border-bottom: 4px solid #4b5b95;
  margin-top: -4px;*/
  box-shadow: 0 0 5px #DDD;
  -moz-box-shadow: 0 0 5px #DDD;
  -webkit-box-shadow: 0 0 5px #DDD;
  
  /* == */
  border-left: 4px solid #4b5b95;
  border-right: 4px solid #4b5b95;
  margin: 0 -4px;
  /* == */
}
.mcd-menu li a.active:before {
  content: "";
  position: absolute;
  /*top: 0;
  left: 45%;
  border-top: 5px solid #4b5b95;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;*/
  
  /* == */
  top: 42%;
  left: 0;
  border-left: 5px solid #4b5b95;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  /* == */
}

/* == */
.mcd-menu li a.active:after {
  content: "";
  position: absolute;
  top: 42%;
  right: 0;
  border-right: 5px solid #4b5b95;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
/* == */

@-webkit-keyframes moveFromTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(200%);
        -moz-transform: translateY(200%);
        -ms-transform: translateY(200%);
        -o-transform: translateY(200%);
        transform: translateY(200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}
@-webkit-keyframes moveFromLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(200%);
        -moz-transform: translateX(200%);
        -ms-transform: translateX(200%);
        -o-transform: translateX(200%);
        transform: translateX(200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@-webkit-keyframes moveFromRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(-200%);
        -moz-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        -o-transform: translateX(-200%);
        transform: translateX(-200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}



.mcd-menu li ul,
.mcd-menu li ul li ul {
  position: absolute;
  height: auto;
  min-width: 200px;
  padding: 0;
  margin: 0;
  background: #FFF;
  /*border-top: 4px solid #4b5b95;*/
  opacity: 0;
  visibility: hidden;
  transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  /*top: 130px;*/
  z-index: 1000;
  
  /* == */
  left:280px;
  top: 0px;
  border-left: 4px solid #4b5b95;
  /* == */
}
.mcd-menu li ul:before {
    display: none;
  content: "";
  position: absolute;
  /*top: -8px;
  left: 23%;
  border-bottom: 5px solid #4b5b95;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;*/
  
  /* == */
  top: 25px;
  left: -9px;
  border-right: 5px solid #4b5b95;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  /* == */
}
.mcd-menu li:hover > ul,
.mcd-menu li ul li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  /*top: 100px;*/
  
  /* == */
  left:250px;
  /* == */
}
/*.mcd-menu li ul li {
  float: none;
}*/
.mcd-menu li ul li{
    width: 100%;
}
.mcd-menu li ul li a {
  padding: 10px;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #EEE
  display: flex;
  justify-content: start;
  
  /* == */
  height: auto;
  /* == */
}
.mcd-menu li ul li a span{
    width: 100%;
    text-align: left;
}
.mcd-menu li ul li a i {
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
}
.mcd-menu li ul li ul {
  left: 230px;
  top: 0;
  border: 0;
  border-left: 4px solid #4b5b95;
}  
.mcd-menu li ul li ul:before {
  content: "";
  position: absolute;
  top: 15px;
  /*left: -14px;*/
  /* == */
  left: -9px;
  /* == */
  border-right: 5px solid #4b5b95;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}
.mcd-menu li ul li:hover > ul {
  top: 0px;
  left: 200px;
}



/*.mcd-menu li.float {
  float: right;
}*/
.mcd-menu li a.search {
  /*padding: 29px 20px 30px 10px;*/
  padding: 10px 10px 15px 10px;
  clear: both;
}
.mcd-menu li a.search i {
  margin: 0;
  display: inline-block;
  font-size: 18px;
}
.mcd-menu li a.search input {
  border: 1px solid #EEE;
  padding: 10px;
  background: #FFF;
  outline: none;
  color: #777;
  
  /* == */
  width:170px;
  float:left;
  /* == */
}
.mcd-menu li a.search button {
  border: 1px solid #4b5b95;
  /*padding: 10px;*/
  background: #4b5b95;
  outline: none;
  color: #FFF;
  margin-left: -4px;
  
  /* == */
  float:left;
  padding: 10px 10px 11px 10px;
  /* == */
}
.mcd-menu li a.search input:focus {
  border: 1px solid #4b5b95;
}


.search-mobile { 
	display:none !important;
	background:#4b5b95;
	border-left:1px solid #4b5b95;
	border-radius:0 3px 3px 0;
}
.search-mobile i { 
	color:#FFF; 
	margin:0 !important;
}
@media only screen and (min-width:1201px) and (max-width:1800px){
    .mcd-menu li:hover > ul{
        left: 202px !important;
    }
}
@media only screen and (min-width: 992) and (max-width: 1200px) {
    .mcd-menu {
		margin-left:30px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mcd-menu {
		width: 200px;
	}
	.mcd-menu li a {
		height:30px;
	}
	.mcd-menu li a i {
		font-size: 22px;
	}
	.mcd-menu li a strong {
		font-size: 12px;
	}
	.mcd-menu li a small {
		font-size: 10px;
	}	
	.mcd-menu li a.search input {
		width: 120px;
		font-size: 12px;
	}
	.mcd-menu li a.search buton{
		padding: 8px 10px 9px 10px;
	}
	.mcd-menu li > ul {
		min-width:180px;
	}
	.mcd-menu li:hover > ul {
		min-width:180px;
		left:200px;
	}
	.mcd-menu li ul li > ul, .mcd-menu li ul li ul li > ul {
		min-width:150px;
	}
	.mcd-menu li ul li:hover > ul {
		left:180px;
		min-width:150px;
	}
	.mcd-menu li ul li ul li:hover > ul {
		left:150px;
		min-width:150px;
	}
	.mcd-menu li ul a {
		font-size:12px;
	}
	.mcd-menu li ul a i {
		font-size:14px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	
	.mcd-menu { 
		width: 50px;
	}
	.mcd-menu li a { 
		position: relative;
		padding: 12px 16px;
		height:20px;
	}
	.mcd-menu li a small { 
		display: none;
	}
	.mcd-menu li a strong { 
		display: none;
	}
	.mcd-menu li a:hover strong,.mcd-menu li a.active strong {
		display:block;
		font-size:10px;
		padding:3px 0;
		position:absolute;
		bottom:0px;
		left:0;
		background:#4b5b95;
		color:#FFF;
		min-width:100%;
		text-transform:lowercase;
		font-weight:normal;
		text-align:center;
	}
	.mcd-menu li .search { 
		display: none;
	}
	
	.mcd-menu li > ul {
		min-width:180px;
		left:70px;
	}
	.mcd-menu li:hover > ul {
		min-width:180px;
		left:50px;
	}
	.mcd-menu li ul li > ul, .mcd-menu li ul li ul li > ul {
		min-width:150px;
	}
	.mcd-menu li ul li:hover > ul {
		left:180px;
		min-width:150px;
	}
	.mcd-menu li ul li ul li > ul {
		left:35px;
		top: 45px;
		border:0;
		border-top:4px solid #4b5b95;
	}
	.mcd-menu li ul li ul li > ul:before {
		left:30px;
		top: -9px;
		border:0;
		border-bottom:5px solid #4b5b95;
		border-left:5px solid transparent;
		border-right:5px solid transparent;
	}
	.mcd-menu li ul li ul li:hover > ul {
		left:30px;
		min-width:150px;
		top: 35px;
	}
	.mcd-menu li ul a {
		font-size:12px;
	}
	.mcd-menu li ul a i {
		font-size:14px;
	}
	
}

@media only screen and (max-width: 576px) {
    .mcd-menu { 
		width: 50px;
	}
	.mcd-menu li a { 
		position: relative;
		padding: 12px 16px;
		height:20px;
	}
	.mcd-menu li a small { 
		display: none;
	}
	.mcd-menu li a strong { 
		display: none;
	}
	.mcd-menu li a:hover strong,.mcd-menu li a.active strong {
		display:block;
		font-size:10px;
		padding:3px 0;
		position:absolute;
		bottom:0px;
		left:0;
		background:#4b5b95;
		color:#FFF;
		min-width:100%;
		text-transform:lowercase;
		font-weight:normal;
		text-align:center;
	}
	.mcd-menu li .search { 
		display: none;
	}
	
	.mcd-menu li > ul {
		min-width:180px;
		left:70px;
	}
	.mcd-menu li:hover > ul {
		min-width:180px;
		left:50px;
	}
	.mcd-menu li ul li > ul, .mcd-menu li ul li ul li > ul {
		min-width:150px;
	}
	.mcd-menu li ul li:hover > ul {
		left:180px;
		min-width:150px;
	}
	.mcd-menu li ul li ul li > ul {
		left:35px;
		top: 45px;
		border:0;
		border-top:4px solid #4b5b95;
	}
	.mcd-menu li ul li ul li > ul:before {
		left:30px;
		top: -9px;
		border:0;
		border-bottom:5px solid #4b5b95;
		border-left:5px solid transparent;
		border-right:5px solid transparent;
	}
	.mcd-menu li ul li ul li:hover > ul {
		left:30px;
		min-width:150px;
		top: 35px;
	}
	.mcd-menu li ul a {
		font-size:12px;
	}
	.mcd-menu li ul a i {
		font-size:14px;
	}
    
}

.n0rightcol{
    transition: all 0.3s;
    cursor: pointer;
}
.n0rightcol:hover{
    background-color: #6472a4;
}
.n0rightcol:hover span{
    color: #ffffff !important; 
}
.n0rightcol:hover i{
    color: #ffffff;
}
.feedbackForm .line input, .feedbackForm .line textarea{
    box-shadow: unset !important;
}
.swiper-pagination-bullet-active{
    background-color: #4b5b95 !important;
}
.sbwipersw{
    padding-bottom: 40px;
}
.sbhj2{
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    padding: 35px;
}

.yandex-form .p-3{ padding:0 !important}
.yandex-form .mt-4{ margin-top:0 !important}

.yandex-form #form .list p{ margin-top:0; margin-bottom:0}
.yandex-form .m5leftd p{ margin-top:0; margin-bottom:0}
.contactmain .up .right div.spinner{ width:10px !important; display:block}
.yandex-form .bg-white{ background:none!important}

.contactmain .clf a{ color:#fff}
.contactmain .clf a:hover{ color:#fc0; text-decoration:none}