/*共有*/
* {
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fontSbluek{
    color: #233357;
}
.fontQbluek{
    color: #069eda;
}
.fontDefult{
   color: #656565;
}
.bgSbluek{
    background-color: #2e3f63; 
}
.bgQbluek{
    background-color: #3598db;
}
.bgWhite{
    background-color: #fff;
}
.font12{
    font-size: 12px;
}
.povrev{
    position: relative;
}
/*------------  headert ---------------*/
.headert{
    background: #233357;
    padding: 5px 0;
}
.headert ,.headert a{
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
}
/* ===== nav 导航修改开始 ====================*/
nav.navbar,.bignav{
    background: #ffffff;
}
.navbar {
    min-height: 90px;
    margin-bottom: 0;
    border: 1px solid transparent;
}
.navbar-brand {
    height: auto;
    padding: 6px 15px;
}
.navbar-toggle {
    margin-top: 48px;
}
.navbar-brand>img {
    display: inline-block;
}
.nav>li>a{
    font-size: 16px;
    line-height: 24px;
    color:#111111;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    position: absolute;
    top: 88px;
    width: 100%;
    background: #fff;
}
.navbar-default .navbar-nav>li>a {
    color: #3d3c3a;
}
.navbar-default .navbar-nav>li:hover>a {
    color: #f23f5f;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: rgba(41, 66, 108, 0.86);
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 405px;
}
.navbar-default .navListTT a{
   padding-left: 30px;
    font-size: 13px;
}
/* nav 导航栏修改结束 */
/* banner */
.banner .slideBox { position: relative; }
.banner .slideBox .hd { position: absolute; top: 90%; left: 50%; transform: translate(-50%, -50%); height: 28px; line-height: 28px; position: absolute; z-index: 1; }
.banner .slideBox .hd li { background: #fff none repeat scroll 0 0; border-radius: 50%; display: inline-block; height: 8px; width: 8px; margin: 0 3px; overflow: hidden; text-indent: -9999px; }
.banner .slideBox .hd li.on { background: #c50125 none repeat scroll 0 0; }
/* 友情链接 网络分布*/
.friendtit h4{
    font-size: 20px;
    color: #2e3f63;
    line-height: 32px;
    text-indent: 12px;
}
.friendtit>div{
   width: 99%;
    margin-left: 1%;

}
.friendtit>div a{
    display: inline-block;
    font-size: 14px;
    color: #606060;
    line-height: 20px;
    margin: 0 3px;
}
.netfb{
    border-top: 1px solid #e3e3e3;
    padding-top: 10px;
    margin-top: 10px;
}
.netfb h4{
    float: left;
}
.netfb>div{
    float: left;
    width: 86%;
    margin-top: 6px;
}
    /* footer */
.footer{
    padding: 15px 0;
    background-color: #233357;
}
.ft-linkus{
    box-sizing: border-box;
    padding-left: 15px;
}
.ft-tit{
    font-size: 18px;
    color: #fff;
    line-height: 36px;
}
.ft-linkus>div{
    margin-top: 15px;
    font-size: 14px;
    line-height: 30px;
    color: #f2f0f1;
    text-align: left;
}

.footerBotm{
    padding: 5px 0;
    background: #18243e;
    margin-bottom: 60px;
    text-align: center;
    color: #6e778a;
    font-size: 13px;
}
.footerBotm a{
    font-size: 13px;
    color: #6e778a;
}
/*底部固定导航 */
.body_footer{padding-top: 5px;width:100%;height:60px;background:-webkit-gradient(linear, 0 0, 0 100%, from(#069eda), to(#069eda));background:-moz-linear-gradient(top, #069eda, #069eda);/* 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: #06acea solid 1px;outline: 0}
.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 导航改===============*/
    .bignav{
        width: 100%;
        padding:  0;
    }
    .bignav .mynav{
        position: relative;
    }
    .navauto .logo {
        line-height: 86px;
        margin-left: 15px;
        margin-top: 10px;
    }
    .logo img{
        width: 200px;
    }
    .navItems {
        width: 70%;
        max-width: 850px;
    }
    .navItem {
        width: 100%;
    }
    .navItem>ul>li {
        position: relative;
        width: 14%;
        margin: 0 0;
        float: left;
        text-align: center;
    }
    .navItem>ul>li>a{
        display: block;
        font-size: 14px;
        padding: 56px 0 26px;
        color: #333;
    }
    .navItem>ul>li.active>a,.navItem>ul>li:hover>a{
        display: block;
        color: #fff;
        background: #069eda;
    }
    .navItem>ul>li .navListTT {
        display: none;
        background-color: rgba(255,255,255,.9);
        width: 100%;
        position: absolute;
        top: 103px;
        left: 0;
        z-index: 666;
    }

    .navItem>ul>li:hover  .navListTT{
        display: block;
    }
    .navItem>ul>li .navListTT li{
        border-bottom: 1px dashed #afafaf;
        line-height: 40px;
    }
    .navListTT li a{
        display: block;
        color: #555;
        font-size: 14px;
        line-height: 40px;
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        text-align: center;
    }
     .navListTT li:hover a{
         background: #069eda;
         color: #fff;
     }
    .dropdown-menu {
        left: -100px;
    }
    /* footer */
    .ft-linkus{
        width: 55%;
        float: left;
        border-right: 1px solid #404c69;
    }
    .ft-wxcode{
        width: 45%;
        float: left;
        box-sizing: border-box;
        padding-left: 20px;
    }
    /* footerBotm */
    .footerBotm .footbt-left{
        width: 60%;
        float: left;
        text-align: left;
    }
    .footbt-rt{
        width: 40%;
        float: right;
        text-align: right;
    }
}

/* 中型设备（台式电脑，992px 起） */
@media (min-width: 992px) {
    .mt1200,.hotWord{
        width: 92%;
        margin: 0 auto;
    }
    /* 改nav  */
    /*nav 导航*/
    .navItems {
        width: 730px;
    }

    .navItem>ul>li>a{
        display: block;
        font-size: 16px;
    }
    .navItem ul li:last-child{
        margin-right: 0;
    }
    /* 改nav end */
    /* footer */
    .footer{
       padding: 40px 0;
        margin-bottom: 0;
    }
    /* footer */

    .ft-linkus>div,.ft-procenter>div {
        margin-top: 15px;
        font-size: 14px;
        line-height: 30px;
        color: #f2f0f1;
        text-align: left;
    }
    .ft-wxcode>div {
        margin-top: 25px;
    }
    .ft-logo{
        width:19%;
        padding-top: 3px;
        max-width: 233px;
        height: 217px;
        float: left;
        box-sizing: border-box;
        border-right: 1px solid #404c69;
    }
    .ft-logo img{
        margin-top: 15px;
    }
    .ft-linkus ,.ft-procenter,.ft-procenter a{
        color: #f2f0f1;
        line-height: 30px;
    }
    .ftbright{
        height: 217px;
        float: left;
        box-sizing: border-box;
        border-right: 1px solid #404c69;
    }
    .ft-linkus{
        width: 34.5%;
        max-width: 415px;
    }
    .ft-procenter {
        width: 27.5%;
        max-width: 330px;
        padding-left: 25px;
    }
    .ft-wxcode{
        float: right;
        width: 19%;
        max-width: 212px;
    }
    /*footerBotm*/
    .footerBotm{
        margin-bottom: 0;
    }
}

/* 大型设备（大台式电脑，1200px 起） */
@media (min-width: 1200px) {
    .mt1200,.mynav{
        width: 1200px;
        margin: 0 auto;
    }
    .mt1000{
        width: 1114px;
        margin: 0 auto;
    }
    /*nav 导航*/
    .navItem>ul>li>a {
        display: block;
        font-size: 18px;
       padding: 53px 0 34px;
    }
    .navItems {
        width: 918px;
    }
    .navauto .logo {
        line-height: 86px;
        margin-left: 0;
    }
    .logo img{
        width: 205px;
    }
    .navItems  .bighot{
        margin-right: 40px;
    }
    .navItem>ul>li .navListTT {
        /*top: 132px;*/
        top: 106px;
    }
    .friendLink{
        margin-top: 60px;
    }
     /* footer */
    .ft-tit{
        font-size: 20px;
    }

   .ft-linkus, .ft-procenter,.ft-wxcode {
        padding-left: 78px;
    }
     /* footer end*/

}