@charset "utf-8";
/* CSS Document */


.topbar{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    height: 44px;
    transition: .4s;
    z-index: 99999;
    box-shadow: 0 2px 5px rgba(0,0,0,.05);
    overflow: hidden;
    padding:0 12px;
    position: relative;
    width:100%;
    top:0;
    background: linear-gradient(to right, #087cf9, #26a2f9);
}
.menu-button{
    display: block;
    height: 30px;
    margin:13px 0 0 0;
    cursor: pointer;
    position: relative;
}
.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: 24px;
    height: 2px;
    margin:6px 0;
    background:rgba(255,255,255,.8);
    -webkit-transition: .3s;
    transition: .3s;
}
.menu-button span{
    display: block;
    position: absolute;
    font-size: 12px;
    color: #fff;
    left:-28px;
    top:-13px;
}

.header_active .topbar{
    position: fixed;
}
.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: #fff;
    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(0,0,0,.05);
}
#menu ul li a{
    color: #333;
    padding:12px 20px;
    font-size: 16px;
    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: #333;
}
#menu ul li.cur i{
    display: inline-block;
}
#menu ul li.on {
    background:rgba(255,255,255,.05);
}
#menu ul li.on a{
    color: #333;
}


#menu dl{
    background: rgba(0,0,0,.02);
    display: none;
    transition: .3s;
}
#menu dl dt{
    border-bottom: 1px solid rgba(0,0,0,.05);
}
#menu dl dt a{
    color: #555;
    display: block;
    padding:10px 25px;
    font-size: 16px;
}
#menu dl dt i{
    padding:0 8px 0 0;
}
.header_active #menu{
    transform: translateY(0);
}

.iconfont{
    display: inline-block;
}
.logo{
    width: 85%;
    text-align: left;
}
.logo a{
    font-size:18px;
    color: #fff;
    font-weight: normal;
}
.logo a i{
    font-size: 24px;
    vertical-align: bottom;
    margin-right:5px;
}
.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;
    overflow-x: hidden;
}
.p_banner .swiper-pagination-bullet{
    background: #333;
}

/*0.1rem的线*/
.line-1{
    position: relative;
}
.line-1:after{
    content: "";
    position: absolute;
    bottom: 0;
    left:0;
    z-index: 1;
    width:100%;
    border-top: 1px solid #eaeaea;
    height: 1px;
    overflow: hidden;
    transform-origin: 0 0;
    transform: scaleY(0.5);
}
.line-8{
    background: #f5f5f5;
    height:8px;
    width:100%;
}
.line-12{
    background: #f5f5f5;
    height:12px;
    width:100%;
}

/*
*主体内容
*/

.i-box{
    padding:20px 10px 0;
}
.i-box-hd{
    display: flex;
    padding:0 0 10px;
}
.i-box-hd .tit{
    font-size: 18px;
    color: #087cf9;
    position: relative;
    padding:0 0 0 12px;
    line-height:1;
    flex: 1;
}
.i-box-hd .tit:before{
    content: '';
    display: block;
    position: absolute;
    left:0;
    top:1px;
    width:4px;
    height:17px;
    background: linear-gradient(to top, #087cf9, #22aeef);
}
.i-box-hd a{
    display: inline-block;
    font-size: 12px;
    line-height:1;
    text-transform: uppercase;
    margin-top:3px;
    color: #666;
}


.main{
    padding:0 12px;
}

/*
*icon
*/
.index_icon{
    display: flex;
}
.index_icon a{
    flex: 1;
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    margin-right:10px;
    text-align: center;
    padding:7px 0 14px;
    position: relative;
    /*box-shadow: 0 1px 5px rgba(0,0,0,.3);*/
}
.index_icon a .img{
    width:15px;
    height:15px;
    position: absolute;
    right:5px;
    top:5px;
}
.index_icon a:last-child{
    margin-right:0;
}
.index_icon a i{
    font-size: 20px;
    color: #0e5eb4;
}
.index_icon a p{
    font-size: 14px;
    line-height:1;
    color: #0e5eb4;
}

.i-case{
    background: #fff;
    padding:20px 0;
}
.items-img_scroll{
    position: relative;
    overflow: hidden;
    margin:10px 0 0;
}
.items-img_scroll .swiper-pagination-bullet{
    border-radius: 0;
    width:16px;
    height:2px;
}
.items-img_scroll .swiper-pagination .swiper-pagination-bullet-active{
    background: #ff7214;
}
.items-img_scroll li{
}
.items-img_scroll li .img{
    background: #eee;
}
.items-img_scroll li .img img{
    max-width: 100%;
    margin:auto;
    border-radius: 5px;
}
.items-img_scroll li .tit{
    height:60px;
    line-height:40px;
    font-size: 14px;
    padding:0 6px;
}

.items-img{
    padding:10px 0;
}
.items-img li{
    float: left;
    width:50%;
    padding-bottom: 10px;
}
.items-img li:nth-child(odd){
    padding-right:4px;
}
.items-img li:nth-child(even){
    padding-left:4px;
}
.items-img .item-img{
    box-shadow: 0 1px 3px rgba(0,0,0,.06);
    overflow: hidden;
}
.items-img .item-img .img{
    position: relative;
}
.items-img .item-img .img i{
    position: absolute;
    left:0;
    top:0;
    font-size: 24px;
    line-height:1;
    color: #ffaa4e;
}
.items-img .item-img .tit{
    line-height:1.4;
    font-size: 14px;
    transition:all .3s ease-out 0s;
    padding:6px 6px 3px;
    background: #fff;
}
.items-img .item-img .icon{
    padding:0 6px 6px;
    color: #bbb;
    line-height:1.4;
    font-size: 12px;
}
.items-img .item-img .icon i{
    margin-right:3px;
    color: #ffaa4e;
    vertical-align: -2px;
}

/*ban1*/
.um_ban1{
    padding:10px 10px;
    background: #fff;
    display: flex;
}
.um_ban1_hd{
    font-size:16px;
    flex: 1;
}
.um_ban1_hd p{
    line-height:1.2;
    margin-bottom: 4px;
}
.um_ban1_hd span{
    color: #ff7214;
}
.um_ban1_hd a{
    display: inline-block;
    background: linear-gradient(to right, #087cf9, #26a2f9);
    color: #fff;
    line-height:1;
    padding:2px 4px;
}
.um_ban1>span{
    font-size: 46px;
    color: #ff7214;
    padding:3px 6px 0 16px;
    line-height: 1;
}

/*
*我们的优势
*/
.i-youshi{
    padding:20px 0 10px;
}
.i-youshi-hd{
    margin:0 10px;
}
.i-youshi-bd{
    background: url("../image/ys.jpg") no-repeat center/100%;
    background-size: cover;
    margin:10px 0 0 0;
}
.i-youshi-bd ul{
    background: rgba(51,51,51,.25);
    padding:20px 10px 10px;
}
.i-youshi-bd ul li{
    width:50%;
    display: inline-block;
    height:76px;
    overflow: hidden;
    margin-bottom: 8px;
}
.i-youshi-bd ul li .con{
    background:#e5f2ff;
    padding:0 10px;
    height:74px;
    overflow: hidden;
    color: #333;
    border-radius: 5px;
}
.i-youshi-bd ul li:nth-child(2n+1){
    padding-right: 5px;
}
.i-youshi-bd ul li:nth-child(2n){
    padding-left: 5px;
}
.i-youshi-bd ul li i{
    background:#ff7214;
    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 5px;
    line-height:20px;
    font-size: 14px;
}

/*
*新闻列表
*/
.um_media_box{
    padding:0 0 10px;
}
.um_media_hd{
    position: relative;
    margin:10px 0 0 0;
}
.um_media_hd .img{
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.um_media_hd .img .bg{
    position: absolute;
    width:100%;
    height:100%;
    background:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    left:0;
    top:0;
}
.um_media_hd .tit{
    position: absolute;
    top:0;
    line-height:1.2;
    max-height: 50px;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    width:100%;
    padding:10px 15px 0;
}
.um_media_box li a{
    display: flex;
    padding:10px 0;
}
.um_media_box li .con{
    flex: 1;
    padding:0 0 0 10px;
}
.um_media_box li .con h4{
    font-size: 16px;
    display: block;
    line-height:1.2;
    height: 40px;
    overflow: hidden;
}
.um_media_box li.li_2 .con h4 i{
    font-size:12px;
    line-height:1;
    border: 1px solid #ff7214;
    display: inline-block;
    padding:1px 3px;
    border-radius: 2px;
    color: #ff7214;
    margin-right:3px;
}

.um_media_box li .con p{
    color: #999;
    margin-top:8px;
}
.um_media_box li .con p span{
    margin-right:10px;
    overflow: hidden;
}

.um_media_box li .img{
    width:70px;
    border-radius: 5px;
    overflow: hidden;
}



.i-about{
    padding:10px 0 0 0;
}
.i-about-bd{
    padding:0 10px 10px;
}
.i-about-bd .img img{
    border-radius: 5px;
}
.i-about-bd .tit{
    font-size: 18px;
    color: #333;
}
.i-about-bd .con{
    font-size: 16px;
    line-height:1.8;
    margin:10px 0 0 0;
    position: relative;
    height:304px;
    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:10px;
    line-height:1.8;
}
.i-contact-bd a{
    color: #333;
}
.footer{
    padding:10px;
    margin-bottom:80px;
    font-size: 14px;
    text-align: center;
}
.um-contact{
    background:rgba(255,255,255,.96);
    position: fixed;
    bottom: 0;
    width:100%;
    z-index: 99999;
    border-top: 1px solid #ddd;
}
.um-contact-wrapper{
    height:70px;
    display: flex;
    padding:12px 0 0 0;
}
.um-contact-wrapper a{
    flex: 1;
    text-align: center;
    color: #000;
    font-size: 16px;
}

.um-contact-wrapper a i{
    font-size: 22px;
    color: #333;
    vertical-align: top;
    line-height:1;
}
.um-contact-wrapper a p{
    font-size: 12px;
    line-height:1;
}
.um-contact-wrapper a.on:nth-child(1) i{
    color: #087cf9;
}
.um-contact-wrapper a.on:nth-child(1) p{
    color: #087cf9;
}
.um-contact-wrapper a.on:nth-child(2) i{
    color: #087cf9;
}
.um-contact-wrapper a.on:nth-child(2) p{
    color: #087cf9;
}
.um-contact-wrapper a.on:nth-child(3) i{
    color: #087cf9;
}
.um-contact-wrapper a.on:nth-child(3) p{
    color: #087cf9;
}


/*
* 分类
*/
.pro_menu{
    text-align: center;
    overflow: hidden;
    margin:12px 12px 0;
}
.pro_menu li{
    display: inline-block;
    margin:0 10px 10px 0;
}
.pro_menu li:first-child{
    padding-top: 10px;
}
.pro_menu li a{
    display: block;
    background: #eee;
    padding:5px 10px;
    border-radius: 3px;
}
.pro_menu_more{
    text-align: center;
    display: none;
    text-decoration: underline;
    cursor: pointer;
    color: #fff;
    margin:10px 0 0 0;
}

/*
* 单页模型
*/

.um-tit {
    padding:20px 0 10px;
    border-bottom: 1px solid #eee;
}
.um-tit h4{
    font-size: 24px;
    color: #000;
    line-height:1.6;
}
.um-tit p{
    font-size: 12px;
    color: #999;
    text-transform: capitalize;
    line-height:1;
}
.page-index{
    font-size: 16px;
    min-height: 500px;
}
.page-index .con{
    padding:10px 10px 20px;
    font-size:16px ;
    line-height:1.8;
}
.page-index .con a{
    color: #333;
}
/*
*   产品列表
*/
.um_default_box{
    padding:10px;
}
.um_default_box .item-img{
    box-shadow: none;
}
.um_default_box .item-img .img img{
    border-radius: 5px;
}
.um_default_box .item-img .tit{

}

/*
*   产品详情
*/

.img-show{
}
.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-hd > .swiper-pagination-bullets{
    bottom: 36px;
}


/*详情页*/
.page-bd{
    position: relative;
    margin-top: -30px;
    z-index: 9999;
}
.page-bd .tit{
    font-size: 18px;
    line-height: 1.2;
    color: #333;
    font-weight: 700;
    margin-bottom:5px;
}
.page-bd p{
    color: #999;
}
.page-bd p i{
    margin:0 4px 0 0;
    line-height:1;
    vertical-align: middle;
    font-size: 14px;
}
.page-bd p a{
    color: #999;
}


/*
* 内页内容通用
*/
.page_info{
    font-size: 16px;
    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;
}

/*
* 文章列表
*/
.um_article_list li .con{
    padding:10px;
}
.um_article_list li h4{
    font-size: 18px;
    line-height:1.2;
    color: #333;
}
.um_article_list li .desc{
    font-size: 14px;
    line-height: 1.4;
    color: #888;
    padding:8px 0;
}
.um_article_list li .icon{
    color: #666;
}
.um_article_list li .icon i{
    margin:0 4px 0 10px;
}
/*
* 文章详情
*/
.article-show-hd{
    margin-top:12px;
}


/*
*留言页面
*/


.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:11%;
}
.post_box td.con{
    width:63%;
}
.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 52px;
    background: #ff7214;
    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;
}