

.tab-pane{display:none;}
.active{display:block;}
.pull-left {
float: left !important;
}
.pull-right
{
    float: right !important;
}
img{border:0;}

/*======================foot=============================*/

.footer {
    background:  url("images/footer-bg.jpg") no-repeat scroll 0 0;
    clear: both;
    height: 356px;
  /*  margin-top: 45px;*/
    min-width:1200px;
    width: 100%;
    font-size:12px;
}
.container {
  /*  width: 1200px;
    margin: 0 auto;
	*/
}

.footer .f-title {
    border-bottom: 1px solid #393939;
    height: 75px;
    line-height: 75px;
    margin: 0;
}

.footer .f-title .pull-left li {
    float: left;
	
}

.footer .f-title .pull-left li a {
    color: #fff;
    font-size: 14px;
    margin-right: 15px;
}

.footer .f-title .pull-right {
    color: #7dcfa0;
}

.footer .zuobiao-link-box {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #393939;
    clear:both;
    height:158px;
}

.footer .zuobiao-link-box .pull-left {
    width: 870px;
    float: left !important;
}

.footer .zuobiao-link-box .pull-left .nav-tabs {
    height: 40px;
    border-bottom: none;
}

.footer .zuobiao-link-box .pull-left .nav-tabs li a {
    background: #121212 none repeat scroll 0 0;
    color: #999;
    cursor: pointer;
    float: left;
    font-size: 12px;
    margin-right: 12px;
    padding: 8px 10px;
    transition: all 0.3s ease-in-out 0s;
    border: none;
    border-radius: 0;
}

.footer .zuobiao-link-box .pull-left .nav-tabs li.active a {
    background: #3d3d3d none repeat scroll 0 0;
    color: #fff;
}

.footer .zuobiao-link-box .pull-left .nav-tabs li a:hover {
    border: none;
}

.footer .zuobiao-link-box .pull-left .tab-pane a {
    color: #999;
    display: inline-block;
    font-size: 12px;
    margin: 10px 10px 0 0;
}

.footer .zuobiao-link-box .pull-right{
float: right !important;
}

.footer .zuobiao-link-box .pull-right ul li {
    float: left;
    margin-left: 20px;
    text-align: center;
    color: #999;
}

.footer .hot-sq {
    padding-top: 10px;
    height:30px;
}

.footer .hot-sq ul li {
    float: left;
    color: #575757;
    margin-right: 5px;
}

.footer .hot-sq ul li span {
    cursor: pointer;
    color: #999;
}
.list-unstyled li span a{
    color:#999;
    text-decoration:none;
    font-size:12px;
}
.list-unstyled li span a:hover{color:#999;}

.footer .hot-sq span.icon-hot {
    border: 1px solid #999;
    color: #999;
    display: block;
    float: right;
    font-size: 12px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    width: 77px;
}

.footer .hot-sq span.icon-hot i {
    background:  url("images/icon-light-trangle.png") no-repeat;
    display: inline-block;
    height: 6px;
    margin-left: 5px;
    width: 9px;
}

.footer .copy-right {
    margin-top: 20px;
    color: #999;
}
.fix-right {
    bottom: 20px;
    position: fixed;
    right: 20px;
    transition: all 0.3s ease-in-out 0s;
    width: 50px;
    z-index: 99999;
}

.fix-right .tips {
    width: 40px;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    background-color: #f9f9f9;
}

.fix-right .tips li {
    height: 22px;
    padding: 9px 0;
    position: relative;
    width: 40px;
    overflow: hidden;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
}
.fix-right .jiang{
    background: #f9f9f9 none repeat scroll 0 0;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  height: 36px;
  margin-top: 9px;
  position: relative;
  width: 32px;
  overflow: hidden;
  padding: 4px 0 0 8px;
}
.fix-right .jiang span{color:#adadaf;
    letter-spacing: -1px;
    font-size: 11px;  
    -webkit-transform: scale(0.91);  
    -o-transform: scale(1);    /*针对能识别-webkit的opera browser设置*/
}
.fix-right .jiang:hover p span{color:#FFF;}
.fix-right .jiang a{text-decoration:none;}
.fix-right .jiang:hover {
    overflow: inherit;
    background-color: #0146a6;
}
.fix-right .tips li .icon-fix {
    background-image: url(images/icon-fix.png);
    background-repeat: no-repeat;
    display: block;
    height: 24px;
    margin: 0 auto;
    width: 24px;
    position: relative;
    z-index: 105;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.fix-right .tips li:hover {
    background-color: #0146a6;
    overflow: inherit;
}

.fix-right .tips li.fix-search:hover {
    background-color: transparent;
}

.fix-right .tips li .icon-2 {
    background-position: 0 -24px;
}

.fix-right .tips li .icon-3 {
    background-position: 0 -48px;
}

.fix-right .tips li .icon-4 {
    background-position: 0 -72px;
}

.fix-right .tips li .icon-5 {
    background-position: 0 -96px;
}

.fix-right .tips li .icon-6 {
    background-position: 0 -119px;
    border: none;
    background-color: transparent;
}

.fix-right .tips li:hover .icon-1 {
    background-position: 0 -144px;
}

.fix-right .tips li:hover .icon-2 {
    background-position: 0 -168px;
}

.fix-right .tips li:hover .icon-3 {
    background-position: 0 -192px;
}

.fix-right .tips li:hover .icon-4 {
    background-position: 0 -216px;
}

.fix-right .tips li:hover .icon-5 {
    background-position: 0 -240px;
}

.fix-right .tips li:hover .icon-6 {
    background-position: 0 -264px;
}

.fix-right .tips li label a {
    display: block;
    height: 19px;
    width: 17px;
}

.fix-right .tips li span {
    background-image: url("images/icon-fix-hover-bg.png");
    color: #fff;
    font-size: 12px;
    height: 40px;
    left: -96px;
    line-height: 40px;
    width: 78px;
    opacity: 0;
    filter: alpha(opacity=0);
    padding-right: 5px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.5s ease-in 0s;
    z-index: 190;
    overflow:hidden;
}

.fix-right .tips li:hover span {
    opacity: 1;
    filter: alpha(opacity=100);
    left: -76px;
}

.fix-right .go-tops {
    background: #f9f9f9 none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    height: 24px;
    margin-top: 9px;
    padding-top: 13px;
    position: relative;
    width: 40px;
    overflow: hidden;
}

.fix-right .go-tops:hover {
    overflow: inherit;
    background-color: #0146a6;
}

.fix-right .go-tops i {
    background:  url("images/icon-fix-trangle.png") no-repeat;
    display: block;
    height: 9px;
    margin: 0 auto;
    width: 17px;
}

.fix-right .go-tops span {
    background:  url("images/icon-fix-hover-bg.png") no-repeat;
    color: #fff;
    display: block;
    font-size: 12px;
    height: 37px;
    left: -96px;
    line-height: 37px;
    padding-right: 5px;
    position: absolute;
    text-align: center;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 83px;
    transition: all 0.5s ease-in 0s;
    z-index: 190;
}

.fix-right .go-tops:hover span {
    opacity: 1;
    filter: alpha(opacity=100);
    left: -76px;
}

.fix-right .go-tops:hover i {
    background-position: -30px 0;
}


.fix-right .search {
    width: 162px;
    height: 22px;
    border-color: #0146a6;
    border-width: 2px;
    position: absolute;
    left: -153px;
    top: 0;
    border-radius: 0;
    z-index: 101;
    transition: all 0.5s ease-in 0s;
    opacity: 0;
    filter: alpha(opacity=0);
}

.fix-right .fix-search:hover .search {
    opacity: 1;
    filter: alpha(opacity=100);
}
.footer .f-title .pull-left li a{margin-right:0px;}.footer .f-title .pull-left li{color:#fff;}
.clearfixss {
    zoom: 1;
    display: table;
}
.amobile
{
	color: #999;
    text-decoration: none;
    font-size: 12px;
}
.list-unstyled li a:hover{text-decoration:underline;}
#zimu li span a:hover,.amobile:hover{color:#fff;text-decoration:underline;}
.fix-right-v3 .sidebar-item>a:hover{ text-decoration:none}


