@charset "utf-8";
/* CSS Document */


.topbar{
    background: #2d2535;
    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,.3);
    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{
}
.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: #2d2535;
    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,.15);
}
#menu ul li.on a{
    color: #fff;
}
#menu ul li.on i{
    color: #fff;
}

#menu dl{
    display: none;
    transition: .3s;
    background: rgba(255,255,255,.04);
}
#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 {
    bottom:0;
    top:auto;
    height:3px;
}
.p_banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background:rgba(255,255,255,.7);
}


/*
*主体内容
*/
.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: #fff;
    font-weight: bold;
}
.i-box-hd p{
    color: #B7B7B7;
    font-size: 12px;
    text-transform: capitalize;
    line-height:1;
}


/*
*优势内容
*/

.youshi{
    margin:10px 0 0 0;
}
.youshi-hd{
    background: url("../image/ys.jpg") no-repeat;
    background-size: cover;
}
.youshi-hd .txt{
    height:200px;
    background:rgba(45,37,53,.6);
    line-height:200px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}
.youshi-bd{
    width:100%;
}
.youshi-bd li{
    display: inline-block;
    width:50%;
    background: rgba(255,255,255,.1);
    text-align: center;
    padding:20px 0;
}
.youshi-bd li i{
    display: block;
    color: #eee;
    font-size: 36px;
}
.youshi-bd li p{
    padding:10px 10px 0;
    font-size: 14px;
}

/*
*案例
*/


.i-case{
    background:rgba(255,255,255,.05);
    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:3px;
    background: rgba(255,255,255,.1);
    opacity:1;
}
.items-img_scroll .swiper-pagination .swiper-pagination-bullet-active{
    background: rgba(255,255,255,.7);
}
.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;
    color: #eee;
}

.items-img{
    padding:30px 3% 0 0;
}
.items-img li{
    float: left;
    width:50%;
}
.items-img .item-img{
    padding:0 0 0 3%;
}
.items-img li .img{
    border: 3px solid rgba(255,255,255,.4);
}
.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;
}

.ban1{
    background: #666;
    margin:20px 3% 0;
}
.ban1 li{
    display: inline-block;
    width:50%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height:50px;
    line-height:50px;
}
.ban1 li:nth-of-type(1) i{
    font-size: 15px;
}
.ban1 li i{
    padding:0 10px 0 0;
}
.i-news{
    background: rgba(255,255,255,.05);
    padding:30px 0;
}
.items-text_desc{
    margin:20px 0 0 0;
}
.items-text_desc li{
    padding:15px 20px;
    overflow: hidden;
}
.items-text_desc li:after{
    border-bottom:1px solid rgba(255,255,255,.2);
}
.items-text_desc li .item-hd{
    width:28%;

}
.items-text_desc li .item-bd{
    width:68%;
}
.items-text_desc li .tit a{
    font-size: 16px;
    color: #fff;
}

.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;
    color: #ccc;
}

.news-more a{
    background: #2d2535;
    opacity:.85;
}

.i-about{
    padding:0;
    margin: 0;
    background: url("../image/about-img.jpg") no-repeat center/100%;
    background-size: cover;
}
.i-about-bd{
    background:rgba(45,37,53,.8);
    padding:40px 25px;
}
.i-about-bd .tit{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.i-about-bd .con{
    font-size: 14px;
    line-height:1.8;
    color: #ccc;
    height:130px;
    overflow: hidden;
    margin:20px 0;
}
.i-about-bd .con a{
    color: #ccc;
}
.i-about-bd .more a{
    color: #d58b01;
    display: block;
    text-align: center;
    font-size: 14px;
}

.i-contact{
    padding:30px 0;
}
.i-contact-bd{
    font-size: 14px;
    padding:30px 7%;
    line-height:2;
    color: #999;
    background: #2d2535;
    border-top:1px solid rgba(255,255,255,.1);
}
.i-contact-bd a{
    color: #fff;
}
.footer{
    border-top:1px solid rgba(255,255,255,.1);
    background: #2d2535;
    padding:5% 7%;
    margin:0 0 50px;
    font-size: 12px;
    color: #b3b3b3;
}
.footer a{
    color:#b3b3b3;
}
.um-contact{
    padding:6px 0;
    background:rgba(255,255,255,.3);
    position: fixed;
    bottom: 0;
    width:100%;
    z-index: 99999;
}
.um-contact-wrapper{
    height:36px;
}
.um-contact li{
    display: inline-block;
    width:44%;
    margin:0 0 0 4%;
    text-align: center;
}
.um-contact li a{
    display: block;
    background:#2d2535;
    line-height:36px;
    color: #fff;
    font-size: 14px;
}
.um-contact li a i{
    padding:0 10px 0 0;
    font-size: 16px;
    vertical-align: middle;
}


/*
* 产品分类
*/
.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: rgba(255,255,255,.1);
    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 rgba(255,255,255,.1);
}
.um-tit h4{
    font-size: 18px;
    color: #fff;
    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: #ccc;
}

/*
*   产品详情
*/

.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 rgba(255,255,255,.1);
}
.img-show-bd .tit{
    font-size: 16px;
    color: #fff;
    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: #eee !important;
    font-size: 14px !important;
}

.page_info img{
    margin:10px 0;
    margin:0 auto;
}

/*
* 文章列表
*/
.article-list{
    padding:20px 3% 10px;
}
.article-list li{
    background:rgba(255,255,255,.05);
    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: #fff;
    padding:10px 10px 2px 0;
}
.article-list li .con p{
    font-size: 12px;
    color: #b3b3b3;
    height:44px;
    overflow: hidden;
    padding:0 10px 0 0;
}


/*
* 文章详情
*/
.article-show{
    padding:80px 5% 0;
}
.article-show_hd .tit{
    font-size:18px;
    color: #fff;
}
.article-show_hd .time{
    padding:0 0 10px 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
    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: #fff;
}
.guestbook-list li .time{
    color:#999;
}
.guestbook-list li .con{
    padding:5px 0;
}
.guestbook-list li .reply{
    background: rgba(255,255,255,.2);
    padding:5px 10px;
    margin:10px 0 0 0;
}

.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: #fff;
    color: #2d2535;
}
.post_box .btn-default{
    background: rgba(255,255,255,.3);
    color: #eee;
    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;
}