@charset "UTF-8";/*调用外部字体*/
@font-face {
    font-family: myFirstFont;
    src: url('../font/LucidaGrande.ttc');
}

@font-face {
    font-family: cg;
    src: url('../font/times.ttf');
}

@font-face {
    font-family: bold;
    src: url('../font/Lucida_Grande_Bold.ttf');
}

@font-face {
    font-family: bold2;
    src: url('../font/timesbd.ttf');
}

.cg {
    font-family: cg;
}
.d-y {
    display: block;
}

.d-x {
    display: none!important;
}
.flex {
    display: flex;
}
.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.flex-jcr {
    justify-content: space-between;
}

.flex-jcc {
    justify-content: center;
}

.flex-ait {
    align-items: flex-start;
}

.flex-aic {
    align-items: center;
}

.flex-aib {
    align-items: flex-end;
}

.flex-jc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.bold {
    font-family: bold;
    font-weight: bold;
}

.bold2 {
    font-family: bold2;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

#toolbarContainer {
    display: none;
}

body {
    font-size: 14px;
    overflow-x: hidden;
    font-family: myFirstFont;
    padding-top: 100px;
    background: #FBF4FF;
}

body::-webkit-scrollbar {
    width: 6px;
    height: 10px;
    background-color: #f5f5f5;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555;
}

li,a,i {
    text-decoration: none;
    list-style: none;
    font-style: normal;
}

input,button,textarea {
    border: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

table {
    border-collapse: collapse;
}

h5,h4,h3,h2,h1 {
    font-weight: normal;
    line-height: 100%;
}

a, a * {
    transition: all 0.5s;
}

img {
    transition: all 0.8s!important;
    max-width: 100%;
    border: none;
    /*防止图片模糊*/
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /*Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
}

.myTargetElement {
    display: inline-block;
}

.swiper-button-next,.swiper-button-prev {
    content: ''!important;
    opacity: 1!important;
    cursor: pointer;
}

.swiper-button-next::after,.swiper-button-prev::after {
    content: ''!important;
}

/*鼠标经过动画*/
/* wow fadeInDown2*/
/* wow fadeInUp2*/
/*tr-title title-flex 文字效果*/
/* onion-tstime onion-tfty 文字效果*/
/* wow fadeInUp" data-wow-delay="0.2s"*/
/* wow zoomIn*/
/*可以加入 data-wow-duration（动画持续时间）和 data-wow-delay（动画延迟时间）属性，如：*/
/*.nydh2 p a:before, .nydh2 p a:after{content: '';width: 0;height: 100%;    opacity: 0;position: absolute;top: 0;z-index: -1;transition: all 0.3s;-webkit-transition: all 0.3s;background-color: #e60012;}.nydh2 p a:hover:before, .nydh2 p a:hover:after{width: 50%;opacity: 1;}.nydh2 p a:before{left: 50%;}.nydh2 p a:after{right: 50%;}*/
/*鼠标经过动画*/
/*-webkit-transform: translateY(-10px);-ms-transform: translateY(-10px);transform: translateY(-10px);*/
/*a标签邮箱链接*/
/*mailto:*/
/*a标签发送短信*/
/*sms:*/
/*新窗口打开*/
/*target="_blank"*/
/*input邮箱格式*/
/*email*/
/*放大镜*/
/*class="pirobox_gall"*/
/*数字滚动*/
/*myTargetElement*/
/*样式白变黑*/
/*filter: brightness(0) invert(1);*/
/*鼠标经过加框.cpzx-b a i{display:block;position:absolute;background:#fe1e24;}.cpzx-b a .i1{width:0px;height:1px;right:0px;top:0px;}.cpzx-b a .i2{width:1px;height:0px;left:0px;top:0px;}.cpzx-b a .i3{width:0px;height:1px;left:0px;bottom:0px;}.cpzx-b a .i4{width:1px;height:0px;right:0px;bottom:0px;}.cpzx-b a:hover .i1,.cpzx-b a:hover .i3{width:100%}.cpzx-b a:hover .i2,.cpzx-b a:hover .i4{height:100%}*/
/*视频动画*/
/*.gywm-r p::before, .gywm-r p::after {position: absolute;width: 100%;height: 100%;border-radius: 50%;background: #1b80d6;content: '';top:0;left:0}.gywm-r p::before{animation: scale 2s infinite; }.gywm-r p::after{animation: scale2 2s infinite; }@keyframes scale{0%{ transform: scale(1); opacity:.9}100%{ transform: scale(2); opacity: 0;}}@keyframes scale2{0%{ transform: scale(1);opacity:.9;}100%{ transform: scale(4);opacity:0;}}*/
/*图片左右不停晃动*/
/*@-webkit-keyframes hvr-buzz-out{10%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}20%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}30%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}40%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}50%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}60%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}70%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}80%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}90%{-webkit-transform:translateX(1px) rotate(0);transform:translateX(1px) rotate(0)}100%{-webkit-transform:translateX(-1px) rotate(0);transform:translateX(-1px) rotate(0)}}@keyframes hvr-buzz-out{10%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}20%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}30%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}40%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}50%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}60%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}70%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}80%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}90%{-webkit-transform:translateX(1px) rotate(0);transform:translateX(1px) rotate(0)}100%{-webkit-transform:translateX(-1px) rotate(0);transform:translateX(-1px) rotate(0)}}.footer-r1 h3 img{-webkit-animation:hvr-buzz-out 3s infinite linear;animation:hvr-buzz-out 3s infinite linear}*/
/*元素上下不停动*/
/*@-webkit-keyframes rotation2{    0%{transform: translateY(0px);}    50%{transform: translateY(5px);}    100%{transform: translateY(0px);}}p{animation: rotation2 1.5s linear infinite;-moz-animation: rotation2 1.5s linear infinite;-webkit-animation: rotation2 1.5s linear infinite;-o-animation: rotation2 1.5s linear infinite;}*/
/*页面主题色*/
:root {
    --colors: #DEB658;
}

/*去掉动画*/
.wow2 {
    visibility: initial!important;
    animation-duration: initial!important;
    animation-delay: initial!important;
    animation-iteration-count: initial!important;
    animation-name: initial!important;
}

/*电脑段头部开始*/
.head {
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: all 0.5s;
    position: fixed;
    background: #FBF4FF;
}

.head:hover {
    background: #fff;
}

.head-l {
    /* margin-right:70px; */
    position: absolute;
    left: calc(50% - 100px);
    top: 20px;
    display: block;
    width: 200px;
}

.head-l img {
    display: block;
    height: 60px;
}

.head .img2 {
    display: none;
}

.head-c-l {
    display: flex;
    align-items: center;
    position: relative;
}

.head-c-l a img {
    display: block;
}

.head-c-r {
    float: right;
    display: flex;
    align-items: center;
}

.head-c-r-l {
    float: left;
}

.head-c-r-l>ul {
}

.head-c-r-l>ul>li {
    float: left;
    position: relative;
    padding: 0 20px;
}

.head-c-r-l-t {
    position: relative;
    z-index: 2
}

.head-c-r-l-t a {
    color: #000;
    line-height: 100px;
    position: relative;
    font-size: 14px;
}

.head-c-r-l-t a img {
    margin-left: 6px;
    transition: all 0s!important;
    height: 16px;
}

.head-c-r-l-t a p {
    position: absolute;
    left: calc(50% - 20px);
    width: 40px;
    height: 24px;
    background: var(--colors);
    bottom: 0;
    background: url(../images/xl2.png);
    opacity: 0;
    background-size: auto 100%;
}

.head-c-r-l>ul>li.active .head-c-r-l-t a,.head-c-r-l>ul>li:hover .head-c-r-l-t a {
    color: var(--colors);
}

.head-c-r-l>ul>li:hover .head-c-r-l-t a p {
    opacity: 1;
}

.head-c-r-l>ul>li.active .head-c-r-l-t a img,.head-c-r-l>ul>li:hover .head-c-r-l-t a img {
    filter: invert(73%) sepia(48%) saturate(459%) hue-rotate(2deg) brightness(93%) contrast(89%);
    transform: rotate(180deg);
}

.head-c-r-l-b {
    position: fixed;
    z-index: 100;
    background: #fff;
    top: 100px;
    max-height: 0;
    transition: all 0.5s;
    left: 0%;
    overflow: hidden;
    width: 100%;
}

.head>h5 {
    z-index: -1;
    position: fixed;
    left: 0;
    top: 100px;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(10px);
    display: none;
}

.head-c-r-l>ul li:hover>h5 {
    display: block;
}

.head-c-r-l>ul li:hover .head-c-r-l-b {
    max-height: 100vh;
    transition: all 0.5s;
    border-top: 1px solid var(--colors);
}

.head-c-r-l-b dl {
    padding: 70px 0
}

.head-c-r-l-b dl dt {
    font-size: 40px;
    margin-right: 160px;
}

.head-c-r-l-b dl dt a {
    display: block;
    color: #000;
    margin-bottom: 40px;
    line-height: 100%;
}

.head-c-r-l-b dl dt a:last-child {
    margin-bottom: 0;
}

.head-c-r-l-b dl dt a.active {
    color: var(--colors);
    font-style: italic;
}

.head-c-r-l-b dl dd {
    width: 360px;
    position: relative;
    /* overflow: hidden; */
}

.head-c-r-l-b dl dd p {
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s;
    left: 0;
    top: 0;
    width: 100%;
}
.head-c-r-l-b dl dd p i{position:absolute;left: calc(100% + 160px);display:block;top:0;width: 360px;font-size: 14px;color: #000;/* white-space: nowrap; */line-height: 24px;}
.head-c-r-l-b dl dd p img {
    display: block;
    width: 100%;
}

.head-c-r-l-b dl dd p.active {
    position: relative;
    z-index: 2;
    opacity: 1;
}

.head-c-r-r {
    margin-left: 20px;
    display:blkock
}
.head-c-r-r img{height:20px}
.head-c-r-r p {
    cursor: pointer;
}

.head-c-r-r a {
    margin-left: 24px;
    position: relative;
}

.head-c-r-r a i {
    width: 18px;
    height: 18px;
    border-radius: 30px;
    background: var(--colors);
    color: #fff;
    font-size: 10px;
    position: absolute;
    top: -10px;
    right: -19px;
}

/*电脑端头部结束*/
/*rb*/
.kf {
    width: 88px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 30px;
    position: absolute;
    right: 60px;
    top: 130px;
    z-index: 989;
}
.kf img{height:48px;}
.kf2 {
    width: 260px;
    background: #FFFFFF;
    border-radius: 30px;
    overflow: hidden;
    position: fixed;
    right: 36px;
    top: 130px;
    display: none;
    z-index: 1000;
}

.kf2-t {
    font-size: 20px;
    padding: 22px 24px;
    border-bottom: 1px solid #D9D1DE;
}

.kf2-c {
    padding: 24px;
}

.kf2-c h5 {
    font-size: 12px;
    color: rgba(0,0,0,0.5);
}

.kf2-c dl {
}

.kf2-c dl h4 {
    margin-top: 24px;
    font-size: 14px;
}

.kf2-c dl h4 i {
    cursor: pointer
}
.kf2-c dl h4 i img{height:24px;}
.kf2-b {
    padding: 25px 24px;
    color: #fff;
    font-size: 14px;
    width: 100%;
    cursor: pointer;
    background: var(--colors);
}
.kf2-b img{height:16px}
.kfdz {
    position: fixed;
    backdrop-filter: blur(10px);
    z-index: 100000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}

.kfdz-s {
    width: 800px;
    background: #FBF4FF;
    max-height: 99vh;
    overflow: auto;
    padding-bottom: 30px;
}

.kfdz-t {
    padding: 32px;
    font-size: 32px;
    margin-bottom: 16px;
}

.kfdz-t h3 {
    font-size: 32px;
}

.kfdz-t img {
    cursor: pointer;
}

.kfdz-c {
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-align: center;
}

.kfdz-c>i {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #D9D1DE;
    top: 17px;
    z-index: -1;
}

.kfdz-c dl {
    width: 25%;
    color: rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
}

.kfdz-c dl h5 {
    width: 42px;
    position: relative;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

.kfdz-c dl h5 img {
    display: block;
    height: 36px;
}

.kfdz-c dl h5 .img1 {
}

.kfdz-c dl h5 .img2 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.kfdz-c dl h3 {
    font-size: 14px;
    line-height: 24px;
}

.kfdz-c dl p {
    position: absolute;
    left: -50%;
    top: 17px;
    height: 1px;
    background: var(--colors);
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
    z-index: -1;
}

.kfdz-c dl.active {
    cursor: pointer;
}

.kfdz-c dl.active2 {
    color: var(--colors);
    font-weight: bold;
}

.kfdz-c dl.active h5 .img1 {
    opacity: 0;
}

.kfdz-c dl.active h5 .img2 {
    opacity: 1;
}

.kfdz-c dl.active p {
    opacity: 1;
}

.kfdz-b {
    margin: 0 40px;
}

.kfdz-b1 {
}

.kfdz-b1 {
    display: none;
}

.kfdz-b1.active {
    display: block;
}

.kfdz-b1 .div1 {
    position: relative;
    display: block;
    padding: 47px 40px 52px;
    border: 1px solid #D9D1DE;
    z-index: 2;
    margin-bottom: 50px;
}

.kfdz-b1 .div1>i {
    display: block;
    position: absolute;
    z-index: -1;
    background-size: 100% !important;
}

.kfdz-b1 .div1 .i1 {
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    height: 59px;
    background: url(../images/kfdz-bj1.png)no-repeat center;
    background-size: 100% !important;
}

.kfdz-b1 .div1 .i2 {
    left: 0;
    top: calc(50% - 45px);
    width: 40px;
    height: 90px;
    align-content: center;
    background: url(../images/kfdz-bj3.png)no-repeat center;
    background-size: 100% !important;
}

.kfdz-b1 .div1 .i3 {
    right: 0;
    top: calc(50% - 45px);
    width: 40px;
    height: 90px;
    background: url(../images/kfdz-bj4.png)no-repeat center;
}

.kfdz-b1 .div1 .i4 {
    left: -1px;
    bottom: -1px;
    width: calc(100% + 2px);
    height: 60px;
    background: url(../images/kfdz-bj2.png)no-repeat center;
    background-size: 100% !important;
}

.kfdz-b1-t1 {
    margin-bottom: 48px;
}

.kfdz-b1-t1 h3 {
    font-size: 14px;
    margin-bottom: 14px;
}

.kfdz-b1-t1 h4 {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}

.kfdz-b1-t2 {
    overflow: hidden;
    border-bottom: 1px solid #D9D1DE;
    margin-bottom: 36px;
}

.kfdz-b1-t2 dl {
    margin-bottom: 40px;
}

.kfdz-b1-t2 dl h3 {
    font-size: 20px;
    text-align: left;
    width: 40%;
}

.kfdz-b1-t2 dl dt {
    width: 160px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}

.kfdz-b1-t2 dl dt select {
    width: 100px;
    height: 23px;
    background: url(../images/kfdz-tb4.png)no-repeat center right;
    border: none;
    font-weight: bold;
    background-size: 16px;
}

.kfdz-b1-t2 dl dd {
    cursor: pointer;
}
.kfdz-b1-t2 dl dd img{height: 20px;}
.kfdz-b1-t3 {
}

.kfdz-b1-t3 h5 {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 25px;
}

.kfdz-b1-t3 dl {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
}

.kfdz-b1-t3 dl label {
    margin-right: 48px;
    cursor: pointer;
}
.kfdz-b1-t3 dl label:nth-child(1){display:none;}
.kfdz-b1-t3 dl label p {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: url(../images/kfdz-tb6.png);
    transition: all 0.5s;
    background-size: 100%!important;
}

.kfdz-b1-t3 dl label.active p {
    background: url(../images/kfdz-tb7.png);
}

.kfdz-b1-t3 dl label input {
    opacity: 0;
}

.kfdz-b1 .button {
    width: 100%;
    height: 48px;
    color: #fff;
    background: #000;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.5s;
}

.kfdz-b1 .button:hover {
    background: var(--colors);
}

.kfdz-b2 {
}

.kfdz-b2 .div1 {
    padding: 40px 60px 12px;
    overflow: hidden;
}

.kfdz-b2-b1 {
    overflow: hidden;
}

.kfdz-b2-b1 label {
    margin-bottom: 28px;
    cursor: pointer;
}

.kfdz-b2-b1 label h4 {
    width: 160px;
    overflow: hidden;
    display: none;
}

.kfdz-b2-b1 label h4 img {
    display: block;
    width: 100%;
}

.kfdz-b2-b1 label dt {
    width: calc(100% - 50px);
    padding-left: 30px;
}

.kfdz-b2-b1 label dt h3 {
    font-size: 20px;
    margin-bottom: 16px;
    transition: all 0.5s;
}

.kfdz-b2-b1 label:hover dt h3 {
    color: var(--colors)
}

.kfdz-b2-b1 label dt h5 {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}

.kfdz-b2-b1 label dd {
    width: 28px;
    height: 28px;
    border-radius: 28px;
    background: url(../images/kfdz2-tb.png)no-repeat center;
    background-size: 100% !important;
}

.kfdz-b2-b1 label.active dd {
    background: url(../images/kfdz2-tb2.png)no-repeat center;
    transition: all 0.5s;
}

.kfdz-b2-b1 label dd input {
    width: 28px;
    opacity: 0;
}

.kfdz-b2-b2 {
}

.kfdz-b2-b2 .button1 {
    width: calc(50% - 6px);
    height: 48px;
    cursor: pointer;
    transition: all 0.5s;
    font-size: 16px;
    background: #000;
    color: #fff;
}

.kfdz-b2-b2 .button1:hover {
    background: var(--colors);
}

.kfdz-b2-b2 .button2 {
    width: calc(50% - 6px);
    height: 48px;
    cursor: pointer;
    transition: all 0.5s;
    font-size: 16px;
    background: #fff;
    border: 1px solid #D9D1DE;
    color: #000;
}

.kfdz-b2-b2 .button2:hover {
    background: var(--colors);
    color: #fff;
}

.kfdz-b3 {
}

.kfdz-b3 .div1 {
    padding: 56px 60px;
}

.kfdz-b3-b1 {
    border-bottom: 1px solid #D9D1DE;
    font-size: 20px;
}

.kfdz-b3-b1 label {
    width: 200px;
    margin-bottom: 32px;
    cursor: pointer;
}

.kfdz-b3-b1 label p {
    width: 28px;
    height: 28px;
    border-radius: 28px;
    background: url(../images/kfdz2-tb.png)no-repeat center;
    background-size: 100% !important;
}

.kfdz-b3-b1 label p input {
    opacity: 0;
}

.kfdz-b3-b1 label:hover {
    color: var(--colors);
}

.kfdz-b3-b1 label.active {
    color: var(--colors);
}

.kfdz-b3-b1 label.active p {
    background: url(../images/kfdz2-tb2.png)no-repeat center;
}

.kfdz-b3-b2 {
    color: rgba(0, 0, 0, 0.5);
    padding-top: 30px;
}

.kfdz-b4 {
}

.kfdz-b4 .div1 {
    padding: 47px 60px 50px;
    margin-bottom: 80px;
}

.kfdz-b4 .div1 {
    border-color: #000;
}

.kfdz-b4 .div1 .i1 {
    height: 59px;
    background: url(../images/kfdz4-bj1.png)no-repeat center;
}

.kfdz-b4 .div1 .i2 {
    background: url(../images/kfdz4-bj3.png)no-repeat center;
}

.kfdz-b4 .div1 .i3 {
    background: url(../images/kfdz4-bj4.png)no-repeat center;
}

.kfdz-b4 .div1 .i4 {
    background: url(../images/kfdz4-bj2.png)no-repeat center;
}

.kfdz-b4-t1 {
    font-size: 20px;
    padding-bottom: 36px;
    border-bottom: 1px solid #000;
    margin-bottom: 28px;
}

.kfdz-b4-t2 {
    font-size: 14px;
    margin-bottom: 20px;
}

.kfdz-b4-t3 {
    border: 1px solid #D9D1DE;
    padding: 28px;
    margin-bottom: 28px;
}

.kfdz-b4-t3 dl {
}

.kfdz-b4-t3 dl dt {
    margin-right: 80px;
}

.kfdz-b4-t3 dl dt:last-child {
    margin-right: 0px!important;
}

.kfdz-b4-t3 dl dt h3 {
    font-size: 14px;
    margin-bottom: 8px;
}

.kfdz-b4-t3 dl dt h5 {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
}

.kfdz-b4-t4 {
    overflow: hidden;
    border-bottom: 1px solid #000;
    margin-bottom: 28px;
}

.kfdz-b4-t4 h4 {
    font-size: 14px;
    margin-bottom: 28px;
}

.kfdz-b4-t4 h4 i {
}

.kfdz-b4-t4 h4 span {
}

.kfdz-b4-t5 {
    text-align: right;
}

.kfdz-b4-t5 i {
    font-size: 20px;
    line-height: 100%;
}

.kfdz-b4-t6 {
}

.kfdz-b4-t6 .button1 {
    width: 41.11111111111111%;
    height: 48px;
    cursor: pointer;
    transition: all 0.5s;
    font-size: 16px;
    background: #000;
    color: #fff;
}

.kfdz-b4-t6 .button2,.kfdz-b4-t6 .button3 {
    width: 27.77777777777778%;
    height: 48px;
    cursor: pointer;
    transition: all 0.5s;
    font-size: 16px;
    background: #fff;
    border: 1px solid #D9D1DE;
    color: #000;
}

.kfdz-b4-t6 .button1:hover,.kfdz-b4-t6 .button2:hover,.kfdz-b4-t6 .button1:hover {
    background: var(--colors);
    color: #fff;
    border-color: var(--colors);
}

/*rb*/
/*电脑端尾部开始*/
.lxfs {
    background: #450671;
    padding: 75px 0 80px;
    color: #fff;
    margin-top: 50px;
}
.lxfs-l{
    width: 38.571428571428573%;
}
.lxfs-l h3{
    font-size: 24px;
    margin-bottom: 28px;
}
.lxfs-l p{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 35px;
}
.lxfs-l a{
    width: 180px;
    height: 40px;
    background: url(../images/lxfs-bj.png);
    background-size: 100% 100%;
    color: #fff;
    font-size: 16px;
}
.lxfs-l a:hover{}
.lxfs-r{
    width: 59.28571428571429%;
    font-size: 48px;
    line-height: 1.25;
}
.footer {
    background: #fff;
    padding-top: 50px;
    line-height: 100%;
}

.footer-t {
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
}

.footer-t>a img {
    height: 28px;
}

.footer-l {
}

.footer-l dl {
}

.footer-l dl:nth-child(1) {
    margin-right: 160px;
}

.footer-l dl h3 {
    text-transform: uppercase;
    margin-bottom: 24px;
}

.footer-l dl dt {
    margin-bottom: 16px;
}

.footer-l dl dt a {
    color: #000;
}

.footer-l dl dt a:hover {
    color: var(--colors);
}

.footer-l dl .div1 {
}

.footer-l dl .div1 ul {
    margin-right: 28px;
}

.footer-b {
    padding: 40px 0;
}

.footer-b a {
    color: #000;
}

.footer-b a:hover {
    color: var(--colors);
}

.footer-b p {line-height: 24px;}

.footer-b p a {
    display: block;
    margin-right: 32px;
}
.footer-b dl {
}

.footer-b dl a {
    margin: 0 8px;
}

.footer-b dl a img {height: 24px;}
/*电脑端尾部结束*/
.w1 {
    width: 1400px;
    margin: 0 auto;
}

@media(max-width: 1500px) {
    .w1 {
        width:1200px;
    }
}

.dzgz{position:fixed;left:0;top:0;width:100%;height:100%;z-index:100000000;background:rgba(0, 0, 0, 0.4);display:none;backdrop-filter: blur(10px);}
.dzgz-s{width:800px;position:relative;background:#fff;padding:68px 63px 30px;height:95vh;}
.dzgz-s>h5{position: absolute;right:30px;top:30px;cursor:pointer;}
.dzgz-s>h5 img{height: 30px;}
.dzgz-t{text-align:center;font-size:32px;margin-bottom:30px;}
.dzgz-c{height:36px;background:url(../images/dzgz-tb.png)no-repeat center;margin-bottom:48px;overflow:auto;padding-right:10px;background-size: auto 100%;}

.dzgz-b{line-height:20px;max-height: calc(100% - 180px);overflow:auto;}
.dzgz-b::-webkit-scrollbar {
  background-color: #fff;width:4px;
}
.dzgz-b::-webkit-scrollbar-track {
  background-color: #fff;width:4px;
}
.dzgz-b::-webkit-scrollbar-thumb {
  background-color: #FBF4FF;
}
.dzgz-b h4{font-size:16px;margin-bottom:16px;font-weight:bold;}
@media screen and (max-width:1200px){
    .dzgz-s>h5{right:10px;top:10px;}
}

/*index*/
/*index*/
/*购物车弹框*/
.gwjh {
    position: fixed;
    z-index: 100000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.gwjh>h5 {
    position: absolute;
    backdrop-filter: blur(10px);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

.gwjh-s {
    margin-left: auto;
    background: #FBF4FF;
    width: 700px;
    position: relative;
    height: 100vh;
    padding: 48px 40px;
}

.gwjh-t {
    margin-bottom: 40px;
}

.gwjh-t h3 {
    font-size: 40px;
    margin-right: 12px;
}

.gwjh-t i {
    color: var(--colors);
    font-size: 20px;
}

.gwjh-t h5 {
    position: absolute;
    right: 24px;
    top: 24px;
    cursor: pointer;
    width: 30px;
}

.gwjh-c {
    overflow: auto;
    height: calc(100% - 250px);
}

.gwjh-c {
}

.gwjh-c dl {
    margin-bottom: 28px;
    height: 200px;
    background: url(../images/gwjh-1.png);
    padding: 0 64px 0 81px;
}

.gwjh-c dl dt {
    width: 110px;
}

.gwjh-c dl dd {
    width: calc(100% - 150px);
}

.gwjh-c dl dd h3 {
    font-size: 20px;
    margin-bottom: 16px;
}

.gwjh-c dl dd h5 {
    font-size: 14px;
    margin-bottom: 36px;
}

.gwjh-c dl dd .div1 {
}

.gwjh-c dl dd .div1 .div2 {
    width: 158px;
    border: 1px solid #D9D1DE;
}

.gwjh-c dl dd .div1 .div2 p {
    height: 38px;
    width: 38px;
    cursor: pointer;
}

.gwjh-c dl dd .div1 .div2 input {
    height: 38px;
    padding: 0 5px;
    width: calc(100% - 76px);
    text-align: center;
    border-left: 1px solid #D9D1DE;
    border-right: 1px solid #D9D1DE;
    color: #000;
    font-size: 14px;
    background: none;
}

.gwjh-c dl dd h4 {
    cursor: pointer;
}

.gwjh-b {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #D9D1DE;
    padding: 32px 40px 40px;
    background: #FBF4FF;
}

.gwjh-b dt {
    margin-bottom: 32px;
    justify-content: flex-end;
}

.gwjh-b dt h4 {
    font-size: 28px;
    padding-left: 5px;
}

.gwjh-b dd {
}

.gwjh-b dd a {
    width: calc(34.516129032258064% - 6px);
    height: 60px;
    background: #fff;
    color: #000;
    border: 1px solid #D9D1DE;
    font-size: 16px;
}

.gwjh-b dd a:hover {
    background: var(--colors);
    border-color: var(--colors);
    color: #fff;
}

.gwjh-b dd button {
    width: calc(65.48387096774193% - 6px);
    background: #000;
    color: #fff;
    font-size: 16px;
    transition: all 0.5s;
    cursor: pointer;
}

.gwjh-b dd button:hover {
    background: var(--colors);
}

/*购物车弹框*/
/*搜索框样式开始*/
.sousou3 {
    position: fixed;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 100000003;
}

.sousou3-t {
    background: #fff;
    height: 540px;
}
.sousou3-t>img{height:122px;}
.sousou3-t form {
    margin: 0 100px;
    width: 600px;
    position: relative;
}

.sousou3 input {
    width: 100%;
    height: 120px;
    font-size 40px;background: #fff;
    box-sizing: border-box;
    text-indent: 1em;
    border-radius: 2px;
    border: none;
    font-size: 40px;
    border-bottom: 1px solid var(--colors);
    color: #000;
}

.sousou3 input::placeholder {
    color: #000;
}

.sousou3 button {
    background: none;
    position: absolute;
    right: 0;
    bottom: calc(50% - 25px);
    );)(););width: 50px;
    height: 50px;
    cursor: pointer;
}
.sousou3 button img{height: 25px;}
.sousou3 i {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 1px solid #000;
    right: 40px;
    top: 40px;
    cursor: pointer;
}

.sousou3 i img {
    display: block;
}

/*搜索框样式结束*/
/*底部按钮开始*/
.dbdh {
    width: 100%;
    position: fixed;
    bottom: 0px;
    background: #222;
    overflow: hidden;
    box-shadow: -5px 0px 10px #666;
    display: none;
    z-index: 120;
}

.dbdh ul li {
    float: left;
    width: 25%;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.3);
    padding: 10px 0;
    cursor: pointer;
}

.dbdh ul li:last-child {
    border: none;
    width: 25%;
}

.dbdh ul li.active {
    background: #fff;
}

.dbdh ul li.active a {
    color: var(--colors);
}

.dbdh ul li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.dbdh ul li i {
    display: block;
    margin-bottom: 5px;
}

/*底部按钮结束*/
/*点击弹出视频开始*/
.video {
    cursor: pointer;
}

#fade {
    display: none;
    background: #000000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .80;
    z-index: 9999;
}

.top_popupbox {
    max-width: 80%;
    width: 1200px;
    height: auto;
    border-radius: 8px;
    background-repeat: no-repeat;
    display: none;
    /* Hidden as default */
    float: left;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    opacity: 1px;
    background: #fff;
    -webkit-transform: translateY(-50%) translateX(-50%);
    background: #000;
    transform: translateY(-50%) translateX(-50%);
}

.popupbox i,.top_popupbox i {
    background: url("../images/guanbi.png") no-repeat center #000;
    padding: 16px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 3;
    height: 40px;
}

iframe#sp {
    width: 100%;
    height: 400px;
    display: block;
}

video#sp {
    width: 100%;
    max-height: 80vh;
    display: block;
}

/*点击弹出视频结束*/
/*图片不停旋转动画*/
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.tp_dh {
    -webkit-transform: rotate(360deg);
    animation: rotation 5s linear infinite;
    -moz-animation: rotation 5s linear infinite;
    -webkit-animation: rotation 5s linear infinite;
    -o-animation: rotation 5s linear infinite;
}

/*wow*/
@-webkit-keyframes fadeInDown1 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown1 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown1 {
    -webkit-animation-name: fadeInDown1;
    animation-name: fadeInDown1
}

@-webkit-keyframes fadeInDown2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown2 {
    -webkit-animation-name: fadeInDown2;
    animation-name: fadeInDown2
}

@-webkit-keyframes fadeInLeft1 {
    from {
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fadeInLeft1 {
    from {
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.fadeInLeft1 {
    -webkit-animation-name: fadeInLeft1;
    animation-name: fadeInLeft1
}

@-webkit-keyframes fadeInLeft2 {
    from {
        -webkit-transform: translate3d(-5%, 0, 0);
        transform: translate3d(-5%, 0, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fadeInLeft2 {
    from {
        -webkit-transform: translate3d(-5%, 0, 0);
        transform: translate3d(-5%, 0, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.fadeInLeft2 {
    -webkit-animation-name: fadeInLeft2;
    animation-name: fadeInLeft2
}

@-webkit-keyframes fadeInRight1 {
    from {
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fadeInRight1 {
    from {
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.fadeInRight1 {
    -webkit-animation-name: fadeInRight1;
    animation-name: fadeInRight1
}

@-webkit-keyframes fadeInRight2 {
    from {
        -webkit-transform: translate3d(5%, 0, 0);
        transform: translate3d(5%, 0, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fadeInRight2 {
    from {
        -webkit-transform: translate3d(5%, 0, 0);
        transform: translate3d(5%, 0, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.fadeInRight2 {
    -webkit-animation-name: fadeInRight2;
    animation-name: fadeInRight2
}

@-webkit-keyframes zoomLeft {
    from {
        -webkit-transform: scale3d(0.3, .3, .3);
        transform: scale3d(0.3, .3, .3);
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomLeft {
    from {
        -webkit-transform: scale3d(0.3, .3, .3);
        transform: scale3d(0.3, .3, .3);
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

.zoomLeft {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-animation-name: zoomLeft;
    animation-name: zoomLeft
}

.zoomRight {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation-name: zoomLeft;
    animation-name: zoomLeft
}

@-webkit-keyframes fadeInUp1 {
    from {
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fadeInUp1 {
    from {
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.fadeInUp1 {
    -webkit-animation-name: fadeInUp1;
    animation-name: fadeInUp1
}

@-webkit-keyframes fadeInUp2 {
    from {
        -webkit-transform: translate3d(0, 2%, 0);
        transform: translate3d(0, 2%, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fadeInUp2 {
    from {
        -webkit-transform: translate3d(0, 2%, 0);
        transform: translate3d(0, 2%, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.fadeInUp2 {
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2
}

@keyframes myfirst {
    0% {
        top: 0;
        left: 0
    }

    25% {
        top: 10px;
        left: 0
    }

    50% {
        top: 0;
        left: 0
    }

    100% {
        top: 0;
        left: 0
    }
}

@-moz-keyframes myfirst {
    0% {
        top: 0;
        left: 0
    }

    25% {
        top: 10px;
        left: 0
    }

    50% {
        top: 0;
        left: 0
    }

    100% {
        top: 0;
        left: 0
    }
}

@-webkit-keyframes myfirst {
    0% {
        top: 0;
        left: 0
    }

    25% {
        top: 10px;
        left: 0
    }

    50% {
        top: 0;
        left: 0
    }

    100% {
        top: 0;
        left: 0
    }
}

@-o-keyframes myfirst {
    0% {
        top: 0;
        left: 0
    }

    25% {
        top: 10px;
        left: 0
    }

    50% {
        top: 0;
        left: 0
    }

    100% {
        top: 0;
        left: 0
    }
}

.onion-tstime {
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}

.onion-tfty {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: .2;
}

.onion-ts {
    opacity: 0.1;
}

.title-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    line-height: 140%!important
}

@-webkit-keyframes aititle {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70px);
        transform: translateY(70px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes aititle {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70px);
        transform: translateY(70px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/*wow*/
/*手机端头部开始*/
.sj_dh {
    background-color: #fff;
    height: 60px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
    display: none;
}

#btn {
    background: none;
    border: none;
    outline: none;
    display: inline-block;
    z-index: 100;
    cursor: pointer;
    width: 40px;
    position: fixed;
    top: 16px;
    right: 5px;
}

#btn span {
    display: block;
    width: 20px;
    height: 1px;
    background: #222;
    margin: 6px 0px;
    transition: all 0.5s;
}

#btn .one {
    transform-origin: left center;
    transform: rotate(45deg);
}

#btn .two {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    margin-top: 5px;
}

#btn #c {
    transition: all 0.5s;
}

.sj_logo {
    text-align: left;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sj_logo a {
    text-align: left;
    color: #f1c232;
    margin-left: 15px;
    display: block;
    max-width: calc(100% - 110px);
}

.sj_logo a img {
    max-height: 40px;
    display: block;
}

.en {
    text-align: center;
}

.en a {
    padding: 0 10% ;
}

.navigation {
    width: 100%;
    top: 50px;
    background: #fff;
    position: fixed;
    left: 0;
    top: -100%;
    z-index: 99999;
    transition: all 0.5s;
    overflow: auto;
    max-height: 100%;
    height: auto;
}

.kj {
    padding: 0px 10px;
    overflow: auto;
}

.kj>li {
    width: 100%;
    line-height: 50px;
    border-bottom: 1px solid #cecbcb;
}

.kj>li:nth-child(1) {
    margin-top: 60px;
}

.kj .t {
    padding-left: 10px;
}

.kj li .t {
    line-height: 50px;
    font-size: 14px;
    overflow: hidden;
}

.kj li .t button {
    background: none;
    outline: none;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
    padding: 0 12px;
    border-radius: 4px;
    background: #73659d;
    color: #fff;
    transition: all .36s ease;
    border: none;
}

.kj li div.t .arrow.up {
    background-image: url(../images/xx.png);
    transform: rotate(180deg);
}

.kj li div.t .arrow.down {
    background-image: url(../images/xx.png);
}

.kj li .t .arrow {
    display: block;
    width: 31px;
    height: 32px;
    background: no-repeat 0 center;
    float: right;
    margin-top: 9px;
    margin-right: 10px;
    transition: all 0.1s;
    background-image: url(../images/logo.png);
}

.kj .t2 {
    padding-left: 10px;
}

.kj li .t2 {
    line-height: 50px;
    font-size: 14px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-top: 1px solid #d3d3d3;
}

.kj li .t2 a {
    color: #666;
    border: none!important;
}

.kj li .t2 button {
    background: none;
    outline: none;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
    padding: 0 12px;
    border-radius: 4px;
    background: #73659d;
    color: #fff;
    transition: all .36s ease;
    border: none;
}

.kj li div.t2 .arrow.up {
    background-image: url(../images/xx.png);
    transform: rotate(180deg);
}

.kj li div.t2 .arrow.down {
    background-image: url(../images/xx.png);
}

.kj li .t2 .arrow {
    display: block;
    width: 31px;
    height: 32px;
    background: no-repeat 0 center;
    float: right;
    margin-top: 9px;
    margin-right: 10px;
    transition: all 0.1s;
    background-image: url(../images/logo.png);
}

.kj li ul li {
    color: #727272;
    line-height: 40px;
}

.kj li ul li {
    color: #727272;
    line-height: 40px;
}

.kf .menu2 li {
    border-top: 1px solid #d3d3d3;
}

.menu2 {
}

.kj li a {
    font-size: 14px;
    font-weight: bold;
    color: #222;
    display: block;
    float: left;
}

.kj li .menu li a {
    color: #666;
}

.kj li a:hover {
    color: #222;
}

.menu,.menu2 {
    display: none;
}

.menu2 li {
    border-top: 1px solid #d3d3d3;
    /* margin-top: 2px; */
}

.menu li {
    overflow: hidden;
}

.menu li a {
    padding-left: 20px;
    overflow: hidden;
}

.menu2 li a {
    padding-left: 40px;
    overflow: hidden;
}

.kj li ul li a {
    display: block;
    border-top: 1px solid #d3d3d3;
    float: left;
    width: calc(100% - 20px);
}

.kj li ul li .menu2 li a {
    width: calc(100% - 40px);
    border: none;
}

.kj li ul li a {
}

.label {
    padding: 0;
}

.sdfs {
    width: 100%;
    height: 500px;
    background: #f00;
}

.s_search {
    display: inline-block;
    z-index: 100;
    cursor: pointer;
    width: 10%;
    position: fixed;
    top: 15px;
    right: 1%;
    text-align: center;
}

.s_search a {
    color: #222;
    font-size: 18px;
}

.nav_active>a {
    color: #007f82 !important;
}

/*手机端头部结束*/
/*放大镜样式开始*/
table.jiaotong,.jiaotong th,.jiaotong td {
    border: 1px solid #eee;
    color: #333;
    line-height: 30px;
}

.jtsj {
    font-size: 18px;
    font-weight: 600;
    color: #222;
}

table.jiaotong {
    border-collapse: 0;
    border-spacing: 0;
    width: 100%;
}

.qdsj td {
    color: #222;
    font-weight: 600;
}

.piro_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    background: #000;
    display: none;
    z-index: 1001;
}

.loading span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    display: block;
    z-index: 100008;
    background: 0 0
}

.caption {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    display: block;
    padding: 0;
    cursor: text;
    background: #222
}

.piro_nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0;
    display: block;
    padding: 0;
    background: 0 0
}

.caption p {
    display: block;
    margin: 0;
    padding: 10px 28px 10px 38px;
    text-align: center;
    font-weight: 400;
    background: #000;
    color: #fff;
    font-size: 20px;
    display: none;
}

a.piro_close {
    position: absolute;
    top: 55px;
    right: 50px;
    height: 25px;
    width: 25px;
    background: url(../images/close_btn.png) no-repeat;
    cursor: pointer;
    z-index: 100006;
    background-size: 100% 100%;
}

a:hover.piro_close {
    /* background:url(../images/close_btn_h.png) no-repeat */
}

a.piro_next {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    right: 40px;
    text-indent: -999em;
    outline: 0;
    display: block;
    margin: -25px 0 0;
    background: url(../images/next.png) center no-repeat var(--colors);
    border: 0;
    cursor: pointer;
    z-index: 1000000000;
    background-size: 10px auto;
}

a:hover.piro_next {
    /* background:url(../images/next_h.png) center right no-repeat */
}

a.piro_prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    left: 40px;
    text-indent: -999em;
    outline: 0;
    display: block;
    margin: -25px 0 0;
    background: url(../images/prev.png) center no-repeat var(--colors);
    border: 0;
    cursor: pointer;
    z-index: 1000000000;
    background-size: 10px auto;
}

a:hover.piro_prev {
    /* background:url(../images/prev_h.png) center left no-repeat */
}

.pirobox_content {
    position: fixed;
    top: 0%;
    left: 0%;
    padding: 0;
    width: calc(100vw - 20px)!important;
    display: block;
    margin: 0!important;
    height: 100vh;
    z-index: 100000000000000;
}

.pirobox_content tbody {
    width: 100%;
    display: block;
}

.pirobox_content img {
    height: auto!important;
    max-height: calc(100vh - 150px);
    width: auto!important;
    margin: 0;
    display: block;
    max-width: calc(100vw - 300px);
}

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

.c_c .div3 {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}

.c_c .div1 {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    z-index: 10000;
}

.c_c .div2 {
    width: auto!important;
    /*height:560px;*/
    max-width: 100vw!important;
    max-height: 100vh;
    padding: 50px 130px;
}

.box_img {
    position: absolute;
    z-index: 99995;
    background: url(../images/img_bg.png);
    width: 100%;
    top: 30px;
    left: 30px;
    height: 100%;
    padding: 0
}

.err_mess {
    position: absolute;
    bottom: 20px;
    color: #fff;
    padding: 0;
    margin: 0 0 0 20px;
    display: block
}

.err_mess a {
    color: red;
    font-weight: 700
}

.number {
    position: absolute;
    margin-left: 3px;
    height: 18px;
    width: 30px;
    padding: 3px;
    left: 0;
    color: #666;
    bottom: 1px;
    font-size: 11px
}

a:hover.link_to {
    background: url(../images/link_out_h.png) no-repeat
}

a:hover.play {
    background: url(../images/play_h.png) no-repeat
}

a.stop {
    position: absolute;
    top: 20px!important;
    top: 20px;
    left: 20px!important;
    left: 20px;
    width: 40px;
    height: 40px;
    margin: 0;
    outline: 0;
    display: block;
    background: url(../images/pause.png) no-repeat;
    text-indent: -999em;
    border: 0;
    cursor: pointer
}

a:hover.stop {
    background: url(../images/pause_h.png) no-repeat
}

@media (max-width: 1200px) {
    .pirobox_content {
        width:320px!important;
        margin-left: -160px!important;
        height: 80vh!important;
        position: fixed;
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        margin-top: 0!important;
        margin-left: 0!important;
        transform: translateY(-50%) translateX(-50%);
    }

    .c_c .div2 {
    }

    .c_c div img {
        width: 100%!important;
        height: auto!important;
        max-height: calc(100vh - 0px);
        max-width: calc(100vw - 0px);
    }

    a.piro_close,a.piro_next {
    }

    a.piro_close {
        top: 15px;
        right: 15px;
    }

    a.piro_next {
        right: 15px;
    }

    a.piro_prev {
        left: 15px;
    }

    .c_c .div2 {
        padding: 40px 20px;
    }
}

/*放大镜样式结束*/
/*手机端尾部开始*/
.footer2 {
    display: none;
    padding: 15px;
    overflow: hidden;
    background: #1E1E1E;
    margin-bottom: 58px;
}

.footer2 ul {
}

.footer2 ul li {
}

.footer2 ul li:last-child .footer2-t {
    border: none;
}

.footer2 ul li span.down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.footer2-t {
    overflow: hidden;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.footer2-t a {
    display: block;
    overflow: hidden;
    width: calc(100% - 50px);
    float: left;
}

.footer2-t p {
    float: left;
    line-height: 40px;
    color: #EAEAEA;
}

.footer2-t span {
    float: right;
    display: block;
    /*background:#EAEAEA;*/
}

.footer2-t span img {
    width: 20px;
    line-height: 30px;
    margin-top: 10px;
}

.footer2-b {
    display: none;
}

.footer2-b a {
    display: block;
    line-height: 30px;
    color: #EAEAEA;
    text-indent: 10px;
}

/*手机端尾部结束*/
.hg {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    line-height: 140%;
}

.hg2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hg3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.hg4 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.hg5 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.hg6 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
}

.hg7 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
}





@media screen and (max-width: 1200px) {
    .kfdz-b2-b1 label dt {
        width: calc(100% - 50px);
    }

    /*.sj_dh,.footer2,.dbdh{display:block;}*/
    body:before {
        content: '';
        width: 100%;
        height: 60px;
        display: block;
    }

    iframe#sp {
        width: 100%;
        height: 200px;
    }

    body {
        padding-top: 0!important;
    }

    .t-c {
        text-align: center!important;
    }

    .d-x {
        display: block!important;
    }

    .d-y {
        display: none!important;
    }

    .display,.heat,.head {
        display: none!important
    }

    .l-h {
        line-height: 24px!important;
    }

    .d-x {
        display: block!important;
    }

    .w100 {
        width: 100%!important;
    }

    .w30,.top_popupbox {
        width: calc(100% - 30px)!important;
    }

    .sousou3 {
        top: 0;
    }

    .sousou3 #Search {
        /* width:50%; */
        margin-left: 5px;
        border-radius: 0;
        /* width: calc(100% - 120px); */
    }

    .sousou3-t {
        height: 200px;
    }

    .h {
        height: auto!important;
    }

    .margin {
        margin: 40px auto!important;
    }

    .margin0 {
        margin: 0!important
    }

    .margin1 {
        margin: 10px!important;
    }

    .margin2 {
        margin: 20px!important;
    }

    .margin3 {
        margin: 30px!important;
    }

    .margin4 {
        margin: 40px!important;
    }

    .m-l {
        margin-left: 0!important
    }

    .m-l1 {
        margin-left: 10px!important
    }

    .m-l2 {
        margin-left: 20px!important
    }

    .m-l3 {
        margin-left: 30px!important
    }

    .m-l4 {
        margin-left: 40px!important
    }

    .m-r {
        margin-right: 0px!important
    }

    .m-r1 {
        margin-right: 10px!important
    }

    .m-r2 {
        margin-right: 20px!important
    }

    .m-r3 {
        margin-right: 30px!important
    }

    .m-r4 {
        margin-right: 40px!important
    }

    .m-t {
        margin-top: 0!important
    }

    .m-t1 {
        margin-top: 10px!important;
    }

    .m-t2 {
        margin-top: 20px!important;
    }

    .m-t3 {
        margin-top: 30px!important;
    }

    .m-t4 {
        margin-top: 40px!important;
    }

    .m-b {
        margin-bottom: 0!important
    }

    .m-b1 {
        margin-bottom: 10px!important;
    }

    .m-b2 {
        margin-bottom: 20px!important;
    }

    .m-b3 {
        margin-bottom: 30px!important;
    }

    .m-b4 {
        margin-bottom: 40px!important;
    }

    .padding {
        padding: 40px 15px!important;
        box-sizing: border-box;
    }

    .padding0 {
        padding: 0px!important;
    }

    .padding1 {
        padding: 10px!important;
    }

    .padding2 {
        padding: 20px!important;
    }

    .padding3 {
        padding: 30px!important;
    }

    .padding4 {
        padding: 40px!important;
    }

    .p-t {
        padding-top: 0px!important;
    }

    .p-t1 {
        padding-top: 10px!important;
    }

    .p-t2 {
        padding-top: 20px!important;
    }

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

    .p-t4 {
        padding-top: 40px!important;
    }

    .p-b {
        padding-bottom: 0px!important;
    }

    .p-b1 {
        padding-bottom: 10px!important;
    }

    .p-b2 {
        padding-bottom: 20px!important;
    }

    .p-b3 {
        padding-bottom: 30px!important;
    }

    .p-b4 {
        padding-bottom: 40px!important;
    }

    .p-l {
        padding-left: 0px!important;
    }

    .p-l1 {
        padding-left: 10px!important;
    }

    .p-l2 {
        padding-left: 20px!important;
    }

    .p-l3 {
        padding-left: 30px!important;
    }

    .p-l4 {
        padding-left: 40px!important;
    }

    .p-t {
        padding-top: 0px!important;
    }

    .p-t1 {
        padding-top: 10px!important;
    }

    .p-t2 {
        padding-top: 20px!important;
    }

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

    .p-t4 {
        padding-top: 40px!important;
    }

    .p-r {
        padding-right: 0px!important;
    }

    .p-r1 {
        padding-right: 10px!important;
    }

    .p-r2 {
        padding-right: 20px!important;
    }

    .p-r3 {
        padding-right: 30px!important;
    }

    .p-r4 {
        padding-right: 40px!important;
    }

    .f-s12 {
        font-size: 12px!important
    }

    .f-s14 {
        font-size: 14px!important
    }

    .f-s16 {
        font-size: 16px!important
    }

    .f-s18 {
        font-size: 18px!important
    }

    .f-s20 {
        font-size: 20px!important
    }

    .f-s22 {
        font-size: 22px!important
    }

    .f-s24 {
        font-size: 24px!important
    }

    .f-s26 {
        font-size: 26px!important
    }

    .f-s28 {
        font-size: 28px!important
    }
}
