@charset "utf-8";
@import url(../css/common.css);

@font-face {
    font-family: 'Roboto';
    src: url('RobotoCondensed-Regular.woff2') format('woff2'),
        url('RobotoCondensed-Regular.woff') format('woff'),
        url('RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    color: #000;
    background: #fff;
    margin: 0 auto;
    overflow-x: hidden;
    font: 16px Arial, sans-serif;
}

.con {
    width: 72.91%;
    min-width: 900px;
    margin: 0 auto;
}

::-webkit-scrollbar {
    width: .0208rem;
    height: .0521rem;
}

::-webkit-scrollbar-thumb {
    background: #555;
}

::-webkit-scrollbar-track {
    background: #ddd;
}

/*头部样式*/
header {
    z-index: 999;
}

.header-box {
    margin-left: .8rem;
    margin-right: .8rem;
}

.header-logo {
    width: 1.0938rem;
    height: .2813rem;
    background-image: url(../images/logo.png);
}

nav {
    margin-left: 1rem;
    margin-right: .6rem;
}

nav>ul>li>a {
    color: #fff;
    font-size: .0885rem;
    line-height: 1;
    padding: .1875rem 0;
    text-transform: capitalize;
    letter-spacing: 1px;
}

nav>ul>li>a:hover {
    color: rgba(24, 35, 50, 0.7);
}

nav>ul>li>a::after {
    content: '';
    display: block;
    width: 0;
    left: 0;
    bottom: 0;
    height: .0156rem;
    opacity: 0;
    border-radius: .0521rem;
    background-color: #fff;
    transition: all .3s;
    position: absolute;
}

nav>ul>li>a:hover {
    color: #fff;
}

nav>ul>li>a:hover::after,
nav>ul>li>a.active::after {
    opacity: 1;
    background-color: #fff;
    width: 100%;
}

.header-lang a {
    font-size: .0938rem;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
}

.header-lang a:hover {
    color: #687892;
}

.header-active {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.header-active .header-lang a {
    color: #000;
}

.header-active .header-lang a:hover {
    color: #687892;
}

.header-active .header-logo {
    background-image: url(../images/logo01.png);
}

.header-active .header-search a span {
    color: #000;
}

.header-active .header-line {
    border-left: 2px solid #000;
}

.header-active nav>ul>li>a {
    color: #000;
}

.header-active nav>ul>li>a:hover,
.header-active nav>ul>li>a.active {
    color: #687892;
}

.header-active nav>ul>li>a:hover::after,
.header-active nav>ul>li>a.active::after {
    opacity: 1;
    background-color: #687892;
    width: 100%;
}

.header-active .header-search a span:hover {
    color: #687892;
}

.header-cart {
    margin-right: .1719rem;
}

.header-cart span {
    font-size: .1406rem;
    color: #fff;
    line-height: 1;
    cursor: pointer;
    font-weight: 400;
}

.header-active .header-cart span {
    color: #000;
}

.header-active .header-cart:hover span {
    color: #687892;
}

.header-search {
    margin-right: .2083rem;
}

.header-search a span {
    font-size: .1458rem;
    color: #fff;
    line-height: 1;
    font-weight: 400;
}

.header-active .header-lang {
    border: 1px solid #000;
}

.header-active .header-lang span {
    color: #000;
}

.header-active .header-lang:hover {
    border: 1px solid #687892;
}

.header-active .header-lang:hover span {
    color: #687892;
}

.header-lang {
    border: 1px solid #FFFFFF;
    padding: .0781rem .1354rem;
    color: #fff;
}

.header-lang img {
    width: .1042rem;
    margin-right: .0521rem;
}

.header-lang span {
    color: #fff;
    font-size: .0885rem;
    text-transform: capitalize;
}
.header-lang-list{
    background-color: rgba(0, 0, 0, 0.2);
    margin-top: .0521rem;
    overflow: hidden;
    display: none;
}
.header-lang-list.on{
    display: block;
}
.header-lang-i{
    border-bottom: 1px solid #FFFFFF;
    padding: .0781rem .1354rem;
    color: #fff;
    cursor: pointer;
}
.header-lang-i img{
     width: .1042rem;
    margin-right: .0521rem;
}
.header-lang-i span{
    color: #fff;
    font-size: .0885rem;
}

.header-active .header-lang-i{
     border-bottom: 1px solid #ccc;
}
.header-active .header-lang-i span{
    color: #000;
}
.header-active .header-lang-list{
    background-color: #fff;
}
.header-active .header-lang-i:hover span{
    color: #647285;
}

/*购物车*/
.headcart {
    position: absolute;
    right: -0.1458rem;
    top: .3444rem;
    width: 2.2135rem;
    padding: .1302rem;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
    border-radius: .1042rem;
    display: none;
    z-index: 99;
}

.headcart::after {
    content: "";
    position: absolute;
    right: .151rem;
    top: -0.125rem;
    display: block;
    border-bottom: .0625rem solid #fff;
    border-top: .0625rem solid transparent;
    border-left: .0625rem solid transparent;
    border-right: .0625rem solid transparent;
}

.headcart h3 {
    color: #000;
    font-size: .0938rem;
    font-family: 'Centrale Sans-Bold';
    margin-bottom: .1042rem;
}

.headcart-order {
    display: block;
    width: 95%;
    line-height: .2604rem;
    margin: 5% auto 0;
    font-size: .0938rem;
    color: #fff;
    text-align: center;
    border-radius: .0417rem;
    background-color: #000;
    cursor: pointer;
}

.headcart ul {
    max-height: 1.3385rem;
    overflow-y: scroll;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.headcart .node {
    padding: .4688rem 0;
}

.headcart ul li {
    position: relative;
    padding: .0417rem 0;
    border-bottom: 1px solid #eee;
}

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

.head-pro {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head-pro-img {
    width: 30%;
    margin-right: .0521rem;
}

.head-pro-text {
    flex: 1;
    margin-right: 15%;
    margin-left: 2%;
}

.head-pro-text h4 {
    font-size: .0781rem;
    line-height: 1.5;
    color: #000;
}

.head-pro-text p {
    font-size: 14px;
}

.headcart ul li strong {
    position: absolute;
    right: .0521rem;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    width: .2083rem;
    height: .2083rem;
    background: url(../images/keep/del.png) center no-repeat;
    cursor: pointer;
}

.node {
    width: 100%;
    padding: .7813rem 0;
    text-align: center;
}

.node h4 {
    font-size: .1563rem;
    font-weight: normal;
    color: #000;
}

/*搜索框样式*/
.search-sub-box {
    background: transparent;
    top: .55rem;
}

.pro-show-search {
    background-color: #fff;
    padding: 0;
    width: 1.6667rem;
}

.pro-list-page-search {
    background-color: #fff;
    line-height: .2604rem;
    width: 2.0208rem;
}

.pro-page-form-box input[type=text] {
    font-size: 12px;
    line-height: 1;
    flex: 1;
    line-height: .2604rem;
    padding: 0 .0938rem;
    width: 100%;
}

.pro-page-form-box input[type=submit] {
    background-color: #687892;
    color: #fff;
    width: .3646rem;
    height: .2604rem;
    background-image: url(../images/keep/serach-ico.png);
    background-repeat: no-repeat;
    background-size: .1563rem .1563rem;
    background-position: center center;
}

/*下拉菜单样式*/
.header-pro-nav {
    background-color: rgba(0, 0, 0, 0.8);
    top: .4948rem;
    padding: .3125rem 0;
    z-index: 990;
    overflow: hidden;
    display: none;
}

.header-pro-nav-mask {
    z-index: 989;
    top: .4948rem;
    background-color: rgba(0, 0, 0, 0.6);
}

.header-pro-nav-con {
    align-items: flex-start;
}

.header-pro-nav-con a {
    margin-bottom: .1563rem;
    width: 25%;
}

.header-pro-nav-pic {
    width: .2604rem;
    height: .2604rem;
    border: 5px solid transparent;
    margin-right: .1042rem;
}

.header-pro-nav-con a p {
    opacity: 0.8;
    color: #fff;
    font-size: .0938rem;
    line-height: 1;
}

.header-pro-nav-con a:hover p {
    color: #5e7387;
    opacity: 1;
}

.header-pro-nav-con a:hover .header-pro-nav-pic {
    border: 5px solid #5e7387;
}

/*首页样式*/
.banner .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    bottom: .1042rem;
    left: 0;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    border-radius: 0;
    width: .0625rem;
    height: .0625rem;
    display: block;
    opacity: 1;
    margin: 0 .040rem;
    border-radius: 50%;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #687892;
    opacity: 1;
    width: .09rem;
    height: .09rem;
}

.ba-item-btn {
    border: 1px solid #fff;
    right: .5208rem;
    bottom: .5208rem;
    color: #fff;
    padding: .1042rem .1042rem;
    transition: all ease-in-out 0.4s;
}

.ba-item-btn span {
    font-size: .1042rem;
    margin-right: .0781rem;
}

.ba-item-btn p {
    font-size: .1042rem;
    color: #fff;
}

.ba-item-btn:hover {
    background-color: #fff;
    color: #687892;
}

.ba-item-btn:hover p {
    color: #687892;
}

.ba-item-btn:hover span {
    color: #687892;
}
.index-banner{
    height: 100vh;
}

.ba-video video{
    display: flex;
    width: 100%;
    object-fit: cover;
}

.index-cate {
    padding: .526rem 0 .7865rem;
}

.index-tit {
    font-size: .2083rem;
}

.index-cate-top p {
    font-size: .1042rem;
    color: #000000;
    line-height: .1406rem;
    opacity: 0.7;
    width: 41%;
}

.index-cate-con {
    margin-top: .3333rem;
}

.index-btn {
    color: #fff;
    font-size: .1042rem;
    background: linear-gradient(90deg, #687892, #798EB0);
    padding: .125rem .2604rem;
    transition: all ease-in-out 0.4s;
}

.index-btn:hover {
    background: linear-gradient(90deg, #798EB0, #687892);
    color: #fff;
    transform: translateY(-5px);
}

.index-cate-btn {
    left: 50%;
    transform: translateX(-50%);
    bottom: -1rem;
}

.index-cate-item:hover .index-cate-btn {
    bottom: .1302rem;
    transform: translate(-50%, 0);
}

.index-cate-item-text h4 {
    font-size: .1146rem;
    font-weight: 400;
    margin-top: .1042rem;
}

.index-cate-fy div {
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-color: #f5f5f5;
}

.index-cate-prev {
    left: -0.3646rem;
}

.index-cate-next {
    right: -0.3646rem;
}

.index-cate-fy div:hover {
    background-color: #687892;
    color: #fff;
}

.index-br {
    border-radius: .2604rem .2604rem 0 0;
    margin-top: -0.2604rem;
    z-index: 1;
}

.index-ab {
    background: #F4F8FF;
    margin-top: -0.2604rem;
    padding: .625rem 0;
}

.index-ab-l {
    margin-right: .5417rem;
}

.index-ab-r {
    width: 41.42%;
}

.index-ab-l h4 {
    line-height: 1.3;
}

.index-ab-l p {
    margin-top: .1823rem;
    margin-bottom: .2344rem;
    opacity: 0.7;
    font-size: .0938rem;
}

.index-ab-list {
    margin-top: .5208rem;
}

.index-ab-item {
    width: 30%;
    border-right: 1px solid #ccc;
}

.index-ab-item:last-child {
    border-right: none;
}

.index-ab-item h4 {
    margin: .125rem 0;
    font-size: .2344rem;
}

.index-ab-item p {
    font-size: .1354rem;
}

.index-ab-item span {
    font-size: .0938rem;
    opacity: 0.7;
}

.index-ce {
    padding: .625rem 0;
    background-color: #fff;
}

.index-ce-top-l {
    margin-right: .9323rem;
}

.index-ce-top-r {
    width: 43.78%;
}

.index-ce-top-l>p {
    margin: .1771rem 0 .2917rem;
    opacity: 0.7;
    font-size: .1042rem;
}

.index-ce-top-i {
    width: 48.5%;
    margin-bottom: .1823rem;
}

.index-ce-top-i span {
    margin-right: .0521rem;
    line-height: 1;
}

.index-ce-top-i p {
    font-size: .0938rem;
}

.index-ce-top-l>a {
    margin-top: .2344rem;
}

.index-ce-bt {
    margin-top: .3385rem;
}

.index-ce-i {
    width: 14.42%;
}

.index-show {
    padding: .3802rem 0 .6771rem;
    background-color: #f7f7f7;
}

.index-show-fy div {
    margin-left: .1042rem;
}

.index-show-fy div:hover {
    background-color: #687892;
    color: #fff;
}

.index-show-con {
    margin-top: .3542rem;
}

.index-show-swiper .swiper-pagination {
    bottom: .1146rem
}

.index-show-swiper .swiper-pagination .swiper-pagination-bullet {
    width: .0729rem;
    height: .0729rem;
    border-radius: 50%;
}

.index-show-swiper .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #fff;
    width: .1563rem;
    border-radius: .1042rem;
}

.index-contact {
    padding: .651rem 0 .8854rem;
    background-color: #fff;
}

.index-contact-l {
    width: 32%;
}

.index-contact-l h4 {
    font-size: .2344rem;
    margin-bottom: .4479rem;
    line-height: 1.3;
}

.index-contact-l p {
    margin-bottom: .1563rem;
}

.index-contact-l p span {
    color: #687892;
    margin-right: .1042rem;
    font-size: .1146rem;
}

.index-contact-l p em {
    font-size: .1042rem;
    opacity: 0.7;
}

.index-contact-r {
    width: 54.5%;
    background-color: #fff;
    padding: .3125rem .4167rem;
}

.index-contact-input {
    width: 48.5%;
    margin-bottom: .1563rem;
}

.index-contact-input input {
    width: 100%;
    font-size: .1042rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: .1042rem;
    padding-top: .1042rem;
    color: #000;
}

.index-contact-input input::placeholder {
    color: #B2B2B2;
}

.index-contact-btn {
    background-color: #687892;
    color: #fff;
    width: 30%;
    font-size: .1042rem;
    padding: .1042rem .1042rem;
    margin-top: .3125rem;
    display: block;
}

.index-contact-btn:hover {
    color: #fff;
    transform: translateY(-10px);
}


/*底部样式*/
.index-se {
    z-index: 2;
}

.index-se-con {
    background: linear-gradient(90deg, #687892, #798EB0);
    box-shadow: 0px .1042rem .1927rem .0156rem rgba(6, 0, 1, 0.1);
    border-radius: .5208rem .4167rem .5208rem .2604rem;
}

.index-se-l {
    width: 28.57%;
    margin-left: .3229rem;
    margin-bottom: .3281rem;
    padding-top: .2604rem;
}

.index-se-l h4 {
    color: #fff;
    margin-bottom: .2083rem;
    font-size: .1823rem;
}

.index-se-l p {
    color: #fff;
    font-size: .1042rem;
    margin-bottom: .099rem;
}

.index-se-l span {
    font-size: .0885rem;
    color: #fff;
    opacity: 0.7;
    line-height: 1.5;
}

.index-se-r {
    width: 46.64%;
    margin: .1042rem;
}

.index-se-r-con {
    background-color: #fff;
    border-radius: .4167rem .4167rem .4167rem .1042rem;
    padding: .1563rem .1563rem .1563rem;
}

.index-se-r-con-r h4 {
    font-size: .1146rem;
    margin-bottom: .125rem;
}

.index-se-r-con-r p {
    font-size: .0885rem;
    color: #3A3A3A;
    opacity: 0.78;
    line-height: 1.5;
}

.index-se-r-con-r a.index-btn {
    margin-top: .1563rem;
    font-size: .0833rem;
    padding: .0938rem .1458rem;
}

.index-se-kefu {
    width: 1.5rem;
}

footer.index-br {
    background: #F5F5F5;
    padding-top: 1.3542rem;
    z-index: 1;
    margin-top: -0.7813rem;
}

.footer-b-list {
    margin-right: 1.4531rem;
}

.footer-b-item h4 {
    color: #000;
    font-size: .1146rem;
    margin-bottom: .1875rem;
    letter-spacing: 1px;
}

.footer-b-item a {
    color: #000;
    font-size: .0938rem;
    opacity: 0.78;
    margin-bottom: .0938rem;
}

.footer-b-item a:hover {
    opacity: 1;
}

.footer-b-r {
    width: 27.14%;
}

.footer-b-r h4 {
    color: #000;
    font-size: .1146rem;
    margin-bottom: .1875rem;
    letter-spacing: 1px;
}

.footer-b-r-con>img {
    width: .7292rem;
    margin-right: .2083rem;
}

.footer-b-r-con p {
    font-size: .0938rem;
    opacity: 0.7;
    padding-top: .1042rem;
}

.footer-c-con {
    margin-top: .8333rem;
    padding: .1563rem 0;
}

.footer-sc a {
    width: .1979rem;
    height: .1979rem;
    background-color: #000;
    margin-right: .1042rem;
    opacity: 1;
}

.footer-sc a span {
    color: #fff;
    font-size: .1042rem;
}

.footer-sc a:hover {
    opacity: 1;
    transform: translateY(-0.026rem);
    background-color: #687892;
}

.footer-sc a:hover span {
    color: #fff;
}

.footer-c-con>p {
    font-size: .0833rem;
    color: #000;
    opacity: 0.7;
}

.footer-zi {
    opacity: 0.05;
    width: 2.6042rem;
    z-index: -1;
}

.sc {
    padding: .5208rem 0 .7813rem;
}

.sc-l {
    padding: .1667rem .8542rem .1667rem 0;
}

.sc-l>h4 {
    font-size: .1823rem;
    margin-bottom: .3438rem;
}

.sc-l-item span {
    display: block;
    font-size: .1042rem;
    font-weight: bold;
    margin-bottom: .1094rem;
    line-height: 1;
}

.sc-l-item p {
    font-weight: 400;
    font-size: .0938rem;
    color: #535353;
    line-height: .1458rem;
    opacity: 0.8;
}

.sc-r {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding-left: .7708rem;
}

.sc-r-item {
    width: 19%;
    background-color: #fff;
}

.sc-r-item:last-child {
    margin-right: 0;
}

.sc-r-item-ico {
    width: .625rem;
    height: .625rem;
}

.sc-r-item h4 {
    font-size: .1042rem;
    color: #000;
    margin-top: .1927rem;
    margin-bottom: .1667rem;
}

.sc-r-item p {
    font-size: .0885rem;
    color: #000000;
    opacity: 0.7;
    margin-bottom: .0833rem;
    line-height: 1;
}

.sc-r-item p:nth-child(4) {
    margin-bottom: 0;
    line-height: .1198rem;
}

.sc-r-item a {
    background: #687892;
    border-radius: 0.1302rem;
    color: #fff;
    padding: 0.0938rem 0.1719rem;
    line-height: 1;
    transition: all ease-in-out .3s;
    cursor: pointer;
    font-size: .0833rem;
    margin-top: .1563rem;
}

.sc-r-item a:hover {
    transform: translateY(-5px);
}

/*视频弹窗*/
.video-mask {
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 990;
}

.video-con {
    top: 15%;
    left: 50%;
    width: 4.2rem;
    margin-left: -2.1rem;
    z-index: 9999;
}

.video-box {
    border: 4px solid #fff;
    height: 2.2rem;
    width: 4.2rem;
    background-color: rgba(0, 0, 0, 0.9);
}

.video-box video {
    display: block;
    height: 100%;
    margin: 0 auto;
}

.video-close {
    width: .2604rem;
    height: .2604rem;
    margin: .1563rem auto;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
}

.video-close span {
    text-align: center;
    display: block;
    font-weight: normal;
    line-height: 1;
    font-size: .1563rem;
    color: #fff;
}


/*about*/
.ab-top-con {
    width: 2.0833rem;
}

.ab-top-con p {
    color: #fff;
    font-size: .1042rem;
    opacity: 0.7;
    margin-bottom: .2083rem;
}

.ab-top-con h4 {
    color: #fff;
    font-size: .2083rem;
    line-height: 1.3;
}

.ab1 {
    background-color: #fff;
    padding: .625rem 0 .8854rem;
}

.ab1-l {
    margin-right: .9896rem;
    width: 34.85%;
}

.ab1-l h4 {
    font-size: .1979rem;
    margin-bottom: .6667rem;
    line-height: 1.3;
}

.ab1-l-video {
    border-radius: .5521rem;
}

.ab1-l-ico {
    width: .3438rem;
    height: .3438rem;
    border: 1px solid #fff;
    color: #fff;
    transition: all ease-in-out .3s;
}

.ab1-l-ico span {
    font-size: .1563rem;
}

.ab1-l-ico:hover {
    color: #fff;
    background-color: #687892;
    border-color: #687892;
}

.ab1-zi {
    opacity: 0.03;
    width: 2.375rem;
}

.ab1-r>p {
    font-size: .0938rem;
    margin-bottom: .7813rem;
}

.ab1-r-list .index-ab-item {
    border: none;
    width: 30%;
}

.ab1-r-list .index-ab-item p {
    font-size: .1094rem;
}

.ab1-r-list .index-ab-item h4 {
    font-size: .1927rem;
}

.ab1-r-list .index-ab-item span {
    font-size: .0833rem;
}

.ab2 {
    background-color: #fff;
    padding: .625rem 0 .8854rem;
}

.ab2-top-con {
    margin-bottom: .4167rem;
    margin-left: .3646rem;
}

.ab2-top-con h4 {
    color: #fff;
    font-size: .2083rem;
    margin-bottom: .1042rem;
}

.ab2-top-con p {
    font-size: .1042rem;
    opacity: 0.7;
    color: #fff;
}

.ab2-bt {
    margin-top: .4167rem;
}

.ab2-bt-l {
    margin-right: 1.0729rem;
}

.ab2-bt-l h4 {
    font-size: .1563rem;
    margin-bottom: .1563rem;
}

.ab2-bt-l p {
    font-size: .0938rem;
    opacity: 0.75;
}

.ab2-bt-r .ab2-bt-r-i:first-child {
    width: 1.7917rem;
    margin-right: .1563rem;
}

.ab2-bt-r .ab2-bt-r-i:last-child {
    width: 1.4583rem;
}

.ab3 {
    background: #F1F4FB;
    padding: .625rem 0 .8854rem;
}

.ab3-l {
    margin-right: .5208rem;
}

.ab3-l h4 {
    font-size: .2344rem;
    margin-bottom: .1823rem;
}

.ab3-l p {
    font-size: .0938rem;
    opacity: 0.8;
}

.ab3-r {
    width: 64.28%;
}

.ab3-r-l {
    width: 2.8906rem;
    margin-right: .1563rem;
    border-radius: .625rem 1.0417rem .2083rem 1.0417rem;
}

.ab3-r-r p {
    font-size: .0885rem;
    opacity: 0.8;
    margin-bottom: .4167rem;
}

.ab4 {
    background-color: #fff;
    padding: .625rem 0 .8854rem;
}

.ab-tit h4 {
    font-size: .2344rem;
}

.ab4-top {
    margin-top: .3229rem;
}

.ab4-top-i {
    width: 31%;
}

.ab4-top-i-con h4 {
    margin-top: .2448rem;
    margin-bottom: .1146rem;
    font-size: .1042rem;
}

.ab4-top-i-con p {
    font-size: .0938rem;
    opacity: 0.6;
}

.ab4-bt {
    margin-top: .4844rem;
    background: #F6F6F6;
}

.ab4-bt-l {
    width: 4.0469rem;
    margin-right: .3802rem;
}

.ab4-bt-r {
    padding-right: .3385rem;
}

.ab4-bt-r h4 {
    font-size: .1042rem;
    margin-bottom: .1563rem;
}

.ab4-bt-r p {
    font-size: .0938rem;
    opacity: 0.7;
}

.ab6 {
    background: #F7F7F7;
    padding: .625rem 0 .8854rem;
}

.ab6 .con {
    background-image: url(../images/ab6-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 6.25rem;
}

.ab6-swiper {
    margin-top: .3542rem;
    overflow: unset;
    padding: .1042rem .1042rem;
    height: 2.2917rem;

}

.ab6-swiper .ab6-item {
    background-color: #fff;
    padding: .0521rem;
}

.ab6-swiper .swiper-wrapper {
    align-items: center;
}

.ab6-swiper .swiper-slide {
    transition: all ease-in-out .3s;
    height: auto;
}

.ab6-swiper .swiper-slide-active {
    width: 1.5625rem !important;
}

.ab7 {
    background-color: #fff;
    padding: .625rem 0 .8854rem;
}

.index-ex-con-fy {
    margin-top: .2448rem;
}

.index-ex-con-fy div {
    background-color: #f4f4f4;
    margin-left: .1042rem;
}

.index-ex-con-fy div:hover {
    background-color: #687892;
    color: #fff;
}

.index-ex-con-swiper {
    margin-top: .3438rem;
    overflow: unset;
    min-height: 2.5365rem;
}

.index-ex-con-swiper .swiper-wrapper {
    align-items: flex-start;
}

.index-ex-con-swiper .swiper-slide {
    transition: all ease-in-out 0.3s;
    width: 100%;
    padding-bottom: 2.0156rem;
}

.index-ex-con-swiper .swiper-slide-active {
    width: 3.9688rem !important;
    padding-bottom: 2.5365rem;
    transition: all ease-out 0.5s;
}

/*service*/
.se-top-con h4 {
    color: #fff;
    margin-bottom: .2292rem;
    font-size: .5208rem;
    text-transform: uppercase;
}

.se-top-con p {
    font-size: .125rem;
    color: #fff;
}

.se1 {
    background-color: #fff;
    padding: .5573rem 0;
}

.se1-l {
    margin-right: .6354rem;
}

.se1-r {
    width: 54.14%;
}

.se1-l>h4 {
    font-size: .2083rem;
    margin-bottom: .1719rem;
    line-height: 1.2;
}

.se1-l>p {
    font-size: .0938rem;
    opacity: 0.8;
    margin-bottom: .3646rem;
}

.se1-l-list p {
    margin-bottom: .0781rem;
    line-height: 1;
}

.se1-l-list p span {
    color: #188D84;
    font-size: .0938rem;
    margin-right: .0521rem;
}

.se1-l-list p em {
    font-size: .0938rem;
}

.se2 {
    background: #F5F5F5;
    padding: .4688rem 0;
}

.se2-l {
    margin-right: .4479rem;
    width: 57.14%;
}

.se2-r>h4 {
    font-size: .2083rem;
    margin-bottom: .2083rem;
    line-height: 1.3;
}

.se2-r-i {
    background-color: #fff;
    margin-bottom: .0521rem;
    padding: .1875rem .2188rem;
    cursor: pointer;
}

.se2-r-i-top h4 {
    font-size: .1146rem;
    margin-right: .1563rem;
}

.se2-r-i-top span {
    font-size: .1146rem;
    opacity: 0.5;
}

.se2-r-i-con p {
    margin-top: .1458rem;
    font-size: .0833rem;
    opacity: 0.7;
}

.se2-r-i.on .se2-r-i-top span {
    transform: rotate(180deg);
}

.se2-r-i.on .se2-r-i-con {
    display: block;
}

.se3 {
    padding: .724rem 0;
}

.se-tit h4 {
    font-size: .2083rem;
}

.se3-list {
    margin-top: .375rem;
}

.se3-i {
    width: 24.21%;
}

.se3-i p {
    font-size: .0938rem;
    margin-top: .1563rem;
    opacity: 0.9;
}

.se4 {
    background: #F8F8F8;
    padding: .5208rem 0;
}

.se4-tit h4 {
    width: 50%;
    line-height: 1.2;
}

.se4-swiper {
    margin-top: .3854rem;
}

.se4-bt-tit h4 {
    margin-top: .3802rem;
}

.se4-bt-list {
    margin-top: .2604rem;
}

.se4-bt-i {
    width: 13%;
}

.se4-bt-pic {
    width: .75rem;
    height: .75rem;
    margin-bottom: .1563rem;
}

.se4-bt-i p {
    font-size: .0781rem;
}

.se5 {
    background: #F4F7FD;
    padding: .625rem 0;
    margin-top: -0.2083rem;
    z-index: 1;
}

.se5-tit p {
    font-size: .1042rem;
    opacity: 0.7;
    width: 42%;
}

.se5 .con {
    background-image: url(../images/ab6-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 6.25rem;
}


/*联系我们*/
.ca-top-con h4 {
    color: #fff;
    margin-bottom: .3594rem;
    font-size: .2969rem;
}

.ca1 {
    background-color: #fff;
    padding: .5833rem 0;
}

.ca1-box {
    background: #F6F9FF;
}

.ca1-con {
    padding: .4479rem .4479rem .276rem;
}

.ca1-con-l {
    margin-right: .5208rem;
}

.ca1-con-l h4 {
    font-size: .2344rem;
    margin-bottom: .1354rem;
}

.ca1-con-l p {
    opacity: 0.78;
    font-size: .0938rem;
    margin-bottom: .4167rem;
}

.ca1-con-l span {
    font-size: .0938rem;
    line-height: 1.6;
}

.ca1-con-l span:last-child {
    margin-top: .2083rem;
}

.ca1-con-r {
    width: 50%;
}

.ca1-con-se {
    background-color: #fff;
    border: 1px solid #E5E5E5;
    overflow: hidden;
    border-radius: .1042rem;
    margin-bottom: .0677rem;
    width: 48.5%;
    padding: .1563rem;
}

.ca1-con-se input,
.ca1-con-se textarea {
    font-size: .0938rem;
    width: 100%;

}

.ca1-con-se input::placeholder,
.ca1-con-se textarea::placeholder {
    color: #999;
}

.ca1-con-se textarea {
    height: .8698rem;
}

.ca1-con-se:nth-child(5),
.ca1-con-se:nth-child(6) {
    width: 100%;
}

.ca1-con-btn {
    margin-top: .0521rem;
}

.ca1-bt {
    background: linear-gradient(90deg, #687892, #798EB0);
    padding: .375rem .2917rem;
}

.ca1-bt-l {
    margin-right: .5208rem;
}

.ca1-bt-pic {
    border: 2px solid #FFFFFF;
    width: .5833rem;
    height: .5833rem;
    margin-right: .2292rem;
}

.ca1-bt-i p {
    opacity: 0.8;
    font-size: .0833rem;
    margin-bottom: .0521rem;
    color: #fff;
}

.ca1-bt-i h4 {
    color: #fff;
    font-size: .1354rem;
}

.ca1-bt-r {
    border-left: 1px solid #ccc;
    padding-left: .2604rem;
    width: 20.5%;
}

.ca1-bt-r-i {
    width: .5208rem;
}

.ca1-bt-r-i img {
    width: .5208rem;
    height: .5208rem;
}

.ca1-bt-r-i p {
    color: #fff;
    font-size: .0938rem;
    margin-top: .0521rem;
}

.ca2 {
    background: #fff;
    padding: .5208rem 0 1.3021rem;
}

.ca2-tit h4 {
    font-size: .2344rem;
}

.ca2-list {
    margin-top: .3958rem;
}

.ca2-i {
    background-color: #fff;
    padding: .2188rem;
    width: 21.57%;
}

.ca2-i-ico {
    width: .3333rem;
    height: .3333rem;
    background-color: #000;
}

.ca2-i-ico span {
    font-size: .1719rem;
    color: #fff;
}

.ca2-i h4 {
    margin-top: .1146rem;
    margin-bottom: .3125rem;
    font-size: .1146rem;
}

.ca2-i a {
    color: #fff;
    background: #000;
    font-size: .0833rem;
    transition: all ease-in-out .3s;
    padding: .0833rem .1563rem;
}

.ca2-i a:hover {
    background: linear-gradient(90deg, #687892, #798EB0);
}

.ca2-i:nth-child(1) .ca2-i-ico {
    background: #385196;
}

.ca2-i:nth-child(2) .ca2-i-ico {
    background: #E72C59;
}

.ca2-i:nth-child(3) .ca2-i-ico {
    background: #000;
}

.ca2-i:nth-child(4) .ca2-i-ico {
    background: #04B253;
}

/*download*/
.do-se {
    margin-top: .5208rem;
}

.do3 {
    margin-bottom: .8802rem;
}

.do-tit h4 {
    font-size: .2604rem;
    margin-bottom: .2604rem;
}

.do-con {
    padding-bottom: .5208rem;
    border-bottom: 1px solid #E5E5E5;
}

.do1-i {
    background-color: #fff;
    width: 24.64%;
    margin-bottom: .1563rem;
    padding: .224rem;
    margin-right: .1771rem;
}

.do1-i-img {
    width: 70%;
    padding-bottom: 1.2865rem;
}

.do1-i p {
    margin-top: .2083rem;
    margin-bottom: .1146rem;
    font-size: .0938rem;
}

.do1-i a {
    font-size: .0833rem;
    padding: .0833rem .1563rem;
    color: #999;
    border: 1px solid #999;
}

.do1-i a:hover {
    background-color: #687892;
    color: #fff;
    border-color: #687892;
}

.do2-i {
    padding: .1042rem .1563rem;
    font-size: .1042rem;
    border: 1px solid #E5E5E5;
    margin-right: .1563rem;
    margin-bottom: .1563rem;
}

.do2-i span {
    font-size: .1042rem;
    margin-right: .1042rem;
}

.do2-i p {
    font-size: .1042rem;
}

.do2-i:hover {
    background-color: #687892;
    color: #fff;
    border-color: #687892;
}

.do2-i:hover p {
    color: #fff;
}

.do3-i {
    width: 28.92%;
    margin-right: .1563rem;
    margin-bottom: .1563rem;
    background-color: #fff;
}

.do3-i-pic {
    width: 100%;
    padding-bottom: 60%;
}

.do3-i-pic .a-box {
    background-color: rgba(0, 0, 0, 0.2);
}

.do3-ico {
    border: 1px solid #fff;
    width: .2604rem;
    height: .2604rem;
}

.do3-ico span {
    color: #fff;
    font-size: .1563rem;
}

.do3-i-btn {
    padding: .0938rem .1563rem;
}

.do3-i-btn p,
.do3-i-btn span {
    font-size: .0938rem;
    line-height: 1;
}

.do3-i:hover {
    background-color: #687892;
}

.do3-i:hover .do3-i-btn {
    background-color: #687892;
}

.do3-i:hover .do3-i-btn p,
.do3-i:hover .do3-i-btn span {
    color: #fff;
}

/*cases*/
.pj-top {
    padding: .5208rem 0 .4063rem;
}

.pj-top-nav a,
.pj-top-nav span {
    font-size: .0833rem;
    margin-right: .0521rem;
}

.pj-top-nav a:hover {
    color: #647285;
}

.pj-top-nav-tit {
    font-weight: bold;
    font-size: .3542rem;
    margin-top: .1042rem;
    line-height: 1;
}

.pj-i {
    width: 48.5%;
    margin-bottom: .1563rem;
    background-color: #f7f7f7;
}

.pj-i-tit {
    font-size: .1146rem;
    padding: .2083rem .1042rem;
}

.pj-i:hover .pj-i-tit {
    color: #687892;
}

.pj-top-con-r {
    width: 2.8854rem;
}

.pj-top-con-r p {
    font-size: .0938rem;
    opacity: 0.7;
}

.pj-why-con-top-l {
    width: 46.28%;
}

.pj-why-con-top-r {
    width: 41.14%;
}

.pj-why-con-top-l h4 {
    font-size: .2344rem;
    margin-bottom: .2396rem;
    line-height: 1.2;
}

.pj-why-con-top-r p {
    font-size: .0938rem;
    opacity: 0.7;
}

.pj-why-con-list {
    margin: .6771rem 0 0;
    overflow: unset;
    padding: .1042rem;
    width: 5.6667rem;
}

.pj-why-con-i {
    background-color: #fff;
    width: 100%;
}

.pj-why-con-pic {
    width: 2.5781rem;
}

.pj-why-con-txt {
    padding-left: .401rem;
    padding-right: .4167rem;
}

.pj-why-con-txt h4 {
    font-size: .1563rem;
    margin-bottom: .1927rem;
}

.pj-why-con-txt p {
    font-size: .0938rem;
    opacity: 0.7;
}

/*pj-show*/
.pj-show-top-con {
    margin-bottom: .9167rem;
}

.pj-show-top-tit h4 {
    color: #fff;
    font-size: .3646rem;
    width: 3.0208rem;
    line-height: 1.3;
}

.pj-show-top-txt {
    width: 3.0208rem;
}

.pj-show-top-txt>p {
    color: #fff;
    margin-bottom: .1979rem;
    font-size: .0938rem;
    opacity: 0.7;
}

.pj-show-top-btn {
    padding: .0521rem .0938rem;
    background-color: #647285;
    transition: all ease-in-out .3s;
}

.pj-show-top-btn:hover {
    transform: translateY(-10px);
}

.pj-show-top-btn p {
    color: #fff;
    font-size: .0938rem;
    margin-right: .0521rem;
}

.pj-show-top-btn em {
    background-color: #fff;
    width: .224rem;
    height: .224rem;
}

.pj-show-top-btn em span {
    font-size: .1042rem;
    color: #647285;
}

.pj-show-con {
    background-color: #fff;
    padding: .625rem 0 0;
}

.pj-show-con-top h4 {
    font-size: .1875rem;
    width: 3rem;
    line-height: 1.3;
}

.pj-show-con-txt {
    width: 3.5313rem;
}

.pj-show-con-txt p {
    font-size: .0833rem;
    margin-bottom: .1042rem;
}

.pj-show-con-top {
    margin-bottom: .5208rem;
}

.pj-show-con-swiper {
    overflow: unset;
    margin: 0;
}

.pj-show-con-i {
    width: 100%;
    padding-bottom: 70%;
}

.pj-show-con-ico {
    background-color: #647285;
    color: #fff;
    width: .3125rem;
    height: .3125rem;
    opacity: 0;
    transition: all ease-in-out .3s;
}

.pj-show-con-ico span {
    font-size: .1563rem;
}
.pj-show-con-i:hover .pj-show-con-ico{
    opacity: 1;
}

/*产品列表*/
.pro-show-nav {
    margin-top: .3125rem;
    margin-bottom: .2604rem;
}

.pro-show-top-nav {
    margin-bottom: .1406rem;
}

.pro-show-top-nav a,
.pro-show-top-nav em,
.pro-show-top-nav span {
    font-size: .0866rem;
    opacity: 0.78;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

.pro-show-top-nav em {
    padding: 0 .0521rem;
}

.pro-show-top-nav a:hover {
    color: #687892;
}

.pro-top-txt h4 {
    font-size: .3125rem;
    color: #000;
    margin-bottom: .2083rem;
}
.pro-top-txt p{
    font-size: .0938rem;
    color: #fff;
    opacity: 0.8;
    width: 2.4479rem;
}


.pro-main {
    margin-bottom: .3125rem;
    background-color: #fff;
    border-radius: .2604rem;
    padding-top: .4167rem;
}

.pro-main-side {
    width: 18%;
    margin-right: .2604rem;
}

.pro-main-side-tit h4 {
    font-size: .125rem;
    padding-bottom: .2135rem;
    border-bottom: 1px solid #d8d8d8;
}

.pro-main-side-item {
    border-bottom: 1px solid #d8d8d8;
    padding: .125rem 0;
}

.pro-main-side-item-tit {
    cursor: pointer;
}

.pro-main-side-item-tit span {
    font-size: .0938rem;
    font-weight: 700;
}

.pro-main-side-item-tit:hover span,
.pro-main-side-item-tit.on span {
    color: #687892;
}

.pro-main-side-item-tit:hover i,
.pro-main-side-item-tit.on i {
    color: #687892;
}

.pro-main-side-item-tit i {
    font-size: .0938rem;
}

.pro-main-side-item-list {
    margin-top: .125rem;
    display: none;
}

.pro-main-side-item-list a {
    font-size: .0885rem;
    color: #222;
    margin-bottom: .0781rem;
    line-height: 1;
    display: block;
}

.pro-main-side-item-list a:hover,
.pro-main-side-item-list a.active {
    text-decoration: underline;
    color: #687892;
}

.pro-main-side-item-list.on {
    display: block;
}

.pro-main-side-item-tit i.on {
    transform: rotate(90deg);
}

.pro-main-item {
    background: rgba(210, 210, 210, 0.1);
    width: 32%;
    margin-bottom: .1563rem;
}

.pro-main-item:hover {
    transform: translateX(-0.026rem);
    background-color: #687892;
}

.pro-main-item:hover .pro-item-img {
    border-color: transparent;
}

.pro-main-item:hover .pro-item-txt h4 {
    color: #fff;
}

.pro-main-item:hover .pro-item-txt p {
    color: #fff;
}

.pro-item-img {
    border: 1px solid rgba(210, 210, 210, 0.1);
}

.pro-main-item-new {
    color: #fff;
    font-size: .0729rem;
    padding: .0313rem .0417rem;
    top: .0625rem;
    left: .0625rem;
    border-radius: .1042rem;
    line-height: 1;
    background-color: #687892;
}

.pro-item-txt {
    padding: 0.1875rem 0;
}

.pro-item-txt h4 {
    font-size: .1146rem;
    font-weight: 500;
    margin-bottom: 0.0677rem;
}

.pro-item-txt p {
    opacity: 0.78;
    font-size: .0938rem;
}

.pro-main-list::after {
    content: '';
    width: 32%;
    display: block;
}



/*分页查询样式*/
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li a,
.pagination li span {
    width: 30px;
    height: 30px;
    margin: 0 8px;
    background-color: #000;
    color: #fff;
    display: flex;
    font-size: 14px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.pagination li.active a,
.pagination li.active span {
    background-color: #999;
}

.pagination li.disabled a,
.pagination li.disabled span {
    background-color: #777;
    cursor: no-drop;
}

.pro-tip {
    color: #ccc;
    font-size: .1563rem;
    margin-top: .2083rem;
    margin-bottom: .4688rem;
}

.pro-main-page {
    margin: .3125rem auto;
}

/*详情样式*/
.pro-show-nav {
    margin-top: .3125rem;
    margin-bottom: .2604rem;
}

.pro-show-top-nav {
    margin-bottom: .1406rem;
}

.pro-show-top-nav a,
.pro-show-top-nav em,
.pro-show-top-nav span {
    font-size: .0866rem;
    opacity: 0.78;
    font-weight: 500;
    color: #555d68;
    text-transform: uppercase;
}

.pro-show-top-nav em {
    padding: 0 .0521rem;
}

.pro-show-top-nav a:hover {
    color: #687892;
}

.pro-show-top {
    padding: 0 0 .5625rem;
}

.product-img {
    align-items: flex-start;
}

.pro-show-top-l {
    width: 50%;
}

.pro-show-top-r {
   margin-left: .5208rem;
}

.product-show-img-top {
    width: 100%;
    border: 1px solid #e5e5e5;
    height: auto;
    overflow: hidden;
    margin-bottom: .1198rem;
}

.product-show-img-thumbs {
    width: 100%;
    height: auto;
}

.product-show-img-thumbs .swiper-slide {
    width: auto;
    height: auto;
    border: 1px solid #e5e5e5;
}

.product-show-img-thumbs .swiper-slide-thumb-active {
    border: 1px solid #687892;
}

.pro-show-top-tit h4 {
    font-size: .1771rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: .1042rem;
}

.product-show-info-tit h4 {
    font-size: .125rem;
    margin-bottom: .1042rem;
    font-weight: 600;
}

.product-show-info-txt {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: .1563rem;
    margin-bottom: .1563rem;
    width: 90%;
}

.product-show-info-txt p {
    font-size: .0938rem;
    margin-bottom: .0521rem;
    opacity: 0.8;
}

.product-show-info-txt p:last-child {
    margin-bottom: 0;
}

.pro-show-btn-box {
    margin-top: .1536rem;
}


.pro-show-btn {
    margin-bottom: .1042rem;
    font-size: .0938rem;
    line-height: 1;
    padding: .1146rem 0;
    cursor: pointer;
    width: 48.5%;
}

.add-cart {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

.p-order {
    background-color: #687892;
    color: #fff;
    border: 1px solid #687892;
}

.p-order:hover {
    background-color: #fff;
    border: 1px solid #687892;
    color: #687892;
}

.add-cart:hover {
    background-color: #fff;
    border: 1px solid #687892;
    color: #687892;
}

.pro-show-top-section {
    margin-bottom: .2083rem;
}

.pro-show-top-section h4 {
    font-size: .2083rem;
    color: #687892;
}

.pro-show-top-dim {
    margin-top: .0885rem;
    background: #f7f5f2;
    border: 1px solid #000000;
    color: #687892;
    padding: .1042rem .2083rem;
    font-size: .0938rem;
}

.pro-show-top-cer {
    margin-top: .1823rem;
}

.pro-show-top-cer img {
    width: .3125rem;
    height: .3125rem;
    margin-right: .1563rem;
}

.pro-show-top-hl {
    margin-top: .1823rem;
}

.pro-show-top-hl-item {
    margin-right: .1042rem;
    width: .5208rem;
    margin-bottom: .0781rem;
}

.pro-show-top-hl-item .pro-show-top-hl-pic {
    width: .2708rem;
    height: .2708rem;
    margin: 0 auto;
}

.pro-show-top-hl-item p {
    font-size: .0729rem;
    margin-top: .0521rem;
    color: #647285;
    line-height: 1.2;
    font-weight: 500;
}

.pro-show-btn a {
    background: #687892;
    color: #fff;
    padding: .1042rem 0;
    font-size: .1042rem;
    width: 100%;
}

.pro-show-btn a:hover {
    background-color: #687892;
}

.pro-show-op {
    margin-bottom: .1042rem;
    opacity: 0.8;
}

.pro-show-op span {
    font-weight: 600;
    font-size: .1042rem;
    line-height: 1;
    margin-right: .0781rem;
}

.pro-show-op em {
    line-height: 1;
    font-size: .1042rem;
}

.pro-show-call {
    margin-top: .1042rem;
}

.pro-show-call span {
    line-height: 1;
    font-weight: 600;
    font-size: .0938rem;
    margin-right: .0521rem;
}

.pro-show-call em {
    line-height: 1;
    font-size: .0938rem;
    opacity: 0.8;
    margin-right: .0521rem;
}

.pro-show-call a {
    font-size: .0938rem;
    text-decoration: underline;
    font-weight: 600;
}

.pro-show-call a:hover {
    color: #687892;
}

.pro-show-gg {
    margin: .1563rem 0 0;
}

.pro-show-gg h4 {
    font-size: .1146rem;
}

.pro-show-gg-list {
    margin-top: .1042rem;
    align-items: flex-start;
}

.pro-show-detail {
    background: #f4f1ed;
    padding: .4583rem 0;
}

.pro-show-tit {
    margin-bottom: .2031rem;
}

.pro-show-tit h4 {
    font-size: .3906rem;
    color: #687892;
}

.pro-show-detail-con .ab4-item-txt p {
    margin-bottom: .0781rem;
    font-size: .0866rem;
}

.pro-show-download {
    margin-top: .4583rem;
    margin-bottom: .4583rem;
}

.pro-show-download-list {
    margin-top: .1042rem;
}

.pro-show-download-item {
    width: 32%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: .1198rem .1354rem;
    opacity: 0.7;
}

.pro-show-download-item span {
    font-size: .0938rem;
    font-weight: 400;
}

.pro-show-download-item i {
    font-size: .1146rem;
}

.pro-show-download-item:hover {
    border: 1px solid #687892;
    background: #687892;
    color: #fff;
    opacity: 1;
}

.pro-show-detail-tit h4 {
    font-size: .3906rem;
    color: #687892;
}

.pro-show-ship-tit,
.pro-show-detail-tit {
    padding-bottom: .2135rem;
}

.pro-show-cate {
    margin-bottom: .3125rem;
}

/*新详情*/
.pro-show-box-l{
    width: 20%;
    margin-right: .4167rem;
}
.pro-show-box-l .pro-main-side{
    width: 100%;
}
.pro-show-box-se{
    margin-bottom: .625rem;
}
.pro-show-box-se-tit h4{
    font-size: .2083rem;
    padding-bottom: .1563rem;
    border-bottom: 1px solid #d8d8d8;
}
.pro-show-box-se-con{
    padding: .1563rem;
}
.pro-show-box-se-con .do3-i-pic{
    padding-bottom: 55%;
}
.pro-show-box-se-con .do2-i{
    width: 48.5%;
}
.pro-show-m{
    margin-bottom: .6094rem;
}
.pro-show-m-item-tit h4{
    font-size: .2083rem;
}
.pro-show-m-item-con{
    margin-top: .3542rem;
}
.pro-show-m-swiper{
    overflow: unset; 
}
.pro-show-m-swiper .pro-main-item{
    width: 100%;
}


/*order tc*/
.order-mask {
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 4;
}

.order-con {
    background-color: #fff;
    z-index: 9999;
    width: 3.3646rem;
    min-height: 1.9271rem;
    right: .1563rem;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0.2344rem;
}

.order-tit h4 {
    font-size: .1042rem;
}

.order-tit span {
    font-size: .1563rem;
    line-height: 1;
}

.order-product>h4 {
    font-size: .1042rem;
    margin-top: .1563rem;
}

.order-product-list {
    overflow-y: auto;
    height: 1.3021rem;
    margin-top: 0.1042rem;
}

.order-product-list a {
    margin-bottom: .1042rem;
}

.order-product-list a .order-product-img {
    width: .5208rem;
    height: .5208rem;
    margin-right: .1042rem;
}

.order-product-text h4 {
    font-size: .1042rem;
    margin-bottom: .0521rem;
}

.order-product-text p {
    line-height: 1;
    font-size: .0885rem;
    color: rgba(0, 0, 0, 0.6);
}

.order-form {
    margin-top: .1563rem;
}

.order-form .order-section {
    margin-bottom: .1042rem;
}

.order-form .order-section span {
    font-size: .0885rem;
    margin-bottom: .0521rem;
}

.order-form .order-section input {
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: .0885rem;
    padding: .0729rem .0521rem;
}

.order-btn {
    background-color: #000;
    color: #fff;
    font-size: .1042rem;
    line-height: 1;
    padding: .1042rem 0;
    cursor: pointer;
}

/*blog*/
.news-page {
    padding: .4688rem 0;
    background: #f5f5f7;
    margin-bottom: .625rem;
}

.news-box {
    width: 6.7917rem;
    margin: 0 auto;
}

.news-top-nav a,
.news-top-nav em {
    color: #000;
    font-size: .0938rem;
    margin-bottom: .1198rem;
    line-height: 1;
}

.news-top-nav em {
    margin: 0 .0781rem;
}

.news-top-nav a:hover {
    color: #687892;
}

.news-top-l h4 {
    font-size: .2604rem;
}

.news-top-r {
    background-color: #fff;
    padding: .0365rem 0;
}

.news-top-r-item {
    margin: 0 .0521rem;
    color: #000;
    font-size: .1042rem;
    padding: .1198rem .2083rem;
}

.news-top-r-item:hover,
.news-top-r-item.on {
    background-color: #687892;
    color: #fff;
}

.news-con-list {
    margin-top: .5625rem;
}

.news-item-txt {
    margin-top: .1563rem;
}

.news-item-txt .index-btn {
    width: 55%;
    background-color: #687892;
    padding: .0938rem .1042rem;
}

.news-item-txt .index-btn:hover {
    background-color: #687892;
    color: #fff;
}

.news-item-txt h4 {
    font-size: .1354rem;
    margin-bottom: .1042rem;
    font-weight: 600;
    line-height: 1.3;
}

.news-item-txt p {
    font-size: .0938rem;
    margin-bottom: .1563rem;
}

.news-item-btn {
    background-color: #687892;
    color: #fff;
    padding: .1042rem .1302rem;
}

.news-item-btn span {
    font-size: .0938rem;
}

.news-item-btn em {
    font-size: .1042rem;
}

.news-item {
    width: 32%;
    background-color: #fff;
    border-radius: .1563rem;
    padding: .1823rem .1927rem;
    margin-bottom: .1563rem;
}

.news-item .news-item-pic {
    margin-bottom: .1042rem;
}

.news-item .news-item-pic {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 70%;
}

.news-item .news-item-txt {
    flex: 1;
}

.news-item .news-item-btn {
    border: 1px solid #687892;
    transition: all ease-in-out 0.3s;
}

.news-item:hover .news-item-txt h4 {
    color: #687892;
}

/*blog详情*/
.news-show {
    background-color: #f5f5f7;
    margin-bottom: .625rem;
}

.news-show-top {
    background-color: #ccc;
    padding: .2604rem 0;
}

.news-show-top-l {}

.news-top-nav a,
.news-top-nav em {
    color: #666;
    font-size: .0938rem;
    margin-bottom: .1979rem;
}

.news-top-nav em {
    margin: 0 .0781rem;
}

.news-top-nav a:hover {
    color: #000;
}

.news-top-time span {
    opacity: 0.8;
    font-size: .0938rem;
    font-weight: 400;
    margin: .2083rem 0;
}

.news-top-time span:first-child {
    margin-right: .2083rem;
}

.news-show-top-r {
    width: 48%;
}

.news-show-top-r-btn {
    background-color: #687892;
    color: #fff;
    width: .5208rem;
    height: .5208rem;
    transition: all ease-in-out .3s;
}

.news-show-top-r-btn span {
    font-size: .2083rem;
}

.news-show-top-r:hover .news-show-top-r-btn {
    transform: scale(0.9, 0.9);
}

.news-top-sc a {
    margin-right: .1042rem;
    transition: all ease-in-out 0.3s;
}

.news-top-sc a:hover {
    transform: translateY(-10px);
}

.news-top-sc a span {
    font-size: .1302rem;
}

.news-show-con {
    margin: .4688rem 0 0;
    padding-bottom: .4688rem;
}

.news-show-con-l,
.news-show-con-r {
    background-color: #fff;
    padding: .1823rem;
}

.news-show-con-l {
    width: 70%;
}

.news-show-con-detail p {
    font-size: .0938rem;
    margin-bottom: .0781rem;
}

.news-show-con-detail img {
    width: auto;
    max-width: 100%;
    margin: 0 auto .0781rem;
}

.news-show-con-r {
    width: 25%;
}

.news-show-con-r h4 {
    font-size: .1302rem;
}

.news-show-con-list-item {
    margin-top: .1563rem;
}

.news-show-pic {
    margin-bottom: .0781rem;
}

.news-show-con-list-item-tit {
    font-size: .0866rem;
}

.news-show-con-list-item:hover .news-show-con-list-item-tit {
    color: #687892;
}

.news-show-tit {
    font-size: .2083rem;
    line-height: 1.3;
}

/*faq*/
.faq-page {
    padding: .1563rem 0 .4167rem;
}

.faq-list {
    margin-bottom: .3125rem;
}

.pro-show-color-list .pro-show-gg-item {
    cursor: pointer;
    width: .4167rem;
    margin-right: .1042rem;
    margin-bottom: .1042rem;
}

.pro-show-color-list .pro-show-gg-item .pro-show-gg-item-img {
    width: .4167rem;
    height: .2604rem;
    border: .0156rem solid #efefef;
    border-radius: .0521rem;
    overflow: hidden;
    margin: 0 auto;
}

.pro-show-color-list .pro-show-gg-item:hover .pro-show-gg-item-img,
.pro-show-color-list .pro-show-gg-item.on .pro-show-gg-item-img {
    border: .0156rem solid #687892;
}

.pro-show-color-list .pro-show-gg-item:hover p,
.pro-show-color-list .pro-show-gg-item.on p {
    color: #687892;
}

.pro-show-color-list .pro-show-gg-item p {
    font-size: .0729rem;
    opacity: 1;
    color: #000;
    text-align: center;
    margin-top: .0521rem;
}

.product-show-img-option {
    width: 3.125rem;
    border: 1px solid #ccc;
    height: 3.125rem;
    z-index: 10;
    background-color: #fff;
}

.pro-show-gg-item-img img {
    width: -webkit-fill-available;
    height: 100%;
}

.product-show-img-option img {
    width: auto;
    margin: 0 auto;
    height: auto;
}

.pro-show-ccpic {
    margin-top: .1042rem;
}

.pro-show-ccpic h4 {
    font-size: .1146rem;
}

.pro-show-ccpic-img {
    margin-top: .1042rem;
    overflow: hidden;
    border-radius: .0781rem;
}

#translate {
    display: none;
}

/*cookie 弹窗*/
.cookie-tc {
    background-color: #fff;
    bottom: 10%;
    right: .1042rem;
    width: 2.9583rem;
    border-radius: .4167rem .4167rem 0 .4167rem;
    padding: .2604rem;
    display: none;
    z-index: 999;
}

.cookie-con h4 {
    font-size: .1458rem;
    margin-bottom: .1302rem;
}

.cookie-con p {
    font-size: .0866rem;
    opacity: 0.8;
    margin-bottom: .2083rem;
}

.cookie-btn span,
.cookie-btn em {
    font-size: .0866rem;
    width: 45%;
    padding: .1042rem 0;
    cursor: pointer;
}

.cookie-btn span {
    background-color: #000;
    color: #fff;
}

.cookie-btn em {
    background: #e8e8e8;
    color: #000;
}

.cookie-btn span:hover {
    background-color: #e8e8e8;
    color: #000;
}

.cookie-btn em:hover {
    background-color: #000;
    color: #fff;
}

.page-box {
    padding: .4167rem 0;
}

.page-con-l {
    width: 30%;
    margin-right: .1563rem;
}

.page-con-nav a {
    opacity: 0.9;
    font-size: .1146rem;
    border-bottom: 1px solid #ccc;
    padding: .1563rem .0521rem;
}

.page-con-nav a:hover,
.page-con-nav a.on {
    opacity: 1;
    color: #647285;
}

.page-con-r {
    background-color: #fff;
    padding: .1563rem .3125rem;
}

.page-con-txt h2 {
    font-weight: 600;
    color: #687892;
    margin-bottom: .2083rem;
    font-size: .2083rem;
    text-transform: uppercase;
}

.page-con-txt p,
.page-con-txt ul li {
    font-size: .0938rem;
    margin-bottom: .0781rem;
    opacity: 0.9;
}

.page-con-txt ul li {
    list-style-type: disc;
    margin-left: .0938rem;
}

.page-con-txt h4 {
    font-size: .1563rem;
    font-family: 'Roboto';
    margin-bottom: .1042rem;
    margin-top: .1563rem;
    color: #687892;
}

/*sc-nav*/
.sc-nav {
    bottom: 18%;
    right: .1302rem;
    z-index: 999;
}

.sc-nav-ico {
    width: .2604rem;
    height: .2604rem;
    margin-bottom: .0521rem;
}

.sc-nav-ico span {
    color: #fff;
    font-size: .1302rem;
    line-height: 1;
}

.sc-nav-item .sc-nav-ico {
    background: #687892;
}


.sc-nav-qr {
    top: 0;
    right: .3646rem;
    width: .6771rem;
    height: .6771rem;
    display: none;
    background-color: #fff;
    padding: .0521rem;
}

.sc-nav-qr.on {
    display: block;
}

.sc-nav-txt {
    width: .9375rem;
    height: auto;
}

.sc-nav-txt p {
    font-size: .0938rem;
    text-align: center;
}


/* 添加到您的CSS文件中 */
.size-chart-preview {
    position: relative;
    display: inline-block;
}

.size-chart-image {
    max-width: 100%;
    height: auto;
    cursor: pointer;
    transition: all 0.3s ease;
}

.size-chart-image:hover {
    opacity: 0.8;
    transform: scale(1.02);
}

.size-chart-zoom-hint {
    margin-top: .0417rem;
}

.product-size-preview-container {
    position: relative;
}