﻿@charset "utf-8";
/* CSS Document */


.header{
    background: #2c3d4d;
}
.top-bar{
    background:rgba(0,0,0,.07);
    height:30px;
    line-height:29px;
    color:#555;
}
.top-sitename span{
    font-weight: bold;
}
.top-tel{
    font-family: Arial;
}
.top-tel a{
    display: inline-block;
    margin:0 0 0 20px;
}
.top-tel i{
    padding: 8px 5px 0 0;
    font-size: 12px;
    vertical-align: top;
}
.logo{
    overflow:hidden;
    margin:20px 0;
    max-height: 70px;
}
.top-tel_b{
    background: url("../images/tel.png") no-repeat left center;
    padding:5px 0 5px 65px;
    font-size: 12px;
    line-height: 1.2;
    margin:20px 0 0 0;
    color: #fff;
}
.top-tel_b p{
    font-size: 30px;
    font-family: Arial;
    color: #fff;
}
.navbar{
    background: rgba(0,0,0,.1);
    margin-bottom: 0;
    transition:top .5s;
    border: none;
    border-bottom: 2px solid #d63e40;
}
.top-menu{
    padding:0;
}
.top-menu .item{
    display: inline-block;
    width:120px;
    position:relative;
    margin:0 1px 0 0;
}
.top-menu .item h6{
    line-height:50px;

}
.top-menu .item h6 a{
    display:block;
    text-align:center;
    font-size:15px;
    color: #fff;
    transition: 0s;
}
.top-menu .item h6 a span{
    display: none;
}
.top-menu .item h6.on a span{
    display:inline-block;
    font-size: 8px;
    padding:0 0 0 5px;
    color: #eee;
    vertical-align: middle;
    margin-top:-2px;
}
.top-menu .item h6:hover,.top-menu .item h6.cur{
    background:#ee4547;
    font-weight: bold;
}
.top-menu .item h6 a:hover span,.top-menu .item h6.cur a span,.top-menu .item h6:hover a,.top-menu .item h6.cur a{
    color: #fff;
}

.top-menu .item ul{
    position:absolute;
    top:90px;
    z-index:9999;
    background:#ee4547;
    left:-10px;
    width:140px;
    opacity:0;
    transition:all .3s;
    visibility: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}
.top-menu .item:hover ul{
    visibility:visible;
    opacity: 1;
    top:50px;
    left:-10px;
}
.top-menu .item li{
    height:36px;
    overflow:hidden;
}

.top-menu .item li a{
    display:block;
    line-height:36px;
    font-size:12px;
    padding:0 20px;
    color: #fff;
    text-align: center;
}

.top-menu .item li a:hover{
    background: rgba(0,0,0,.1);
    color: #fff;
}
.navbar-fixed{
    position: fixed;
    left:0;
    top:0;
    width:100%;
    z-index: 9999;
    background:#2c3d4d;
    box-shadow:0 3px 5px rgba(0,0,0,.2);
    border-bottom: 2px solid #d63e40;
    text-align: center;
}
.navbar-90{
    top:-90px;
}
.navbar-0{
    top:0;
}
.navbar-fixed .top-menu .item h6 a{
    color: #fff;
}
.navbar-fixed .top-menu .item h6:hover,.navbar-fixed .top-menu .item h6.cur{
    background:#ee4547;
}
.navbar-fixed .top-menu .item h6.on a span{
    color: #eee;
}
.navbar-fixed .top-menu .item h6 a:hover span,.navbar-fixed .top-menu .item h6.cur a span,
.navbar-fixed .top-menu .item h6:hover a,.navbar-fixed .top-menu .item h6.cur a{
    color: #fff;
}

/*
        search
*/

.search-bar{
    background: #eee;
    height:50px;
    line-height:50px;
}
.top-keyword{
    font-size: 14px;
    height:50px;
    overflow: hidden;
}
.top-keyword span{
    color:#ee4547;
}
.top-search{
    text-align: right;
}
.top-search .search-key{
    height:32px;
    border: 1px solid #999;
    padding:0 10px;
    width: 60%;
    border-right: none;
  	line-height:32px;
}
.top-search .search-btn{
    background: #2c3d4d;
    height:32px;
    color: #fff;
    width:60px;
    line-height:32px;
    text-align: center;
    border: none;
}


/*
    index____title
*/

.tit-box h4{
    font-size: 26px;
    color: #333;
    position: relative;
    padding:20px 0 0 0;
}
.tit-box h4:before{
    content: '';
    display: block;
    width:30px;
    height:2px;
    background: #ee4547;
    position: absolute;
    left:50%;
    top:0;
    margin:0 0 0 -15px;
}
.tit-box p {
    font-size: 14px;
    margin:10px 0 0 0;
    color: #888;
    font-family: Arial;
    text-transform: uppercase;
}
/*
    首页产品分类
*/

.tit-menu{
    height:30px;
    overflow: hidden;
    text-align: right;
}
.tit-menu ul li{
    display: inline-block;
    margin:0 4px;
}

.tit-menu ul li a{
    display: inline-block;
    margin: 10px 10px;
    line-height: 12px;
    font-size: 12px;
    background: transparent;
    transition: all 0.3s ease-out 0s;
    color: #888;
}
.tit-menu ul li a:after{
    display: block;
    content: '';
    width:0;
    height:1px;
    background: #666;
    margin:6px 0 0 0;
    transition: all 0.3s ease-out 0s;
}
.tit-menu ul li:first-child a,.tit-menu ul li a:hover{
    color: #666;
}
.tit-menu ul li:first-child a:after,.tit-menu ul li a:hover:after{
    width:100%;
}

/*
    我们的优势
*/
.ys-wrap{
    background: url("../images/bg1.jpg") no-repeat center #243944;
    min-height: 560px;
}
.ys-tit{
    color: #fff;
    margin-top:70px;
    padding:20px 0 0 0;
    text-align: center;
    background: url("../images/tit-1.png") no-repeat center top;
}
.ys-tit h4{
    font-size: 28px;
    font-weight: bold;
    line-height:1.6;
}
.ys-tit p{
    font-family: Arial;
    font-size: 14px;
    text-transform: uppercase;
}
.ys-box{
    margin-top:70px;
}
.ys-item{
    color: #fff;
    padding:0 25px;
    text-align: center;
}
.ys-item img{
    margin:0 0 10px 0;
}
.ys-item .tit{
    font-size: 24px;
}
.ys-item p{
    font-size: 14px;
}
.ys-item .tel{
    font-size: 16px;
    margin:5px 0 0 0;
}
.ys-item .tel span{
    background: #ee4547;
    padding:0 10px;
    display: inline-block;
}
.ys-item .tel-con{
    border: 1px solid #fff;
    display: inline-block;
    margin:5px 0 0 0;
    padding:0 15px;
}

/*
    产品图片样式
*/
.product-wrap{
    padding:40px 0 50px;
    overflow: hidden;
}
.product-menu{
    border: 5px solid #2c3d4d;
    height:480px;
    overflow: hidden;
}
.product-menu .tit{
    background: #2c3d4d;
    height:73px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding:2px 0 0 0;
}
.product-menu .tit p{
    color: #fff;
    font-size: 14px;
    line-height:1;
    text-transform: uppercase;
}
.product-menu .con{
    padding:20px;
}
.product-menu .con ul{
    height:350px;
    overflow: hidden;
}
.product-menu .con li{
    margin:0 0 10px 0;
}
.product-menu .con li a{
    background: #eee;
    height:40px;
    display: block;
    line-height:40px;
    padding:0 16px;
    color: #2c3d4d;
    font-size: 16px;
}
.product-menu .con li a span{
    width:10px;
    height:10px;
    border: 1px solid #2c3d4d;
    display: inline-block;
    margin:0 10px 0 0;
}

.img-item{
    background: #fff;
    margin:0 0 5px 0;
}
.img-item .img{
    overflow: hidden;
    position: relative;
}
.img-item .img span{
    opacity:0;
    top:-150px;
    transition: all .3s;
    position: absolute;
    width:100%;
    height:100%;
    background: rgba(35,40,62,.8);
    z-index: 2;
    left:0;
    text-align: center;
    padding:49% 0 0 0;
    font-size: 18px;
}
.img-item .img h4{
    opacity:0;
    position: absolute;
    left:0;
    bottom: -30px;
    z-index: 3;
    background: #3caf64;
    margin:0 5%;
    width:90%;
    height:36px;
    color: #fff;
    line-height:36px;
    font-size: 14px;
    text-align: center;
    transition: all .3s ease-out 0s;
    transition-delay: .2s ;
}
.img-item:hover .img span{
    opacity:1;
    top:0;
}
.img-item:hover .img h4{
    bottom:0;
    opacity:1;
}
.img-item .img img{
    max-width: 100%;
    height:auto;
    transition: all .6s;
}
.img-item h4{
    position: relative;
    font-size: 14px;
    color: #2c3d4d;
    text-align: center;
    padding:15px 10px;
}

/********
      关于我们
*******/


.about-wrap{
    padding:80px 0;
    overflow: hidden;
    background: url("../images/bg3.jpg") no-repeat center #294052;
    min-height: 500px;
    overflow: hidden;
}
.about-box{
    position: relative;
}
.about-tit{
    position: absolute;
    width:196px;
    height:125px;
    padding:25px 0 0 40px;
    background:#ee4547;
    left:42%;
    top:-30px;
}
.about-tit h4{
    line-height:1;
    color: #fff;
    font-size: 30px;
    padding:20px 0 0 0;
}
.about-tit h4:before{
    content: '';
    display: block;
    width:40px;
    height:2px;
    position: absolute;
    background: #fff;
    top:25px;
}
.about-tit p{
    color: #fff;
    font-size:14px;
    text-transform: uppercase;
}
.about-more{
    position: absolute;
    width:68px;
    height:68px;
    background: #fff;
    left:542px;
    top:292px;
}
.about-more span{
    font-size: 24px;
    color: #2c3d4d;
    text-align: center;
    line-height:68px;
    width:68px;
}
.about-img{
    text-align: right;
}

.about-con .con{
    font-size: 16px;
    padding:20px 0 0 0;
    height:255px;
    color: #fff;
    line-height:1.8;
    overflow: hidden;
}
.about-con .con a{
    color: #fff;
}
.about-con .tel{
    font-size: 18px;
    color: #fff;
    margin:20px 0 0 0;
    font-family: Arial;
}
.about-con .tel i{
    font-size: 22px;
}
.about-con .tel span{
    display: inline-block;
    width:34px;
    height:34px;
    background: #ee4547;
    text-align: center;
    line-height:34px;
    color: #fff;
    font-size: 18px;
    margin:0 10px 0 0;
}


/********
      案例
*******/

.case-wrap{
    padding:50px 0;
    background:url("../images/bg2.png") no-repeat right bottom #f6f6f6;
    min-height: 400px;
}
.case-box{
    margin-top:30px;
    overflow: hidden;
}
.case-item{
    padding:20px;
    background: #fff;
    margin:0 5px;
}
.case-item .con{
    padding:40px 0 20px;
}
.case-item .con h4{
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #eee;
    padding:0 0 8px 0;
    margin:0 0 8px 0;
}
.case-item .con p{
    color: #777;
    font-size: 14px;
}





/*
        ban2
*/
.ban2{
    background: url("../images/bg3.jpg") no-repeat center;
    min-height: 700px;
}
.ban2-con{
    padding:70px 150px 0 100px;
    min-height: 350px;
}
.ban2-con h4{
    padding:30px 0 10px;
    color: #333;
    font-size: 16px;
}
.ban2-con p{
    font-size: 13px;
}
.ban2-con a{
    color: #3caf64;
    margin:15px 0 0 0;
    display: inline-block;
    font-size: 14px;
}

/*
    ban3
*/
.ban3{
    background: url("../images/bg4.jpg") no-repeat center;
    min-height: 550px;
}
.ban3-con{
    background: #3caf64;
    width:430px;
    height:250px;
    position: relative;
    margin:100px 0 0 80px;
}
.ban3-con:after{
    content: '';
    display: block;
    position: absolute;
    left:10px;
    top:10px;
    bottom: 10px;
    right:10px;
    border: 1px dashed rgba(255,255,255,.6);
}
.ban3-con .con{
    padding:40px;
    color: #fff;
}
.ban3-con .con h4{
    font-weight: bold;
    font-size: 24px;
}
.ban3-con .con p{
    font-size: 14px;
    padding:20px 0 10px;
}
.ban3-con .con span{
    font-size: 16px;
    display: block;
}
.ban3-con .con span em{
    font-weight: bold;
    font-family: Arial;
    font-size: 18px;
    color: #f6630b;
    display: inline-block;
    background: #fff;
    line-height:1.5;
    padding:0 10px;
}

/*
    ban4
*/
.ban4{
    background:#3caf64 url("../images/bg5.png") no-repeat center;
    padding:40px 0;
}
.ban4-item{
    padding:40px 0 0 0;
    position: relative;
    text-align: center;
}
.ban4-item:after{
    content: ">";
    display: block;
    position: absolute;
    font-size: 40px;
    color: #fff;
    font-family: 宋体;
    right:0;
    top:50%;
    margin:-20px -20px 0 0;
    opacity:.6;
}
.ban4 .col-md-2:last-child .ban4-item:after{
    display: none;
}
.ban4-item span{
    font-size:36px;
    color: #fff;
    border: 2px solid #fff;
    width:90px;
    height:90px;
    border-radius: 50%;
    text-align: center;
    line-height:90px;
}
.ban4-item h5{
    font-size: 16px;
    color: #fff;
    padding:15px 0 0 0;
    text-align: center;
}


/********
      新闻
*******/

.news-wrap{
    padding:50px 0;
}
.news-box{
    padding:40px 0 20px;
    overflow: hidden;
}
.news-box .col-md-6:nth-child(n){
    padding-right:25px;
}
.news-box .col-md-6:nth-child(2n){
    padding-left:25px;
}
.news-item{
    padding:30px 0;
    border-bottom: 1px solid #eee;
}
.news-item .con a{
    font-size: 15px;
    color: #333;
    padding:0 0 5px 0;
    display: block;
}
.news-item .con p{
    font-size: 13px;
    color: #888;
}
.news-item .con span{
    display: block;
    width:87px;
    height:28px;
    line-height:28px;
    text-align: center;
    background: #999;
    color: #fff;
    margin:25px 0 0 0;
}
.news-item .time{
    background: #f2f2f2;
    height:80px;
    font-family: Arial;
    text-align: center;
}
.news-item .time span{
    font-size: 25px;
    line-height: 25px;
    padding-top: 15px;
    display: block;
    color: #666;
}
.news-item .time p{
    font-size: 14px;
    color: #777;
}




/*
* 城市分销
*/

.city-data-wrap{
    background: #42515f;
    padding:10px 0;
}
.city-data span{
    font-size:16px;
    color: #fff;
}
.city-data a{
    display: inline-block;
    font-size: 14px;
    color:#eee;
    padding: 5px 10px;
}



/*
    页底
*/

.footer{
    padding:30px 0;
    font-size: 14px;
    background:#2c3d4d;
    color: #fff;
}
.footer a{
    color: #fff;
}
.footer-con{
    line-height:30px;
}
.footer-con li{
	display:inline;
}

.friendlinks span a:first-child{
    padding:0 0 0 15px;
}


@media (min-width:1440px) {
    .container-w1300 {
        width: 1300px;
    }

    .container-max {
        width: 1500px;
    }
}

@media (min-width:1200px){
    .xz-block-item{
        padding:0 10px;
    }
    .xz-block-item .img{
        width:25%;
        padding:0 4%;
        margin:7px 0 0 0;
    }
    .xz-block-item .con{
        width:75%;
        padding:0 10px;
    }
    .xz-block-item .con p{
        height:44px;
        overflow: hidden;
        color: #fff;
        font-size: 14px;
    }
}


/*
    右下角按钮
*/

.um-fix-btn {
    position: fixed;
    right:5px;
    bottom: 40px;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.um-fix-btn a{
    display: block;
    width:40px;
    height:40px;
    border: 1px solid rgba(0,0,0,.08);
    background:#fff;
    font-size: 16px;
    color: #444;
    text-align: center;
    border-bottom: none;
    transition:0s;
}

#ufb-gotop{
    background: #3caf64;
    color: #fff;
}
.um-fix-btn a i{
    line-height:40px;
}
.um-fix-btn a:hover{
    background: #444;
    border: 1px solid #444;
    color: #fff;
    border-bottom: none;
}
#ufb-gotop:hover{
    background:#444;
}


.modal-code{
    width: 300px;
    margin: 15% auto 0;
}
.modal-code img{
    width:270px;
}

/*===== kefu ====*/
.kefu {width:99px;height:60px;position:absolute;top:0px; z-index:999}
.kefu .kftop{background:url(../images/kefu_top.gif) no-repeat;height:20px;}
.kefu .kfbottom{background:url(../images/kefu_bottom.gif) no-repeat;height:14px;}
.kefu .kfbox {border-left:1px solid #DDE6EC;border-right:1px solid  #DDE6EC;overflow:hidden;zoom:1;padding:1px;background:#FFF;color:#f00;line-height:26px;}
.kefu .kfbox ul {padding-left:6px;}
.kefu .kfbox ul li.tit {color:#800000;}
.kefu .kfbox ul li img {vertical-align:middle;}
.kefu .kfbox .tit{padding-left:0; font-size:12px;}

