@charset "utf-8";
/* 超小设备（手机，小于 768px） */
/*共享样式*/
body {
    margin:0 auto;
    font-size:12px;
    font-family: "Microsoft YaHei", "Arial", "WenQuanYi Micro Hei", sans-serif;
    line-height:22px;
    color: #464646;
    overflow-x: hidden;
}
ul,dl,dd,h1,h2,h3,h4,h5,h6,form,p,img,div,ol,li,em,i { padding:0; margin:0;}
ul { list-style:none;}
img { border:0px;}
a {
    color:#464646;
    text-decoration:none;
    transition:color 0.5s;
    -moz-transition:color 0.5s;
    -webkit-transition:color 0.5s;
    -o-transition:color 0.5s;
}
a:hover {
    color:#0b5a9f;
    text-decoration: none;
}
.lf {
    float: left;
}
.rt {
    float: right;
}
*:focus { outline: none; } 
/*清除浮动样式*/
.clearf{
    overflow:auto;
}
.clearfloat:after{
    display:block;
    clear:both;
    content:"";
    visibility:hidden;
    height:0
}
.clearfloat{
    zoom:1;
}
.blockCenter{
    margin:0px auto;
}
.text-center{
    text-align: center;
}

.mtb10{
    margin-bottom: 10px;
}
.overElli{
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 共享样式结束 */
.top1{color: #6a6a6a;font-size: 13px;height: 32px;line-height: 32px;box-shadow:0 15px 10px -15px #ccc; }
.top1 a{color: #6a6a6a;}
.lgo {padding-top: 15px;}
.pho{background: url(../images/tel_bg.png) no-repeat;width: 300px;height: 70px;
	font-size: 25px;color: #0152a6;font-weight: bold;right: 0px;text-align: left;padding-left: 75px;margin-top: 15px}
.pho span{top: 40px;position: relative;}
.top2{background: #f1f1f1;width: 100%;padding: 10px 0 15px;}
.top{z-index: 999;margin: 0 auto;width: 100%;background: #0b5a9f;position: relative;z-index: 999;}
.nav-my{width: 100%;height: 50px;line-height: 50px;}
.nav-li{position: relative;float: left;width: 11%;text-align: center;background: url(../images/top_line.jpg) no-repeat left;background-position-x: 10px;}
.nav-a1{font-size: 16px;color:#fff;display: block;width: 100%;text-align: center;}
.nav-my li:nth-child(1){background-image: none}
.nav-a1:hover{color:#fff;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#013d71), to(#0b5a9f));
    background: -webkit-linear-gradient(#013d71, #0b5a9f);
    background: -moz-linear-gradient(#013d71,#0b5a9f);
    background: -o-linear-gradient(#013d71, #0b5a9f);
    background: linear-gradient(#013d71, #0b5a9f); /* Opera 11.1 - 12.0 */}
.nav-a1-active{color:#fff;/* Safari 5.1 - 6.0 */
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#023f75), to(#0a599c));
  background: -webkit-linear-gradient(#023f75, #0a599c);
  background: -moz-linear-gradient(#023f75,#0a599c);
  background: -o-linear-gradient(#023f75, #0a599c);
  background: linear-gradient(#023f75, #0a599c); /* Opera 11.1 - 12.0 */
  }
.nav-li-ul{position: absolute;background: #fff;text-align: center;background:#fff;width: 100%;padding-bottom: 3px;box-shadow: 2px 2px 2px #666;padding:5px;padding-top: 10px;display: none}
.nav-li-ul li a{display: block;text-align: center;line-height: 26px;border-bottom: 1px dashed #dedede;height: 26px;font-size: 13px}

/* nav 导航栏修改结束 */
/* banner  */
#banner{
    width: 100%;
    overflow: hidden;
}
#banner img{
    display: block;
    width: 100%;
}
/* banner 结束 */
.pd15{
    padding-top: 15px;
    padding-bottom: 15px;
}
.hotop{
    width: 100%;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* footer  */

/* footer end */

/*底部固定导航 */
.body_footer{padding-top: 5px;width:100%;height:60px;background:#333;/* Firefox */filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#43a037,endColorstr=#43a037,grandientType=0);bottom:0; z-index:6;}
.body_footer ul{width:100%;height:55px;line-height:55px;}
.body_footer ul li{width:25%;float:left;color:#fff;}
.body_footer ul li a{width:100%;height:55px;display:block;}
.body_footer ul li dl{width:auto;margin:0 auto;text-align:center;}
.body_footer ul li dt{
    width:auto;
    height:30px;
    overflow:hidden;
}
.body_footer ul li dt img{
    width:25px;
    height:25px;
}
.body_footer ul li dd{
    width:auto;
    height:30px;
    font-size:12px;
    color:#fff;
    line-height:25px;
    overflow:hidden;
}
/*底部固定导航end */
/*遮罩效果*/
 .zzpro{
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
 .zzpro{
    width: 90%;
}
.zzpro>img{
    width: 100%;
    transform: scale(1);
    transition: transform .3s linear;
}
 .zzpro:hover>img{
    transform: scale(1.2);
    transition: transform .3s linear;
}
/* Bootstrap 中默认情况下没有媒体查询 */

/* 小型设备（平板电脑，768px 起） */
@media (min-width: 768px) {
    /* 导航*/
    .navbar {
        min-height: 40px;
    }
    .navbar-nav {
        float: left;
        margin: 0 auto;
        width: 100%;
    }
    .navbar-nav>li {
        width: 12.5%;
        text-align: center;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
    /*banner*/
    /*footer*/
    .navbarUs ul li{
        width: 25%;
    }
    .navbarUs ul li a {
        font-size: 14px;
    }
    .footBot{
        width: 90%;
        margin: 10px auto;
    }
    .footCont{
        float: left;
        width: 80%;
    }
    .ftcode{
        float: right;
        width: 20%;
    }
}

/* 中型设备（台式电脑，992px 起） */
@media (min-width: 992px) {
    #footer{
        margin-bottom: 0;
    }
    .navbarUs ul li a {
        font-size: 16px;
    }
}

/* 大型设备（大台式电脑，1200px 起） */
@media (min-width: 1200px) {
    .header,.head_t{
        font-size: 12px;
        width: 1200px;
    }
    .navbar-nav {
        float: none;
        margin: 0 auto;
        width: 1200px;
    }
    /* footer */
    .navbarUs,.footer{
        width: 1200px;
        margin: 0 auto;
    }
    .navbarUs ul{
        width: 76%;
        margin: 0 auto;
    }
    .navbarUs ul li{
        width: 12.5%;
    }
    .navbarUs ul li:after{
        display: inline-block;
        content: "|";
        width: 2%;
        height: 16px;
        line-height: 16px;
        color: #959494;
    }
    .navbarUs ul li:last-child:after{
        display: inline-block;
        content: "";
    }
    .footBot{
        width: 1200px;
        margin: 20px auto;
    }
    .footCont{
        float: left;
        width: 85%;
    }
    .ftcode{
        float: right;
        width: 15%;
    }
}

#floatDivBoxs{width:170px;background:#fff;position:fixed;top:130px;right:0;z-index:999;}
#floatDivBoxs .floatDtt{width:100%;height:45px;line-height:45px; background:#f08326;color:#fff;font-size:18px;text-indent:22px;position:relative;}
#floatDivBoxs .floatDqq{padding:0 14px;}
#floatDivBoxs .floatDqq li{height:45px;line-height:45px;border-bottom:1px solid #e3e3e3; padding:0 0 0 50px;}
#floatDivBoxs .floatDtxt{font-size:18px;color:#333;padding:12px 14px;}
#floatDivBoxs .floatDtel{padding:10px 0 0px 10px;height: 290px;}
#floatDivBoxs .floatDtel img{display:block;width:100%;height:100%;}
#floatDivBoxs .floatDbg{width:100%;height:20px;background:url(../images/online_botbg.jpg) no-repeat;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
.floatShadow{ background:#fff;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
#rightArrow{width:50px;height:45px;background:url(../images/online_arrow.jpg) no-repeat;position:fixed;top:130px;right:170px;z-index:999;}
#rightArrow a{display:block;height:45px;}