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

.con {
    width: 83.33%;
    min-width: 900px;
    max-width: 1600px;
    margin: 0 auto;
}

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

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

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

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

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

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

nav>ul>li>a {
    color: #fff;
    font-size: .0938rem;
    font-weight: 700;
    line-height: 1;
    padding: .2031rem 0;
    text-transform: uppercase;
    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-active {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

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

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

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

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

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

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

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


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

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

.header-phone {
    padding: .0521rem .0938rem;
    border: 2px solid #fff;
}

.header-phone span {
    font-size: .1042rem;
    color: #fff;
    line-height: 1;
    font-weight: 600;
    margin-right: .0521rem;
}

.header-phone a {
    color: #fff;
    font-size: .0866rem;
    line-height: 1;
}

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

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

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

.header-active .header-phone:hover {
    border: 2px solid #2560c4;
}

.header-active .header-phone:hover a {
    color: #2560c4;
}

.header-active .header-phone:hover span {
    color: #2560c4;
}



/*购物车*/
.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: 14px;
    line-height: 1;
    flex: 1;
    line-height: .2604rem;
    padding: 0 .0938rem;
    width: 100%;
}

.pro-page-form-box input[type=submit] {
    background-color: #2560c4;
    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: .5208rem;
    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: #2560c4;
    opacity: 1;
}

.ba-txt {
    width: 33%;
}

.ba-txt p {
    color: #fff;
    font-size: .1042rem;
    margin-bottom: .1406rem;
    line-height: 1;
}

.ba-txt h4 {
    color: #fff;
    font-size: .3333rem;
    line-height: 1.3;
    margin-bottom: .3333rem;
}

.ba-txt a {
    color: #313131;
    background: #fff;
    font-size: .0938rem;
    padding: .1042rem .1406rem;
    transition: all ease-in-out 0.3s;
    width: 35%;
}

.ba-txt a em,
.ba-txt a span {
    font-size: .0938rem;
}

.ba-txt a:hover {
    background-color: #2560c4;
    color: #fff;
}

.index-box {
    margin-top: -.2604rem;
}

.index-tit {
    font-size: .2344rem;
    color: #000;
}

.index-cate {
    background-color: #fff;
    border-radius: .2604rem .2604rem 0 0;
    z-index: 1;
    padding: .6563rem 0;
}

.index-cate-swiper {
    margin-top: .3125rem;
    min-height: 2.3333rem;
}

.index-cate-txt h4 {
    font-size: .125rem;
    margin-top: .1563rem;
}

.index-cate-btn {
    bottom: .0365rem;
    right: .1563rem;
    width: .6979rem;
    height: .6979rem;
    background: #2560C4;
    transition: all ease-in-out 0.5s;
    opacity: 0;
}

.index-cate-btn-con span {
    color: #fff;
    font-size: .1042rem;
    transform: rotate(-45deg);
}

.index-cate-btn-con p {
    font-size: .1042rem;
    color: #fff;
    line-height: 1;
    margin-top: .0208rem;
}

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

.index-cate-fy div i {
    font-size: .1042rem;
}

.index-cate-fy div:hover {
    background-color: #2560C4;
}

.index-cate-fy .index-cate-prev {
    left: -0.5208rem;
}

.index-cate-fy .index-cate-next {
    right: -0.5208rem;
}

.index-cate-swiper .swiper-wrapper {
    align-items: flex-end;
}

.index-cate-swiper .swiper-slide-active {
    width: 2.9688rem !important;
    transition: all ease-out 0.5s;
}



.index-cate-item:hover .index-cate-txt h4 {
    color: #2560c4;
}

.index-cate-item:hover .index-cate-pic img {
    transform: scale(1.1, 1.1);
}

.index-cate-item:hover .index-cate-btn {
    opacity: 1;
}

.index-video {
    border-radius: .2604rem .2604rem 0 0;
}

.index-video-con {
    margin-top: .6563rem;
}

.index-video-con-top p {
    font-size: .1458rem;
    color: #fff;
    font-weight: 400;
}

.index-video-con-top h4 {
    font-size: .2188rem;
    color: #fff;
    line-height: 1.3;
    width: 44%;
}

.index-btn {
    padding: .1042rem .0938rem;
}

.index-btn em {
    margin-right: .1302rem;
}

.index-btn em,
.index-btn span {
    font-size: .0938rem;
}

.index-video-con-top a {
    background: #fff;
}

.index-video-con-top a:hover {
    background: #2560C4;
    color: #fff;
}

.index-video-btn {
    width: .6198rem;
    height: .6198rem;
    border: .0313rem solid #fff;
    margin: .8073rem auto 0;
    background-color: rgba(255, 255, 255, 0.6);
    transition: all ease-in-out 0.5s;
}

.index-video-btn span {
    font-size: .28rem;
    color: #fff;
}

.index-video-btn:hover {
    background-color: #2560C4;
    transform: translateY(-0.0521rem);
}

.index-about {
    background-color: #fff;
    border-radius: .2604rem .2604rem 0 0;
    padding: .6198rem 0;
}

.index-about-top-l {
    width: 24.31%;
}

.index-about-top-l span {
    font-size: .1563rem;
    margin-bottom: .1198rem;
}

.index-about-top-l h4 {
    color: #27529C;
    font-size: .8229rem;
    margin-bottom: .2604rem;
}

.index-about-top-l p {
    font-size: .1146rem;
}

.index-about-top-r {
    width: 46%;
}

.index-about-top-item {
    width: 33.33%;
    margin-bottom: .4167rem;
}

.index-about-top-item p {
    opacity: 0.78;
    font-size: .1042rem;
}

.index-about-top-item h4 {
    font-size: .2604rem;
    margin-top: .1042rem;
}

.index-about-con {
    margin-top: .3646rem;
}

.index-about-item {
    width: 31.4%;
}

.index-about-item h4 {
    margin-top: .25rem;
    margin-bottom: .1563rem;
    font-size: .1458rem;
}

.index-about-item p {
    font-size: .1042rem;
    opacity: 0.7;
}

.index-ex {
    background-color: #B3C5E4;
    border-radius: .2604rem .2604rem 0 0;
    padding: .776rem 0;
}

.index-ex-top h4 {
    color: #fff;
    font-size: .2344rem;
}

.index-ex-top p {
    color: #fff;
    font-size: .1042rem;
    width: 2.4271rem;
}

.index-ex-list {
    margin-top: .4063rem;
}

.index-ex-item {
    width: 46.12%;
}

.index-ex-item-con {
    padding: .2604rem;
    height: 100%;
}

.index-ex-item-top h4 {
    color: #fff;
    font-size: .1667rem;
    width: 60%;
    line-height: 1.3;
}

.index-ex-item-top span {
    border: 2px solid #fff;
    width: .1979rem;
    height: .1979rem;
    font-size: .1042rem;
    color: #fff;
}

.index-ex-item-bo {
    opacity: 0;
    transition: all ease-in-out 0.4s;
}

.index-ex-item-bo p {
    color: #fff;
    font-size: .0938rem;
}

.index-ex-img {
    width: 1.5625rem;
}

.index-ex-item .a-box {
    transition: all ease-in-out 0.4s;
}

.index-ex-item:hover .a-box {
    background: #4568A2;
}

.index-ex-item:hover .index-ex-item-top span {
    transform: rotate(-45deg);

}

.index-ex-item:hover .index-ex-item-bo {
    opacity: 1;
}

.index-faq {
    background-color: #fff;
    border-radius: .2604rem .2604rem 0 0;
    padding: .8333rem 0;
}

.index-faq-con {
    width: 5.7292rem;
    margin: 0 auto
}

.index-faq-item {
    padding-top: .276rem;
    padding-bottom: .276rem;
    border-bottom: 1px solid rgba(85, 93, 104, 0.2);
}

.index-faq-item span {
    font-size: .1042rem;
}

.index-faq-item h4 {
    font-size: .125rem;
    line-height: 1.3;
    width: 28.18%;
}

.index-faq-item p {
    width: 34.9%;
    font-size: .0866rem;
    opacity: 0.7;
}

.index-faq-item i {
    width: .3385rem;
    height: .3385rem;
    background: #fff;
    border-radius: 50%;
    color: #000;
    border: 2px solid #000;
}

.index-faq-item i::after {
    content: '+';
    display: block;
    color: #000;
    font-size: .1563rem;
}

.index-faq-item.on i,
.index-faq-item i:hover {
    background: #2560C4;
    color: #fff;
    border: 2px solid #2560C4;
}

.index-faq-item.on i::after,
.index-faq-item i:hover::after {
    color: #fff;
}

.index-faq-item.on i::after {
    content: '-';
}

.index-faq-item.on p {
    -webkit-line-clamp: unset;
}

.index-contact {
    margin-bottom: .7292rem;
}

.index-contact-con .a-box {
    padding: .6458rem .5156rem;
}

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

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

.index-contact-l h4 {
    color: #fff;
    font-size: .3125rem;
    margin-bottom: .2083rem;
    line-height: 1.2;
}

.index-contact-txt {
    background-color: #fff;
    border-radius: .1563rem;
    padding: .1563rem;
    width: 80%;
}

.index-contact-txt-l {
    width: .3125rem;
    height: .3125rem;
    margin-right: .1042rem;
    background-color: #2560c4;
    color: #fff;
}

.index-contact-txt-l span {
    font-size: .1563rem;
}

.index-contact-txt-r p {
    font-size: .0938rem;
    opacity: 0.7;
    margin-bottom: .0521rem;
    color: #000;
    line-height: 1;
}

.index-contact-txt-r h4 {
    font-size: .125rem;
    margin-bottom: .0521rem;
    color: #000;
}

.index-contact-txt-r span {
    font-size: .1042rem;
    color: #000;
}




.index-contact-r {
    width: 44%;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.5);
    padding: .2344rem .1979rem;
}

.index-contact-form-item {
    width: 48%;
    margin-bottom: .2188rem;
    padding-bottom: .1354rem;
    border-bottom: 1px solid rgba(85, 93, 104, 0.6);
}

.index-contact-form-item input {
    width: 100%;
    font-size: .0938rem;
    color: #000;
    background-color: transparent;
}

.index-contact-form-item input::placeholder {
    color: #000;
}

.index-contact-btn {
    background-color: #2560c4;
    color: #fff;
    width: 35%;
    font-size: .1042rem;
    color: #fff;
    padding: .1042rem 0;
}




/*底部*/
footer {
    background: #475E85;
    border-radius: .2083rem .2083rem 0px 0px;
    padding: .5104rem 0 .3333rem;
}

.footer-t-l {
    width: 22%;
}

.footer-t-r {
    width: 50%;
}

.footer-t-l h4 {
    font-size: .1354rem;
    color: #fff;
    font-weight: 500;
    margin-bottom: .2344rem;
}

.footer-t-l-item {
    margin-bottom: .1563rem;
}
.footer-whatsapp{
    margin-left: .1042rem;
}


.footer-t-l-item span {
    color: #fff;
    opacity: 0.4;
    font-size: .0866rem;
    line-height: 1;
}

.footer-t-l-item p {
    color: #fff;
    font-size: .0938rem;
    margin-top: .0521rem;
}

.footer-t-item h4 {
    font-size: .1042rem;
    margin-bottom: .1771rem;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.footer-t-item a {
    font-size: .0866rem;
    color: #fff;
    margin-bottom: .1042rem;
    opacity: 0.4;
}

.footer-t-item a:hover {
    opacity: 1;
}
.footer-t-ca-item{
    width: .625rem;
}
.footer-t-ca-item:last-child{
    margin-left: .1042rem;
}
.footer-t-ca-pic{
    background-color: #fff;
    padding:.0521rem;
}
.footer-t-ca-item p{
    color: #fff;
    font-size: .0866rem;
    margin-top: .0521rem;
    letter-spacing: 1px;
    opacity: 0.8;
}



.footer-b {
    margin-top: .5208rem;
   
}

.footer-b p {
    color: #fff;
    font-size: .0866rem;
}
.footer-b p a{
     color: #fff;
    font-size: .0866rem;
}

.footer-zi {
    opacity: 0.05;
    width: 50%;
}

/*视频弹窗*/
.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 h4 {
    color: #fff;
    font-size: .7396rem;
    line-height: 1;
}

.ab-top-con .ab-top-btn {
    width: .5365rem;
    height: .5365rem;
    background-color: #2560c4;
    margin: .3281rem auto 0;
    transition: all ease-in-out 0.3s;
}

.ab-top-con .ab-top-btn span {
    font-size: .2604rem;
    color: #fff;

}

.ab-top-con .ab-top-btn:hover {
    transform: translateY(-10px);
}

.ab1 {
    padding: .651rem 0;
    background: linear-gradient(180deg, #fff 0%, #fafbfd 50%, #e4e9f3 100%);
}

.ab1-con {
    margin-bottom: 1.0417rem;
}

.ab1-con-l {
    width: 32.06%;
}

.ab1-con-r {
    width: 48.31%;
}

.ab1-con-l p {
    font-size: .125rem;
    line-height: 1;
    margin-bottom: .1667rem;
}

.ab1-con-l h4 {
    font-size: .2344rem;
    line-height: 1.3;
}

.ab1-con-r p {
    font-size: .0938rem;
    margin-bottom: .1042rem;
    opacity: 0.8;
}

.ab1-con,
.ab1-bt {
    z-index: 1;
}

.ab1-bt-item p {
    text-align: center;
    font-size: .1042rem;
    opacity: 0.78;
    line-height: 1;
}

.ab1-bt-item h4 {
    font-size: .2604rem;
    margin-top: .1198rem;
    text-align: center;
}


.ab1-zi {
    z-index: 0;
}

.ab1-zi img {
    width: 92.5%;
    margin: 0 auto;
    opacity: 0.35;
}

.ab-box {
    margin-top: -0.2083rem;
    border-radius: .2083rem .2083rem 0 0;
}

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

.ab2-con-l {
    width: 26%;
}

.ab2-con-l span {
    font-size: .1563rem;
    margin-bottom: .1198rem;
    line-height: 1;
    display: block;
}

.ab2-con-l h4 {
    color: #2560C4;
    font-size: .8177rem;
    margin-bottom: .2604rem;
}

.ab2-con-l p {
    font-size: .1146rem;
}

.ab2-con-r {
    width: 55.5%;
}

.ab2-con-r-item {
    padding: .2604rem .4531rem;
    border-radius: .2083rem;
    background: #fff;
    overflow: hidden;
    border: 1px solid rgba(12, 4, 8, 0.1);
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.ab2-con-r-item:nth-child(2) {
    margin-top: -.2083rem;
    z-index: 1;
    padding-top: .4167rem;
    background: #F9F5F4;
}

.ab2-con-r-item:nth-child(3) {
    margin-top: -.2083rem;
    z-index: 0;
    padding-top: .4167rem;
}

.ab2-con-r-item h4 {
    font-size: .1354rem;
    font-weight: 400;
}

.ab2-con-r-item p {
    font-size: .0938rem;
    opacity: 0.8;
    margin-top: .1563rem;
    display: none;
}

.ab2-con-r-item.on {
    background-color: #2560C4;
    border: 1px solid #2560C4;
}

.ab2-con-r-item.on h4 {
    color: #fff;
}

.ab2-con-r-item.on p {
    display: block;
    color: #fff;
}

.ab3 {
    background-color: #F9F5F4;
    padding: .6094rem 0;
}

.ab3-con-l {
    width: 24%;
}

.ab3-con-l h4 {
    font-size: .2865rem;
    margin-bottom: .3646rem;
    line-height: 1.3;
}

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

.ab3-con-m {
    width: 36.18%;
    border-radius: .625rem 1.0417rem .2083rem 1.0417rem;
}

.ab3-con-r {
    width: 26.43%;
}

.ab3-con-r p {
    font-size: .0938rem;
    margin-bottom: .4167rem;
}

.ab3-con-r .ab3-con-pic {
    width: 80%;
}

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

.ab-con-top {
    margin-bottom: .4688rem;
}

.ab-con-top h4 {
    width: 28%;
    font-size: .2865rem;
    line-height: 1.2;
}

.ab-con-top p {
    width: 53%;
    font-size: .0938rem;
}

.ab4-con-i {
    width: 24.37%;
}

.ab5 {
    background: #E7EFFD;
    padding: .6615rem 0;
    border-radius: .2083rem;
}

.ab5-swiper-fy div {
    z-index: 1;
    top: 60%;
    transform: translateY(-50%);
}

.ab5-swiper-prev {
    left: -.15rem;
}

.ab5-swiper-next {
    right: -.15rem;
}

.ab5-item {
    background: #B9CAE9;
    background: linear-gradient(180deg, #B9CAE9 50%, #ffffff 100%);
    padding: .4167rem .3542rem;
}

.ab5-swiper-fy div:hover {
    background-color: #2560C4;
    color: #fff;
}

.ab6 {
    background-color: #fff;
    padding: .7135rem 0;
}

.ab6-bt {
    margin-top: .2083rem;
}

.ab6-swiper-fy div {
    background: #F4F4F4;
    color: #000;
}

.ab6-swiper-fy div:hover {
    background-color: #2560C4;
    color: #fff;
}

.ab6-swiper-prev {
    margin-right: .125rem;
}

.ab6-swiper {
    overflow: unset;
}

.ab6-swiper .swiper-wrapper {
    align-items: flex-start;
}

.ab6-swiper .swiper-slide-active {
    width: 4.4375rem !important;
    transition: all ease-out 0.5s;
}

/*service*/
.ab-top-con p {
    font-size: .125rem;
    color: #fff;
    opacity: 0.8;
}

.se1 {
    padding: .4688rem 0;
}

.se1-l {
    width: 36%;
}

.se1-r {
    width: 52%;
}

.se1-l h4 {
    font-size: .2344rem;
    margin-bottom: .1875rem;
    line-height: 1.3;
}

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

.se1-l ul {
    margin-top: .1563rem;
}

.se1-l ul li {
    font-size: .0938rem;
    margin-bottom: .0677rem;
    line-height: 1.5;
}

.se1-l ul li em {
    margin-right: .0521rem;
    color: #2560C4;
}

.se2 {
    background: #F5F5F5;
}

.se2-con-r {
    width: 53.02%;
}

.se2-bo-tit {
    margin-top: .6458rem;
    width: 24%;
}

.se2-bo-tit p {
    font-size: .125rem;
    opacity: 0.8;
    margin-bottom: .151rem;
    line-height: 1;
}

.se2-bo-tit h4 {
    font-size: .2604rem;
    line-height: 1.3;
}

.se2-bo-list {
    margin-top: .5208rem;
}

.se2-bo-item {
    background-color: #fff;
    padding: .2604rem .2396rem;
    width: 32.12%;
}

.se2-bo-item h4 {
    font-size: .125rem;
    margin-bottom: .151rem;
}

.se2-bo-item p {
    font-size: .0885rem;
    opacity: 0.8;
}

.se-con-top h4 {
    width: 35.62%;
}

.se-con-top p {
    width: 31.25%;
}

.se4 {
    background: #F4F7FD;
    padding: .5417rem 0;
}

.se4-con-item {
    width: 11.56%;
}

.se4-con-item span {
    width: .849rem;
    height: .849rem;
}

.se4-con-item p {
    font-size: .0833rem;
    margin-top: .1563rem;
}

.se5 {
    padding: .5781rem 0;
}

.se6 {
    background: #F4F7FD;
    padding: .6042rem 0;
}

.se6-con {
    background-color: #fff;
    padding: .349rem .2604rem;
}

.se6-con-item {
    width: 32%;
    margin-bottom: .2344rem;
}

.se6-con-item:last-child {
    width: 100%;
}

.se6-con-item input,
.se6-con-item textarea {
    width: 100%;
    font-size: .0938rem;
    opacity: 0.8;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: .0938rem;
}

.se6-con-item textarea {
    height: .7813rem;
}

.se6-con-btn {
    background-color: #2560C4;
    color: #fff;
    width: 15%;
    font-size: .1042rem;
    padding: .0938rem 0;
    letter-spacing: 1px;
    transition: all ease-in-out .3s;
}

.se6-con-btn:hover {
    background-color: #1E4EA5;
    transform: translateY(-10px);
}



/*联系我们*/
.ca-top {
    width: 40%;
}

.ca-top h4 {
    color: #fff;
    font-size: .3646rem;
    line-height: 1.3;
}

.ca-top p {
    color: #fff;
    line-height: 1.5;
    font-size: .0938rem;
    margin-top: .1563rem;
}


.ca1 {
    padding: .4167rem 0;
}

.ca1-l {
    width: 28%;
    margin-right: .276rem;
    background-color: #f4f1ed;
    padding: .1771rem .1771rem;
}

.ca1-l-tit {
    padding-bottom: .1042rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: .1563rem;
}

.ca1-l-tit h4 {
    font-size: .2083rem;
    margin-bottom: .1927rem;
    color: #2560c4;
}

.ca1-l-tit p {
    font-size: .1042rem;
    opacity: 0.7;
}

.ca1-l-item {
    padding-bottom: .1042rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: .1563rem;
}

.ca1-l-item span {
    font-size: .0938rem;
    opacity: 0.7;
    margin-bottom: .0781rem;
}

.ca1-l-item a {
    font-size: .0938rem;
    font-weight: 600;
}

.ca1-l-item a:hover {
    text-decoration: underline;
    opacity: 0.5;
}

.ca1-l-item p {
    font-size: .0938rem;
    margin-bottom: .0521rem;
}

.ca1-l-item p em {
    font-weight: 600;
}

.ca1-l-gps span {
    font-size: .0938rem;
    margin-right: .0521rem;
}

.ca1-l-gps a {
    font-size: .0938rem;
    font-weight: 600;
}

.ca1-l-gps a:hover {
    text-decoration: underline;
    opacity: 0.5;
}

.ca1-r {
    padding: .1771rem 0;
}

.ca1-r-tit h4 {
    font-size: .2083rem;
    margin-bottom: .1927rem;
    color: #2560c4;
}

.ca1-r-form-label {
    margin-bottom: .1875rem;
}

.ca1-r-form-label span {
    font-size: .0938rem;
    margin-bottom: .1042rem;
    display: block;
}

.ca1-r-form-label input,
.ca1-r-form-label textarea {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 .0521rem .0521rem;
    font-size: .0938rem;
}

.ca1-r-form-label textarea {
    height: 1.0417rem;
}

.ca1-r-btn {
    background-color: #2560c4;
    color: #fff;
    font-size: .1042rem;
    padding: .0938rem 0;
    width: 30%;
    transition: all ease-in-out 0.3s;
}

.ca1-r-btn:hover {
    opacity: 0.5;
}



/*案例样式*/
.project-list {
    margin-bottom: 0.5104rem;
}

.project-map-con {
    margin: 0.3125rem auto 0;
    width: 4.4427rem;
}


/* 定义跳动动画 */
@keyframes bounce {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.pro-ject-map-dot {
    z-index: 1;
    width: .2969rem;
    height: .3333rem;
    right: 1.5104rem;
    top: 1.4063rem;
    display: block;
    animation: bounce 1.2s infinite;
    transform-origin: center;
    -webkit-animation: bounce 1.2s infinite;
}

.pro-ject-map-dot img {
    width: 100%;
    height: 100%;
}

.project-map-i {
    z-index: 1;
}

.project-map-i em {
    width: .0677rem;
    height: .0677rem;
    overflow: hidden;
    border-radius: 50%;
    background: #5e7387;
    margin-right: .0521rem;
}

.project-map-i span {
    background-color: #fbf8f7;
    padding: .0521rem;
    border-radius: .0521rem;
    color: #000;
    font-size: .0866rem;
    opacity: 0;
    transition: all ease-in-out .3s;
}

.project-map-i:hover span {
    opacity: 1;
}

.project-map-i:nth-child(1) {
    left: .8802rem;
    top: 2.8385rem;
}

.project-map-i:nth-child(2) {
    left: 1.3229rem;
    top: 1.3229rem;
}

.project-map-i:nth-child(3) {
    left: 1.75rem;
    top: 1.2969rem;
}

.project-map-i:nth-child(4) {
    left: 1.8438rem;
    top: 1.1042rem;
}

.project-map-i:nth-child(5) {
    left: 2.4635rem;
    top: .901rem;
}

.project-map-i:nth-child(6) {
    left: 2.6042rem;
    top: 1.8906rem;
}

.project-map-i:nth-child(7) {
    left: 2.5521rem;
    top: 2.1354rem;
}


/*产品列表*/
.pro-top-pic {
    margin-top: .3125rem;
}


.pro-top-txt .pro-top-nav a,
.pro-top-txt .pro-top-nav em,
.pro-top-txt .pro-top-nav span {
    color: #000;
    text-transform: uppercase;
    font-size: .0938rem;
}

.pro-top-txt .pro-top-nav em {
    margin: 0 .0521rem;
}

.pro-top-txt>h4 {
    font-size: .5208rem;
    color: #2560c4;
    padding-top: .2083rem;
    text-transform: uppercase;
}

.pro-top-img {
    margin-top: .1563rem;
}

.pro-top-img-txt h4 {
    font-size: .2604rem;
    color: #ffffff;
    margin-bottom: .1563rem;
}

.pro-top-img-txt p {
    color: #fff;
    font-size: .0938rem;
    width: 70%;
    margin: 0 auto;
}




.pro-main {
    margin-top: .3125rem;
    margin-bottom: .3125rem;
}

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

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

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



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

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



.pro-main-bar {
    margin-bottom: 0;
}

.pro-main-bar-tit {
    margin-right: .1563rem;
}

.pro-main-bar-tit span {
    font-size: .1302rem;
    margin-right: .0625rem;
}

.pro-main-bar-tit h4 {
    font-size: .1042rem;
    font-family: 'Roboto';
    text-transform: uppercase;
}

.pro-main-bar-i {
    margin-right: .1563rem;
    cursor: pointer;
}

.pro-main-bar-i-se {
    transition: all 0.3s ease;
    border-radius: .2083rem;
    width: 1.6667rem;
    border: 1px solid #ccc;
    padding: .0521rem .1042rem;
}

.pro-main-bar-i-se:focus-within {
    box-shadow: 0 0 0 2px #2560c4;
}

.pro-main-bar-i-se input {
    font-size: .0938rem;
    margin-right: 0.0781rem;
    opacity: 0.7;
    line-height: 1;
}

.pro-main-bar-i-se .pro-main-bar-i-se-btn i {
    color: #2560c4;
    font-size: .1563rem;
    cursor: pointer;
}

/*pro-main-top*/
.pro-main-top {
    top: .4688rem;
    background-color: #fff;
    z-index: 1;
}

.pro-main-top.on {
    border-top: 1px solid #ccc;
    padding-top: .1563rem;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 5%);
}

.pro-main-bar-i span {
    font-size: .0938rem;
    margin-right: .0781rem;
    line-height: 1;
    text-transform: uppercase;
}

.pro-main-bar-i-top>i {
    transform: rotate(90deg);
    font-size: .0938rem;
    line-height: 1;
}

/*产品列表下拉菜单*/
.pro-main-bar-i-menu {
    background: #ffffff;
    padding: .1563rem .0781rem;
    top: .1563rem;
    z-index: 2;
    left: 0;
    display: none;
    max-height: 1.5625rem;
    overflow: auto;
}

.protype-menu {
    width: 1.3021rem;
}

.color-menu {
    width: 1.0417rem;
}

.seatshape-menu {
    width: 1.3021rem;
}

.installation-menu {
    width: 1rem;
}

.material-menu {
    width: 1rem;
}


.pro-main-bar-i-menu.on {
    display: block;
}

.pro-main-bar-i-item {
    margin-bottom: .0938rem;
    cursor: pointer;
    width: 100%;
}

.pro-main-bar-i-item:last-child {
    margin-bottom: 0;
}

.pro-main-bar-i-item input {
    width: .0938rem;
    height: .0938rem;
    margin-right: .0521rem;
}


.pro-main-bar-i-item p {
    font-size: .0866rem;
    line-height: 1;
    flex: 1;
    text-transform: uppercase;
}

.pro-main-bar-i-item img {
    width: .1563rem;
    margin-right: .0521rem;
}

.pro-main-bar-i-item:hover p {
    color: #2560c4;
}


.pro-main-options {
    margin-bottom: .1042rem;
    margin-top: .1042rem;
}

.pro-main-option-i {
    margin-right: .1042rem;
    cursor: pointer;
    border: 1px solid #000;
    padding: .0781rem .1042rem;
    margin-bottom: .1042rem;
}

.pro-main-option-i h4 {
    font-size: .0938rem;
}

.pro-main-option-i p {
    line-height: 1;
    opacity: 0.8;
    font-size: .0866rem;
    margin-right: .0521rem;
    margin-left: .0521rem;
}

.pro-main-option-i span {
    font-size: .0866rem;
    line-height: 1;
    opacity: 0.8;
}

.clear-btn {
    background-color: #000;
    display: none;
}

.clear-btn.on {
    display: block;
}

.clear-btn h4 {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.pro-main-option-i:hover {
    background-color: #2560c4;
    color: #fff;
    border: 1px solid #2560c4;
}

.pro-main-option-i:hover h4,
.pro-main-option-i:hover p {
    color: #fff;
}

.no-more {
    font-size: .0938rem;
    text-align: center;
    margin: 0 .0521rem;
    color: rgba(0, 0, 0, 0.6);
    width: 100%;
}

.pro-main-list .index-pro-i {
    width: 24%;
    margin-bottom: .1563rem;
    background: #FFFFFF;
    border: 1px solid #F4F1ED;
}
.pro-main-list .index-pro-i .index-pro-txt{
    padding: .1042rem .2344rem;
}
.pro-main-list .index-pro-i .index-pro-txt em{
    font-size:.0938rem;
    text-align: center;
    display: block;
    margin-bottom: .0781rem;
    opacity: 0.8;
    line-height: 1;
}
.pro-main-list .index-pro-i .index-pro-txt span{
    font-size: .1146rem;
    display: block;
    text-align: center;
}

.pro-main-list .index-pro-i:hover .index-pro-txt{
    background-color: #2560C4;
    color: #fff;
}



/* 如果最后一行是3个元素 */
.pro-main-list .index-pro-i:last-child:nth-child(4n - 1) {
    margin-right: calc(24% + 4% / 3);
}

/* 如果最后一行是2个元素 */
.pro-main-list .index-pro-i:last-child:nth-child(4n - 2) {
    margin-right: calc(48% + 8% / 3);
}



.pro-main-item {
    background-color: #fff;
    padding: .0521rem;
    width: 25%;
    margin-bottom: .1563rem;
}


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

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

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

.pro-item-txt {
    padding-top: .0781rem;
}

.pro-item-txt h4 {
    font-size: .0938rem;
    margin-bottom: .0521rem;
    line-height: 1.3;
}

.pro-item-txt p {
    font-size: .0866rem;
    opacity: 0.7;
    margin-bottom: .0521rem;
}

.pro-item-color img {
    width: .1563rem;
    height: .0938rem;
    margin-right: 0.0521rem;
}

/*分页查询样式*/
.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-contact-txt h4 {
    font-size: .2604rem;
    margin-bottom: .1042rem;
}

.pro-contact-txt p {
    font-size: .1042rem;
    margin-bottom: .1667rem;
}

.pro-contact-txt a {
    color: #fff;
    background-color: #2560C4;
    font-size: .1042rem;
    padding: .1042rem 0;
    width: 60%;
    margin: 0 auto;
}

.pro-contact-txt a:hover {
    transform: translateY(-10px);

}

.pro-contact {
    margin-bottom: .4688rem;
}


/*详情样式*/
.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 {
    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: #2560c4;
}
.pro-show-top {
    padding: 0 0  .5625rem;
}


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

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

.pro-show-top-r {
    width: 46.31%;
}

.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;
    margin-top: .1042rem;
}

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

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

.pro-show-code {
    padding-bottom: .1979rem;
    border-bottom: 1px solid #ccc;
}

.pro-show-code p {
    font-size: .1146rem;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
}

.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: #2560C4;
    color: #fff;
    border: 1px solid #2560C4;
}

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

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

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


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

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

.pro-show-top-dim {
    margin-top: .0885rem;
    background: #f7f5f2;
    border: 1px solid #000000;
    color: #2560c4;
    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: #2560c4;
    color: #fff;
    padding: .1042rem 0;
    font-size: .1042rem;
    width: 100%;
}

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

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


.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-propjlist {}



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

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

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

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



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

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

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

.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 #2560C4;
    background: #2560C4;
    color: #fff;
    opacity: 1;
}


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

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

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

/*新详情*/
.pro-show-tab{
    background-color: #F5F5F5;
    padding: .1979rem 0 .1406rem;
}
.pro-show-tab-item{
    cursor: pointer;
    opacity: 0.7;
    font-size: .0938rem;
    margin-right: .5208rem;
    border-bottom: 2px solid transparent;
    padding-bottom: .0521rem;
    font-weight: 600;
}
.pro-show-box{
    width:6.25rem;
    margin: 0 auto;
}
.pro-show-tab-item.on,.pro-show-tab-item:hover{
    color: #2560c4;
    border-bottom: 2px solid #27529C;
}
.pro-show-section{
    margin-top: .1042rem;
    display: none;
}
.pro-show-section.on{
    display: flex;
}

.pro-show-section>h4{
    font-size: .1563rem;
    width: 20%;
    text-transform: uppercase;
    margin-bottom: .1042rem;
}
.pro-show-section-con{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: .1563rem;
}
.sp-con p{
    font-size: .0938rem;
    margin-bottom: .0781rem;
}
.pro-show-video video{
    width: 100%;
    display: flex;
    height: 1.9792rem;
    background-color: #000;
}

.pro-show-propjlist {
    padding: .625rem 0;
    background: #f4f1ed;
    border-radius: .2604rem .2604rem 0 0;
}
.pro-show-propjlist-top h4{
    font-size: .2865rem;
}
.pro-show-propjlist-con{
    margin-top: .2656rem;
}

.pro-show-propjlist-item {
    width: 25%;
    padding-right: .1042rem;
}

.pro-show-propjlist-txt {
    padding: .1042rem;
    background: #f4f1ed;
}
.pro-show-propjlist-item-con{
    background-color: #fff;
    border: 1px solid #ccc;
}

.pro-show-propjlist-txt p {
    font-size: .0938rem;
    font-weight: 400;
    line-height: 1.3;
}
.pro-show-m{
    margin-bottom: .4688rem;
}

.pro-show-propjlist-item:hover .pro-show-propjlist-txt{
    background-color: #2560c4;
}
.pro-show-propjlist-item:hover .pro-show-propjlist-txt p{
    color: #fff;
}





/*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: linear-gradient(180deg, rgba(39, 82, 156, 0.5) 0%, rgba(255, 255, 255, 1) 100%);
}

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

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

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

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

.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: #2560c4;
    color: #fff;
}

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

.news-item {
    width: 30.84%;
    margin-bottom: .2083rem;
}

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

.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 {
    width: 45%;
    background-color: #2560c4;
    color: #fff;
    padding: .1042rem .1302rem;
    display: none;
}

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

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

.news-con-list::after {
    width: 30.84%;
    content: '';
}

.news-item:first-child {
    width: 100%;
    background-color: #fff;
    border-radius: .1563rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .1823rem .1927rem;
}

.news-item:first-child .news-item-pic {
    width: 50%;

}

.news-item:first-child .news-item-txt {
    width: 40%;
}

.news-item:first-child .news-item-btn {
    display: flex;
    border: 1px solid #2560c4;
    transition: all ease-in-out 0.3s;
}

.news-item:first-child .news-item-btn:hover {
    transform: translateX(10px);
}

/*blog详情*/
.news-show {
    background-color: #f7f7f7;
}

.news-show-top {
    background-color: #B3C5E4;
    padding: .4583rem 0;
}

.news-show-top-l {
    width: 40%;
}

.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: #2560c4;
    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-bottom: .0781rem;
}

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

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

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

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



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

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

/*stock*/
.stock-bar {
    margin-bottom: -0.2083rem;
    z-index: 999;
}

.stock-tit {
    padding: .4479rem 0;
}

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

.stock-tit p {
    opacity: 0.7;
    font-size: .1042rem;
}

.stock-con {
    background-color: #fff;
    padding: .1146rem;
}

.stock-bar-item {
    background: #f4f4f4;
    border-radius: .0521rem;
    padding: .1302rem;
}

.stock-bar-item:nth-child(1),
.stock-bar-item:nth-child(2) {
    width: 33%;
}

.stock-bar-item input {
    color: #000;
    font-size: .0938rem;
    width: 100%;
    background: transparent;
}

.stock-bar-item select {
    color: #000;
    font-size: .0938rem;
    border: none;
    width: 100%;
    background: transparent;
}

.stock-bar-btn {
    width: 23.43%;
    background-color: #2560c4;
    color: #fff;
    padding: .1302rem 0;
    font-size: .1042rem;
}

.stock-bar-btn:hover {
    background-color: #000;
}

.stock-map {
    margin-bottom: .4479rem;
}

.stock-map {
    height: 3.125rem;
    overflow: auto;
    width: 98%;
    margin: 0 auto;
}

#map {
    height: 100%;
    width: 100%;
}

/*support*/
.sup-list {
    margin-top: .2083rem;
}

.sup-item {
    width: 48.5%;
    margin-bottom: .2083rem;
}

.sup-item-txt {
    padding: .1042rem;
    background-color: rgba(0, 0, 0, 0.1);
}

.sup-item-txt h4 {
    font-size: .1563rem;
    color: #fff;
}

.sup-item:hover .sup-item-txt h4 {
    color: #2560c4;
}

/*download*/
.download-top h4 {
    padding: .4688rem 0 .1563rem;
    font-size: .4167rem;
}

.download-list {
    padding: 0 0 .4688rem;
}

.download-list-item {
    margin-bottom: .1563rem;
    width: 25%;
    padding: .0781rem;
}

.download-list-item img {
    width: 100%;
}

.download-list-txt h4 {
    font-size: .1042rem;
    line-height: 1.4;
    margin: .1042rem 0;

}

.download-list-btn {
    width: 100%;
    border: 1px solid #000;
    line-height: 1;
    padding: .0781rem 0;
}

.download-list-btn em {
    margin-right: .0781rem;
    font-size: .0866rem;

}

.download-list-item:hover .download-list-btn {
    background-color: #2560c4;
    color: #fff;
    border: 1px solid #2560c4;

}

.download-list-btn span {
    transform: rotate(90deg);
}

.download-top-nav {
    margin: .1563rem 0;
}

.download-top-nav a {
    font-size: .1042rem;
    margin: 0 .1563rem;
    border: 1px solid #000;
    transition: all ease-in-out .3s;
    padding: .0938rem .1563rem;
}

.download-top-nav a:hover,
.download-top-nav a.on {
    background-color: #2560c4;
    color: #fff;
}


/* 邮箱验证样式 */
.verify-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 500px;
    border-radius: 8px;
}

.step {
    margin-bottom: 30px;
    margin-top: 20px;
}

.step h3 {
    font-size: 20px;
}


.step input[type="email"],
.step input[type="text"] {
    width: 100%;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.step button {
    width: 100%;
    padding: 20px 10px;
    background: #2560c4;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.resend {
    margin-top: 10px;
    font-size: 12px;
    color: #666;
    cursor: pointer;
}

.modal-content .close {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}


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

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

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

/*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:nth-child(1) .sc-nav-ico{
    background:#000;
}
.sc-nav-item:nth-child(2) .sc-nav-ico{
    background:#49E670;
}
.sc-nav-item:nth-child(3) .sc-nav-ico{
    background:#25d366;
}
.sc-nav-item:nth-child(4) .sc-nav-ico{
    background:#3068C7;
}
.sc-nav-item:nth-child(5) .sc-nav-ico{
    background:#000;
}
.sc-nav-item:nth-child(6) .sc-nav-ico{
    background:#27529C;
}
.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;
}