@charset "utf-8";/* 清除内外边距 */
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,/* structural elements 结构元素 */
dl,dt,dd,ul,ol,li,/* list elements 列表元素 */
pre,/* text formatting elements 文本格式元素 */
fieldset,button,input,textarea,/* form elements 表单元素 */
th,td {
    /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

.widthBlk {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.content {
    width: 1600px;
    margin: 0 auto;
}

@media screen and (max-width: 1660px) {
    .content {
        width:1400px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1460px) {
    .content {
        width:1200px;
        margin: 0 auto;
    }
}

input,textarea {
    border: none;
    box-shadow: none;
    outline: none;
}

/* 设置默认字体 */
body,button,input,select,textarea {
    font: 16px/22px "Microsoft YaHei";
    color: #666;
}

h1 {
    font-size: 18px;
    font-family: "Microsoft Yahei";
}

h2 {
    font-size: 16px;
    font-family: "Microsoft Yahei";
}

h3 {
    font-size: 14px;
    font-family: "Microsoft Yahei";
}

h4,h5,h6 {
    font-size: 100%;
}

* h1,* h2,* h3,* h4,* h5,* h6 {
    margin: 0px;
    font-weight: normal;
}

/*覆盖bootstrape对标题加的默认外边距*/
address,cite,dfn,em,i,var {
    font-style: normal;
}

/* 斜体扶正 */
/* 重置列表元素 */
ul,ol,li {
    list-style: none;
}

/* 重置文本格式元素 */
a {
    text-decoration: none;
    color: #666;
    word-wrap: break-word;
}

/*英文换行*/
a:hover {
    text-decoration: none;
    color: #666;
}

/* 重置表单元素 */
legend {
    color: #000;
}

/* for ie6 */
fieldset,img {
    border: none;
}

/* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button,input,select,textarea {
    font-size: 100%;
    /* 使表单元素在 ie 下能继承字体大小 */
}

input[type="text"],input[type="button"],input[type="submit"],input[type="reset"] {
    appearance: none;
}

textarea {
    appearance: none;
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*防止浏览器出现滚动条*/
body {
    width: 100%;
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto !important;
}

/*设置浮动*/
/*浮动定位、清浮*/
.fl {
    float: left;
}

a {
    cursor: pointer;
}

html {
    overflow-x: hidden
}

body {
    color: #333;
    font: 14px "Microsoft Yahei"
}

body,dd,div,dl,dt,h1,h2,h3,h4,h5,h6,img,input,li,ol,p,span,ul {
    margin: 0;
    padding: 0;
    list-style: none
}

a {
    color: #333;
    text-decoration: none
}

a:focus {
    outline: 0
}

img {
    border: none
}

.vam {
    vertical-align: middle
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0
}

p {
    word-spacing: 0
}

em,i {
    font-style: normal
}

.tr {
    text-align: right
}

.tl {
    text-align: left
}

.center {
    text-align: center
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pa {
    position: absolute
}

.pr {
    position: relative
}

.clearfix:after {
    content: "";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden
}

.clearfix {
    zoom:1}

div.swiper-button-next.swiper-button-disabled,div.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

/**字体**/
@font-face {
    font-family: "DIN";
    src: url("../font/DIN.ttf") format("truetype");
}

@font-face {
    font-family: "OPPO";
    src: url("../font/OPPOSans-B.ttf") format("truetype");
}

h2.ptit2 {
    margin-bottom: 3rem;
    text-align: center;
}

h2.ptit2 span {
    font-size: 3rem;
    color: #333;
    display: block;
    height: 3rem;
    line-height: 3rem;
    font-family: 宋体;
    font-weight: bold;
}

h2.ptit2 i {
    font-size: 1.2rem;
    display: block;
    margin-bottom: 0.5rem;
    color: #ed6e8b;
    font-family: OPPO;
}

/*广告*/
.banner {
    height: auto;
    max-width: 1920px;
    margin: 0 auto!important;
    position: relative;
    margin-top: -34px
}

.banner .bd li {
    float: left;
    width: 100%;
    line-height: 0
}

.banner .bd li img {
    width: 100%
}

.banner .bd li a {
    display: block
}

.banner .hd {
    position: absolute;
    bottom: 2rem;
    width: 100%;
    height: 16px;
    cursor: pointer;
    text-align: center;
    z-index: 9;
    font-size: 0
}

.banner .hd li {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #fff;
    margin: 0 8px;
    opacity: 1;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 8px;
}

.banner .hd li.on {
    background: #f46683;
}

.banner p {
    position: absolute;
    font-size: 0;
    top: 50%;
    z-index: 9;
    width: 36px;
    height: 70px;
    margin-top: -35px;
    border: 0;
    outline: none;
    cursor: pointer;
    transition: .5s;
}

.banner .prev {
    left: 3%;
    background: url(../images/prev1.png) no-repeat center center;
    opacity: 0;
}

.banner .next {
    right: 3%;
    background: url(../images/next1.png) no-repeat center center;
    opacity: 0;
}

.banner:hover .prev {
    left: 4%;
    opacity: 1;
}

.banner:hover .next {
    right: 4%;
    opacity: 1;
}

/*品牌*/
.pinpai {
    width: 100%;
    background-color: #f1fbff;
    padding: 5rem 0;
    position: relative;
    margin-bottom: 8rem;
}

.pin {
    width: 80rem;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.pin h2.ptit,h2.ptit {
    margin-bottom: 3rem;
}

.pin h2.ptit span,h2.ptit span {
    font-size: 3rem;
    color: #333;
    display: block;
    height: 3rem;
    line-height: 3rem;
    font-family: 宋体;
    font-weight: bold;
}

.pin h2.ptit i,h2.ptit i {
    font-size: 1rem;
    display: block;
    margin-top: 1rem;
    color: #333;
}

.card-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
}

div.card .act02 {
    opacity: 1;
}

.card {
    width: 23%;
    text-align: center;
    height: 35rem;
    margin: 0 1%;
}

.card img {
    width: 100%;
    height: auto;
    display: block;
}

.card .card-c01 {
    background: #fff;
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 12.5rem;
    height: 15rem;
    padding-top: 3rem;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    opacity: 1;
}

.card .card-c02 {
    background: #40bff0;
    position: absolute;
    z-index: 9;
    width: 96.4%;
    top: 12.5rem;
    height: 15rem;
    padding-top: 3rem;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    padding: 2rem 2% 1rem 2%;
    opacity: 0;
}

.card .card-c02 h3 {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 1.1rem;
}

.card .card-c02 p {
    font-size: 0.8rem;
    color: #fff;
    margin-bottom: 1.5rem;
    line-height: 1.4rem;
}

.card .card-c02:hover a {
    transform: translateY(-6px);
}

.card .card-c02 a {
    display: block;
    color: #f46683;
    text-decoration: none;
    width: 7.2rem;
    height: 2.5rem;
    margin: 0 auto;
    background: #fff;
    border-radius: 50%;
    line-height: 2.5rem;
    font-weight: bold;
    font-size: 0.8rem;
    transition: all .5s;
}

.card .pcom span {
    width: 4.1rem;
    display: block;
    height: 3.3rem;
    margin: 0 auto 1.5rem auto;
}

.card .card-c01 h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.card .card-c01 p {
    font-size: 14px;
    color: #666;
    margin-bottom: 2rem;
}

.card .card-c01 a {
    display: block;
    color: #fff;
    text-decoration: none;
    width: 1.95rem;
    height: 1.95rem;
    margin: 0 auto;
}

.vdn {
    position: absolute;
    z-index: 12;
    bottom: 6rem;
    left: 40rem;
    transition: all .5s;
}

.video-btn {
    display: block;
    margin-top: 40px;
    width: 160px;
    color: #fff;
    text-decoration: none;
    /* border-radius:50%;*/
    font-size: 16px;
    height: 160px;
    background: url(../images/vdi_bg.png) no-repeat center center;
    background-size: 160px 160px;
    display: block;
}

.vpico {
    display: block;
    width: 7rem;
    height: 7rem;
    line-height: 9rem;
    z-index: 10;
    background-image: url('../images/video.png');
    background-repeat: no-repeat;
    background-position: center 2.2rem;
    background-size: 1.2rem 1.2rem;
    background-color: #40bff0;
    border-radius: 50%;
    position: absolute;
    bottom: -8rem;
    left: calc(50% - 3.5rem);
    color: #fff;
}

.vpico:before {
    content: '';
    position: absolute;
    width: 7rem;
    height: 7rem;
    -webkit-box-shadow: inset #40bff0 0 0 40px;
    box-shadow: inset #40bff0 0 0 40px;
    border-radius: 50%;
    top: 0;
    left: 0;
    opacity: 0;
    animation: warn2 2s ease-out 0.1s infinite;
}

.vpico:after {
    content: '';
    position: absolute;
    width: 7rem;
    height: 7rem;
    -webkit-box-shadow: inset #40bff0 0 0 40px;
    box-shadow: inset #40bff0 0 0 40px;
    border-radius: 50%;
    top: 0;
    left: 0;
    opacity: 0;
    animation: warn 2s ease-out 1.1s infinite;
}

.vdn:hover {
    transform: translateY(-6px);
}

.vdn span {
    display: block;
    padding-top: 1.6rem;
    /* line-height:2rem;*/
}

.video-btn:hover {
    color: #fff;
}

/*产品中心*/
.g_fa {
    /* padding-top:3.3rem;*/
}

.g_fa h2 {
    margin-bottom: 2rem;
    text-align: center;
    position: relative
}

.g_fa h2 b {
    display: block;
    font-size: 2.9rem;
    font-weight: normal;
    line-height: 3rem;
    color: #333333
}

.g_fa .m_fa {
    overflow: hidden
}

.g_fa .fltit {
    border-top: 1px solid #eaeaea;
    height: 4.2rem;
    line-height: 4.2rem
}

.g_fa .fltit .content {
    width: 80rem;
}

.g_fa .fltit .tabsfa a {
    float: left;
    font-size: 0.85rem;
    font-weight: normal;
    line-height: 4rem;
    color: #333333;
    margin: 0 1.05rem;
    position: relative;
    padding: 0 1.05rem;
}

.g_fa .fltit .tabsfa a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0.15rem;
    background: #f46683;
    left: -0.2rem;
    top: 0;
    transition: all 0.3s linear 0s
}

.g_fa .fltit .tabsfa a::after {
    content: "";
    position: absolute;
    width: 0.1rem;
    height: 0.1rem;
    background: #333;
    right: -1rem;
    top: 2rem;
    transition: all 0.3s linear 0s
}

.g_fa .fltit .tabsfa a:hover,.g_fa .fltit .tabsfa .active {
    color: #f46683;
    font-weight: bold;
    position: relative
}

.g_fa .fltit .tabsfa a:hover:before,.g_fa .fltit .tabsfa .active:before {
    width: 100%
}

.g_fa .fltit .famore {
    position: absolute;
    right: 0;
    top: 0
}

.g_fa .fltit .famore a {
    font-size: 0.85rem;
    font-weight: normal;
    line-height: 4rem;
    color: #333333
}

.g_fa .fltit .famore a:hover {
    color: #f46683;
    font-weight: bold
}

.probg {
    background: url(../images/pro_bg2.jpg) no-repeat center;
    background-size: 100% 100%;
    height: 44rem;
    max-width: 1920px;
    width: 100%;
}

.probg .content {
    position: relative;
    overflow: hidden;
    width: 80rem;
}

.probg .jiant {
    position: absolute;
    z-index: 9;
    left: 49.5%;
    top: 1.8%;
    width: 0.8rem;
    height: 1.95rem;
}

.probg .jiant img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-animation: bounceY 2s infinite;
    -moz-animation: bounceY 2s infinite;
    -o-animation: bounceY 2s infinite;
    -ms-animation: bounceY 2s infinite;
    animation: bounceY 2s infinite;
    width: 100%;
}

@-moz-keyframes bounceY {
    0%,100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -moz-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@-o-keyframes bounceY {
    0%,100% {
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -o-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@keyframes bounceY {
    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

/*客户如何说*/
/* 最上级元素 kehu 样式 */
.kehu {
    width: 100%;
    background-color: #f1fbff;
    padding: 5rem 0;
}

.kedv {
    width: 80rem;
    margin: 0 auto;
    overflow-y: visible;
    overflow-x: hidden;
    padding-top: 3rem;
}

.arrow {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    bottom: 10%;
    transform: translateY(-50%);
    z-index: 9;
}

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

.video-btn span {
    display: block;
    /* width:1.2rem;*/
    height: 1.2rem;
    z-index: 10;
    background-image: url('../images/video.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.2rem 1.2rem;
    position: absolute;
    /* top:calc(50% - 1.5rem);*/
    /* left:calc(50% - 1.5rem);*/
}

.video-btn1 span:before {
    content: '';
    position: absolute;
    width: 3rem;
    height: 3rem;
    -webkit-box-shadow: inset #fff 0 0 40px;
    box-shadow: inset #fff 0 0 40px;
    border-radius: 50%;
    top: 0;
    left: 0;
    opacity: 0;
    animation: warn2 2s ease-out 0.1s infinite;
}

.video-btn1 span:after {
    content: '';
    position: absolute;
    width: 3rem;
    height: 3rem;
    -webkit-box-shadow: inset #fff 0 0 40px;
    box-shadow: inset #fff 0 0 40px;
    border-radius: 50%;
    top: 0;
    left: 0;
    opacity: 0;
    animation: warn 2s ease-out 1.1s infinite;
}

.g_fa .fltit .famore a {
    font-size: 0.85rem;
    font-weight: normal;
    line-height: 4rem;
    color: #333333
}

.g_fa .fltit .famore a:hover {
    color: #f46683;
    font-weight: bold
}

.probg {
    background: url(../images/pro_bg2.jpg) no-repeat center;
    background-size: 100% 100%;
    height: 44rem;
    max-width: 1920px;
    width: 100%;
}

.probg .content {
    position: relative;
    width: 80rem;
    margin: 0 auto;
    overflow: hidden;
}

.probg .jiant {
    position: absolute;
    z-index: 9;
    left: 49.5%;
    top: 1.8%;
    width: 0.8rem;
    height: 1.95rem;
}

.probg .jiant img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-animation: bounceY 2s infinite;
    -moz-animation: bounceY 2s infinite;
    -o-animation: bounceY 2s infinite;
    -ms-animation: bounceY 2s infinite;
    animation: bounceY 2s infinite;
    width: 100%;
}

@-moz-keyframes bounceY {
    0%,100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -moz-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@-o-keyframes bounceY {
    0%,100% {
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -o-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@keyframes bounceY {
    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

.g_fa dl dd img {
    width: 100%;
    display: block;
}

.g_fa dl dd a {
    display: block;
    width: 35.8rem;
    height: 24.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.g_fa dl dd {
    position: absolute;
    right: 0;
    top: 5rem;
    height: 25rem;
    z-index: 11;
    padding: 6rem 4% 0 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.g_fa dl dt {
    width: 42%;
    padding-top: 8rem;
}

.g_fa dl dt h4 a {
    font-size: 2.5rem;
    line-height: 3rem;
    color: #40bff0;
    display: block;
    font-weight: bold;
    margin-bottom: 1.5rem;
    font-family: 宋体;
}

.g_fa dl dt h4 span {
    display: block;
    font-size: 1.3rem;
    color: #333;
    font-family: 微软雅黑;
    font-weight: normal;
}

.g_fa dl dt h5 {
    font-size: 1.05rem;
    font-weight: normal;
    line-height: 2.5rem;
    color: #f9cea3;
    display: block;
    font-weight: bold
}

.g_fa dl dt .facp ul li a {
    display: block;
    padding-top: 0.2rem;
    overflow: hidden;
}

.g_fa dl dt .facp ul li img {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.g_fa dl dt .facp ul {
    display: flex;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    flex-wrap: wrap;
    /* 允许换行 */
    gap: 2px;
    /* 设置间距 */
    padding: 0;
    /* 清除默认内边距 */
    list-style: none;
    /* 移除列表符号 */
    background: #fff;
    height: 8rem;
    border-radius: 4rem;
    padding: 0 4%;
}

.g_fa dl dt .facp ul li {
    /* 平均分配空间 */
    width: 100px;
    /* 设置最小宽度 */
    text-align: center;
    /* 文本水平居中 */
    padding: 10px;
    flex: 1;
}

.g_fa dl dt .facp li span {
    display: block;
    text-align: center;
    font-size: 0.9rem;
    padding-top: 0.3rem;
}

.g_fa dl dt .facp li:nth-child(2) {
    /* margin-right:0;*/
}

.g_fa dl dt .facp li img {
    width: auto;
    display: block;
    transition: all 0.3s linear 0s;
    margin: 0 auto;
    height: 3.2rem;
}

.g_fa dl dt .facp p {
    margin-top: 3rem;
    display: block;
    margin-bottom: 1.5rem;
    padding-left: 0;
}

.g_fa dl dt .facp p::before {
    border: none;
}

.g_fa dl dt .facp li:hover img {
    transform: scale(1.1)
}

.g_fa dl dt p {
    font-size: 0.9rem;
    font-weight: normal;
    line-height: 1.2rem;
    color: #333;
    margin-bottom: 0.6rem;
    display: block;
    position: relative;
    padding-left: 1.5rem;
}

.g_fa dl dt a.mor {
    display: block;
    background: #f46683 url(../images/tico.png) no-repeat 7rem center;
    background-size: 1.1rem 1.1rem;
    transition: .5s;
    width: 7.6rem;
    height: 2.5rem;
    border-radius: 2rem;
    padding-left: 2rem;
    line-height: 2.5rem;
    color: #fff;
    font-size: 0.9rem;
    margin-top: 2rem;
}

.g_fa dl dt:hover a.mor {
    transform: translateY(-5px);
}

.g_fa dl dt p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.3rem;
    z-index: 1;
    border: 0.1rem solid #859195;
    border-radius: 50%;
    width: 0.4rem;
    height: 0.4rem;
}

.oem {
    margin: 4rem auto;
}

.oem.content {
    position: relative;
    background: url(../images/foem.png) no-repeat center center;
    background-size: 80rem 14.85rem;
    height: 14.84rem;
}

.oem:hover a {
    transform: translateY(-6px);
}

.oem a {
    display: block;
    background: #f46683 url(../images/tico.png) no-repeat 7rem center;
    background-size: 1.1rem 1.1rem;
    transition: all .5s;
    width: 8.6rem;
    height: 2.9rem;
    border-radius: 2rem;
    padding-left: 2rem;
    line-height: 2.9rem;
    color: #fff;
    font-size: 0.9rem;
    position: absolute;
    z-index: 2;
    right: 26%;
    bottom: 2.4rem;
    overflow: hidden;
}

/*优势*/
.yos {
    background: #fff;
    text-align: center;
}

.yos .yos-tit bb {
    display: inline-block;
    padding-top: 20px;
    height: 30px;
    line-height: 30px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #333;
    font-weight: normal;
    padding-bottom: 1.2rem;
}

.yos .yos-con {
    position: relative;
    width: 100%;
}

div.ysrg {
    background: #40bff0;
    position: absolute;
    z-index: 8;
    height: 7.8rem;
    width: 100%;
    top:-1rem;
}
.yos div.content h2.ptit2{margin-bottom:4rem;}
.yos .yos-con .yos-tab {
    /* width:15rem;*/
    /* position:absolute;*/
    /* right:30px;*/
    /* top:55px;*/
    /* z-index:10;*/
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    height: 7.8rem;
}

.yos .yos-con .yos-tab li {
    position: relative;
    /* border-bottom:1px solid #e6e6e6;*/
    padding: 1.6rem 0 1.2rem 0;
    float: left;
    width: 25%;
}

.yos .yos-con .yos-tab li:last-child {
    border-bottom: none;
}

.yos .yos-con .yos-tab li p {
    padding: 0 0 0 0;
    display: block;
}

.yos .yos-con .yos-tab li p.yp02 {
    position: absolute;
    z-index: 991;
    top: 0.8rem;
    width: 100%;
    display: none;
    padding-bottom: 0.6rem;
}

.yos .yos-con .yos-tab li p img {
    display: block;
    margin: 0 auto;
}

.yos .yos-con .yos-tab li span {
    display: block;
    padding: 0.3rem 0;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.yos .yos-con .yos-tab li i {
    /* position:absolute;*/
    /* top:26%;*/
    /* left:28%;*/
    /* width:1.8rem;*/
    /* height:1.8rem;*/
    font-size: 1rem;
    display: block;
    color: #fff;
}

.yos .yos-con .yos-tab li em {
    font-size: 7rem;
    position: absolute;
    bottom: -1rem;
    right: 0.1rem;
    color: #f68ca0;
    font-family: DIN;
    font-weight: bold;
}

.yos .yos-con .yos-tab li i img {
    width: 100%;
    height: auto;
}

.yos .yos-con .yos-tab li p.yp02 {
    opacity: 0;
}

.yos .yos-con .yos-tab li.cur p.yp01 {
    opacity: 0;
}

.yos .yos-con .yos-tab li p.yp01 {
    opacity: 1;
}

.yos .yos-con .yos-tab li.cur p.yp02 {
    background: #f46683;
    border-radius: 1rem;
    padding-top: 1rem;
    opacity: 1;
    display: block;
}

.yos .yos-con .yos-tab li.cur span {
    color: #fff;
}

.yos .yos-con .yos-list {
    position: relative;
    z-index: 2;
}

.yos .yos-con .yos-list .swiper-container,.yos .yos-con .yos-list .swiper-wrapper,.yos .yos-con .yos-list .swiper-slide {
    height: 100%;
    position: relative;
    z-index: 9;
}

.yos .yos-con .yos-list dd {
    width: 80rem;
    margin: 0 auto;
    background: #fff;
}

.yos .yos-con .yos-list dd .con {
    padding: 2rem 0 0;
}

.yos .yos-con .yos-list dd .con h2 {
    text-align: left;
    border-bottom: 0.1rem solid #e6e6e6;
    height: 3.5rem;
    line-height: 3.5rem;
    margin-bottom: 1rem;
}

.yos .yos-con .yos-list dd .con h2 span {
    display: block;
    float: left;
}

.yos .yos-con .yos-list dd .con h2 i {
    font-size: 1.5rem;
    color: #333;
    padding-left: 1rem;
    font-weight: bold;
    display: block;
    float: left;
    line-height: 2.2rem;
}

.yos .yos-con .yos-list dd .con p {
    font-size: 0.8rem;
    color: #333;
    display: block;
    float: left;
    width: 30%;
    text-align: left;
    margin-right: 5%;
    line-height: 1.2rem;
}

.yos .yos-con .yos-list dd .con p:last-child {
    margin-right: 0;
}

.yos .yos-con .yos-list dd .con p span {
    font-weight: bold;
    font-size: 0.8rem;
    color: #333;
    display: block;
    padding-bottom: 0.6rem;
    text-align: left;
}

.yos .yos-con .yos-list dd .con h3 {
    text-align: center;
    margin-bottom: 1.2rem;
}

.yos .yos-con .yos-list dd .con h3 b {
    display: block;
    height: 2.3rem;
    line-height: 2.3rem;
    font-size: 1.8rem;
    color: #333333;
    font-weight: bold;
}

.yos .yos-con .yos-list dd .con h3 span {
    display: block;
    height: 28px;
    line-height: 28px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.yos .yos-con .yos-list dd .con .desc {
    line-height: 1.7rem;
    max-height: 6.8rem;
    font-size: 16px;
    color: #333333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.yos .yos-con .yos-list dt {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 8;
}

.yos .yos-con .yos-list dt em {
    position: absolute;
    z-index: 8;
    width: 65px;
    height: 65px;
    left: 40%;
    top: 38%;
}

.yos .yos-con .yos-list dt img {
    width: 100%;
    height: auto;
    display: block;
}

.yos .yos-con .yos-btn {
    /* position:absolute;*/
    height: 1.6rem;
    line-height: 1.6rem;
    text-align: center;
    /* right:340px;*/
    /* bottom:6rem;*/
    z-index: 1;
    /* background:#fff;*/
    width: 13rem;
}

.yos .yos-con .yos-btn .yos-btn-prev,.yos .yos-con .yos-btn .yos-btn-next {
    display: inline-block;
    width: 1.65rem;
    height: 1.6rem;
    cursor: pointer;
}

.yos .yos-con .yos-btn .yos-btn-prev img,.yos .yos-con .yos-btn .yos-btn-next img {
    width: 1.65rem;
    height: 1.6rem;
    display: block;
}

.yos .yos-con .yos-btn .yos-paging {
    display: inline-block;
    height: 1.6rem;
    line-height: 1.6rem;
    vertical-align: top;
    padding: 0 0.8rem;
}

.yos .yos-con .yos-paging .swiper-pagination-bullet {
    width: 0.55rem;
    height: 0.55rem;
    background: #7c7c7c;
    margin: 0 0.25rem;
    vertical-align: middle;
    opacity: 1;
}

.yos .yos-con .yos-paging .swiper-pagination-bullet-active {
    background: #27973a;
}

.yos div.content {
    position: relative;
}

.ynum {
    background: url(../images/ynubgs.png) no-repeat center center;
    position: relative;
    z-index: 999;
    left: 41.6%;
    bottom: 16.85rem;
    background-size: 37.15rem 2.75rem;
    height: 4.6rem;
    width: 50rem;
}

.ynum span:last-child::after {
    border: none;
}

.ynum span::after {
    content: '';
    position: absolute;
    right: 1rem;
    width: 1rem;
    height: 0.6rem;
    border-right: 1px solid #7ad2f5;
    bottom: 0.5rem;
}

.ynum span {
    display: block;
    float: left;
    font-size: 1.2rem;
    padding: 1.6rem 2rem 0 0rem;
    color: #fff;
    font-family: DIN;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}

.ynum span.cur {
    color: #f46683;
}

.ynum p {
    display: block;
    margin-left: 38%;
}

/*客户如何说*/
/* 最上级元素 kehu 样式 */
.kehu {
    width: 100%;
    background-color: #f1fbff;
    /* 浅蓝背景，可根据实际调整 */
    padding: 5rem 0;
}

/* 下级元素 kehcom，限制宽度并居中 */
.kehcom {
    width: 80rem;
    margin: 0 auto;
    text-align: center;
    position: relative;
    height: 36rem;
    /* overflow:hidden;*/
}

.kehcom h2.ptit2 {
    margin-bottom: 1.5rem;
}

/* 标题区域样式 */
.kehcom .title {
    margin-bottom: 30px;
}

.kehcom .title .en {
    font-size: 16px;
    color: #ff6687;
    margin-bottom: 10px;
}

.kehcom .title .cn {
    font-size: 36px;
    color: #333;
}

/* 主要内容区域，用于放置客户见证大卡片 */
.ke-card {
    position: relative;
    align-items: center;
    background: url(../images/keh_bg.png) no-repeat center center;
    background-size: 100% 100%;
    color: #fff;
    border-radius: 12px;
    /* padding:0 2rem;*/
    margin-bottom: 2rem;
    height: 13.85rem;
}

.ke-card .ketar {
    width: 13.75rem;
    height: 13.75rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 30px;
    position: absolute;
    z-index: 1;
    bottom: 3rem;
    left: 6rem;
}

.ke-card .ketar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 占位图，实际替换为真实头像 */
    background: #ccc;
    border-radius: 50%;
}

.ke-card .kinfo {
    text-align: left;
    width: 68%;
    padding-left: 28%;
    padding-top: 2rem;
}

.ke-card .kinfo .name,.ke-card .kinfo .name a {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #fff;
}

.ke-card .kinfo .name i {
    padding-left: 0.6rem;
}

.ke-card .kinfo .name span {
    font-size: 0.9rem;
    padding-left: 0.6rem;
}

.ke-card .kinfo .position {
    font-size: 16px;
    color: #e6f7ff;
    margin-bottom: 20px;
}

.ke-card .kinfo .tag,.ke-card .kinfo .tag a {
    display: inline-block;
    background-color: #fff;
    color: #f46683;
    border-radius: 2rem;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-weight: bold;
    padding: 0 2rem;
}

.ke-card .kinfo .desc {
    line-height: 1.6;
    font-size: 0.8rem;
}

/* 客户小卡片列表，模拟横向滚动（可结合 JS 实现交互） */
.cus-list {
    /* display:flex;*/
    /* gap:30px;*/
    /* justify-content:center;*/
    /* flex-wrap:nowrap;*/
    /* overflow-x:auto;*/
    /* 开启横向滚动 */
    /* padding-bottom:20px;*/
    height: 11rem;
}

.cus-list::-webkit-scrollbar {
    height: 6px;
}

.cus-list::-webkit-scrollbar-thumb {
    background-color: #b3dfff;
    border-radius: 3px;
}

.cus-item:last-child {
    border-right: 1px solid #cbcbcb;
}

.cus-item.active img,.cus-item:hover img {
    border: 1px solid #47d3f9;
    border-radius: 50%;
}

.cus-item:hover .item-name a,.cus-item.active .item-name a {
    color: #47d3f9;
}

.cus-item.active::before,.cus-item:hover::before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 0;
    height: 0;
    border-left: 0.9rem solid transparent;
    border-right: 0.9rem solid transparent;
    border-top: 0.6rem solid #47d3f9;
    top: -2rem;
    left: 46%;
}

.cus-item {
    width: 17.9%;
    /* background-color:#fff;*/
    border-left: 1px solid #cbcbcb;
    padding: 0 2.79rem;
    float: left;
    position: relative;
    /* 不压缩小卡片宽度 */
}

@media screen and (max-width: 1660px) {
    .cus-item {
        padding:0 2.5rem;
    }
}

@media screen and (max-width: 1460px) {
    .cus-item {
        padding:0 2.2rem;
    }
}

@media screen and (max-width: 1350px) {
    .cus-item {
        padding:0 2rem;
    }
}

@media screen and (max-width: 1200px) {
    .cus-item {
        padding:0 1.8rem;
    }
}

.cus-item .item-ke {
    margin: 0 auto 10px auto;
}

.cus-item .item-ke img {
    width: 123px;
    height: 123px;
    object-fit: cover;
    /* 占位图，实际替换为真实头像 */
    border-radius: 50%;
}

.cus-item .item-name,.cus-item .item-name a {
    font-size: 0.8rem;
    color: #333;
    margin: 1rem 0;
    font-weight: bold;
}

.cus-item .item-desc {
    font-size: 0.8rem;
    color: #333;
    font-weight: normal;
    text-align: center;
}

/* 左右切换箭头样式（如需交互，需结合 JS，这里仅样式） */
.arrow {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 32rem;
    transform: translateY(-50%);
    z-index: 9;
}

.arrow.left {
    left: calc(50% - 40rem - 20px);
}

.arrow.right {
    right: calc(50% - 40rem - 20px);
}

/*新闻*/
.g_kfhz {
    padding: 5rem 0 0 0;
    background: #fff;
    position: relative;
    z-index: 22;
}

.g_kfhz h2 {
    position: relative;
    margin-bottom: 2rem;
    text-align: center
}

.g_kfhz h2 b {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 3.5rem;
    color: #333;
    font-weight: 700;
    display: block
}

.g_kfhz h2 em {
    display: block;
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 2rem;
    color: #333
}

.g_kfhz .kfhzcon {
    overflow: hidden;
    padding-bottom: 1.5rem;
    margin: 0 2%
}

.g_kfhz .kfhzcon dl {
    position: relative;
    height: 40rem;
}

.g_kfhz .kfhzcon dl dt {
    width: 100%;
    overflow: hidden;
    position: relative
}

.g_kfhz .kfhzcon dl dt:before {
    content: "";
    position: absolute;
    border-radius: 1rem 1rem 0 0;
    background: url(../images/ansha.png) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    transition: all .3s linear 0s
}

.g_kfhz .kfhzcon dl dt img {
    width: 100%;
    display: block;
    border-radius: 1rem 1rem 0 0;
    transition: all 1s linear 0s;
}

.g_kfhz .kfhzcon dl dt:hover img {
    transform: translateY(-5px);
}

.g_kfhz .kfhzcon dl dd {
    background: #f1fbff;
    height: 20.6rem;
    padding: 1rem 1.5rem 0 1.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-radius: 0 0 1rem 1rem;
    z-index: 22;
    position: absolute;
    z-index: 9;
    bottom: 3rem;
    border-radius: 1rem;
    width: 100%;
}

.g_kfhz .kfhzcon dl dd i {
    //* left:2rem;*/
    top: -3.5rem;
    position: absolute;
    z-index: 4;
    font-size: 1.8rem;
    font-family: 'OPPO';
    top: -4.8rem;
    line-height: 1.6rem;
}

.g_kfhz .kfhzcon dl dd i a {
    color: #fff;
}

.g_kfhz .kfhzcon dl dd em {
    display: block;
    font-family: 'OPPO';
}

.g_kfhz .kfhzcon dl dd b {
    font-family: 'OPPO';
    font-weight: normal;
    font-size: 0.9rem;
}

.g_kfhz .kfhzcon dl dd i img {
    width: 100%;
    display: block;
    border-radius: 50%;
    transition: all .3s linear 0s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.g_kfhz .kfhzcon dl dd h4 a {
    display: block;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 3.6rem;
    color: #333;
    height: 3.6rem;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box overflow:hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    white-space: nowrap;
}

.g_kfhz .kfhzcon dl dd .anjs {
    height: 8.5rem;
}

.g_kfhz .kfhzcon dl dd .anjs p {
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.6rem;
    color: #333;
}

.g_kfhz .kfhzcon dl dd span a {
    width: 7.3rem;
    height: 2.6rem;
    line-height: 2.6rem;
    font-size: .8rem;
    color: #333;
    position: relative;
    display: block;
    transition: all .5s;
    border: 0.15rem solid #40bff0;
    border-radius: 50%;
    text-align: center;
}

.g_kfhz .kfhzcon dl dd span a:before {
    content: "";
    position: absolute;
    background-size: 2rem 1rem;
    width: 1rem;
    height: 1rem;
    right: 0;
    top: 50%;
    margin-top: -.5rem;
    z-index: 112;
    transition: all .3s linear 0s
}

.g_kfhz .kfhzcon dl dd span a a {
    color: #333
}

.g_kfhz .kfhzcon dl:hover dd i img {
    transform: scale(1.06)
}

.g_kfhz .kfhzcon dl:hover dd span a {
    transform: translateY(-6px);
    display: block;
    color: #fff;
    background: #f46683;
    border: none;
}

.g_kfhz .kfhzcon dl:hover dd span a:before {
    content: "";
    position: absolute;
    background: url(../images/anmore.png) no-repeat right 0;
    background-size: 2rem 1rem;
    width: 1rem;
    height: 1rem;
    right: 0;
    top: 50%;
    margin-top: -.5rem;
    z-index: 112;
    transition: all .3s linear 0s
}

.g_kfhz .swiper-button-next,.g_kfhz .swiper-button-prev {
    bottom: 43%;
    top: auto;
    width: 17px;
    height: 28px;
    cursor: Default;
    margin-top: 0;
    overflow: hidden;
    z-index: 1522;
    /* transform:scale(.7);*/
    cursor: pointer;
}

.g_kfhz .swiper-button-next {
    background: url(../images/rjt2.png) no-repeat right 0;
    background-size: 17px 28px;
    right: 6.5%;
    /* border:1px solid #c3c3c3;*/
    /* border-radius:50%;*/
}

.g_kfhz .swiper-button-prev {
    background: url(../images/ljt2.png) no-repeat right 0;
    background-size: 17px 28px;
    left: 6.5%;
    /* border:1px solid #c3c3c3;*/
    /* border-radius:50%;*/
}

.g_kfhz .swiper-button-next:hover {
    background: url(../images/rjt2.png) no-repeat 0 0;
}

.g_kfhz .swiper-button-prev:hover {
    background: url(../images/ljt2.png) no-repeat 0 0;
}

div.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after,div.swiper-button-next:after,.swiper-button-prev:after {
    content: ""
}

/*zouj*/
.abt {
    background: url(../images/about_bg.jpg) no-repeat center top;
    background-size: 100% 42rem;
    height: 47rem;
    padding-top: 5rem;
}

.abt .tit span {
    color: #fff;
}

.abt .desc {
    font-size: 0.8rem;
    line-height: 1.8rem;
    color: #333;
    margin-top: 2.4rem;
    height: 8rem;
    text-align: center;
}

.abt_con {
    /* height:20.4rem;*/
}

.abt_con:hover a {
    transform: translateY(-6px);
}

.abt_con .more {
    display: block;
    font-size: 0.8rem;
    color: #fff;
    position: relative;
    width: 8.5rem;
    height: 3rem;
    line-height: 3rem;
    background: #f46683;
    margin: 0 auto 3rem auto;
    text-align: center;
    transition: all .5s;
    border-radius: 50%;
}

.abt_con .more img {
    display: inline-block;
    width: 0.4rem;
    height: 0.7rem;
    margin-left: 0.5rem;
    vertical-align: -0.06rem;
    transition: all 0.5s;
    overflow: hidden;
}

.abt dt {
    float: right;
    width: 75%;
    height: 24.3rem;
    position: relative;
}

.abt dt img {
    display: block;
    width: 100%;
    height: 24.3rem;
    object-fit: cover;
    object-position: center;
}

.abt dt i.vdbtn {
    position: absolute;
    z-index: 0;
    right: 48%;
    bottom: 11rem;
    width: 3.1rem;
    height: 3.1rem;
}

.abt dt i.vdbtn img {
    width: 3.1rem;
    height: 3.1rem;
}

.abt dt video,.abt dt img {
    display: block;
    width: 100%;
    height: 24.3rem;
    object-fit: cover;
    object-position: center;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

.abt dt em {
    position: absolute;
    right: 1.6rem;
    bottom: 1.6rem;
}

.abt dt em>img {
    display: inline-block;
    width: 2.55rem;
    height: 2.55rem;
    vertical-align: -0.3rem;
}

.abt dt span {
    display: inline-block;
    font-size: 0.9rem;
    line-height: 1.4rem;
    color: #fff;
    font-weight: normal;
    color: #fff;
    margin-right: 0.6rem;
    text-align: right;
}

.abt dd {
    height: 24.3rem;
    float: left;
    width: 25%;
    padding: 0 2.6rem;
    box-sizing: border-box;
    background: url(../images/gybg.png) no-repeat center left;
    background-size: 100% 100%;
}

.yz_sz li {
    position: relative;
    height: 8.1rem;
    border-bottom: 1px solid #83d0f0;
    box-sizing: border-box;
    padding-top: 1.7rem;
}

.yz_sz li img {
    display: block;
    width: 4.7rem;
    height: 4.7rem;
    position: absolute;
    right: 0;
    top: 2rem;
}

.yz_sz li:last-child {
    border-bottom: 0;
}

.yz_sz li b {
    display: inline-block;
    font-size: 2.4rem;
    font-family: "song";
    font-weight: normal;
    color: #fff;
    line-height: 3rem;
}

.yz_sz li sup {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    line-height: 1rem;
    vertical-align: 0;
    margin-left: 0.1rem;
}

.yz_sz li span {
    display: block;
    font-size: 1rem;
    color: #fff;
    line-height: 1rem;
    margin-top: 0.4rem;
}

.yz_sz li:hover img {
    animation-duration: 2s;
    animation-name: flipInY;
}

/*连锁商超*/
/*案例*/
.case {
    padding: 5rem 0 4rem;
    background: url(../images/case-bg.jpg) no-repeat center bottom;
    background-size: 1920px 51.5rem #f7f7f7;
}

.case .case-list {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: wrap;
}

.case .case-list dl {
    width: 33.2%;
    margin: 0 0.2% 0rem 0;
    position: relative;
}

.case .case-list dl:nth-of-type(3n) {
    margin-right: 0;
}

.case .case-list dl dt {
    overflow: hidden;
}

.case .case-list dl dt img {
    width: 100%;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.case .case-list dl dd.dd01 {
    background: #f7f7f7;
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0;
}

.case .case-list dl dd.dd01 .con {
    padding: 0.3rem 2rem 0.3rem 2rem;
}

.case .case-list dl dd.dd01 .con h4 {
    background: url(../images/ljan01.png) no-repeat center right;
    background-size: 1.4rem 1.4rem;
    /* margin-bottom:0.75rem;*/
}

.case .case-list dl dd.dd01 .con h4 a {
    display: block;
    height: 3.4rem;
    line-height: 1.7rem;
    font-size: 1.1rem;
    color: #333333;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    line-height: 3.4rem;
}

.case .case-list dl dd.dd01 .con .desc {
    line-height: 1.5rem;
    height: 1.5rem;
    font-size: 0.8rem;
    color: #999999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.case .case-list dl dd.dd02 .list-pa {
    position: absolute;
    background: url(../images/lian_bg.png) no-repeat center center;
    max-height: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 0px;
    z-index: 22;
    background-size: 100% 100%;
    height: 100%;
}

.case .case-list dl dd .list-pa:after {
    background-size: 100% 100%;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.case .case-list dl dd.dd02 .list-pa .txt {
    padding: 18% 3rem 17%;
    position: relative;
    z-index: 5;
}

.case .case-list dl dd.dd02 .list-pa h4 {
    /* margin-bottom:1.1rem;*/
}

.case .case-list dl dd.dd02 .list-pa h4 a {
    display: block;
    height: 3.4rem;
    /* line-height:1.7rem;*/
    font-size: 1.5rem;
    color: #fff;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    font-weight: bold;
}

.case .case-list dl dd.dd02 .list-pa h4 a:hover {
    font-weight: bold;
}

.case .case-list dl dd.dd02 .list-pa .desc {
    line-height: 1.5rem;
    font-size: 0.8rem;
    color: #fff;
    text-align: center;
    padding-bottom: 1rem;
}

.case .case-list dl dd.dd02 .list-pa .more {
    /* padding-top:1.3rem;*/
    /* height:1.75rem;*/
    /* line-height:1.75rem;*/
}

.case .case-list dl dd.dd02 .list-pa .more a {
    display: block;
    height: 3rem;
    line-height: 3rem;
    /* border-radius:0.925rem;*/
    padding: 0 1rem 0 1.1rem;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    margin-top: 1rem;
    text-align: center;
}

.case .case-list dl dd.dd02 .list-pa .more a:hover {
    transform: translateX(3px);
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -moz-transform: translateX(3px);
}

.case .case-list dl dd.dd02 .list-pa .more span {
    background: url(../images/ljan02.png) no-repeat center top;
    background-size: 2.15rem 2.15rem;
    display: block;
    font-size: 0.9rem;
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
    text-align: center;
    padding-top: 2rem;
    /* height:6rem;*/
}

.case .case-list dl:hover dt img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.case .case-list dl:hover dd.dd02 .list-pa {
    max-height: 100%;
}

.case .case-list dl:hover dd.dd01 {
    opacity: 0;
}

.case .case-more {
    margin-top: 4rem;
    display: block;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
}

.case .case-more a {
    display: block;
    height: 3.5rem;
    line-height: 3.5rem;
    padding: 0 6rem;
    border-radius: 2.25rem;
    margin: 0 0.45rem;
    transition: all .5s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.case .case-more a span {
    display: block;
    height: 3.5rem;
    font-size: 0.9rem;
    color: #ffffff;
    /* padding-left:3rem;*/
    padding-right: 5rem;
}

.case .case-more a.first {
    background: #40bff0;
}

.case .case-more a.first span {
    background: url(../images/tico.png) no-repeat right center;
    background-size: 1.1rem 1.1rem;
}

.case .case-more a.first:hover {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
}

.case .case-more a.last {
    background: #32cfa3;
}

.case .case-more a.last span {
    background: url(../images/case-more-icon-b02.png) no-repeat left center;
    background-size: 1rem 1rem;
}

.case .case-more a.last:hover {
    transform: translateX(3px);
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -moz-transform: translateX(3px);
}

/*生产车间*/
.g_xc2 {
    position: relative;
    margin-bottom: 1rem;
}

.g_xc2 .content {
    overflow: hidden;
    /*! width:80%;*/
}

.g_xc2 .tabs3 {
    height: 3.3rem;
    line-height: 3.3rem;
    padding-left: 32%;
    margin-top: 2rem;
}

.g_xc2 .tabs3 i {
    width: 2rem;
    height: 1.9rem;
    overflow: hidden;
    position: absolute;
    left: -15px;
    top: 0.3rem;
    line-height: 0
}

.g_xc2 .tabs3 i img {
    width: 4rem;
    height: 1.9rem;
    display: block;
    transition: all 0.3s linear 0s;
}

.g_xc2 .tabs3 li a {
    display: block;
    float: left;
    width: 13.6%;
    line-height: 2.2rem;
    margin-right: 3%;
    padding-left: 2.5%;
    font-size: 20px;
    color: #333333;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.g_xc2 .tabs3 li a {
    color: #333333;
    display: block;
}

.g_xc2 .tabs3 .active a {
    color: #40bff0;
    font-weight: bold;
}

.g_xc2 .tabs3 .active i img {
    margin-left: -2rem;
}

.g_xc2 .js-swiper-nest-bas-in {
    position: relative;
    overflow: hidden;
}

.xclst2 li {
    position: relative;
    float: left;
    width: 100%;
}

.xclst2 li i {
    display: block;
    width: 100%;
    overflow: hidden;
}

.xclst2 li i img {
    width: 100%;
    display: block;
    transition: all 0.3s linear 0s;
    height: 258px;
    border-radius: 0.5rem;
}

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

.xclst2 li em {
    display: block;
    height: 3rem;
    line-height: 3rem;
    font-size: 16px;
    color: #3e4354;
    text-align: center;
    width: 100%;
    transition: all 0.3s linear 0s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xclst2 li:hover em {
    color: #40bff0;
}

.g_xc2 .swiper-button-next,.g_xc2 .swiper-button-prev {
    top: 11.5rem;
    cursor: Default;
    overflow: hidden;
}

.g_xc2 .swiper-button-next {
    right: 7%;
}

.g_xc2 .swiper-button-prev {
    left: 9.5%;
}

.g_xc2 .swiper-button-next:hover {
}

.g_xc2 .swiper-button-prev:hover {
}

/*加入*/
.jxiao {
    width: 100%;
    background: url(../images/xiao_bg.jpg) no-repeat center top;
    background-size: 1920px 47.35rem;
    height: 47.35rem;
    /* padding:3rem 0;*/
}

.xiao {
    width: 80rem;
    margin: 0 auto;
    color: #333;
    position: relative;
}

.title_area {
    text-align: left;
    margin-bottom: 40px;
    width: 50%;
    padding-top: 8rem;
}

.title_area .join_link {
    background: url(../images/pico.png) no-repeat center right;
    background-size: 1.15rem 1.15rem;
    font-size: 1.5rem;
    color: #333;
    text-decoration: none;
    display: block;
    margin-bottom: 1.5rem;
    width: 9.5rem;
    height: 1.6rem;
    line-height: 1.6rem;
}

.title_area h2 {
    font-size: 3rem;
    margin-bottom: 3rem;
    color: #333;
    font-weight: bold;
    font-family: 黑体;
}

.title_area p {
    font-size: 1.1rem;
    color: #333;
}

.xcon {
}

.xcom .content {
    position: relative;
}

.x_list {
    background: url(../images/jia_hx.png) no-repeat center left;
    background-size: 25.65rem 19.85rem;
    height: 19.85rem;
    width: 50%;
    margin-top: 8%;
    position: relative;
}

.x_item {
    /* display:flex;*/
    /* align-items:center;*/
    /* gap:10px;*/
    position: absolute;
    z-index: 9;
}

.x_list .xc01 {
    left: 0rem;
    bottom: 4rem;
}

.x_list .xc02 {
    left: 9rem;
    bottom: 13rem;
}

.x_list .xc03 {
    left: 22rem;
    bottom: 16rem;
}

.x_list .xc04 {
    left: 36rem;
    top: 0rem;
}

.x_cir {
    width: 8.8rem;
    height: 8.8rem;
    border-radius: 50%;
    /* display:flex;*/
    /* justify-content:center;*/
    /* align-items:center;*/
    /* color:#fff;*/
    /* font-size:14px;*/
}

.b_cir {
    background-color: #46b3e6;
}

.b_cir {
    display: block;
    margin: 0 auto;
}

.w_cir {
    background-color: #fff;
    border: 2px solid #e5e5e5;
    color: #666;
}

.w_cir img,.b_cir img {
    display: block;
    margin: 0 auto;
    padding-top: 2rem;
}

.w_cir:hover img,.b_cir:hover img {
    animation-duration: 2s;
    animation-name: flipInY;
}

.b_cir span.service_text {
    color: #fff;
}

.service_text {
    font-size: 1rem;
    color: #333;
    font-weight: bold;
    text-align: center;
    display: block;
    padding-top: 0.6rem;
}

/* 右侧大图区域样式 */
.right_img {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 4.5rem;
}

.right_img p {
    position: absolute;
    z-index: 1;
    display: block;
    right: 22%;
    top: 30%;
    text-align: center;
    font-size: 2.6rem;
    color: #fff;
}

.right_img p b {
    display: block;
    text-align: center;
    line-height: 3rem;
}

.right_img p i {
    display: block;
    font-size: 1rem;
    background: #f46683;
    border-radius: 2rem;
    text-align: center;
    height: 3rem;
    line-height: 3rem;
    width: 16.5rem;
    margin: 3rem auto 0 auto;
}

.right_img img {
    width: 38.1rem;
    height: auto;
    border-radius: 12px;
}

/* 底部联系方式样式 */
.contact {
    margin-top: 40px;
    font-size: 18px;
    color: #333;
    position: absolute;
    bottom: 3rem;
    left: 18%;
}

.contact .phone {
    font-size: 1rem;
    color: #333;
}

.contact p {
    font-size: 1rem;
    /* text-align:center;*/
    display: block;
    padding: 0 0 1rem 5.2rem;
}

.contact .phone em {
    font-size: 2.2rem;
    font-family: DIN;
}

.g_kfhz .nsul {
    height: 4.5rem;
    line-height: 3.3rem;
    padding-left: 31%;
}

.g_kfhz .nsul i {
    width: 1.5rem;
    height: 1.25rem;
    overflow: hidden;
    position: absolute;
    left: -0.8rem;
    top: 0.3rem;
    line-height: 0
}

.g_kfhz .nsul i img {
    width: 3rem;
    height: 1.25rem;
    display: block;
    transition: all 0.3s linear 0s;
}

.g_kfhz .nsul li a {
    display: block;
    float: left;
    width: 16%;
    line-height: 2rem;
    padding-left: 1.5%;
    font-size: 1rem;
    color: #333333;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.g_kfhz .nsul li a {
    color: #333333;
    display: block;
}

.g_kfhz .nsul .active a {
    color: #40bff0;
    font-weight: bold;
}

.g_kfhz .nsul .active i img {
    margin-left: -1.5rem;
}

/*媒体查询*/
@media screen and (min-width: 1263px) {
    html {
        font-size:calc(1263px * 20 / 1903);
    }
}

@media screen and (min-width: 1349px) {
    html {
        font-size:calc(1349px * 20 / 1903);
    }
}

@media screen and (min-width: 1463px) {
    html {
        font-size:calc(1463px * 20 / 1903);
    }
}

@media screen and (min-width: 1543px) {
    html {
        font-size:calc(1543px * 20 / 1903);
    }
}

@media screen and (min-width: 1583px) {
    html {
        font-size:calc(1583px * 20 / 1903);
    }
}

@media screen and (min-width: 1643px) {
    html {
        font-size:calc(1643px * 20 / 1903);
    }
}

@media screen and (min-width: 1663px) {
    html {
        font-size:calc(1663px * 20 / 1903);
    }
}

@media screen and (min-width: 1903px) {
    html {
        font-size:calc(1903px * 20 / 1903);
    }
}

@keyframes warn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    5% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

@keyframes warn2 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    5% {
        opacity: 8;
    }

    to {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

/**/
@-webkit-keyframes shake {
    from,to {
        -webkit-transform: translate3d(0,0,0);
    }

    20%,60% {
        -webkit-transform: translate3d(-10px,0,0);
    }

    40%,80% {
        -webkit-transform: translate3d(10px,0,0);
    }
}

@keyframes shake {
    from,to {
        transform: translate3d(0,0,0);
    }

    20%,60% {
        transform: translate3d(-10px,0,0);
    }

    40%,80% {
        transform: translate3d(10px,0,0);
    }
}

@-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
}

.video-btn span {
    display: block;
    height: 24px;
    z-index: 10;
    background-image: url('../images/video.png');
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 24px 24px;
    position: absolute;
    top: calc(50% - 0.6rem);
    /* left:calc(50% - 2.4rem);*/
    TEXT-ALIGN: CENTER;
    WIDTH: 160PX;
    MARGIN: 0 AUTO;
}

.video-btn1 span:before {
    content: '';
    position: absolute;
    width: 3rem;
    height: 3rem;
    -webkit-box-shadow: inset #fff 0 0 40px;
    box-shadow: inset #fff 0 0 40px;
    border-radius: 50%;
    top: 0;
    left: 0;
    opacity: 0;
    animation: warn2 2s ease-out 0.1s infinite;
}

.video-btn1 span:after {
    content: '';
    position: absolute;
    width: 3rem;
    height: 3rem;
    -webkit-box-shadow: inset #fff 0 0 40px;
    box-shadow: inset #fff 0 0 40px;
    border-radius: 50%;
    top: 0;
    left: 0;
    opacity: 0;
    animation: warn 2s ease-out 1.1s infinite;
}
