/*导航*/
nav.web-nav{position: absolute;top:0px;z-index: 2;width: 100%;height: 60px;background: #fff;border: 0px;margin:0px}
nav.web-nav .navbar-nav{margin-left: 30px;}
nav.web-nav .navbar-nav>.active>a{background: transparent;}
nav.web-nav.navbar-default .navbar-brand{padding:0px;height: 60px;line-height: 60px;display: block;}
.navbar-brand>img{display: inline}
nav.web-nav ul.navbar-nav>li>a{height: 60px;line-height: 60px;width:105px;text-align:center;padding:0px;color: #666;font-size: 14px;}
nav.web-nav .navbar-nav>.active>a, nav.web-nav .navbar-nav>.active>a:focus, nav.web-nav .navbar-nav>.active>a:hover,nav.web-nav .navbar-nav>li>a:hover{background: transparent;color: #CFAC34;font-weight: bold;}
/*nav.web-nav .navbar-nav>li>a{color: #fff;}*/

/*导航右侧*/
.navright{margin-top: 17px;}
.navright span{width: 32px;height: 32px;border-radius: 50%;background: #efefef;display: inline-block;text-align: center;line-height: 30px;position: relative;}
.navright span:hover .codeshow{display: block;}
.codeshow{background: url(../images/codebg.png) no-repeat center;position: absolute;top:22px;left:-56px;z-index: 111;width: 145px;height: 175px;display: none;}
.codeshow p{line-height: 24px;}


nav.web-nav .navbar-nav>li:hover ul.navnav{display: block;}
nav.web-nav .navbar-nav>li:last-child>a:hover{border: 0px;}
nav>ul>li{position: relative;}
nav.web-nav ul.navnav{position: absolute;top:64px;left:-20px;z-index:99;background:rgba(0,0,0,0.6);width:150px;display: none;}
nav.web-nav ul.navnav>li{width: 100%;display: inline;float: left;text-align: center;line-height: 48px;border-bottom: 1px solid #2e2e2e;}
nav.web-nav ul.navnav>li:hover{background: #000;}
nav.web-nav ul.navnav>li:hover a{font-weight: bold;}
nav.web-nav ul.navnav>li a{color: #fff;}
nav.web-nav ul.navnav>li a:hover{font-weight: bold;}
nav.web-nav ul.navbar-nav>li.dropbg{background: url(../images/arrowbottom.png) no-repeat 92px;background-size: 8px;}

/*底部*/
.foot-block{padding-top: 0.6rem;}
footer{background: url(../images/bbg.png) no-repeat center;height: 100px;line-height: 100px;}

footer .foot-block h3{font-size: 0.18rem;line-height: 0.6rem;margin: 0px;}
footer .foot-block p{color: #afafaf;font-size: 0.16rem;}
footer .bg06>ul li ul li a{color: #777;}
footer .bg06>ul li ul li a:hover{color: #fff;}
footer .bg06>ul li ul li{display:inline;padding: 0px 25px;line-height: 37px;}
footer .bg06>ul li .wid1200{padding-top: 20px !important;padding-bottom: 20px !important;}
footer .bg06>ul li .wid1200::after{display: block;clear: both;content: "";visibility: hidden;height: 0}

/*右侧固定导航*/
.right-bar{position: fixed;right: 0px;top:-moz-calc((100%-250px)/2);top:-webkit-calc((100%-250px)/2);top:clac((100%-250px)/2);z-index:2222;}
.right-bar ul{font-size: 12px;}
.right-bar ul li{border-bottom: 1px solid #f1f1f1;border-left: 1px solid #f1f1f1;width: 60px;text-align:center;height: 60px;color: #8a8a8a;line-height: 60px;}
.right-bar ul li:hover{background: #ee0107;color: #fff;border-bottom: 1px solid #ee0107;border-left: 1px solid #ee0107;}
.right-bar ul li:first-child{line-height: 20px;padding-top: 42px;border-top: 1px solid #f1f1f1;height: 70px;background:#fff url(../images/qq.png) no-repeat center 13px;}
.right-bar ul li:first-child:hover{border-top: 1px solid #ee0107;background:#ee0107 url(../images/qqb.png) no-repeat center 13px}
.right-bar ul li:nth-child(2){background:#fff url(../images/zhid.png) no-repeat center center;}
.right-bar ul li:nth-child(2):hover{background:#ee0107 url(../images/zhidb.png) no-repeat center center;}