﻿@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, ol, li, dl, dt, dd {
    margin: 0;
    padding: 0;
    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:#ff7e00;
    text-decoration:none; 
}
.lf {
    float: left;
}
.rt {
    float: right;
}
/*清除浮动样式*/
.clearf{
    overflow:auto;
}
.clearfloat:after{
    display:block;
    clear:both;
    content:"";
    visibility:hidden;
    height:0
}
.clearfloat{
    zoom:1;
}
.blockCenter{
    margin:0 auto;
}
.text-center{
    text-align: center;
}
.mtb10{
    margin-bottom: 10px;
}
.marginTB15{
    margin-top: 15px;
    margin-bottom: 15px;
}
.marginT15{
    margin-top: 15px;
}
.marginB15{
    margin-bottom: 15px;
}
.paddingTB15{
    padding-top: 15px;
    padding-bottom: 15px;
}
.padding3{
    padding: 3px;
}
.paddingLR20{
    padding-left:  20px;
    padding-right: 20px;
}
.pd0{
    padding-left: 0;
    padding-right: 0;
}
/*单行溢出*/
.overElli{
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*  多行溢出 */
.overMoreElli{
    display: block;
    width: 100%;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.fontUpper{
    text-transform: uppercase;
}
.fontCapit{
    text-transform: capitalize;
}
.fontLower{
    text-transform: lowercase;
}
.fontWhite{
    color: #ffffff;
}
.fontBlack{
    color: #352c25;
}
.fontMuted{
    color: #afafaf;
    font-size: 14px;
    line-height: 30px;
}

.mt1000{
    width: 92%;
    margin: 0 auto;
}
/* 共享样式结束 */
/*遮罩效果*/
.zzpro{
    position: relative;
    width: 100%;
    margin: 10px auto;
    overflow: hidden;
}
.zzpro>img{
    width: 100%;
    transform: scale(1);
    transition: transform .3s linear;
}
.zzpro:hover>img{
    transform: scale(1.2);
    transition: transform .3s linear;
} 
/* nav 导航修改开始*/
/* nav top */
.navbar {
     margin-bottom: 0;
}
.navbar-brand {
    padding: 0;
}
.navbar .mylogo{
    float: left;
}
.navbar .navTel{
    float: right;
    margin-top: 15px;
}
.navfbTel{
    line-height: 50px;
    color: #c38f2c;
    font-size: 18px;
    font-weight: bold;
}
.navIcon{
    margin: 10px auto 0;
    padding: 3px 0; 
    background-color: #333333;
}
nav ul li{
    float: left;
    width: 25%;
    margin: 3px auto;
    text-align: center;
    box-sizing: border-box;
    /*border-right: 1px dashed #9d9d9d;*/
}
nav ul li:after{
    display: inline-block;
    content: "";
    margin: 3px auto;
    width: 1px;
    border-right: 1px dashed #9d9d9d;
    height: 16px;
    line-height: 16px;
    color: #eee;
    font-weight: lighter;
    float: right;
}
nav ul li a{
    display: inline-block;
    color: #FFF;
}
/* nav bottom*/ 
/* nav 导航栏修改结束 */
/* banner  */
#banner{
    width: 100%;
    overflow: hidden;
}
#banner img{
    display: block;
    width: 100%;
}
/* banner 结束 */
/* 友情链接 */
.friend{
    margin-top: 30px;
}
.friend .friendH3{
    padding: 20px 0;
    font-size: 20px;
    color: #3b3b3b;
}
.friend p{
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.friend p a{
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    color: #838383;
    line-height: 24px;
}
/* 友情链接 end*/
/*网络分布 */
.netFlt{
    margin: 20px 0;
}
.netFlt p span,.netFlt p a{
    display: inline-block;
    font-size: 14px;
}
.netFlt p a{
    color: #838383;
    margin-right: 10px;
}
/*网络分布 end*/

/* footer start */
.footer {
    margin-bottom: 60px;
    padding: 10px 0;
    background-color: #34609f;
}
 .footer .botItm {
    width: 96%;
    margin: 0 auto; 
    border-right: 0;
}

.footer .botItImg{
    vertical-align: middle;
    width: 203px;
    height: 145px;
}
.footerItem>div:last-child .botItm{
    border-right: 0;
}
.footer .botItm h4{
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}
.footer .botItm h4:after {
    display: block;
    margin: 10px 0 10px;
    width: 30px;
    height: 1px;
    content: "";
    background-color: #547fa4;
}

.botItm ul li {
    width: 50%;
    float: left;
}
.botItm ul li a,.botItm .botInfo p{
    font-size: 12px;
    line-height: 33px;
    color: #dcdcdc;
}
.botItm .wxcode{
    display:  block;
    width: 102px;
    height: 102px;
    text-align: center;
    margin: 30px auto 10px;
    background-color: #fff;
}
/* footer end */

/* footer Bot */
.footBot{
    padding: 5px 0;
    margin-bottom: 60px;
    background-color: #2f2f2f;
    color: #fff;
    line-height: 30px;
}
.footBot .footBLeft{
    text-align: center;
}
.footBot .footBRight{
    text-align: center;
}
.footBot .footBRight a{
    color: #fff;
}
/* footer Bot end*/
/*底部固定导航 */
.body_footer{padding-top: 5px;width:100%;height:60px;background:-webkit-gradient(linear, 0 0, 0 100%, from(#0056a7), to(#004f98));background:-moz-linear-gradient(top, #0056a7, #004f98);/* Firefox */filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#43a037,endColorstr=#43a037);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;border-right: #0087e3 solid 1px;}
.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 */
/* Bootstrap 中默认情况下没有媒体查询 */
/* 小型设备（手机，480px 起） */
@media (min-width: 480px) {

}
/* 小型设备（平板电脑，768px 起） */
@media (min-width: 768px) {
    /*nav 导航改*/
    .mylogo{
        width:340px;
    }
    .mynavTop{
        padding: 10px 0;
        border-bottom: 2px solid #f4f4f4;
    }
    .headnavrt{
        margin-top: 10px;
        width: 180px;
        float: left;
        margin-right: 16px;
    }
    .hLinkus{
        margin-top: 10px;
        width: 275px;
        float: right;
    }
    .hLinkus p{
        font-size: 15px;
        color: #888888;
    }
    .hLinkus h3{
        font-family: "MStiffHei PRC UltraBold";
        font-size: 18px;
        color: #e93333;
    }
    .bignav .navItem{
        width: 100%;
        background-color: #333333;
    }
    .bignav .navItem ul{
        width: 100%;
        margin: 0 auto;
    }
    .bignav .navItem li{
        width: calc(100% / 8 + 0px);
        margin: auto;
        line-height: 30px;
        text-align: center;
        float: left;
    }
    .bignav  .navItem li a{
        display: block;
        width: 100%;
        padding: 12px 0;
        font-family: "Microsoft YaHei", "Arial";
        color: #fff;
        font-size: 16px;
        line-height: 30px;
    }
    .bignav .navItem li.active a,.bignav  .navItem li:hover a{
        background-color: #1f1f1f;
    }
    /*footer*/
    .footer {
        margin-bottom: 0;
        padding: 35px 0; 
    }  
    .footer .botItm{
        width: 96%;
        margin: 10px auto;  
    }
    .footer .botItm h4:after{ 
        margin: 10px 0 20px; 
    }
   .footBot .footBLeft{
        width: 80%;
        float: left;
        text-align: left;
    }
    .footBRight{
        width: 20%;
        float: right;
    }
    .footer .botItm { 
        height: 252px; 
    }
    .botItm ul li a, .botItm .botInfo p {
        font-size: 14px;
    }
}

/* 中型设备（台式电脑，992px 起） */
@media (min-width: 992px) {
    .mt1200,.hotWord{
        width: 92%;
        margin: 0 auto;
    }
    /* 改nav  */
    /*nav 导航改*/
    .mylogo{
        width:456px;
    }
    .headnavrt{
        margin-right: 26px;
    }
    /* footer */ 
    .footer .botItm{
        width: 90%;
        margin: auto;
        height: 230px;
        border-right: 1px solid #347dbb;
    }
    .botItImg img{
        width: 95%;
    }
    /* 改nav end */
    .footBot{
        margin-bottom: 0;
    }

     
}

/* 大型设备（大台式电脑，1200px 起） */
@media (min-width: 1200px) {
    .mt1200,.mynav{
        width: 1200px;
        margin: 0 auto;
    }
    .mt1000{
        width: 1114px;
        margin: 0 auto;
    }
    /*nav 导航*/
    .bignav .navItem ul{
        width: 1200px;
    }
    .headnavrt{
        margin-right: 40px;
    }
    /* footer*/
    .footer .botItm {
        position: relative;
        height: 259px;
    }
    .botItImg img {
         width: 182px;
        margin-top: 39px;
    }
}
.smallImg{
    position: absolute;
    left:15%;
    bottom:0%;
    z-index:99;
    width:120px;
}
.smallImg img{
    width:100%;
}
.bigImg{
    position:fixed;
    left:50%;
    top:50%;
    display:none;
    margin-left:-400px;
    margin-top:-400px;
    width:800px;
    height:auto;
    z-index:99;
}
.bigImg img{
    width:100%;
}
.smallImg:hover .bigImg{
    display:block;
}