
p{
    padding-bottom: 0;
}
.swiper-container{width:100%;}
.swiper-slide img{width:100%;}
.swiper-pagination{bottom:5px !important;}
.swiper-pagination-bullet{border-radius:0 !important;border:1px solid #ff0000 !important;background:#fff !important;opacity:1 !important;}
.swiper-pagination-bullet-active{background:#ff0000 !important;}

.productlist{overflow:hidden;margin-bottom:50px;}
.rightcon{
    width: 100%;
}
.location {
    position: relative;

    overflow: hidden;
    padding: 15px 0;
    font-size: 14px;
    text-align: right;
}
.location ul{
    position: absolute;
    right: 0;

}
.location a{color:#000;}
.location ul li {
    color: #666;
    float: left;
    padding: 0 5px;
}

.productitemcon li{float:left;margin-right:10px;}
.ptitle{height:30px;line-height:30px;text-align:center;}

.about{width:100%;}

.article-title {
    color: #333;
    font-size: 16px;
    text-align: center;
    padding-top: 15px;
}
.article-title h2 {

    font-size: 14px;
    padding: 30px 0;
    color: #999;
}

.news-summery {
    background:#ddd;
    margin-bottom: 10px;
    padding: 15px;
}

.about p {
    line-height: 1.8em;
    padding-bottom: 10px;
    text-indent: 0em!important;
}
.about p span{
    text-indent: 0em!important;
}
.article-info{
    margin-bottom: 15px;
    padding: 30px ;
    background-color: rgba(0,0,0,0.04);
}
.tuijiannew .item{
    margin-bottom: 15px;
    border-radius: 10px;
}
.tuijiannew .item .posted_on{
    margin-top: 15px;
    transition: 0.5s;
    font-size: 16px;
    position: relative;
}
.tuijiannew .item .posted_on:after{
    content: '';
    width: 50px;
    height: 4px;
    border-radius: 5px;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1;
    transition: all 0.5s ease-in-out;
    background-color: #2b50f0;
}
.tuijiannew .item:hover .posted_on:after{
    width: 150px;

}
.post-img{
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.post-img img{
    transition: 0.5s;
}
.tuijiannew .item:hover .posted_on{
   font-weight: bold;   

}
.tuijiannew .item:hover .post-img img{
    transform: scale(1.05);
}
.posted_on{
    color: #333;
    padding: 15px 0;
}
.pre-next {
    clear: both;
    padding: 15px 0;
}

.pre-next ul li {
    padding: 5px 0;
    margin: 10px 0;
    font-size: 14px;
}

.pre-next ul li a {
    color: #777;
    font-size: 16px;
}
.pre-next ul li a:hover{
    color: #2b50f0;
}
.pre-next h3{
    margin-bottom: 15px;
    font-size: 24px;
    position: relative;
    padding-top: 15px;
}
a.return {
    background: #d93d2e none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    float: right;
    overflow: hidden;
    padding: 5px 20px;
}
.return {
    margin-bottom: 30px;
}
.newscen{
    overflow:hidden;
    margin-top: 80vh;
    background-color: #fff;
    position: relative;

}
.newscentop{
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0;
}
.newscentop .n_banner {
    background: url(../images/newstop.jpg) center no-repeat;
    background-size: cover;
    height: 80vh;
}
.newscentop .n_banner:after{
    background:none;
}
.newscentitle{
    position: absolute;
    top: 50%;
    padding-left: 10%;
    left: 0;
    transform: translateY(-50%);
}
.newscentitle h3{
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
}
.pre-next h3:before{
    content:"";
    width: 50px;
    height: 4px;
    background-color: #2b50f0;
    border-radius: 5px;
    position: absolute;
    top: 0;

}
.newscentitle p{
    color: #fff;
    max-width: 560px;
    font-size: 20px;
}
.newlistinner{
    padding: 80px 0 0;
    overflow: hidden;
}
.newlistinner .newbtn a{
    line-height: 20px;
}
.article-title h1{
    font-size: 28px;
    line-height: 1;
}
.tjnew{

    padding-top: 15px;
}
.tuijian h2{
    font-size: 22px;
    margin-bottom: 20px;
}
.tuijian h2:before{
    content:"";
    width: 50px;
    height: 4px;
    background-color: #2b50f0;
    border-radius: 5px;
    position: absolute;
    top: 0;
   
}
.tuijiannew .item {
    background-color: #f5f5f5;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
}
.tuijiannew .item .post-detail{
    padding: 0 15px;
}
@media (max-width: 767px){
    .article-title h1{
        font-size: 24px;
    }
    .article-title h2{
        padding: 15px 0;
    }
    .newlistinner{
        padding:40px 0 0 ;
    }
    .mainLeft{
        display: none;
    }
    .que-list-hits{
        display: none;
    }
    .newscentitle{
        top: 60%;
        padding: 0 8%;
        left: 0;
    }
    .newscentitle h3{

        font-size: 24px;
        margin-bottom: 5px;
    }
    .banner{
        background-color: rgba(0,0,0,.8);
    }
    .banner img{
        opacity: 0.6;
    }
    .newscentitle p{

        font-size: 14px;font-weight: 400;    }
}