
/* 内页头 */
.nei_header{ background-color: rgba(0, 0, 0, 0.38); }
.nei_header:Hover{ background-color: rgba(0, 0, 0, 0.38); }
.nei_header nav .slidBox{ background:rgba(0,0,0,.5); }

.nei_img{
    width: 100%;
}
.nei_img img{
    max-width: 100%;
    min-height: 100px;
    object-fit: cover;
}
.position_box {
    width: 100%;
    height: 46px;
    background-color: rgba(238, 238, 238, 1);
    border-bottom: 0 solid #dddd;
}

.position {
    width: 100%;
    max-width: 1360px;
    height: 46px;
    line-height: 46px;
    margin: 0 auto;
    background: url(../images/icoo2.png) no-repeat 5px center;
    padding-left: 30px;
    color: #000;
}

.position a {
    color: #000;
}

.main {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    clear: both;
    padding: 30px 20px;
}

.all_left {
    width: 262px;
    float: left;
}

.all_right {
    width: calc(100% - 262px - 2%);
    float: right;
    background: #fff;
}

.all_right .search_box {
    width: 300px;
    height: 50px;
    float: right;
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.all_right .search_box input {
    width: calc(100% - 50px);
    height: 48px;
    border: 0;
    float: left;
    font-size: 14px;
    padding: 0 10px;
}

.all_right .search_box button {
    width: 50px;
    height: 48px;
    border: 0;
    background: url(../images/fdj.png) no-repeat center;
    cursor: pointer;
    background-size: 30px 30px;
}

/*内页左侧*/
.left_list {
    width: 100%;
    margin-bottom: 20px;
}

.left_list strong {
    background: #c8a04c;
    color: #fff;
    display: block;
    font-size: 26px;
    overflow: hidden;
    padding: 25px;
    font-weight: normal;
    text-align: center;
}

.left_list strong span {
    color: #fff;
    display: block;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight: 100;
    padding-top: 3px;
}

.left_list ul li {
    min-height: 50px;
    font-size: 16px;
    background-color: #eee;
    border-bottom: 1px #FFFFFF solid;
    color: #000;
}


.left_list UL li a {
    min-height: 50px;
    line-height: 25px;
    padding: 10px 25px;
    font-size: 16px;
    color: #363636;
    display: block;
}

.left_list UL li a.current2 {
    padding-left: 80px;
}

.left_list UL li a:hover {
    background-color: #c8a04c;
    color: #FFF;
    display: block;
}

.left_list UL li.hover a {
    background-color: #c8a04c;
    display: block;
    height: 60px;
    line-height: 60px;
    width: 200px;
}

.left_contact {
    width: 100%;
    margin-top: 20px;
    background: #eee;
    padding: 20px 30px;
}

.left_contact .tit {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.left_contact .tit span {
    font-size: 12px;
}

.left_contact p {
    line-height: 200%;
    font-size: 12px;
}


/*内页右侧*/
.right_tit {
    width: 100%;
    line-height: 60px;
    border-bottom: 1px solid #000;
}

.right_tit:after {
    display: block;
    clear: both;
    content: '';
}

.right_tit h2 {
    float: left;
    padding-left: 30px;
    width: 200px;
    font-size: 16px;
}

.right_tit span {
    padding-right: 20px;
    font-size: 14px;
    float: right
}

.right_tit a {
    color: #000;
}

.right_all {
    min-height: 500px;
    border: 1px solid #ddd;
    padding: 20px 35px;
}

.right_all .title {
    width: 100%;
    font-size: 22px;
    margin: 0 0 20px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}

/* 产品详情页 */
.prod_pic {
    width: 48%;
    float: left;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
}

.prod_pic img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    padding: 1px;
}

.prod_info {
    width: 48%;
    float: right;
}

.prod_info h3 {
    margin-top: 51px;
    font-size: 19px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.small_pics {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    display: flex;
}

.small_pics .pic {
    width: calc(25% - 10px);
    height: 100px;
    float: left;
    border: 1px solid #ddd;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1px;
    cursor: pointer;
}

.small_pics .pic.active {
    border-color: #c8a04c;
}

.small_pics img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.more_tit {
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin: 20px 0;
}

.more_tit div {
    display: inline-block;
    padding: 0 25px;
    font-size: 20px;
    line-height: 50px;
    color: #c8a04c;
    border-bottom: 2px solid #c8a04c;
}

.back_btn {
    width: 100px;
    border-radius: 2px;
    display: block;
    float: left;
    padding: 10px;
    color: #fff;
    background: #c8a04c;
    margin-top: 30px;
    text-align: center;
}


/*关于我们*/
.right_all .content {
    width: 100%;
    line-height: 35px;
}
.right_all .content img{
    max-width: 100%;
}
.content-image{
    width: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*新闻*/
.newList {
    overflow: hidden;
    padding: 25px 0;
    width: 100%;
    height: 140px;
    border-bottom: 1px solid #eaeaea;
    transition: all .5s ease;
}

.newList .newLinkBox {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
}

.newList .leftTimeBox {
    width: 80px;
    height: 98px;
    background: #f5f5f5;
    text-align: center;
    font-family: arial;
    transition: all .5s ease;
}

.newList .newData {
    font-size: 45px;
    line-height: 46px;
    padding-top: 15px;
}

.newList .centerContentBox {
    width: 84%;
}

.newList .newTitle {
    font-size: 16px;
    color: #000;
    white-space: nowrap;
    margin: 10px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all .5s ease;
}

.newList .newSummry {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #565656;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newList .rightIcon {
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

.newList:hover {
    height: 150px;
}

.newList:hover .leftTimeBox {
    height: 108px;
    background: #ccc;
    color: #fff;
}


.newstitle {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
    width: 100%
}

.newssubtitle {
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    width: 100%
}

.newssubtitle span {
    width: 100%
}

.newsx {
    line-height: 40px;
    width: 100%;
    margin-top: 5px;
}
/* 产品列表 */
.proLi {
    position: relative;
    overflow: hidden;
    padding: 0 16px 32px;
    height: auto;
    float: left;
    width: calc(100% / 2);
    margin: 0px;
}
.proLi:hover .proLink {
    box-shadow: 0 0 20px #ddd;
}
.proLink {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
    border: 1px solid rgba(243,243,243,1);
}
.proLink::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 2px;
    background-color: #c8a04c;
    transition: all .5s ease;
}
.proLi:hover .proLink::after {
    width: 100%;
}
.proTitle {
    position: relative;
    text-align: center;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    font-size: 16px;
    height: 70px;
    line-height: 70px;
    transition: all .5s ease;
    border-bottom:1px solid rgb(243,243,243);
}
.proImgBox {
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 68%;
    overflow: hidden;
}
.proImg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.0);
    max-width: 100%;
    max-height:100%;
    transition: all 2s ease .5s;
}
.proLi:hover .proImg {
    transform: translate(-50%, -50%) scale(1.1);
}
.lookMore {
    width: 100%;
    padding: 16px 0 32px;
    text-align: center;
    font-size: 16px;
    color: #c8a04c;
    font-family: Oswald;
}
.lookMore i{ margin-left:5px;color: #c8a04c;font-size: 15px }

.bottom_box{
    border-top: 2px solid #c8a04c;
}

.simple-page{
    padding: 0 0 80px;
    background-color: #f8f8f8;

}
.simple-page-box{
    padding: 30px 50px 80px;
    background-color: #fff;
    max-width: 1100px;
    margin: auto;
    width: 100%;
}
.pTit{
    font-weight: bold;
    font-size: 28px;
    color: #333;
    line-height: 40px;
}

.simpage-main p{
    font-size: 14px;
    color: #555;
    margin-top: 10px;
    line-height: 28px;
}
.simpage-main h3{
    font-size: 22px;
    color: #222;
    font-weight: bold;
    line-height: 1;
    margin-top: 39px;
}
.simpage-main a{
    color: #ff0000
}

.map-item{
    font-size: 20px;
    line-height: 30px;
    color: #222;
    font-weight: bold;
    margin-top: 45px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #eaeaea;
}
.map-item ul{
    overflow: hidden;
    font-size: 16px;
    line-height: 28px;
    color: #555;
    font-weight: normal;
    padding-top: 10px;
}
.map-item ul li{
    width: 33.33%;
    float: left;
    margin-top: 10px;
}



.wsc-search-main{
    margin-top: 40px;
    padding-bottom: 80px;
}
.wsc-select{
    float: left;
    width: 120px;

    border: 1px solid #f6f6f6;
    text-align: center;
    position: relative;
    border-right: 0;
}
.select-panel{
    padding: 12px 14px;
    font-size: 14px;

    color: #222;
}
.select-menu{
    position: absolute;
    left: 0;
    top: 44px;
    background-color: #fff;
    border: 1px solid #f6f6f6;
    display: none;
}
.select-menu li{
    padding: 12px 14px;
    height: 20px;
    font-size: 14px;
    color: #555;
    border-bottom: 1px dashed #f6f6f6;
    width: 90px;
    transition: 0.3s;
    cursor: pointer;
}
.select-menu li:hover,.select-menu .active{
    color: #222;
    background-color: #f6f6f6;
}

.wsc-search input{
    float: left;
    width: 570px;
    padding: 12px 14px;
    height: 46px;
    font-size: 14px;
    border: 1px solid #f6f6f6;
}
.wsc-search input:focus{

}
.btn-search{
    height: 46px;
    width: 150px;
    float: left;
    background-color: #c8a04c;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.btn-search:hover{
    /* background-color: ; */
}


.search-tab{
    background-color: #f6f6f6;
    height: 56px;
    margin-bottom: 20px;
}
.search-tab li{
    float: left;
    border-top: 3px solid #f5f5f5;
    height: 53px;
    line-height: 53px;
    padding: 0 40px;
    font-size: 16px;
    color: #222;
}
.search-tab .active,.search-tab li:hover{
    background-color: #fff;
    border-color: #c8a04c;
    color: #c8a04c;
    background-image: none;
}
.search-tab .active +li,.search-tab li:hover +li{
    background-image: none;
}
.sl-count{
    padding-top: 20px;
}
.wsc-search-none{
    margin: 100px auto 0;
}
.search-wd,.s-key{color: #c8a04c;}

.search-none-tit{font-size: 20px;line-height: 1;color: #222;}
.search-none-main{font-size: 16px;margin-top: 20px;color: #222;}
.search-none-main dd{font-size: 14px;line-height: 30px;color: #555;}

.search-none-btn{margin-top: 40px;}




.wsc-search-list{
    margin: auto;
    padding-bottom: 100px;
}
.wsc-search-list .list-item{
    background-color: #f6f6f6;
    padding: 20px 40px 20px 20px;
    margin-top: 20px;
    transition: 0.3s;
}
.wsc-search-list .list-item:hover{
    background-color: #fff;
    box-shadow: 0px 1px 18px 2px rgba(191, 191, 191, 0.16);
}
.wsc-search-list .list-item:hover .list-tit{
    color: #000;
}
.wsc-search-list .list-tit{
    font-size: 18px;
    line-height: 28px;
    color: #222;
    height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wsc-search-list .list-text{
    font-size: 14px;
    line-height: 24px;
    color: rgba(85,85,85,0.7);
    height: 48px;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;
    margin-top: 7px;
}
.wsc-search-list .time{
    font-size: 14px;
    line-height: 1;
    color: #8a8a8a;
    margin-top: 24px;
}
.wsc-search-list .list-picitem{
    padding-left:290px;
}
.wsc-search-list .list-picitem .list-img{
    width: 240px;
    float: left;
    margin-left:-270px;
}
.wsc-search-list .list-picitem .list-img img{
    width: 240px;
}
.wsc-search-list .list-picitem .list-info{
    float: left;
    width: 100%;
}



.mobile-box {
    display: none;
}


.zoomWindow{
    border: 1px solid rgb(136, 136, 136) !important;
}

@media (max-width: 1200px) {

    .product_type li{ width:33.3333%; margin-bottom:30px; }
    .product_type li > a{ height:250px; }
    .proLi{ width:50%; }
}


@media (max-width: 900px) {



    .nei_header{ background:rgba(0,0,0,0.8); }
    .nei_header:Hover{ background:#000; }

    .nei_banner{ height:200px; }

    .position{ width:95%; }


    .about_box{ padding-top:0; }
    .about{ width:98%; float:none; margin:0 auto 20px; }
    .about h1{ font-size:22px; line-height:35px; }
    .about h2 { font-size:16px; margin:0;}
    .about .about_brief{ padding-top:25px; line-height:25px; }
    .about a.more{ margin-top:10px; height:30px; line-height:30px; }
    .about_lunbo{ width:90%; /*height:250px;*/ float:none; margin:0 auto; }
    .theme-default #slider{ height:230px; }

    .product_tit{ margin-bottom:20px; }
    .product_tit b{ padding:0px 0 20px; font-size:30px; }
    .product_type li > a{ height:200px; background-size:100% 100%!important; }
    .product_type li > a b{ font-size:16px; }

    .case_tit{ margin-bottom:20px; }
    .case_tit b{ padding:0px 0 20px; font-size:30px; }
    .caselist li{ width:50%; }
    .caselist li a{  }
    .caselist li a b{ font-size:16px; }
    .caselist li a i{ font-size:12px; }
    .case_box a.more{ margin-top:2px; }

    .news_tit{ margin-bottom:20px; }
    .news_tit b{ padding:0px 0 20px; font-size:30px; }
    .newslist li{ float:none; width:100%; margin-bottom:20px; }
    .newslist li:nth-child(3){ display:none; }
    .newslist li:hover .info{ transform:translateY(0); }
    .newslist .news_pic{ display:none; }
    .newslist .date{ padding:5px 0; }
    .newslist .title{ padding-bottom:8px; margin-bottom:5px; }
    .newslist a.more{ margin-top:5px; }

    .contact_tit{ margin-bottom:20px; }
    .contact_tit b{ padding:0px 0 20px; font-size:30px; }

    .contact_info li{ width:100%; float:none; border:0; height:auto; padding-top:35px; background-position:center 0px!important; }
    .qrcode_box{ padding-top:10px; }


    .proLi{ width:100%; }
    .right_all .content{
        width: 96%;
        margin: 0 auto;
    }
    .right_all .content img{
        max-width: 100%;
    }
}

@media (max-width: 800px) {


    .all_left{ display:none; }
    .all_right{ width:100%; float:none; }
    .right_all{ padding:10px 0; }
    .bottom_box{ padding-top:20px; }
    .bottom .menu{ display:none; }
    .bottom .contact{ width:100%; }
    .copyright{  padding:20px 20px; }

    .float_box{ top:75%; }

    .prod_pic{ width:100%; }
    .prod_info{ width:100%; }
    .prod_info h3{ margin-top:20px; }
    .small_pics{ display:none; }
    .back_btn{ display:none; }
    .float_box{ display:none; }
    .mobile-box {
        display: flex;
    }

    .newList .newLinkBox{
        width: 94%;
        margin: 0 auto;
    }
    .newList .newSummry{
        font-size: 14px;
    }
    .newList .centerContentBox{
        width: 55%;
    }
}