body{ background-color: aliceblue !important; color: #333 !important;} 
* a{ color: #000;}
.page-container img{ width: 100%; max-width: 100%;     border-radius: 5px;
        transition: transform 1s ease 0s;
}
.page-container .blog-wrap a:hover img{
        transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
.breadcrumb-section {
    background: url(../img/breadcrumb-bg.jpg) center top no-repeat;
    background-size: cover;
    min-height: 500px;
    /* padding: 280px 0 280px; */
}
.page-content{background: #fff;clear: both;}
* .n-content{ color: #333;}

.search-tips {
    color: #f00;
    font-size: 16px;
    text-align: center;
    margin: 30px;
}
.page-content {
    line-height: 1.6;
}


/*sub-us-nav*/
.sub-nav {width:100%;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
    transition: box-shadow 0.5s ease;
    float: left;  display: block; clear: both;
    font-size: 17px;

}
div.hr{padding-bottom: 5px;  border-bottom:3px solid aliceblue; }
.sub-nav div{ margin-top:20px;  text-align: center; 
    transform:translateY(-10px);
	transition:0.1s all ease-in-out;
	transition-delay:0.1s

}
.sub-nav div a{padding-bottom: 18px; padding-left:10px; padding-right:10px;}
.sub-nav div a:hover{ border-bottom: 3px solid  #AACD03; color: #AACD03;}
.sub-nav div.on a{border-bottom: 3px solid  #AACD03; }

/*Article*/



.blog-article{float:left;width:100%;}
.blog-article figure{float:left;width:250px;margin:0;margin-right:25px;margin-bottom:10px;}
.blog-article .post-meta{width:125px;margin:0 30px 15px 0;}
.blog-article .post-meta ul{padding:0;}
h2.post-title{font-size:20px;letter-spacing:normal;margin-top:0;margin-bottom:12px;line-height:1.4;font-weight:bold;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:bold;}

.blog-post-wrap .bp-desc{text-align:center;display:block;margin:20px 0;font-size:14px;}
.blog-post-wrap .bp-title{margin-top:35px;font-size:23px;letter-spacing:normal;color:inherit;text-align:center;line-height:1;padding:0;}




.blog-wrap .item {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    border-radius: 5px;
}
.blog-wrap .item::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
}
.blog-wrap .item:hover::before {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#cc000000', GradientType=0);
}
.blog-wrap .item figure {
    margin: 0;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
}

.blog-wrap .item figure img {
    max-height: 100%;
}
.blog-wrap .item .main {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    color: #FFF;
}
.blog-wrap .item .main  h3{
    color: #FFF;
}
.blog-wrap .item .main  h3:hover{ text-decoration:underline;}

.blog-wrap .item .main .date {
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
}
.news-list .item .main .date::after {
    content: '';
    width: 96px;
    height: 4px;
    border-radius: 5px;
    background: #333;
    position: absolute;
    left: 0;
    top: -10px;
    opacity: 0;
    transform: translateY(-10px);
    transition: all .3s ease-in-out;
}
.cover {
    background-size: cover;
    background-repeat: repeat;
    background-position: center center;
}
.blog-wrap .item .main h5 {
    font-size: 16px;
}
.blog-wrap .item:hover .icon-area {
    opacity: 1;
}
.blog-wrap .item .icon-area {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 24px;
    color: #FFF;
    opacity: 0;
    transition: all .3s;
}


/*contactus*/
.us-nav {
    border-bottom: 1px #efefef solid;
    height: 79px;  clear: both; width: 100%;
}
.us-nav .layout {
    position: relative;
    z-index: 1;
}.us-nav ul {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 79px;
}.us-nav ul li {
    float: left;
    margin-right: 60px;
}.us-nav ul a {
    display: block;
    padding: 0 20px;
    font-size: 15px;
    color: #333;
}
.us-nav ul li a.on, .us-nav ul li a:hover {
    color: #AACD03;
    border-bottom: 2px #AACD03 solid;
}.location {
    font-size: 13px;
    color: #666;
    line-height: 80px;
}.us-nav .location {
    line-height: 79px;
    float: right;
}.location a {
    display: inline-block;
    color: #666;
}.location span {
    display: inline-block;
    padding: 0 5px;
}
.us-nav-con{ clear: both; width: 100%; display: block; float: left; margin: 20px 10px;}
.con-list .box {
    margin-bottom: 50px;
    position: relative;
}
.con-list p, .con-list p a {
    font-size: 13px;
    color: #999;
    line-height: 22px;
    /* text-transform: uppercase; */
    word-wrap:break-word;
}
.con-list .word {
    float: left;
    width: 205px;
    margin-left: 20px;
}
.con-list .qrcode {
    position: absolute;
    left: 87px;
}
.con-list .qrcode {
    position: absolute;
    left: 87px;
    bottom: -101px;
    display: none;
}
.con-list .qrcode .pic {
    border: 3px #AACD03 solid;
    width: 89px;
    height: 89px;
    overflow: hidden;
}
.con-list b {
    width: 67px;
    height: 67px;
    background: url(/Public/icon-us.png) no-repeat;
    display: block;
    float: left;
}
.con-list .qrcode {
    bottom: -219px;left: 0;
}
.con-list .qrcode i {
    width: 100%;
    height: 6px;
    display: block;
    background: url(/Public/arrow.png) center center no-repeat;
}
.con-list .box:hover b {
     background-image: url(/Public/icon-us-hover.png); 
}
.con-list .box:hover .qrcode{ display:block;}
.con-list .b1 {
    background-position: 0 0;
}
.con-list .b2 {
    background-position: 0 -67px;
}
.con-list .b3 {
    background-position: 0 -134px;
}
.con-list .b4 {
    background-position: 0 -201px;
}
.con-list .b5 {
    background-position: 0 -268px;
}
.con-list .b6 {
    background-position: 0 -335px;
}



/*goods list*/
.portfolio-item, .gallery-item {
    margin: 0 0 30px;
    overflow: hidden;
}
.prolist-wrap .portfolio-item {
    margin-bottom: 17px;
}
.portfolio-item figure {
    margin: 0 0 22px 0;
    position: relative;
}
.portfolio-item  article p{ margin-bottom: 0px; }
.portfolio-item .glass-animation a {
    position: static;
}
.prolist-wrap .glass-animation img {
    border: 1px #ededed solid; border-radius: 5px;
}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}
.portfolio-item .item-title {
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 5px;
    color: #4f5458;
    letter-spacing: normal;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 0;
    position: relative;
    z-index: 999;
    line-height: 1.4;
}
.portfolio-item .item-title {
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 5px;
    color: #4f5458;
    letter-spacing: normal;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 0;
    position: relative;
    z-index: 888;
    line-height: 1.4;
}
.related-projects .item .separator, .portfolio-item .separator {
    margin: 30px 0 15px;
    display: none;
}
.portfolio-item span {
    color: #f16543;
}.portfolio-item .square {
    background-color: #bfc4c8;
}
.prolist-wrap .model {
    margin-bottom: 5px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.4;
    color: #666;
}
.swatch {
    padding: 5px 0;
    position: relative;
}
.swatch a span {
    display: block;
    height: 100%;
}
#portfolio-container .swatch a {
    display: block;
    width: 25px;
    height: 25px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 50%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    margin: 2px;
    background-image: linear-gradient(bottom, rgb(181,181,181) 53%, rgb(235,235,235) 52%);
    background-image: -o-linear-gradient(bottom, rgb(181,181,181) 53%, rgb(235,235,235) 52%);
    background-image: -moz-linear-gradient(bottom, rgb(181,181,181) 53%, rgb(235,235,235) 52%);
    background-image: -webkit-linear-gradient(bottom, rgb(181,181,181) 53%, rgb(235,235,235) 52%);
    background-image: -ms-linear-gradient(bottom, rgb(181,181,181) 53%, rgb(235,235,235) 52%);
}



/*pages*/

#pages {
    clear: both;
    padding: 10px 0 10px;
    text-align: center;
    font: 12px 'Microsoft YaHei';
}
#pages a {
    display: inline-block;
    padding: 0px 8px;
    height: 24px;
    font-size: 12px;
    line-height: 22px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333;
    margin-right: -1px;
    border-radius: 5px;
    margin: 5px;
}
#pages a.a1 {
    padding: 0px 12px;
    height: 24px;
    line-height: 22px;
    margin-top: 0px;
}
#pages span {
    display: inline-block;
    padding: 0px 8px;
    height: 24px;
    line-height: 22px;
    background: #99d616;
    border: 1px solid #99d616;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

.shareon>* { border-radius: 50% !important;}

/*goods details*/

.page-content {
    line-height: 1.6;
}

.product-gallery {
    /* margin: 0 -15px; */
}
.product-gallery .ps-title{ font-size: 35px;}
.pro-items .item{ border: 1px solid #ddd;   border-radius: 5px; padding: 2px;margin:5px;}
.parameter { margin-top: 20px; color: #000;}
.parameter .words{ font-size: 17px; font-weight: 500;} .parameter .words span{ color: #AACD03;}
.proshow-tab {
    margin-top: 20px;
    padding-bottom: 25px;
    padding-bottom: 0;
}
.product-show .ps-desc {
    margin: 17px 0 20px;
    font-size: 14px;
    color: #000; text-align: left;
}
.nav>li {
    position: relative;
    display: block;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.proshow-tab .nav-tabs .active a {
    color: #D4171E !important;
    text-decoration: none;
}
.proshow-tab .nav-tabs a {
    color: #333 !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
    border-radius: 4px 4px 0px 0px;
}
.proshow-tab .tab-content {
    padding-top: 25px;
    width: 100%;
    float: left;
    margin: 0;
}
.proshow-tab .tab-pane {
    margin-top: 0;
}
.proshow-tab .n-content {
    line-height: 1.6;
}
.page-content p {
    margin-bottom: 0;
}

#shareBlock a[data-icon]:before {
    content:'';

}



@media (max-width: 390px) {
    .see_more_pro{
      margin-left:25%;
    }
  
  }
  @media (min-width: 391px) {
    .container .c-content-title-1{
      text-align: center;
    }
    .container .c-content-title-1 .c-font-bold{
      display:inline-block;
    }
    .see_more_pro{
      margin-left:3%;
    }
  }
  @media (min-width: 992px) {
    .breadcrumb-section{
      margin-top:70px;
    }
  
  }



  
@media all and (max-width:920px) {

    }
    
    @media all and (max-width:768px) {

    }
    
    @media all and (max-width:640px) {

    
    }
    
    @media all and (max-width:480px) {

    img.pic-img{ max-width: 100%; width: 100%;}
    
    .com-cnt img.pic-img {
        max-width: 100%; width: 100%;
    }
    
    }