@charset "utf-8";
@import url(../css/common.css);

.con {
    width: 83.33%;
    min-width: 900px;
    max-width: 1600px;
    margin: 0 auto;
}

.index-con {
    width: 6.25rem;
    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-bg {
    background-color: #33373f;
    height: 100%;
    width: 2.111rem;
    z-index: 0;
}

.header-box {
    background-color: #182332;
}

.header-box-con {
    z-index: 1;
}

.header-logo {
    width: .7083rem;
    height: .2604rem;
    background-image: url(../images/logo.png);
}

nav {
    margin-left: 0.7rem;
    margin-right: 0.2rem;
}

nav>ul>li>a {
    color: #fff;
    font-size: .0833rem;
    font-weight: 700;
    line-height: 1;
    padding: .2083rem 0;
    text-transform: uppercase;
    letter-spacing: .008rem;
    font-family: "Montserrat SemiBold", "Microsoft YaHei";
}

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-chat {
    color: #19293f;
    background-color: #fff;
    padding: .0729rem .125rem;
    font-size: .09rem;
    font-weight: 500;
    margin-right: .1rem;
    transition: all ease-in-out .3s;
}

.header-chat:hover {
    transform: translate(0, -5px);
}

.header-line {
    width: 1px;
    height: .1667rem;
    opacity: 0.2;
    background-color: #fff;
    margin-right: .1rem;
}

.header-search a span {
    font-size: .1042rem;
    color: #fff;
    line-height: 1;
    cursor: pointer;
    font-weight: 400;
}

.header-search {
    margin-right: .1rem;
}

.header-lang p {
    font-size: .1042rem;
    color: #fff;
    line-height: 1;
}

.header-lang select {
    font-size: .1042rem;
    border: none;
    background-color: transparent;
    color: #fff;
    padding-bottom: 1px;
    line-height: 1;
    width: 0.5rem;
}

.header-lang select option {
    background-color: #fff;
    color: #000;
}

/*购物车*/
.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;
}

.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/del.png) center no-repeat;
    cursor: pointer;
}

/*搜索框样式*/
.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: #19293f;
    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: 4%;
    left: 0;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    background-color: #182332;
    border-radius: 0;
    width: .2083rem;
    height: .0208rem;
    display: block;
    opacity: 0.6;
    margin: 0 .0521rem;
    border-radius: .026rem;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
}

.ba-item .a-box{
    background: linear-gradient(272deg, rgba(0, 0, 0, 0.700717787114846) 0%, rgba(0, 0, 0, 0) 50%);
}

.ba-txt {
    width: 30%;
}

.ba-txt h4 {
    color: #fff;
    font-size: .4688rem;
    line-height: 1;
    margin-bottom: .1042rem;
   
}

.ba-txt p {
    color: #fff;
    font-size: .1146rem;
    margin-bottom: .3646rem;
    line-height: 1.3;
    text-transform: capitalize;
}

.ba-txt a {
    color: #313131;
    background: #f4f1ed;
    font-size: .1042rem;
    padding: .1198rem .1875rem;
    transition: all ease-in-out 0.3s;
    font-family: "Sofia";
}

.ba-txt a:hover {
    background-color: #19293f;
    color: #fff;
}

.index-box {
    margin-top: .5104rem;
}

.index-tit {
    font-size: .4271rem;
    color: #19293f;
}

.index-cate-top p {
    font-size:.0938rem;
    width: 33.33%;
    color: #777777;
}

.index-cate-list {
    margin-top: .4375rem;
}

.index-cate-item {
    width: 32%;
    opacity: 0.8;
}
.index-cate-item:hover{
    opacity: 1;
}

.index-cate-item-txt h4 {
    font-size: .1563rem;
    margin-bottom: .0729rem;
    margin-top: .1302rem;
}

.index-cate-item-txt p {
    font-size: 14px;
    opacity: 0;
    transition: all ease-in-out 0.3s;
}
.index-cate-item-pic .a-box{
    background-color: rgba(0, 0, 0, 0.6);
}
.index-cate-item-pic .a-box h4{
    color: rgb(234, 232, 228);
    font-size: .2344rem;
    letter-spacing: .0104rem;
}

.index-cate-item:hover .index-cate-item-txt h4 {
    color: #19293f;
}

.index-cate-item:hover .a-box{
    display: none;
}

.index-cate-item:hover p {
    opacity: 1;
}

.index-pro-prev {
    margin-right: .0781rem;
}

.index-pro-next,
.index-pro-prev {
    width: .2917rem;
    height: .2917rem;
    background: #f4f1ed;
}

.index-pro-fy div:hover {
    background: #19293f;
    color: #fff;
}

.index-pro-list {
    margin-top: .349rem;
}

.index-pro-swiper {
    margin: 0;
    width: 90%;
    overflow: unset;
}

.index-pro-i {
    background: #f4f1ed;
    padding: 1px;
}

.index-pro-txt {
    padding: .2083rem .1563rem;
}

.index-pro-txt em {
    font-size: .1042rem;
    margin-bottom: .1354rem;
}

.index-pro-txt span {
    font-size: .0885rem;
    line-height: 1.3;
    margin-bottom: .0938rem;
    width: 90%;
    -webkit-line-clamp: 2;
    text-transform: uppercase;
}

.index-pro-txt p {
    opacity: 0.7;
    font-size: .0781rem;
}

.index-pro-i:hover {
    background-color: #19293f;
}

.index-pro-i:hover .index-pro-txt p,
.index-pro-i:hover .index-pro-txt em,
.index-pro-i:hover .index-pro-txt span {
    color: #fff;
}
.index-pro-i-pic{
    padding: .1042rem;
    background-color: #fff;
}
.index-pro-i-pic .index-pro-ico{
    width: .3646rem;
}

.index-pro-btn {
    margin-top: .3125rem;
}

.index-btn span {
    font-size: .0885rem;
    margin-right: .1042rem;
}

.index-btn:hover {
    transform: translate(0, -5px);
    color: #19293f;
}

.index-project-list {
    margin-top: .3125rem;
}

.index-project-txt p {
    font-size: .1042rem;
    margin-top: .1563rem;
}

.index-pro-fy div {
    width: .2917rem;
    height: .2917rem;
    background-color: #fbf8f7;

}

.index-pro-fy .index-project-prev {
    left: -0.4167rem;
}

.index-pro-fy .index-project-next {
    right: -0.4167rem;
}

.index-project-swiper {
    overflow: unset;
}

.index-project-swiper .swiper-wrapper {
    align-items: center;
}

.index-project-swiper .swiper-slide {
    transform: scale(0.9, 0.9);
    transition: all ease-in-out 0.5s;
}

.index-project-swiper .swiper-slide-active {
    transform: scale(1, 1);
}

.index-project-i:hover .index-project-txt p {
    color: #182332;
}

.index-project-fy div {
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.index-download {
    padding: .4583rem 0;
    background: #5e7387;
}

.index-download-l {
    width: 34.66%;
}

.index-download-r {
    width: 50%;
}

.index-download-i {
    width: 48%;
}


.index-download-l h4 {
    color: #fff;
    font-size: .4688rem;
    margin-bottom: .1667rem;
    line-height: 1;
}

.index-download-l p {
    opacity: 0.7;
    font-size: .0885rem;
    margin-bottom: .3125rem;
    color: #fff;
}

.index-download-l a {
    color: #fff;
}

.index-download-l a:hover {
    color: #fff;
}

.index-contact-con {
    margin-bottom: .4948rem;
    background: #f4f1ed;
}

.index-contact-l {
    width: 51.66%;
}

.index-contact-r {
    padding: 0 .5573rem;
}

.index-contact-r h4 {
    font-size: .4688rem;
    line-height: 1;
}

.index-contact-r span {
    opacity: 0.7;
    font-size: .0938rem;
}

.index-contact-r p {
    opacity: 0.7;
    font-size: .0833rem;
    margin-top: .1042rem;
}

.index-contact-r a {
    margin-top: .1563rem;
}

/*底部*/
footer {
    background: #19293f;
    padding: .5104rem 0 .3333rem;
}

.footer-t-l img {
    width: .9479rem;
    margin-bottom: .2344rem;
}

.footer-t-l a {
    color: #fff;
    font-size: .0833rem;
    line-height: 1.6;
    margin-bottom: .0521rem;
    text-transform: uppercase;
}

.footer-t-l a:hover {
    text-decoration: underline;
}

.footer-t-item h4 {
    font-size: .099rem;
    margin-bottom: .1771rem;
    color: #fff;
    font-family: "Roboto";
}

.footer-t-item a {
    font-size: .0833rem;
    color: #fff;
    font-family: "Roboto";
    margin-bottom: .1042rem;
    text-transform: uppercase;
}

.footer-t-item a:hover {
    color: #597294;
}

.footer-m .index-con {
    padding: .3958rem 0 .25rem;
    border-bottom: 1px solid rgba(85, 93, 104, 0.2);
}

.footer-c {
    padding-top: .1979rem;
}

.footer-c-l p {
    font-size: .0833rem;
    margin-bottom: .026rem;
    color: #fff;
}

.footer-sc a {
    color: #fff;
    font-size: .1667rem;
    margin-right: .1563rem;
}

.footer-sc a:hover,
.footer-c-pp a:hover {
    color: #597294;
}

.footer-c-pp a {
    color: #fff;
    font-size: .0833rem;
    margin-left: .2083rem;
}

.footer-c-r p {
    color: #fff;
    font-size: .0833rem;
    margin-top: .0781rem;
    opacity: 0.3;
}

/*视频弹窗*/
.video-mask {
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 990;
}

.video-con {
    top: 10%;
    left: 50%;
    width: 4.6875rem;
    margin-left: -2.3438rem;
    z-index: 9999;
}

.video-box {
    border: 4px solid #fff;
    height: 2.6042rem;
    width: 4.6875rem;
    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-txt {
    padding-bottom: .3125rem;
}

.ab-top-nav a,
.ab-top-nav em {
    color: #fff;
    font-size: .0833rem;
    line-height: 1;
    margin-bottom: .1042rem;
    opacity: 0.8;
}

.ab-top-nav em {
    margin: 0 .0521rem;
}

.ab-top-nav a:hover {
    text-decoration: underline;
    opacity: 1;
}

.ab-top-tit {
    font-size: .5208rem;
    line-height: 1;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
}

.ab1 {
    background: #f4f1ed;
}

.ab-con {
    width: 7.6198rem;
    margin: 0 auto;
    padding: .625rem 0;
}

.ab1-l {
    width: 48%;
}

.ab1-r {
    width: 45%;
}

.ab1-l h4 {
    font-size: .3906rem;
    margin-bottom: .4323rem;
    line-height: 1;

}

.ab1-l p {
    font-size: .0938rem;
    font-weight: 300;
}

.ab-com {
    width: 48%;
}

.ab-com span {
    opacity: 0.7;
    font-size: .1042rem;
    margin-bottom: .1927rem;
    line-height: 1;
    display: block;
}

.ab-com h4 {
    font-size: .4167rem;
    margin-bottom: .3125rem;
    line-height: 1;
}

.ab-com p {
    font-size: .0938rem;
    text-align: justify;
}

.ab3 {
    background: #19293f;
}

.ab3-l span,
.ab3-l h4,
.ab3-l p {
    color: #fff;
}

.ab3 .ab-con {
    padding: .7292rem 0 .5208rem;
}

.ab3-l p {
    margin-bottom: .2083rem;
}

.ab4-con {
    padding: .7292rem 0;
}

.ab4-tit h4 {
    font-size: .4427rem;
}

.ab4-list {
    margin-top: .3125rem;
}

.ab4-item {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.ab4-item-top {
    padding: .1875rem 0;
    cursor: pointer;
}

.ab4-item-top h4 {
    font-size: .0938rem;
    font-family: "Roboto";
    opacity: 0.7;
    font-weight: 300;
}

.ab4-item-top span {
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #000;
    opacity: 0.7;
    width: .1146rem;
    height: .1146rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab4-item-top span::after {
    content: "+";
    font-size: .0938rem;
    font-weight: 400;
    opacity: 0.7;
    line-height: 1;
}

.ab4-item-top span.on::after {
    content: "x";
}

.ab4-item-txt {
    padding: .1406rem 0;
    display: none;
}

.ab4-item-txt.on {
    display: block;
}


.ab4-item-txt h4 {
    font-size: .0938rem;
    font-family: "Roboto";
    font-weight: 600;
    margin-bottom: .1042rem;
}

.ab4-item-txt p {
    font-size: .0833rem;
    font-weight: 300;
    opacity: 0.8;
}

.ab5-con {
    width: 50%;
    margin: 0 auto;
}

.ab5-con h4 {
    color: #fff;
    text-transform: uppercase;
}

.ab5-con p {
    color: #fff;
}

.ab7 {
    background: #f4f1ed;
}

.ab7-r ul li {
    font-size: .0938rem;
    font-weight: 300;
    margin-bottom: .1042rem;
}
.ab6-r{
    width: 45%;
}
.ab6-r-pic{
    width: 32%;
}



/*联系我们*/
.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: #19293f;
}
.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: #19293f;
}
.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: #19293f;
    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: .4271rem;
    height:.4271rem;
    right: 1.3rem;
    top: 1.5rem;
    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: .0833rem;
    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-cate-top-nav {
    margin-bottom: .1563rem;
}

.pro-cate-top-nav a,
.pro-cate-top-nav em {
    color: #f4f1ed;
    font-weight: 500;
    font-size: .0833rem;
}

.pro-cate-top-nav em {
    margin: 0 .0521rem;
}

.pro-cate-top-txt h4 {
    font-size: .625rem;
    color: #f5f1ec;
    margin-bottom: .1563rem;
}

.pro-cate-top-txt>a {
    background: #f4f1ed;
    color: #000;
    padding: .1406rem .2396rem;
    font-size: .0833rem;
}

.pro-cate-top-txt>a:hover {
    background-color: #19293f;
    color: #fff;
}

.pro-cate-box {
    margin-bottom: .3125rem;
}

.pro-cate-box .index-tit {
    width: 45%;
    font-size: .3906rem;
    line-height: 1;
}

.pro-cate-box p {
    width: 30%;
    font-size: .0833rem;
    font-weight: 400;
    color: #010101;
    opacity: 0.78;
}

.pro-cate-list-item {
    width: 32%;
    margin-bottom: .2344rem;
}

.pro-cate-list-con::after {
    content: '';
    width: 32%;
}

.pro-cate-list-pic {
    border: 1px solid #f4f1ed;
    margin-bottom: .1563rem;
}

.pro-cate-list-item p {
    font-size: .0938rem;
}

.pro-cate-list-item:hover p {
    color: #19293f;
}

.pro-cate-swiper {
    overflow: unset;
    margin: 0;
}

.pro-cate-swiper-item {
    background: #f4f1ed;
}

.pro-cate-swiper-item-l {
    width: 51.66%;
}

.pro-cate-swiper-item-r {
    padding: 0 .3333rem;
}

.pro-cate-swiper-item-r h4 {
    font-size: .4167rem;
    line-height: 1;
    color: #19293f;
    margin-bottom: .1563rem;
}

.pro-cate-swiper-item-r p {
    font-size: .0833rem;
    color: #010101;
}

.pro-cate-rel-con .index-pro-i {
    width: 32%;
    margin-bottom: .1563rem;
}

.pro-cate-rel-con::after {
    content: '';
    width: 32%;
}


/*产品列表*/
.pro-top-pic{
    background: #f4f1ed;
    padding: .4167rem 0;
}


.pro-top-txt .pro-top-nav a,
.pro-top-txt .pro-top-nav em,
.pro-top-txt .pro-top-nav span {
    color: #555d68;
}
.pro-top-txt .pro-top-nav em{
    margin: 0 .0521rem;
}

.pro-top-txt>h4 {
    font-size: .5208rem;
    color: #19293f;
    padding-top: .2083rem;
    text-transform: uppercase;
}

.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: #19293f;
}

.pro-main-side-item-tit:hover i,
.pro-main-side-item-tit.on i {
    color: #19293f;
}

.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: #19293f;
}



.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: 0;
}

.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: 0;
    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 #19293f;
}
.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: #19293f;
    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;;
    opacity: 0.7;
    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: .0833rem;
    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: #19293f;
}


.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: .0833rem;
    margin-right: .0521rem;
    margin-left: .0521rem;
}

.pro-main-option-i span {
    font-size: .0833rem;
    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: #19293f;
    color: #fff;
    border: 1px solid #19293f;
}

.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;
}
/* 如果最后一行是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-item-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding-top: 100%;

}

.pro-main-item:hover {
    transform: translateX(-0.026rem);
}

.pro-main-item:hover .pro-item-txt h4 {
    color: #19293f;
}

.pro-main-item-new {
    color: #fff;
    font-size: .0729rem;
    padding: .0313rem .0417rem;
    top: .0625rem;
    left: .0625rem;
    border-radius: .1042rem;
    line-height: 1;
    background-color: #19293f;
}

.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: .0833rem;
    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-show-top {
   
    padding: .4583rem 0;
}
.pro-show-box{
    width: 7.6563rem;
    margin: 0 auto;
}

.product-img {
    align-items: flex-start;
}

.pro-show-top-l {
    width: 50.13%;
}

.pro-show-top-r {
    width: 44.01%;
}

.product-show-img-top {
    width: 100%;
    border: 1px solid #e5e5e5;
    height: auto;
    overflow: hidden;
    margin-bottom: .0625rem;
}

.product-show-img-top .index-pro-ico{
    width: .5208rem;
    z-index: 10;
    top: -1px;
    right: -1px;
}


.product-show-img-thumbs {
    width: 100%;
    height: auto;
}

.product-show-img-thumbs .swiper-slide {
    width: auto;
    height: auto;
    padding: .0208rem;
    border: 1px solid #e5e5e5;
}

.product-show-img-thumbs .swiper-slide-thumb-active {
    border: 1px solid #19293f;
}

.pro-show-top-nav {
    margin-bottom: .1406rem;
}

.pro-show-top-nav a,
.pro-show-top-nav em {
    font-size: .0833rem;
    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: #19293f;
}

.pro-show-top-tit h4 {
    font-size: .2604rem;
    font-weight: 400;
    color: #19293f;
    line-height: 1;
    margin-bottom: .1406rem;
}

.pro-show-code {
    margin-bottom: .1563rem;
}

.pro-show-code p {
    font-size: .0833rem;
    font-weight: 500;
    color: #555d68;
}

.pro-show-top-section {
    margin-bottom: .2083rem;
}
.pro-show-top-inches{
    margin-right: .1563rem;
}

.pro-show-top-section h4 {
    font-size: .2083rem;
    color: #19293f;
}
.pro-show-top-section h4>em{
    font-size: .1rem;
    font-weight: 500;
    margin-left: .0521rem;
}

.pro-show-top-dim {
    margin-top: .0885rem;
    background: #f7f5f2;
    border: 1px solid #000000;
    color: #19293F;
    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: #19293f;
    color: #fff;
    padding: .1042rem 0;
    font-size: .1042rem;
    width: 100%;
}
.pro-show-btn a:hover{
    background-color: #19293f;
}

.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: #19293f;
}


.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: #19293f;
    color: #fff;
    border: 1px solid #19293f;
}

.p-order {
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
}

.p-order:hover {
    background-color: #19293f;
    color: #fff;
    border: 1px solid #19293f;
}

.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: #19293f;
}

.pro-show-detail-con .ab4-item-txt p{
    margin-bottom: .0781rem;
    font-size: .0938rem;
}



.pro-show-detail-box{
    margin-top: .4583rem;
}


.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;
    margin-right: .1042rem;
}

.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 #5e7387;
    background: #5e7387;
    color: #fff;
    opacity: 1;
}


.pro-show-detail-tit h4 {
    font-size: .3906rem;
    color: #19293f;
}

.pro-show-ship-tit,
.pro-show-detail-tit {
    padding-bottom: .2135rem;
}

.pro-show-cate {
    margin-bottom: .3125rem;
}
.pro-show-propjlist{
    margin-bottom:.625rem;
}
.pro-show-propjlist-item{
    padding-right: .0781rem;
}
.pro-show-propjlist-item{
    width: 25%;
    background-color: transparent;
}

.pro-show-propjlist-item-con{
    background: #f4f1ed;
}
.pro-show-propjlist-img{
    border: 1px solid #f4f1ed;
}
.pro-show-propjlist-txt{
    padding: .2083rem  .2083rem 0;
}
.pro-show-propjlist-txt p{
    font-size: .0938rem;
    font-weight: 400;
    line-height: 1.3;
    min-height: .625rem;
    text-transform: uppercase;
}



/*user login*/
.login {
    padding: .4167rem 0;
}

.login-box {
    width: 2.9063rem;
    margin: 0 auto;
}

.login-tit h4 {
    font-size: .6458rem;
    line-height: 1;
    font-weight: 300;
    margin-bottom: .2083rem;
}

.l-input {
    background-color: #fbfbfb;
    border: none;
    font-size: .0938rem;
    color: #000;
    padding: .1146rem;
    line-height: 1;
    margin-bottom: .1042rem;
    border-radius: .0521rem;
    border: 1px solid transparent;
}

.l-input::placeholder {
    color: #b9b9b9;
    font-size: .0938rem;
}

.l-input:focus {
    outline: none;
    border: 1px solid #ff5008;
}

.login-tip a {
    text-decoration: underline;
    color: #000;
    font-size: .0938rem;
    opacity: 0.7;
    display: block;
}

.login-tip a:hover {
    color: #ff5008;
}

.login-btn {
    margin-top: .25rem;
}

.login-btn-a {
    width: 48.5%;
    background-color: #000;
    color: #fff;
    border: 1px solid transparent;
    padding: .1042rem 0;
    font-size: .0938rem;
    border-radius: .2083rem;
}

.login-btn-a:hover {
    background-color: #ff5008;
    color: #fff;
    border: 1px solid #ff5008;
}

.login-btn-b {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}

.register-mask {
    background: rgba(0, 0, 0, 0.6);
    z-index: 4;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.register-box {
    position: fixed;
    z-index: 5;
    background-color: #fff;
    width: 3rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: .2083rem;
    border-radius: .1042rem;
}

.register-close {
    top: .0781rem;
    right: .0781rem;
}

.register-close i {
    font-size: .1563rem;
    font-weight: bold;
}

.register-tit h4 {
    font-size: .2083rem;
    margin-bottom: .1563rem;
}

.register-btn {
    margin-top: .2083rem;
}

.register-btn-a {
    background-color: #000;
    color: #fff;
    border: 1px solid transparent;
    padding: .1042rem 0;
    font-size: .0938rem;
    border-radius: .2083rem;
}

.register-btn-a:hover {
    background-color: #ff5008;
    color: #fff;
}



/*user setting*/
.page-t {
    padding: .25rem 0;
}

.page-t-nav {
    align-items: baseline;
}

.page-t-nav span {
    font-size: .125rem;
    color: #454545;
    margin-right: .0521rem;
    line-height: 1;
}

.page-t-nav a {
    font-size: .1146rem;
    color: #454545;
    line-height: 1;
    text-transform: uppercase;

}

.page-t-nav em {
    font-size: .1146rem;
    color: #454545;
    margin: 0 .0781rem;
    line-height: 1;
}

.page-t-nav a:hover {
    color: #ff5008;
}

.page-c {
    margin-bottom: .4688rem;
}

.page-c-l {
    width: 24%;
    margin-right: 3%;
}

.page-c-tit h4 {
    font-size: .1667rem;
    margin-bottom: .2604rem;
    font-weight: 400;
    margin-top: .1302rem;
}

.page-c-l-item {
    opacity: 0.9;
    font-size: .0938rem;
    border-bottom: 1px solid #ccc;
    padding: .1042rem .0521rem;
}

.page-c-l-item:hover,
.page-c-l-item.on {
    color: #ff5008;
    opacity: 1;
}

.page-c-l-list {
    padding-bottom: .1563rem;
}

.page-c-r {
    padding: .2083rem .1563rem;
}

.page-c-logout a {
    text-decoration: underline;
    font-size: .1042rem;

}

.page-c-logout a:hover {
    color: #ff5008;
}



.page-tip {
    font-size: .2083rem;
    color: #ccc;
}

.page-user-tit h4 {
    opacity: 0.89;
    font-size: .3438rem;
    font-weight: 300;
    margin-bottom: .3646rem;
    font-family: 'Sofia Sans Extra Condensed';
    font-weight: 400;
}

.page-user-item {
    margin-bottom: .6354rem;
}

.page-user-item-tit h4 {
    font-size: .2083rem;
    font-weight: 300;
    padding-bottom: .1771rem;
    border-bottom: 1px solid #ccc;
}

.page-user-item-con {
    margin-top: .1458rem;
}

.page-user-item-con h4 {
    font-size: .0938rem;
    margin-bottom: .0781rem;
}

.page-user-item-con p {
    font-size: .0938rem;
    color: #000;
    opacity: 0.7;
}

.page-user-item-label {
    width: 48%;
}

.page-user-item-label input {
    width: 80%;
    background: #eee;
}

.page-user-item-btn {
    margin-top: .3125rem;
}

.page-user-item-btn a {
    background-color: #000;
    color: #fff;
    border: 1px solid transparent;
    padding: .1042rem .3125rem;
    font-size: .0938rem;
    border-radius: .2083rem;
}

.page-user-item-btn a:hover {
    background-color: #ff5008;
    color: #fff;
}







/*order tc*/
.order-mask {
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 4;
}

.order-con {
    background-color: #fff;
    z-index: 5;
    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(231, 98, 42, 0.3) 0%, rgba(231, 98, 42, 0.1) 30%, 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: #19293f;
}

.news-top-l h4 {
    line-height: 0.5;
}

.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: #19293f;
    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: #19293f;
    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 #19293f;
    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: rgba(231, 98, 42, 0.15);
    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: #19293f;
    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: .0833rem;
}

.news-show-con-list-item:hover .news-show-con-list-item-tit {
    color: #19293f;
}

/*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: #19293f;
    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: #19293f;
}

/*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: .0833rem;

}

.download-list-item:hover .download-list-btn {
    background-color: #19293f;
    color: #fff;
    border: 1px solid #19293f;

}

.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: #19293f;
    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: #19293f;
    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 #19293f;
}

.pro-show-color-list .pro-show-gg-item:hover p,
.pro-show-color-list .pro-show-gg-item.on p {
    color: #19293f;
}

.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-mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
   z-index: 998;
}

.cookie-tc{
    background-color: #fff;
    top: 50%;
    left: 50%;
    width: 2.9583rem;
    border-radius: .2604rem;
    padding: .2604rem;
    display: none;
    z-index: 999;
    transform: translate(-50%,-50%);
}
.cookie-con h4{
    font-size: .1458rem;
    margin-bottom: .1302rem;
}
.cookie-con p{
    font-size: .0833rem;
    opacity: 0.8;
    margin-bottom: .2083rem;
}
.cookie-btn span,.cookie-btn em{
    font-size: .0833rem;
    width: 30%;
    padding: .1042rem 0;
    cursor: pointer;
    border-radius: .2604rem;
}
.cookie-btn span{
    background-color: #19293f;
    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: #19293F;
    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: #19293F;
}



/*产品 弹窗*/
.pro-show-mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 998;
}

.pro-show-tc-con{
    background-color: #fff;
    top: 50%;
    left: 50%;
    width: 3rem;
    border-radius: .2604rem;
    padding: .2604rem;
    z-index: 999;
    transform: translate(-50%,-50%);
}
.pro-show-tc-tit h4{
    font-size:.2344rem;
   
}
.pro-show-tc-tit{
    margin-bottom:.2083rem;
}
.pro-show-tc-tit span{
    font-size:.2344rem;
    cursor: pointer;
}
.pro-show-tc-form-item{
    margin-bottom: .1042rem;
}
.pro-show-tc-form-item input{
    width: 100%;
    padding: .1042rem;
    border: 1px solid #ccc;
    border-radius: .1042rem;
    outline: none;
    font-size: .0938rem;
    font-family: 'Roboto';
}
.pro-show-tc-btn a{
    width: 60%;
    padding: .1042rem 0;
    border-radius: .2604rem;
    font-size: .0938rem;
    color: #fff;
    background-color: #19293F;
    margin: .1563rem auto 0;
}
.pro-show-tc{
    display: none;
}

.ab8-top h4{
    text-transform: uppercase;
    width: auto;
    font-size: .4167rem;
}
.ab8-top p{
     width: 30%;
     font-size: .0938rem;
     text-align: left;
}
.ab8-top.ab-com{
    width: auto;
}
.ab8-item{
    width: 14%;
}
.ab8-item-pic{
    width: .9583rem;
    margin-left: .2083rem;
}
.ab8-item h4{
    font-size:.1042rem;
    color: #000000;
    font-weight: bold;
    margin-bottom: .1042rem;
    margin-top: .1042rem;
    font-family: "Roboto";
    letter-spacing: 1px;

}
.ab8-item p{
    font-size: .0938rem;
    opacity: 0.8;
}

/*修改新样式*/
.show-item-text{
    width: 40%;
}
.show-item-ico{
    width: 55%;
}

.show-item-function{
    margin-top:.2083rem;
}
.show-item-p{
    margin-bottom: .1042rem;
    width: 32.3%;
}
.show-item-p span{
    text-transform: capitalize;
}

.show-item-p span{ 
    font-weight: bold;
    font-size:.0938rem;
    margin-right: .1042rem;
    width: 18%;
}
.show-item-con{
    flex: 1;
}

.show-item-con p{
     line-height: 2;
     margin-bottom: 0;
}