@charset "utf-8";
/* CSS Document */


.topbar{
    background: #333;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    height: 50px;
    transition: .4s;
    z-index: 99999;
    box-shadow: 0 2px 5px rgba(0,0,0,.05);
    overflow: hidden;
    padding:0 20px;
    position: fixed;
    width:100%;
}
.menu-button{
    display: block;
    height: 30px;
    margin:16px 0 0 0;
    cursor: pointer;
}
.menu-button .line:nth-of-type(1) {
    margin-top: 0;
}
.menu-button .line:nth-of-type(2) {
    margin-bottom: 0;
}

.menu-button .line{
    position: relative;
    display: block;
    width: 26px;
    height: 2px;
    margin: 6px 0;
    background:rgba(255,255,255,.8);
    -webkit-transition: .3s;
    transition: .3s;
}
.header_active .topbar{
    border-bottom: 1px solid rgba(255,255,255,.05)
}
.header_active .line:nth-of-type(1){
    -webkit-transform: translateY(7.5px) rotate(-45deg);
    -ms-transform: translateY(7.5px) rotate(-45deg);
    transform: translateY(7.5px) rotate(-45deg);
}
.header_active .line:nth-of-type(2){
    opacity:0;
}
.header_active .line:nth-of-type(3){
    -webkit-transform: translateY(-8.5px) rotate(45deg);
    -ms-transform: translateY(-8.5px) rotate(45deg);
    transform: translateY(-8.5px) rotate(45deg);
}

#menu{
    background: #333;
    height: 100%;
    position: fixed;
    transform: translateY(-100%);
    top:0;
    left:0;
    right:0;
    bottom: 0;
    z-index: 99998;
    overflow-y: scroll;
    padding:70px 30px 30px;
    transition: .5s;
}
#menu ul{
    margin:0 0 70px 0;
    transition-delay: .2s;
}
#menu ul li{
    border-bottom: 1px solid rgba(255,255,255,.05);
}
#menu ul li a{
    color: #fff;
    padding:12px 20px;
    font-size: 14px;
    display: inline-block;
    width:70%;
}
#menu ul li a:hover{
    background:none;
}
#menu ul li i{
    line-height:22px;
    font-size: 18px;
    display: none;
    width: 30%;
    text-align: right;
    padding:0 20px 0 0;
    transition: .3s;
    color: #fff;
}
#menu ul li.cur i{
    display: inline-block;
}
#menu ul li.on {
    background:rgba(255,255,255,.05);
}
#menu ul li.on a{
    color: #fff;
}
#menu ul li.on i{
    color: #fff;
}

#menu dl{
    background: #333;
    display: none;
    transition: .3s;
}
#menu dl dt{
    border-bottom: 1px solid rgba(0,0,0,.1);
}
#menu dl dt a{
    color: #fff;
    display: block;
    padding:10px 25px;
}
#menu dl dt i{
    padding:0 5px 0 0;
}
.header_active #menu{
    transform: translateY(0);
}

.logo{
    width: 85%;
    text-align: left;
}
.logo a{
    font-size:18px;
    color: #fff;
}

.home{
    display: block;
    width: 24px;
    height: 40px;
    position: absolute;
    top:4px;
    right: 14px;
}
.home i{
    font-size: 22px;
    color:rgba(255,255,255,.8);
}

.p_banner{
    position: relative;
    padding:50px 0 0 0;
    overflow-x: hidden;
}
.p_banner .swiper-pagination-bullet{
    background: #333;
}


/*
*主体内容
*/
.i-box{
    margin:10px 0 0 0;
    padding:30px 0 0 0;
}
.i-product{
    padding:5% 5% 0;
}
.i-box-hd{
    text-align: center;
}
.i-box-hd .tit{
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.i-box-hd p{
    color: #B7B7B7;
    font-size: 12px;
    text-transform: capitalize;
    line-height:1;
}


.i-case{
    background: #f8f8f8;
    padding:30px 0;
}
.items-img_scroll{
    text-align: center;
    position: relative;
    overflow: hidden;
    margin:30px 3% 0;
}
.items-img_scroll .swiper-pagination{
    bottom: -5px;
}
.items-img_scroll .swiper-pagination-bullet{
    border-radius: 0;
    width:16px;
    height:2px;
}
.items-img_scroll .swiper-pagination .swiper-pagination-bullet-active{
    background: #333;
}
.items-img_scroll li{
}
.items-img_scroll li .img{
    background: #eee;
}
.items-img_scroll li .img img{
    max-width: 100%;
    margin:auto;
}
.items-img_scroll li .tit{
    height:60px;
    line-height:40px;
    font-size: 14px;
    padding:0 10px;
}

.items-img{
    padding:30px 5% 0 0;
}
.items-img li{
    float: left;
    width:50%;
}
.items-img .item-img{
    padding:0 0 0 5%;
}
.items-img li .tit{
    height:36px;
    line-height:36px;
    margin:0 0 10px 0;
    padding:0 10px;
    font-size: 13px;
    transition:all .3s ease-out 0s;
}

/*
*我们的优势
*/
.i-youshi-bd{
    background: url("../image/ys.jpg") no-repeat center/100%;
    background-size: cover;
    margin:20px 0 0 0;
}
.i-youshi-bd ul{
    background: rgba(51,51,51,.25);
    padding:30px 3% 20px 0;
}
.i-youshi-bd ul li{
    width:47%;
    display: inline-block;
    height:76px;
    margin:0 0 5px 3%;
    background:rgba(255,255,255,.9);
    overflow: hidden;
    padding:0 10px;
}
.i-youshi-bd ul li i{
    background: #333;
    width:30px;
    height:30px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height:30px;
    margin:0 0 0 -10px;
}
.i-youshi-bd ul li span{
    padding:0 0 0 10px;
    line-height:20px;
    font-size: 14px;
}

/*
*新闻列表
*/

.items-text_desc{
    padding:20px 0 0 0;
}
.items-text_desc li{
    padding:15px 20px;
    background: #f8f8f8;
    border-bottom: 1px solid #fff;
}

.items-text_desc li .tit a{
    font-size: 16px;
    color: #444;
}
.items-text_desc li .tit a:hover{
    color: #333;
}
.items-text_desc li .time{
    color: #999;
    font-size: 12px;
    margin:0 0 8px 0;
}
.items-text_desc li .time i{
    padding:0 5px 0 0;
}
.items-text_desc li .desc{
    font-size: 12px;
    height:40px;
    overflow: hidden;
    line-height:20px;
}
.i-about{
    padding:10px 0 0 0;
}
.i-about-bd{
    background: #f8f8f8;
    padding:10px 3% 30px;
}
.i-about-bd .tit{
    font-size: 18px;
    color: #333;
}
.i-about-bd .con{
    font-size: 14px;
    line-height:1.8;
    color: #777;
    margin:10px 0 0 0;
    position: relative;
    height:300px;
    overflow: hidden;
}
.i-about-bd .con a{
    color: #333;
}

.i-contact{
    margin:20px 0 0;
    padding:5% 7%;
}
.i-contact-bd{
    font-size: 14px;
    padding:30px 0 0 0;
    line-height:1.8;
}
.i-contact-bd a{
    color: #333;
}
.footer{
    background: #f7f7f7;
    padding:3% 7%;
    margin:0 0 50px;
    font-size: 14px;
}
.um-contact{
    padding:6px 0 0 0;
    background: #fff;
    position: fixed;
    bottom: 0;
    width:100%;
    z-index: 99999;
}
.um-contact-wrapper{
    background:#333;
    box-shadow: 0 2px 4px rgba(0,0,0,.3);
    height:40px;
}
.um-contact a{
    display: inline-block;
    width:50%;
    line-height:40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.um-contact a:first-child{
    border-right: 1px solid rgba(255,255,255,.1);
}
.um-contact a i{
    padding:11px 10px 0 0;
    font-size: 18px;
    vertical-align: top;
}
/*
* 分类
*/
.pro_menu{
    margin:0 5% ;
    text-align: center;
    overflow: hidden;
}
.pro_menu li{
    display: inline-block;
    margin:10px 10px 0 0;
}

.pro_menu li a{
    display: block;
    background: #eee;
    padding:5px 10px;
}
.pro_menu_more{
    text-align: center;
    display: none;
    text-decoration: underline;
    cursor: pointer;
    color: #999;
    margin:10px 0 0 0;
}

/*
* 单页模型
*/



.um-tit {
    padding:70px 0 30px;
    border-bottom: 1px solid #eee;
}
.um-tit h4{
    font-size: 18px;
    color: #333;
    line-height:1.6;
}
.um-tit p{
    font-size: 12px;
    color: #999;
    text-transform: capitalize;
    line-height:1;
}
.page-index{
    font-size: 14px;
}
.page-index .con{
    padding:10px 0 20px;
    font-size:14px ;
    line-height:1.8;
}
.page-index .con a{
    color: #333;
}

/*
*   产品详情
*/

.img-show{
    padding:50px 0 0 0;
}
.img-show-hd{
    background: #eee;
    position: relative;
    overflow-x: hidden;
}
.img-show-hd .swiper-pagination-bullet{
    opacity:.3;
}
.img-show-hd .swiper-pagination-bullet-active{
    background: #333;
    opacity:.7;
}

.img-show-hd img{
    width:100%;
    margin:0 auto;
}
.img-show-bd{
    padding:10px 0 15px;
    border-bottom: 1px solid #eee;
}
.img-show-bd .tit{
    font-size: 16px;
    color: #333;
    font-weight: 700;
}
.img-show-bd p{
    color: #999;
}
.img-show-bd p i{
    padding:0 5px 0 0;
    font-size: 10px;
}

/*
* 内页内容通用
*/
.page_info{
    padding:20px 0;
    font-size: 14px;
    line-height:1.8;
}
.page_info p{
    margin:0 0 10px 0;
}
.page_info a{
    color: #333 !important;
    font-size: 14px !important;
}

.page_info img{
    margin:0 auto;
}

/*
* 文章列表
*/
.article-list{
    padding:60px 3% 10px;
    background: #eee;
}
.article-list li{
    background: #fff;
    margin:0 0 10px 0;
}
.article-list li:last-child{
    margin:0;
}
.article-list li .img{
    width:26%;
}
.article-list li .img img{
    padding:10px;
}
.article-list li .con{
    width:72%;
}
.article-list li .con h4{
    font-size: 14px;
    color: #333;
    padding:10px 10px 2px 0;
}
.article-list li .con p{
    font-size: 12px;
    color: #777;
    height:44px;
    overflow: hidden;
    padding:0 10px 0 0;
}


/*
* 文章详情
*/
.article-show{
    padding:80px 5% 0;
}
.article-show_hd .tit{
    font-size:18px;
    color: #333;
}
.article-show_hd .time{
    padding:0 0 10px 0;
    border-bottom: 1px solid #eee;
    color: #999;
}
.article-show_hd .time i{
    padding:0 6px 0 0;
}
.article-show_hd .time a{
    color: #999;
}

/*
*留言页面
*/
.guestbook-page{
    padding:20px 5%;
}
.guestbook-list li{
    padding:0 0 20px 0;
}
.guestbook-list li .tit{
    font-size: 16px;
    color: #333;
}
.guestbook-list li .time{
    color:#999;
}
.guestbook-list li .con{
    padding:5px 0;
}
.guestbook-list li .reply{
    background: #f5f5f5;
    padding:5px 10px;
}

.post_box tr{
    height:34px;
}
.post_box tr:nth-child(5){
    height:100px;
}
.post_box td{
    display: inline-block;
}
.post_box td.tit{
    margin:0 3% 0 0;
    width:15%;
}
.post_box td.con{
    width:76%;
}
.post_box td.con input,.post_box td.con textarea,.post_box td.con select{
    border: 1px solid #ccc;
    line-height:20px;
}
.post_box td.con textarea{
    max-width: 100%;
    max-height: 100px;
}
.post_box .btn{
    width:80px;
    height:30px;
    line-height:30px;
    border: none;
    margin:0 5px 0 20px;
    background: #333;
    color: #fff;
}
.post_box .btn-default{
    background: #ddd;
    color: #666;
    margin:0 5px 0 0;
}
.feedback-page .post_box tr:nth-child(5){
    height:32px;
}
.feedback-page .post_box tr:nth-child(6){
    height:110px;
}