﻿@charset "utf-8";
.head-page .item:nth-child(3) >a::after {
    transform: scale(1);
}
.content-page{
    background: #f7f7f7;
}
.product .content-page .width1400{
    align-items: flex-start;
}
.product .item-l{
    width: 18.6%;
    margin-top: 0;
}
.product .item-l .tit{
    color: #ffffff;
    line-height:60px;
    height:60px;
    background: #0080CC;
    text-align:center;
    display:block;
} 
.sec-tit{
    font-weight: 500;
    color: #333333;
    justify-content: space-between;
    display: block;
    position: relative;
    padding: 10px 5.5%;
    box-sizing: border-box;
}

.sec-nav .sec-item{
    /* margin-bottom: 20px; */
    position: relative;
    /* padding: 18px 21.80% 18px 9.00%; */
    line-height: 24px;
    cursor: pointer;
    border-bottom: 1px solid #ffffff;
    background-color: #e5e5e5;
    font-size: 14px;
    color: #333333;
}
/*.third-tit{
    font-weight: bold;
    color: #555555;
    justify-content: space-between;
    position: relative;
}
.third-nav{
    padding-left: 20px;
    box-sizing: border-box;
    margin-top: 13px;
    display: none;
}*/
.common-nav-box{
    color: #666666;
}
.common-nav-box div{
    color: #666666;
}
.third-nav .third-tit{
    display: block;
    color: #888888;
    line-height: 2.25;
    transition: all .3s;
    position: relative;
    padding: 0 5.5%;
    display: block;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #E0E0E0;
    background-color: #F8F8F8;
    color: #333333;
    font-size: 14px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.third-nav{
    /* padding-left: 20px; */
    /* box-sizing: border-box; */
    /* margin-top: 7px; */
    display: none;
}
.third-nav .third-tit:hover{
    color: #0063CF;
}
.sec-item.has .sec-tit:before {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-top: -7.5px;
    background: url(../img/item-tit.png) no-repeat center/cover;
    transition: all .4s;
}
.sec-item.has.cur .sec-tit:before {
    transform: rotate(90deg);
}
.third-item.has .third-tit:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 13px;
    height: 13px;
    margin-top: -6.5px;
}
.hide {
    display: block;
}
.third-item.has.cur .third-tit:before {
    background-image: url(../img/hthird-tit.png) no-repeat center/cover;
}
.product .item-r{
    width: 76%;
    margin-left: auto;
}
.common-nav-box-r {
    margin-bottom:10px;
}
.pro-fome{
    width: 300px;
    height: 38px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    margin-left: auto;
    padding: 0 15px 0 20px;
}
.pro-fome input{
    width: calc(100% - 30px);
    height: 100%;
    border: none;
    outline: none;
    padding-right: 7px;
    box-sizing: border-box;
}
.pro-search{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
}
.product .item-r .list{
    width: 32%;
    margin-right: 2%;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}
.product .item-r .list:nth-child(3n){
    margin-right: 0;
}
.product .item-r .list .img{
    height: 245px;
    display: block;
	background: #fff;
}
.product .item-r .list .texts {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 0 20px; */
    box-sizing: border-box;
    background: #ffffff;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}
.product .item-r .list .hide{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.6);
    transition: all .4s;
    transform: translateX(-102%);
}
.product .pro-detail{
    width: 115px;
    height: 32px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.product .pro-detail::before{
   display: block;
   content: "";
   width: 100%;
   height: 100px;
   background:#0080CC;
   position: absolute;
   top: 0;
   left: 0;
   z-index: -1;
   transform: scale(0);
   transition: all .4s;
}
.nodata-center{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 475px;
    max-height: 500px;
}
.nodata-center p{
    font-size: 18px;
    color: #333333;
    margin-top: 15px;
}
/* 产品详情开始 */
.proDe-page01 .width1400 {
    align-items: flex-start;
}
.proDe-page01 .item-l{
    width: 424px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e5e5e5;
    position:relative;
}
.proDe-page01 .swiper-container {
    height:100%;
}
.proDe-page01 .item-l .swiper-slide{
    justify-content: center;
    display: flex;
    align-items:center;
	background: #fff;
}
.proDe-page01 .swiper-pagination{
    display: none;
}
.proDe-page01 .swiper-container.swiper-button-block .swiper-button-prev, .proDe-page01 .swiper-container.swiper-button-block .swiper-button-next{
    width: 30px;
    height: 60px;
}
.proDe-page01 .swiper-container.swiper-button-block .swiper-button-prev::after, .proDe-page01 .swiper-container.swiper-button-block .swiper-button-next::after{
    font-size: 14px;
}
.proDe-page01 .item-l .advice {
    position: absolute;
    bottom: 0;
    background: rgba(0,128,204);
    width: 100%;
    color: #ffffff;
    padding: 8px 20px;
    box-sizing: border-box;
    justify-content: center;
}
.proDe-page01 .item-l  .title{
    color: #ffffff;
}
.proDe-page01 .tit {
    color: #333333;
}
.proDe-page01 .link{
    color: #333333;
    box-sizing: border-box;
}
.proDe-page01 .text {
    padding-left: 15px;
    box-sizing: border-box;
}
.proDe-page01 .link:nth-child(2){
    width: 41%;
    justify-content: center;
    border-left: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
}
.proDe-page01 .link:nth-child(1),.proDe-page01 .link:nth-child(3){
    width: 29.5%;
}
.proDe-page01 .link:nth-child(3){
    padding-left: 30px;
}
.proDe-page01 .item{
    border-bottom: 1px solid #DCDCDC;
    padding: 22px 0;
    width: 50%;
    padding-right: 10px;
    box-sizing: border-box;
}
.proDe-page01 .item:nth-child(1){
    width: 100%;
}
.proDe-page01 .item-r{
    width: calc(100% - 424px);
    overflow: hidden;
}
.proDe-page01 .box{
    margin-left: 140px;
    width: 500px;
    padding-top: 20px;
}
.proDe-page01 .content {
    margin-top: 35px;
}
.proDe-page01 .descs {
    padding-top: 26px;
}
.pro-list{
    color: #0080CC;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 154px;
    height: 50px;
    border: 1px solid #0080CC;
    border-radius: 5px;
    float: right;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.pro-list::before{
    content: "";
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .4s;
    z-index: -1;
    background: #0080CC;
}
.proDe-nav{
    border-bottom: 1px solid #D2D2D2;
}
.proDe-nav .item{
    color: #333333;
    padding: 0 20px 14px;
    position: relative;
    display: inline-block;
    margin-right: 65px;
}
.proDe-nav .item::before{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #0080CC;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scale(0);
    transition: all .4s;
}
.proDe-nav .item.active{
    color: #0080CC;
}
.proDe-nav .item.active::before{
    transform: scale(1);
}
.proDe-page02 .lists {
    padding-top: 36px;
}
.proDe-page02 .lists .con {
    color: #555555;
    line-height: 1.875;
}
.proDe-page02 .lists .con img{
    display: block;
    margin: 0 auto;
}
.proDe-page02 .lists .list{
    display: none;
}
.proDe-page02 .lists .list.active{
    display: block;
}
@media only screen and (min-width:960px) {
    .product .item-r .list:hover .hide{
        transform: translateX(0);
    }
    .product .pro-detail:hover{
        border: 1px solid #0080CC;
    }
    .product .pro-detail:hover:before{
        transform: scale(1);
    }
    .pro-list:hover{
        color: #ffffff;
    }
    .pro-list:hover:before{
        width: 100%;
    }
    .proDe-nav .item:hover:before{
        transform: scale(1);
    } 
}

@media only screen and (max-width:1200px) {
    .product .item-r .list{
        width: 32%;
    }
    .product .item-r .list:nth-child(4n){
        margin-right: 2%;
    }
    .product .item-r .list:nth-child(3n){
        margin-right: 0;
    }
}
@media only screen and (max-width:960px) {
    .proDe-page01 .item-l {
        width: 37%;
        height: 343px;
    }
    .product .item-r .list .img {
        height: 220px;
    }
    .product .item-r .list .texts {
        height: 60px;
    }
    .proDe-page01 .item-r {
        width: 63%;
    }
    .proDe-page01 .box {
        margin-left: 0;
        width: 100%;
        padding-left: 35px;
    }
    .proDe-page01 .item{
        padding: 15px 0;
    }
    .proDe-page01 .content {
        margin-top: 20px;
    }
    .pro-list {
        width: 110px;
        height: 38px;
    }
    .common-nav-box-r {
        flex-direction: column-reverse;
        align-items: flex-start;
        margin-bottom:0;
    }
}
@media only screen and (max-width:768px) {
    .proDe-page01 .swiper-pagination{
        display: block;
        bottom: 0;
    }
    .proDe-page01 .swiper-container{
        padding-bottom: 40px;
    }
    .proDe-page01 .swiper-container.swiper-button-block .swiper-button-prev, .proDe-page01 .swiper-container.swiper-button-block .swiper-button-next{
        display: none;
    }
    .proDe-page01 .item-l {
        width: 100%;
        height: auto;
        border: none;
    }
    .sec-nav{
        display: none;
    }
    .product .item-r {
        width: 100%;
        margin-left: auto;
    }
    .product .item-r .list {
        width: 48%;
        margin-right: 4%;
    }
    .product .item-r .list:nth-child(3n){
        margin-right: 4%;
    }
    .product .item-r .list:nth-child(2n){
        margin-right: 0;
    }
    .product .item-r .list .img {
        height: 180px;
    }
    .pro-fome{
        margin: 0 auto 15px;
        width: 100%;
    }
    .product .item-l{
        display: none;
    }
    .product .item-r .list .texts{
        padding: 0 15px;
        text-align: center;
    }
    .nodata-center {
        width: 100%;
        min-height: auto;
        max-height: initial;
    }
    /* 产品详情开始 */
    .proDe-page01 .item-r {
        width: 100%;
        margin-top: 25px;
    }
    .proDe-page01 .box {
        padding-left: 0;
    }
    .proDe-nav .item{
        padding: 0 5px 9px;
        margin-right: 20px;
    }
    .proDe-nav .item:last-child{
        margin-right: 0;
    }
    .proDe-page01 .content {
        margin-top: 5px;
    }
    .pro-list {
        width: 90px;
        height: 32px;
    }
    .proDe-page01 .link:nth-child(1), .proDe-page01 .link:nth-child(3){
        width: 100%;
    }
    .proDe-page01 .link:nth-child(2){
        width: 100%;
        justify-content: left;
        border-right: none;
        border-left: none;
    }
    .proDe-page01 .link{
        display: flex;
        align-items: center;
        border-left: none;
        border-right: none;
        border-bottom: 1px dashed #DCDCDC;
        padding: 12px 0;
    }
    .proDe-page01 .link:nth-child(3){
        padding-left: 0;
    }
    .proDe-page01 .descs {
        padding-top: 10px;
    }
    .proDe-page02 .lists {
        padding-top: 25px;
    }
}
.lists-hide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}