@charset "utf-8";
/* CSS Document */



body{
    position: relative;
}


#menu{
    background: #163fe1;
}
#menu ul li{
    border-bottom: 1px solid rgba(255,255,255,.05);
    background: rgba(0,0,0,.1);
}
#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,.1);
}
#menu ul li.on a{
    color: #fff;
}
#menu ul li.on i{
    color: #fff;
}
#menu .menu-section-list{
    margin:30px 0;
}
#menu dl{
    background: #163fe1;
    display: none;
    transition: .3s;
}
#menu dl dt{
    border-bottom: 1px solid rgba(0,0,0,.1);
}
#menu dl dt a{
    color: #fff;
    padding:8px 24px;
}
#menu dl dt i{
    padding:0 5px 0 0;
}

#main{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    overflow-x: hidden;
}
.panel{
    padding-top:0;
    text-align: justify;
}

.panel-header{width:100%;
    background: #163fe1;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    height: 50px;
    padding: 0 45px 0 60px;
    transition: .4s;
    z-index: 999;
    margin:0;
    box-shadow: 0 2px 5px rgba(0,0,0,.05);
    overflow: hidden;
}
.menu-button{
    display: block;
    width: 40px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 5px;
}
.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: 3px;
    margin: 8px 0;
    background:rgba(255,255,255,.8);
    -webkit-transition: .1s;
    transition: .1s;
}

.slideout-open #main .menu-button .line:nth-of-type(1){
    -webkit-transform: translateY(4.5px) rotate(-45deg);
    -ms-transform: translateY(4.5px) rotate(-45deg);
    transform: translateY(4.5px) rotate(-45deg);
}
.slideout-open #main .menu-button .line:nth-of-type(2){
    -webkit-transform: translateY(-6.5px) rotate(45deg);
    -ms-transform: translateY(-6.5px) rotate(45deg);
    transform: translateY(-6.5px) rotate(45deg);
}

.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;
}
.p_banner .swiper-pagination-bullet{
    background: #163fe1;
    opacity:.5;
}
.p_banner .swiper-pagination-bullet-active{
    opacity:1;
}

/*
* 首页按钮
*/
.i-icon-box{
    padding:20px 0;
    border-bottom: 5px solid #f6f6f6;
}
.i-icon-box li{
    width:25%;
    float: left;
    text-align: center;
}
.i-icon-box li i{
    display: block;
    width:60px;
    height:60px;
    line-height:60px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin:0 auto;
    background: #0e4acc;
}
.i-icon-box li.li1 i{
    background: #2d68e8;
}
.i-icon-box li.li2 i{
    background: #e2c404;
}
.i-icon-box li.li3 i{
    background: #f5460c;
}
.i-icon-box li.li4 i{
    background: #893d25;
}
.i-icon-box li span{
    font-size: 14px;
    color: #333;
    display: block;
    line-height:32px;
}


/*
*主体内容
*/
.i-box{

}

.i-box-hd{
    width:100%;
    padding:14px 3%;
}
.i-box-hd a{
    display: block;
    overflow: hidden;
}
.i-box-hd .tit{
    font-size: 16px;
    padding:0 10px;
    color: #333;
    position: relative;
    line-height:1;
    font-weight: bold;
}
.i-box-hd .tit:before{
    content: '';
    background: #163fe1;
    height:14px;
    width:3px;
    display:block;
    position: absolute;
    left:0;
    top:1px;
}

.i-box-hd .more i{
    display: block;
    font-size: 14px;
    padding:0 3px 0 20px;
    color: #888;
}

/*
*图片滚动
*/
.items-img_scroll_wrapper{
    text-align: center;
    position: relative;
    overflow: hidden;
    background: #f6f6f6;
    padding:10px 3%;
}
.items-img_scroll{
    overflow: hidden;
}


.items-img_scroll > .swiper-scrollbar{
    height:3px;
}
.items-img_scroll > .swiper-scrollbar .swiper-scrollbar-drag{
    background: #163fe1;
}

.items-img_scroll li{
    width:80%;
}
.items-img_scroll li .img{
    background: #fff;
}
.items-img_scroll li .img img{
    max-width: 100%;
    margin:auto;
}
.items-img_scroll li .tit{
    height:46px;
    line-height:40px;
    font-size: 14px;
    padding:0 10px;
}
/*
* 默认图片
*/
.items-img{
    padding:10px 3% 0 0;
    background: #f6f6f6;
}
.items-img li{
    float: left;
    width:50%;
}
.items-img .item-img{
    padding:0 0 0 3%;
}
.items-img li.item-img:nth-child(n){
}
.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;
    background: #fff;
}

/*
* 文章排列
*/

.items-text_desc{
    background: #f6f6f6;
    padding:10px 3% 20px;
    position: relative;
}
.items-text_desc .swiper-pagination{
    bottom:0;
}
.items-text_desc .swiper-pagination-bullet-active{
    background: #163fe1;
    opacity:.8;
}
.items-text_desc li{
    background: #fff;
    padding:10px;
}
.items-text_desc .item-hd{
    width:26%;
}
.items-text_desc .item-bd{
    width:70%;
    margin:0 0 0 4%;
}
.items-text_desc li .tit{
    font-size: 16px;
    color: #333;
}
.items-text_desc li:hover .tit{
    color: #163fe1;
}
.items-text_desc li .time{
    color: #999;
    font-size: 12px;
    line-height:1;
    padding:0 0 3px 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: #555;
}

.i-youshi-bd{
    background: #f6f6f6;
    padding:10px 3%;
}
.i-youshi-bd li{
    width:100%;
    margin:5px 0 0 0;
    background: #fff;
    padding:10px;
    overflow: hidden;
}
.i-youshi-bd li p{
    display: inline-block;
    font-size: 14px;
    width:83%;
    line-height:25px;
    float: right;
    overflow:hidden;
    height:50px;
}
.i-youshi-bd li i{
    width:15%;
    font-size: 22px;
    float: left;
    text-align: center;
    background: #eee;
    color: #163fe1;
    line-height:50px;
}
.i-youshi-bd li:first-child i{
    font-size: 18px;
}

    /*
    * 关于我们
    */
.i-about-hd{
    border-bottom: 5px solid #f6f6f6;
}

.i-about-bd{
    padding:10px 3%;
    background: #f6f6f6;
}
.i-about-bd .tit{
    font-size: 20px;
    background:url("../image/about-img.jpg") no-repeat center;
    height:100px;
    line-height:100px;
    color: #fff;
    font-weight: bold;
}
.i-about-bd .con{
    font-size: 14px;
    line-height:1.8;
    margin-top: 10px;
    color: #777;
}
.i-about-bd .con a{
    color: #163fe1;
}
.i-about-bd .more{
    display: none;
    text-align: center;
    margin:20px 0 0 0;
    text-decoration: underline;
    color: #163fe1;
    font-size: 16px;
    cursor: pointer;
}

.i-contact{
    background: #f7f7f7;
    margin:20px 5% 0;
    padding:5%;
    border-bottom: 1px solid #e5e5e5;
}
.i-contact-bd{
    font-size: 14px;
    padding:15px 0 0 0;
    line-height:1.8;
}
.i-contact-bd a{
    color: #163fe1;
}
.footer{
    background: #163fe1;
    padding:3% 5%;
    margin:20px 0 0 0;
    font-size: 12px;
    color:#fff;
}
.footer a{
    color: #fff;
}


/*
*右下角按钮
*/
.um-contact {
    position: fixed;
    bottom: 10px;
    right: 0px;
    z-index: 900;
    tap-highlight-color: rgba(0, 0, 0, 0);
}
#um-contact_btn {
    display: block;
    width: 45px!important;
    height: 45px!important;
    border-radius: 45px;
    position: absolute;
    box-shadow: 0 0 0 3px #fff, 0 2px 3px 0 rgba(0, 0, 0, 0.25);
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    color: #fff;
    background:#163fe1;
}
#um-contact_btn i{
    font-size: 24px;
    line-height:45px;
}
#um-contact-wrapper {
    position: relative;
    border-radius: 0 167px 0 0;
}
.um-contact-wrapper>div {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    box-shadow: 0 0 0 3px #fff, 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    position: absolute;
    bottom: 22px;
    right: 22px;
    z-index: 900;
    text-align: center;
    line-height: 40px;
    -moz-transition: transform .3s;
    -webkit-transition: -webkit-transform .3s;
    -ms-transition: transform .3s;
    background: #163fe1;
}
.um-contact-wrapper>div a {
    display: block;
    height: 100%;
    width: 100%;
}
.um-contact-wrapper>div a i{
    color: #fff;
    font-size: 18px;
}
.um-contact-wrapper> .menu_01{
    line-height: 46px;
}
.um-contact-wrapper> .menu_01 a i{
    font-size: 20px;
}
.um-contact-wrapper> .menu_03{
    line-height: 44px;
}
.um-contact-wrapper> .to_01 {
    transform: translate(10px, -100px) rotate(720deg);
}
.um-contact-wrapper> .to_02 {
    transform: translate(-40px, -80px) rotate(720deg);
}
.um-contact-wrapper> .to_03 {
    transform: translate(-75px, -35px) rotate(720deg);
}
.um-contact-wrapper> .to_04 {
    transform: translate(-95px, 15px) rotate(720deg);
}

/*
* 产品分类
*/
.pro_menu{
    margin:0 5% ;
    text-align: center;
    overflow: hidden;
}
.pro_menu li{
    display: inline-block;
    margin:10px 10px 0 0;
}
.pro_menu li:last-child{
    margin:10px 0 20px 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 20px;
}



/*
* 单页模型
*/



.um-tit {
    padding:20px 0;
}
.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;
    border-top: 1px solid #eee;
}
.page-index .con{
    padding:10px 0 20px;
    font-size:14px ;
    line-height:1.8;
}
.page-index .con a{
    color: #163fe1;
}

/*
*   产品详情
*/

.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: #163fe1;
    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: #163fe1;
    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: #163fe1 !important;
    font-size: 14px !important;
}

.page_info img{
    margin:10px 0;
    margin:0 auto;
}

/*
* 文章列表
*/
.article-list{
    padding:10px 3%;
    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{
    margin:30px 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:15px 0;
    margin:0 5%;
    border-top: 1px solid #eee;
}
.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;
    color: #999;
}

.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: #163fe1;
    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;
}