﻿@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: #fff;
}
.fontBlue{
    color: #0082ea;
    font-size: 12px;
}
.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.navbar,.bignav{
    background: rgba(255,255,255,.89);
} 
.navbar { 
    min-height: 90px;
    margin-bottom: 0;
    border: 1px solid transparent; 
}
.navbar-brand {
    height: 38px;
}
.navbar-toggle { 
    margin-top: 31px; 
} 
.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: rgba(255,255,255,.89);
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #0878d9;
    background-color: rgba(59, 171, 242, 0.3);
}
/* nav 导航栏修改结束 */
/* banner  */
#banner{
    width: 100%;
    overflow: hidden;
}
#banner img{
    display: block;
    width: 100%;
}
/* banner 结束 */

/* 热词 */
 .bgYellow{
     padding: 10px 0;
     background-color: #f28800;
 }
 .searchL01{
     margin: 0 auto; 
     padding: 10px 0;
     width:80%; 
 }
 .searchL01 h2{ 
     font-family: "Microsoft YaHei", "Arial";
     font-size: 24px; 
 }
 .impc{
     font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
     font-size: 36px; 
 }
.fontP{
    font-size: 16px;
    font-weight: normal;
    color: #fee8cb;
}
.searchL02{
    margin: 0 auto; 
    padding: 10px 0;
    width:100%; 
}
.searchL02 img{
    margin-right: 10px;
}
.searchL02 h1{
    font-size: 32px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.searchRight{
    margin: 10px auto;
    width: 80%;
}
.inputPro{
    padding: 11px 10px;
    width: calc(100% - 70px);  
    height: 58px;
    background-color: rgba(198,201,206,.89);
    line-height: 36px;
    font-size: 14px;
    color: #767676;
    border:1px solid #0082ea ; 
    outline: 0;
    margin: 0;
    vertical-align: top;
    box-sizing: border-box; 
}
.searchRight form button{
    border: 0;
    outline: 0;
    width: 58px;
    height: 58px;
    background-color: #0082ea;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.searchRight p span,.searchRight p a{
    font-size: 14px;
    color: #444444;
}
.searchRight p span.fontBlue{
    color:#009ff2;
}
/* 热词 end*/
/* friends */
.friends{
    padding: 10px 0;
    color:#fff;
    font-size: 14px;
    line-height: 21px;
    background-color: #0082ea;
}
.friends a{
    color:#fff;
    font-size: 14px;
    line-height: 21px;
}
/* friends end*/
/* footer start */
.footer{
    margin-bottom: 60px;
    padding: 30px 0;
    color: #fff;
    background-color: #333333;
}
.footAbout,.footAbout p{
    font-size: 14px;
    color: #818181;
}
.footAbout,.footNet{
    width: 95%;
    margin: 20px auto;
}
.footer a{
    color: #fff;
}
.footLeftNav ul li{
    float: left;
    text-align: center;
    border: 1px solid #8c8c8c;
    margin: 5px;
}
.footLeftNav ul li a{
    padding: 0 25px;
}

.box119 p{
    padding: 10px 0;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
}
/* footer end */

/*底部固定导航 */
.body_footer{padding-top: 5px;width:100%;height:60px;background:-webkit-gradient(linear, 0 0, 0 100%, from(#537fc1), to(#4e78bb));background:-moz-linear-gradient(top, #2554a0, #214b90);/* 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;border-right: #4e78bb 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 导航改*/ 
    .bignav{
        width: 100%; 
    }
    .navauto .logo {
        line-height: 86px;
        margin-left: 15px;
    }
    .navItems {
        padding: 12px 0;
        width: calc(100% - 260px); 
    } 
    .navItem {
    	width: 100%;
    	margin-top: 14px;
    }
    .navItem ul li {
        width: 14%;
        float: left;
        text-align: center;
    }
    .navItem ul li a{
        font-size: 14px;
        line-height: 40px;
        color:#111111;
    }
    .navItem ul li.active a,.navItem ul li:hover a{
        color: #f28800;
    }
    .navItem ul li.active:before, .navItem ul li:hover:before{
        display: block; 
        content: "";
        width: 100%;
        height: 1px; 
        background-color: #f28800;
    }
    .navItem ul li.active:after, .navItem ul li:hover:after{
        display: block; 
        content: "";
        width: 100%;
        height: 1px; 
        background-color: #f28800;
    }
    
    .dropdown-menu { 
         left: -100px;
    }
    /* 热词搜索 */
    .searchL01, .searchL02 {
        padding-left: 20px;
        width: 50%;
        float: left;
    }
    /* 热词搜索 end*/
    /*footer*/
    .footLeft{
        width: calc(100% - 119px);
        float: left;
    }
    .footRight{
        width: 119px;
        float: right;
    }
    .footLeftNav ul li {
        float: left;
        text-align: center;
        border: 0;
        margin: 0;
    }
    .footLeftNav ul li a{
        padding: 0 23px;
        border-right: 1px solid #565656;
    }
    .footLeftNav ul li:last-child a{
        border-right: 0;
    }
}

/* 中型设备（台式电脑，992px 起） */
@media (min-width: 992px) {
    .mt1200,.hotWord{
        width: 92%;
        margin: 0 auto;
    }
    /* 改nav  */
    /*nav 导航*/
    .navItems {
        width:700px;
    }
    .navItem ul li {
        width: 11%;
        margin-right: 3.2%;  
    }
   
    .navItem ul li a{
        font-size: 16px;

    }
    /* 改nav end */
    .footer{
        margin-bottom: 0;
    }
    .footLeftNav ul li a{
        padding: 0 25px;
    }
     
}

/* 大型设备（大台式电脑，1200px 起） */
@media (min-width: 1200px) {
    .mt1200,.mynav,.hotWord{
        width: 1200px;
        margin: 0 auto;
    }
    .mt1000{
        width: 1114px;
        margin: 0 auto;
    }
    /*nav 导航*/
    .navItems {
        width:700px;
    }
    .navItems  .bighot{
        margin-right: 40px;
    }
   .friendLink{
	margin-top: 60px;
   }
    /*banner*/

    /*热词搜索*/
    .search{
        position: relative;
        margin-top: -57px;
        z-index: 666;
    }
    .bgYellow {
        float: left;
        width:58%;
    }
    .searchL01Cont{
        width: 715px;
        float: right;
    }
    .searchRight {
        float: right;
        margin: 0;
        width: 42%;
    }
    .searchRightPro{
        width: 484px;
        float: left;
    }
    .inputPro {
        border: 0;
        padding: 11px 23px;
    }
    .searchRightPro p.overElli{
        text-indent: 20px;
        font-size: 16px;
    }
    /*热词搜索end*/
    /*footer*/

}