body{
    FONT-SIZE: 14px; MARGIN: 0px; COLOR: #000000; FONT-FAMILY: '微软雅黑',Verdana, Arial, Helvetica, sans-serif
}
ul, li {
    list-style:none
}
a {
    text-decoration:none;
    color:#000;

}
a:hover{
    text-decoration:none
}
a:hover {
    background-repeat:no-repeat
}
img{
    max-width: 100%;
}
.row{
    margin-left: 0px;
    margin-right: 0px;
}
.container{
    width:96%;
    margin: 0 auto;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}

header .header-top{
    height: 40px;
    line-height: 40px;
    background-image: url("../images/t2a.jpg");
}
header .top-tel .color{
    color:#FF3300;
    font-weight: bold;
}
/*导航菜单*/
.header .menu{
    background: #3479b4;
    height: 45px;
    line-height: 45px;
    margin-bottom: 1px;
}
.header nav ul{
    width:100%;
}

@media ( max-width:1199px) {
    .header nav{
        width:100%;
    }
    .header nav ul{
        /*background-color: rgba(51,121,180,0.9);*/
    }
}
@media ( min-width:1200px) {
    .header nav ul li {
        width: 12.5%;
        text-align: center;
    }
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
        background-color: unset;
    }
    .header nav ul .dropdown-menu{
        background-color: #e1e1e1;
        padding: 0px;
    }
    .header nav ul .dropdown-menu li{
        width:100%;
        padding: 8px 0px 8px 0px;
        text-align: left;
    }
    .header nav ul .dropdown-menu a{
        color:#000 !important;
    }
}
.header nav ul li:hover,.header nav ul li a:hover{
    background: rgb(255, 102, 0);
}
.header nav a{
    color:#fff !important;
    font-weight: bold;
}
/*banner*/
.banner{
    z-index: 1;
    margin: 0 auto;
    text-align: center;
}

.banner .swiper-container{
    z-index: 1;
}
.banner img{
    text-align: center;
    display: inline-block;
}
@media ( max-width: 1199px){
    .banner{
        z-index: -1;
        margin: 0 auto;
        text-align: center;
    }
    .banner .swiper-container{
        z-index: -1;
    }
}
/*首页产品展示*/
.index-pro{
    background-color: #efefef;
}
.index-pro .index-pro-title{
    text-align: center;
    padding-top: 35px;
    padding-bottom: 20px;
    border-bottom:1px solid #d4d4d4;
    background-image: url("../images/line.png");
    background-repeat: no-repeat;
    background-position: bottom;
}
.index-pro .index-pro-title .title-cn{
    font-size: 16px;
    font-weight: bold;
    color:#3479b4;
}
.index-pro .index-pro-title .title-en{
    font-size: 12px;
    color:#999;
}
.index-pro .index-pro-title .line{
    width:196px;
    height: 3px;
    display: inline-block;
    background-color: #3479b4;
}
.index-pro .pro-menu{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top:24px;
}
.index-pro .pro-menu ul{
    margin: 0 auto;
    display: table;

}
.index-pro .pro-menu li{
    float: left;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}
.index-pro .pro-menu li a{
    display: inline-block;
    padding: 8px 20px;
    background-color: #e6e6e6;
    border-radius: 5px;
}
.index-pro .conn{
    margin-top: 22px;
}
.index-pro .conn div{
    text-align: center;
    margin-bottom: 20px;
}
.index-pro .conn img{
    max-width:58%;
}

/*首页关于我们*/
.index-about{
    margin-top: 40px;
}
.index-about .index-about-title{
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    width:212px;
    height: 60px;
    background-image: url("../images/mid_into_2.jpg");
    background-repeat: no-repeat;
}
.index-about .index-about-title .title-cn{
    width:182px;
    color:#fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.index-about .index-about-title .title-en{
    font-size: 12px;
    width:182px;
    text-align: center;
    color:#fff;
}
.index-about .more{
    margin-top: 20px;
    margin-bottom: 20px;
}

/*首页工程案例*/
.index-cases{
    background-color: #efefef;
    padding-bottom: 10px;
}
.index-cases .index-pro-title{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom:1px solid #d4d4d4;
    background-image: url("../images/line.png");
    background-repeat: no-repeat;
    background-position: bottom;
}
.index-cases .index-pro-title .title-cn{
    font-size: 16px;
    font-weight: bold;
    color:#3479b4;
}
.index-cases .index-pro-title .line{
    width:196px;
    height: 3px;
    display: inline-block;
    background-color: #3479b4;
}

/* 本例子css */
.picMarquee-left{ width:100%;  overflow:hidden; position:relative;    }
.picMarquee-left .hd{ overflow:hidden;  height:30px; padding:0 10px;  }
.picMarquee-left .hd .prev,.picMarquee-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
    cursor:pointer; background:url("images/icoLeft.gif") no-repeat;}
.picMarquee-left .hd .next{ background:url("images/icoRight.gif") no-repeat;  }
.picMarquee-left .bd{ padding:10px;   }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 5px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picMarquee-left .bd ul li .pic{ text-align:center; }
.picMarquee-left .bd ul li .pic img{ width:200px; display:block; padding:2px;  }
.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picMarquee-left .bd ul li .title{ line-height:24px;   }

/*首页新闻中心*/
.index-news{
    margin-top: 40px;
}
.index-news .index-pro-title{
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    width:212px;
    height: 60px;
    background-image: url("../images/mid_into_2.jpg");
    background-repeat: no-repeat;



}
.index-news .index-pro-title .title-cn{
    font-size: 16px;
    font-weight: bold;
    color:#fff;
    width:182px;
    text-align: center;
}
.index-news .index-pro-title .title-en{
    font-size: 12px;
    color:#fff;
    width:182px;
    text-align: center;
}
.index-news .index-news-conn li{
    height: 34px;
    line-height: 34px;
    border-bottom: 1px dotted #999;
}
.index-news .index-news-conn li span{
    color:#3479b4;
}
.index-news .index-news-conn li a{
    padding-left: 20px;
    background-image: url("../images/arrow01.png");
    background-repeat: no-repeat;
    background-position: left;
}
.index-news .index-news-conn .more{
    margin-top: 10px;
}

/*首页服务*/
.index-service{
    margin-top: 50px;
    margin-bottom: 50px;
}
.index-service>div{
    height: 140px;
}
.index-service>div:nth-child(1){
    background-image: url("../images/mid_sale_01.jpg");
    background-repeat: no-repeat;
    background-size: 90%;
}
.index-service>div:nth-child(2){
    background-image: url("../images/mid_sale_02.jpg");
    background-repeat: no-repeat;
    background-size: 90%;
}
.index-service>div:nth-child(3){
    background-image: url("../images/mid_sale_03.jpg");
    background-repeat: no-repeat;
    background-size: 90%;
}
.index-service .index-service-conn{
    height: 140px;
    padding-top: 25px;
    padding-left: 10px;
    line-height: 2em;
}
.index-service .index-service-title{
    font-size: 15px;
    font-weight: bold;
    color:#3479b4;
    padding-left: 120px;
}
.index-service .index-service-desc{
    padding-left: 120px;
}

/*footer*/
.footer{
    background-color: #3479b4;
    padding-top: 15px;
    padding-bottom: 10px;
}
.footer .footer-message .footer-message-title{
    font-size: 18px;
    font-weight: bold;
    color:#fff;
    margin-bottom: 15px;
}
.footer .footer-message .footer-message-title>span{
    font-size: 14px;
    font-weight: normal;
}
.footer .footer-message textarea{
    margin-top: 15px;
    width:85%;
}
.footer #submit{
    width:130px;
    height: 42px;
    border-radius: 5px;
    background-color: #3479b4;
    background-image: url("../images/arrow_msg.png");
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 35px;
    color:#fff;
}
.footer .index-contact{
    text-align: center;
    margin-top: 6em;
}
.footer .index-contact1{
    margin-top: 30px;
}
.footer .footer-bottom{
    background-color: #2b7ec4;
    color:#fff;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer .footer-bottom span{
    color:#FFFF00;
}

/*内页左侧*/
.main{
    margin-top: 20px;
}
@media (min-width: 1200px) {
    .main-left{
        width:260px;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 40px;
    }
    .main-right{

    }
}

.main-left .main-left-title{
    color:#fff;
    font-size: 14px;
    font-weight: bold;
    background-color: #2b7ec4;
    height: 42px;
    line-height: 42px;
    padding-left:26px;
}
.main-left .main-left-conn{
    height: 38px;
    line-height: 38px;
    padding-left:30px;
    background-image: url("../images/nleft_02b.jpg");
}
.main-left .main-left-desc .swiper-pagination-bullet{
    width:20px;
    height: 20px;
    color:#fff;
    opacity: .8;
}
.main-left .main-left-desc .swiper-pagination-bullet-active{
    background: #2b7ec4;
}
.main-left .main-left-desc .swiper-pagination-bullet{

}
.main-right .main-right-title{
    font-size: 16px;
    font-weight: bold;
    color:#3479b4;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border-bottom:1px solid #d4d4d4;
    background-image: url("../images/line.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}
.main-right .conn{
    margin: 25px 5px 25px 5px;
}

/*内页新闻*/
.news .main-right .conn{
    line-height: 1.8em;
}
.news .main-right .conn li{
    height: 36px;
    line-height: 36px;
    background-image: url("../images/arrow01.png");
    background-repeat: no-repeat;
    padding-left: 10px;
    border-bottom: 1px dotted #999;
    overflow: hidden;
}
.news .main-right .conn li span{
    color:#3479b4;
}
.news .main-right .conn li a{
    float:left;
}
.news .main-right .conn li time{
    float: right;
}

.news-show .main-right-title{
    background: unset;
}
.news-show .cate{
    text-align: center;
    margin-bottom: 15px;
}
.news-show .cate span{
    color:#3479b4;
    font-weight: bold;
}
.news-show .back{
    text-align: center;
    margin-top: 15px;
}
.news-show .back span a{
    color:#3479b4;
    font-weight: bold;
    display: inline-block;
}

/*内页产品*/
.pro .main-right .conn{

}
.pro .conn .pro-menu{
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.pro .conn .pro-menu ul{
    margin: 0 auto;
    display: table;
}
.pro .conn .pro-menu li{
    float: left;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px !important;
}
.pro .conn .pro-menu a{
    display: inline-block;
    padding: 8px 20px;
    background-color: #e6e6e6;
    border-radius: 5px;
}
.pro .main-right .conn li{
    margin-top: 25px;
}
@media (min-width: 1200px) {
    .pro .main-right .conn li{
        max-width:327px;
        height: 257px;
    }
}
.pro .main-right .main-right-smalltitle{
    text-align: center;
    height: 35px;
    line-height: 35px;
    background: #eeeeee;
}
.pro-show .conn .desc {
    text-align: center;
}
.catalog .main-right .conn-bigtitle a{
    font-size: 15px;
    font-weight: bold;
    color:#3479b4;
    line-height: 35px;
    background-image: url("../images/arrow01.png");
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left center;
}
.catalog .main-right .desc>div{
    line-height: 30px;
    background-image: url("../images/arrow01.png");
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    border-bottom: 2px dotted #eee;
}

/*联系我们*/
.contact-left{
    margin: 0 auto;
    text-align: right;
}
.contact-left img{
    display: inline-block;
}
.contact-right td{
    line-height: 40px !important;
}

.page{ margin-top: 2em; margin-bottom: 2em;}
.page .current,.page .num,.page .prev,.page .next,.page .end{ display: inline-block; padding:.5em 1em .5em 1em; margin-right:.5em; border: 1px solid #cccccc;}
.page .current{ background-color: #3479b4; color:#ffffff;}
.page .current:hover,.page .num:hover,.page .prev:hover,.page .next:hover{ background-color: #3479b4; color:#ffffff;}


/*手机端重置*/
@media ( max-width:1199px) {
    .container{
        width:100%;
        padding-left:0px;
        padding-right:0px;
    }

    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
        margin-left: 0px;
        margin-right: 0px;
        padding-left:0px;
        padding-right:0px;
    }

    /*头部*/
    .header .navbar-nav{
        margin: 0;
        /*padding-top: 15px;*/
        /*padding-bottom: 15px;*/
    }
    .header .navbar-toggle{

    }
    .header .nav>li{
        z-index: 1000;
        display: block;
    }
    .header .navbar-nav>li{
        display: block;
        background-color:rgba(51,121,180,0.9);
    }
    .header .navbar-default .navbar-toggle:focus, .header .navbar-default .navbar-toggle:hover{
        background-color: unset;
    }
    .header .navbar-default .navbar-toggle{

    }
    .header .navbar-default .navbar-toggle .icon-bar{
        background-color: #fff;
    }

    /*首页产品*/
    .index-pro .conn img{
        max-width: 100%;
    }

    /*首页公司简介*/
    .index-about .index-about-left{
        text-align: center;
    }

    .index-news .index-pro-title{
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .index-news .index-news-conn li{
        overflow: hidden;
    }

    .index-service{
        padding-left: 15px;
        padding-right: 15px;

    }
    .index-service div{
        margin-top: 15px;
    }

    .footer .index-contact{
        margin-top: 20px;
    }
}
@media (max-width:768px) {

}
/*首页banner*/
.banner .slideBox{ width:100%;
    height:auto;
    overflow:hidden;
    position:relative;
    border:1px solid #ddd;
}
.slideBox .hd{
    height:15px;
    overflow:hidden;
    position:absolute;
    right:5px;
    bottom:5px;
    z-index:1;
}
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{
    width:100%;
    height: auto;
    display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.banner .slideBox .prev,
.banner .slideBox .next{
    position:absolute;
    left:3%; top:50%;
    margin-top:-25px;
    display:block;
    width:32px;
    height:40px;
    background:url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter:alpha(opacity=50);
    opacity:0.5;
}
.banner .slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.banner .slideBox .prev:hover,
.banner .slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.banner .slideBox .prevStop{ display:none;  }
.banner .slideBox .nextStop{ display:none;  }
.banner .bd ul{
    position: relative;
}
.banner .bd ul li{
    /*position: absolute;*/
}
.banner .bd img{
    width:100%;
    height: auto;
}
@media ( max-width:1199px){
    .banner .slideBox{
        
    }
}