h2,h3,h4 a,p,span{
    font-family: Microsoft YaHei;
}
.container{
    
    padding: 0px!important;
}
.fa-user-circle-o{
    margin-right: 5px;  
}
/*头部登录注册*/
.top-header {
    height: 34px;
    line-height: 34px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
 }

 .top-header ul li{
 	list-style: none;
 }
 .top-header .info-list {
    width: 100%;
    margin: auto;
    font-size: 14px;
    padding-left: 0px;
    overflow: hidden;
}
 .top-header .list-item.first {
    float: left;
    padding-top: 8px;
}
.top-header .list-item.last {
    float: right;
}
.top-header .list-item {
    display: inline-block;
}
.top-header .list-item .kfrx{
    font-size: 16px;
}
.top-header dl.horizontal span {
    color: #777777;
}
.top-header dl.horizontal .top-login {
    margin-left: 29px;
}

dl.horizontal dt, dl.horizontal dd {
    float: left;
}
.top-login span a{
    color: #777777;
}
.top-login span{
    margin-right: 10px;
}
/*头部滚动*/
 .txtMarquee-left {
    width: 100%;
    position: relative;
    border: 1px solid #ccc;
}

.txtMarquee-left .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0 10px;
}
.txtMarquee-left .bd {
    padding: 10px;
}
.txtMarquee-left .bd p{
	font-size: 18px;
	color: #333;
	margin-right: 10px;
}
.txtMarquee-left .bd .tempWrap {
    width: 90% !important;
}
/*用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。*/

.txtMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.txtMarquee-left .bd ul li {
    list-style: none;
    margin-right: 20px;
    float: left;
    height: 24px;
    line-height: 24px;
    text-align: left;
    display: inline;
    width: auto !important;
}
/*用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题*/
.txtMarquee-left .bd ul li span {
    color: #999;
}
 

/*头部*/
.navbar-brand {
    height: auto;
    width: 30%;
    height: 103px;
    font-size: 18px; 
    
}
.logo h1{
	font-size:1.8em;
}

.logo h1 a {
    text-decoration: none;
    color: #333;
    letter-spacing: 1px;
}
.logo h1 a span{
	margin-right: 12px;
	font-size:46px;
}
.logo h1 a i {
    display: block;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    margin-top: 3px;
    text-align: left;
    color: #337ab7;
}
.search{
    width: 65%;
	float: right;
	padding: 34px 0px;
}

.search ul li{
	list-style: none;
}
.search li{
	font-size: 20px;
}
.search input{
	margin-top: 5px;
}
.search button{
	border-style: none;
	background-color: none;
}
.search i{
	background-color: none;
}

/*导航条*/
.navbar-nav{
    width: 100%;
    background-color: #337ab7;
}
.nav{ padding:0 20px;padding-left: 30px!important; height:48px; line-height:48px; background:#337ab7;  position:relative; z-index:99999;  }
        .nav a{ color:#fff;  }
        .nav .on{height: 48px;}
        .nav .nLi{ float:left;  position:relative; display:inline;}
        .nav .nLi h3{ float:left;height: 48px;line-height: 48px;margin: 0px;text-align: center;}
        .nav .nLi h3 a{ display:block; padding:0 20px; font-size:20px;}
        .nav .nLi ul li{list-style: none;text-align: center;}
        .nav .sub{ display:none; width:100%; left:0; top:47px;  position:absolute; background:#4E4E4E91;  line-height:39px; padding:5px 0;  }
        .nav .sub li{ zoom:1; }
        .nav .sub a{ display:block; padding:0 10px; }
        .nav .sub a:hover{ background:#4E4E4E; color:#fff;  }
        .nav .on h3 a{ background:#00c4ff; color:#fff;   }
@media only screen and (max-width: 1200px){
    .nav .nLi h3 a{
        font-size: 16px;
    }
}
/*.navbar-nav{
	width: 100%;
	background-color: #337ab7;
}

.nav ul li{
	list-style: none;
	float: left;
    margin: 0 auto;
}
.nav ul{
    padding-left: 0px;
}
.nav li{
    width: 14.2%;
    text-align: center;
    
    display: inline-block;
    margin: 17px 25px;
    outline: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    font-size: 1.35em;
}
.nav li {
    padding: 0 0 10px;
    padding-top: 12px;
}

.nav li::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
*/
/*.nav li:hover::after,
.nav li:focus::after {
    height: 2px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}*/
/*.nav li a {
    color: #fff;  
    border-bottom: 0px solid #fff;   
    padding-bottom: 2px;
    transition: all 0.3s;
    text-decoration: none;
}
.nav li a:hover {
    text-decoration: none;  border-bottom: 2px solid #fff;   
    padding-bottom: 11px;
}
.nav #qq{
    border-bottom: 2px solid #fff;   
    padding-bottom: 11px;}
.navbar{
    margin-bottom: 0px;
}*/

/*导航条下拉样式*/

/*招标页*/
/*空20高*/
.hc_20{
    height: 20px;
    clear: both;
}
/*当前位置*/
.location{
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: inline;
    display: block;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
.location img{
    position:relative;
    top:4px;
}
.location p{
    display: inline;
    font-size: 16px;
}
.location a{
    color: #333;
    text-decoration: none;
    outline: none;
    font-size: 16px;
    display: inline;
}
.location a:last-child{
    color: #337ab7;
}
.location a:hover{
    color: #337ab7;
}
/*左列表标题*/
.content_title{
    background: url(../images/bg.jpg) repeat-x;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    float: left;
    width: 100%;
    height: 40px;
    padding-left: 10px;
}
.content_title h3{
    color: #2F88C2;
    float: left;
    font-size: 18px;
    position: relative;
    margin: 0 auto;
    line-height: 40px;
    padding-left: 5px;
}
/*子页右列表登录*/
    .login1{
       -moz-box-shadow:2px 3px 5px #7A7A7A; -webkit-box-shadow:2px 3px 5px #7A7A7A; box-shadow:2px 3px 5px #7A7A7A;
    }
 .login1 ul{
    padding-left: 0px;
    list-style: none;
}
.login1  .hd{
    width: 100%;

}   
 .login1 .hd li{
    width: 40%;
    height: 36px;
    line-height: 36px;
    margin-left: 30%;
    float: left;
    text-align: center;
    font-size: 18px;
}
 .login1 .hd li a{
    color: #555;
}
.login1  .hd ul .on{
    /*background-color: #337ab7;*/
    border-bottom: 1px solid #555;
    color: #555;
    margin-left: 0;
    width: 100%;    
}

/*.login1 .hd li:first-child{
    border-right: 1px solid #ccc;
}*/
/*右侧列表*/
.menu_list{
    width: 100%;
    margin:0 auto;
    border: 3px solid #ccc;
    -moz-box-shadow:2px 3px 5px #7A7A7A; -webkit-box-shadow:2px 3px 5px #7A7A7A; box-shadow:2px 3px 5px #7A7A7A;
}
.menu_head{
    height: 47px;
    line-height: 47px;
    font-size: 16px; 
    color: #fff; 
    cursor:pointer; 
    padding-left:30px; 
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #F1F1F1;
    position: relative;
    margin: 0px;
    font-weight: bold;
    
    background: -webkit-linear-gradient(left, #2f88c2, #337ab7);
    background: -o-linear-gradient(left,#2f88c2, #337ab7);
    background: -moz-linear-gradient(left,#2f88c2, #337ab7);
    background: -ms-linear-gradient(left,#2f88c2, #337ab7);
    filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#2f88c2,endColorStr=#337ab7);
    background: -webkit-gradient(linear, 0% 25%, 75% 100%, from(#2f88c2), to(#337ab7));
}
.menu_list .current {
    background: #337AB7;
}
.menu_body {
    line-height: 38px;
    border-left: 1px solid #e1e1e1;
    background: #fff;
    border-right: 1px solid #e1e1e1;
    overflow: hidden;
}
.menu_body a {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding-left: 30px;
    color: #777777;
    text-decoration: none;
    background: -webkit-linear-gradient(top, #fff, #dddddd52);
    background: -o-linear-gradient(top,#fff, #dddddd52);
    background: -moz-linear-gradient(top,#fff, #dddddd52);
    background: -ms-linear-gradient(top,#fff, #dddddd52);
    filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#fff,endColorStr=#dddddd52);
    background: -webkit-gradient(linear, 0% 25%, 75% 100%, from(#fff), to(#dddddd52));


    
    /*background: url('../images/yuan.png')no-repeat;*/
    border-bottom: 2px solid #e1e1e1;
    overflow: hidden; 
    white-space: nowrap;
    text-overflow: ellipsis;    /*超出部分省略*/
}
.menu_body a img{
    width: 7px;
    height: 7px;
    margin-right: 10px;

}
.menu_body a:hover {
    color: #46B8DA;
    text-decoration: none;
    margin-left: 10px;
}
/*登录框end*/
.login1{
    width: 100%;
    float: right;
    padding: 10px 30px;
    background-color: #fff;
    border:3px solid #ccc;
}
.login1 .box-title {
    color: #555;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.login1 .form-input .fa {
    position: absolute;
    padding-left: 10px;
    height: 33px;
    line-height: 54px;
    font-size: 20px;
    color: #999;
}
.login1 .form-input{
    margin-top: 5%;
}
.login1 .form-reg{
    width: 100%;
}
.login1 .form-input .reg{
    color: #fff;
    width: 47%;
    text-align: center;
    background-color: #f09f1a;
    float: left;
    padding: 5px 0px;
}
.login1 .form-input .pasw{
    color: #333;
    float: right;
    text-align: center;
    color: #fff;
    width: 26%;
    background-color: #f09f1a;
    float: right;
    padding: 5px 0px;
}
.login1 .form-input .reg:hover {
    background-color: #337ab7;
    text-decoration: none;
}
.login1 .form-input .pasw:hover {
    background-color: #337ab7;
    text-decoration: none;
}
.current{
    color: #fff;
    padding: 3px 8px;
    border: 1px solid #ccc;
    background: #337ab7;
}
.login1 .form-input .yzm{
    width: 70%;
    float: left;
}
.login1 .form-input .yzmimg{
    width: 30%;
    height: 48px;
}
.login1 .btn{
    margin-top: 5%;
}
.login1 .form-input input {
    width: 100%;
    height: 100%;
    vertical-align: top;
    border-left: 1px solid #ccc;
    padding: 14px 0;
    text-indent: 35px;
}
/*子页右列表*/
.list{
    border: 3px solid #ccc;
}
.list .list_t{
    font-size: 18px;
    text-align: center;
    padding:10px 0px;
    background-color: #337ab7;
    color: #fff; 
}
.list ul li{
    list-style: none;
}
.list ul{
    padding-left: 0px;
    margin-bottom: 0px;
}
.list li{
    height: 40px;
    line-height: 35px;
    text-align: center;
    padding: 5px 0px;
    border-bottom: 1px solid #ccc;
}
.list li a{
    color: #333;
    font-size: 16px;
}
/*下载中心*/
.pages{
    padding: 20px 0 20px 0;
    text-align: center;
    font-size: 14px;
    color: #666666;
}
.pages a{
    color: #333;
    padding: 3px 8px;
    border: 1px solid #ccc;
}
.pages a:hover{
    background-color:#258CFF;
    color: #fff;
    text-decoration: none; 
}
.pages .pages_num{
    width: 50px;
}
.pages .pages_btn{
    background-color: #258CFF;
    color: #fff;
    border: none;
}

/*会员中心*/
.edit-submit {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
    border:none;

}
.edit-submit input{
    width: 120px;
    height: 40px!important;
    line-height: 40px!important;
    color: #fff!important;
    margin-right: 20px;
    font-size: 18px;
    border:none;
    display: inline;
    background-color:orange;
}
.edit-submit input:hover{
    background-color: #337ab7;
}
.edit-submit p{
    display: inline;
    font-size: 16px;

} 
.edit-submit p a{
    color: red;
}


/*友情链接*/
.linkbg{
    width: 100%;
    background-color: #337ab7;
}
.linkbg h4{
    width: 10%;
    float: left;
    color: #fff;
}
/*.linkbg ul li{
    list-style: none;
    float: left;
    
}
.linkbg ul li a{
    text-align: center;
}
.linkbg li{
    width: 15%;
    text-align: center;
    padding: 15px 0px;

}

.linkbg  li a{
    color: #f5f5f5;
    font-size: 13px;
}*/
.txtScroll-top{ width:90%;  overflow:hidden; position:relative;  }
.txtScroll-top .bd{ padding-top:5px;padding-bottom: 5px;height: 30px; }
.txtScroll-top .tempWrap{height: 30px!important;overflow: hidden;}
.txtScroll-top .infoList li{ height:30px; line-height:36px; float: left; width: 16.5%;
    text-align: center;list-style: none; }
.txtScroll-top .infoList li a{color: #f5f5f5;
    font-size: 14px;}

/*底部*/
.footer {
    clear: both;
    width: 100%;
    height: 390px;
    background-color: #202223;
    padding: 25px 0 14px;
}

.foot_t {
    padding-bottom: 40px;
    height: auto;
    width: 100%;

}
.foot_t dl{
    float: left;
    width: 20%;
    text-align: center;
    
}
.foot_t dl img{
    width: 120px;
    height: 120px;
}
.foot_t dt {
    padding-bottom: 16px;
    text-align: center;
}
.foot_t dt {
    color: #FFF;
    font-size: 16px;
}
.foot_t dd {
    height: 28px;
    line-height: 28px;
}
.foot_t dd a {
    display: block;
    color: #969696;
    font-size: 14px;
    
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.foot_d {
    height: 28px;
    line-height: 28px;
    width: 100%;
}
.cl {
    clear: both;
    
}
.copyright {
    color: #888;
    font-size: 14px;
    width: 60%;
    display: inline;
}
.share {
    position: relative;
    width: auto;
    height: 28px;
    display: inline;
}
.fr {
    float: right;
}
.share_name {
    color: #cacaca;
    font-size: 14px;
}
.fl {
    float: left;

}
.copyright a{
    color: #888;
}
.share_click .fa{
    color: #888;    
}

/*返回顶部*/
.cndns-right {
    position: fixed;
    right: 15px;
    top: 70%;
    margin-top: 70px;
    z-index: 100;
}
.cndns-right-btn {
    width: 48px;
    height: 48px;
    border: 1px solid #ddd;
    text-align: center;
    display: block;
    margin-bottom: 6px;
    position: relative;
    background-color: #ddd;
}
/*底部浮动*/
.bottom_box {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    display: none;
    background-color: #555;
    padding: 5px 0;
}

* html .bottom_box {
    position: absolute;
    left: expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft, 10)||0)-(parseInt(this.currentStyle.marginRight, 10)||0));
    top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)))
}

.bottom {
    width: 1170px;
    height: 90px;
    margin: 0 auto;
    color: #fff;
    overflow: hidden;
}

.bottom h2 {
    font-size: 18px;
    float: left;
    margin-top: 13px;
    color: #ccc700;
    line-height: 30px;
    font-weight: normal;
}

.bottom h2 span {
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
}

.xfQQ {
    float: right;
    text-align: center;
    margin-right: 30px;
    height: 57px;
    padding-top: 5px;
    
}

.close {
    position: absolute;
    right: 55px;
    top: 7px;
    width: 20px;
    height: 20px;
    background: url(../images/close.png) no-repeat;
    cursor: pointer;
}

.mini {
    position: fixed;
    bottom: 0;
    right: 20px;
    cursor: pointer;
    z-index: 1000;
    display: none;
}

* html .mini {
    position: absolute;
    left: expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft, 10)||0)-(parseInt(this.currentStyle.marginRight, 10)||20));
    top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)))
}