
/*    logo     */
.header{
    height: 60px;
    padding: 20px 0 0 15px;
}

.search{
    width: 150px;
    height: 20px;
}
.search input{
    width: 122px;
    height: 20px;
    border-radius: 5px;
    border: 1px #c9c9c9 solid;
    padding: 0 23px 0 5px;
}
.search_btn{
    display: block;
    height: 20px;
    margin-top: -20px;
    margin-right: 2px;
    border-left: 1px #c9c9c9 solid;
    padding-left: 4px;
}


/*       nav      */
.navHeight{
    background: #f1f1f1;
    height: 50px;
}
.navHeight .nav{
    height: 50px;
    line-height: 50px;
}
.navHeight .nav>ul>li{
    float: left;
    width: 150px;
    position: relative;
}
.navHeight .nav>ul>li>a{
    display: block;
    width: 100px;
    height: 50px;
    text-align: center;
    color: #5c8889 !important;
    font-size: 18px !important;
    margin: 0 auto;
}
.navHeight .nav>ul>li>a:hover{
    background: #ffffff;
    border-top: 1px #5c8889 solid;
    margin-top: -1px;
}
.navHeight .nav>ul>li>a:active{
    background: #ffffff;
    border-top: 1px #5c8889 solid;
    margin-top: -1px;
}
.secondNav{
    position: absolute;
    z-index: 999;
    display: none;
    left: -15px;
}
.secondNav li{
    min-width: 180px;
}
.secondNav li a{
    display: block;
    text-align: center;
    line-height: 38px;
    margin: 0 auto;
    font-size: 14px;
    color: #5c8889 !important;
    background: #ffffff;
}
.secondNav li>a:hover{
    background: #5c8889 !important;
    color: #ffffff !important;
}

/*    Ê×Ò³  banner       */
.banner{
    width: 100%;
    height: 530px;
    position: relative;
    overflow: hidden;
}
.banner .runImg{
    width: 10000px;
    height: 350px;
    position: absolute;

}
.banner .runImg img{
    float: left;
    width: 1920px;
    height: 350px;
}
.mid{
    position: relative;
    left: 50%;
    margin-left: -960px;
}

/*    ×ÓÒ³ banner     */
.banner_static{
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
}
.banner .runImg{
    width: 10000px;
    height: 530px;
    position: absolute;

}
.banner .runImg img{
    float: left;
    width: 1920px;
}


/*   footer     */
.footer{
    height: 68px;
    background: #5c8889;
}
.foot{
    height: 68px;
    line-height: 68px;
    text-align: center;
    font-size: 12px;
    color: #cbcbcb;
}
.foot span{
    display: inline-block;
}



.nbanner{ text-align:center;}
.nbanner,.nbanner .flexslider,.nbanner .slides li{height:530px;}
.flexslider{position:relative;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1; }
.slides a{display:block;height:100%;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;padding-left:0; }
.flex-control-nav li{display:inline-block;width:11px;height:11px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:11px;height:11px;line-height:40px;overflow:hidden;background:url(../images/bannerdot.png) no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background:url(../images/bannercur.png) no-repeat;}

.flex-direction-nav{ position:relative; width:100%; z-index:10; top:225px; margin:0 auto; height:64px;}
.flex-direction-nav a{width:60px;height:90px;line-height:99em;overflow:hidden;margin:-45px 0 0;display:block;position:absolute;top:50%;z-index:10;cursor:pointer;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease; background:url(../images/ad_ctr.png) no-repeat;}
.flex-direction-nav .flex-next{ background-position:0 -90px; right:0px;}
.flex-direction-nav .flex-prev{ left:0px;}
.flexslider:hover .flex-next{opacity:0.6;filter:alpha(opacity=60);}
.flexslider:hover .flex-prev{opacity:0.6;filter:alpha(opacity=60);}
.flexslider:hover .flex-next:hover, .flexs
lider:hover .flex-prev:hover{opacity:1;filter:alpha(opacity=100);}







