@charset "utf-8";
body, div, p, span, a, img, input, h1, h2, h3, h4, ul, li, dl, dt, dd, ol, textarea{
	margin:0;
	padding:0;
	border:0;
	list-style:none;
}
body{
	line-height:26px;
	font-size:14px;
	font-family:"Microsoft YaHei", Verdana, Geneva, sans-serif;
	color: #000000;
	background:#fff;
    background-image: linear-gradient(to bottom, #dbe7ff, #e4edff, #e8effd, #e8effd);
}
a{
	color: #2b2b2b;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color:#123682;
	text-decoration:none;
}
img{
	border:0;
	max-width:100%;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clearfix {
    *zoom: 1;
}
#wrapper{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.gotop-wrapper {
    position: fixed;
    bottom: 50px;
    right: 15px;
    z-index: 1001;
    background-color: rgba(0,0,0,0.3);
    background-color: #969696\9;
	display:none;
}
.gotop-wrapper a {
    display: none;
    _display: none !important;
    width: 55px;
    height: 55px;
    overflow: hidden;
    background: url(../images/icon-gotop-fixed.gif) no-repeat center;
}
.top-navbar{
    position:absolute;
    right: 0;
    z-index:11;
}
.top-navbar a{
    font-size:12px;
    letter-spacing: 1.5px;
    color:#123682;
    border: 1px solid #123682;
    padding:0px 12px;
    border-radius: 30px;
    display:none;
}
.top-navbar a.active{
    color:#2389f8;
    border: 1px solid #2389f8;
}
.returnhome{
    display:none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.returnhome span{
    display:block;
    font-size:12px;
    line-height: 12px;
    margin-top: 3px;
}
/*顶部*/
.mtop{
    position: unset;
    z-index: 1;
    background-color: unset;
}
.mtopmar{
    display: none;
}
.top{
	height: 145px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top .top-info{
    text-align: left;
}
.top .top-logo img{
    height: 67px;
}
.top-left, .top-right{
    padding: 0;
}
.top .top-right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 16px;
}
.top .top-right img{
	margin-right: 10px;
}
/*导航*/
.nav{
	height:46px;
	background:#123682;
	text-align: center;
}
.nav .container{
    padding: 0;
}
.nav > li:hover, .nav > li:focus {
    text-decoration: none;
    background-color:#2389f8;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color:#2389f8;
}
.nav > li.current{
    text-decoration: none;
    background-color:#2389f8;
}
.nav > li.current > a{
    text-decoration: none;
    background-color:#2389f8;
}
.nav > li > a {
    color: #fff;
    position: relative;
    display: block;
    padding: 13px 30px;
    font-size: 15px;
}
.navbar .nav > li:hover .dropdown-menu {
	display: block;
	margin-top:0px;
	border:0px;
	border-top-right-radius:0px;
	box-shadow:none;
}
.navbar .dropdown-menu{
	background-color:#123682;
	border-radius:0 !important;
}
.navbar .dropdown-menu > li > a{
	color:#fff;
	font-size:14px;
	display: block;
    padding: 12px 16px;
    clear: both;
    line-height: 1.428571429;
    white-space: nowrap;
	text-align:left;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    background-color:#2389f8;
}
.navbar-collapse {
    max-height:1200px;
}
.global_search {
    float: right;
    padding: 7px 0;
    width: 200px;
    text-align: center;
    cursor: pointer;
    display: flex;
}
.global_search input {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    background-color: white;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: none;
    outline: none;
    width: 165px;
    cursor: pointer;
}
.global_search button {
    display: inline-block;
    vertical-align: middle;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    height: 30px;
    width: 34px;
    background: url(../images/icot.png) #2389f8 no-repeat -3px -228px;
    background-size: auto;
    background-size: 42px auto;
    border: 0;
}
.index_search {
    padding: 7px 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
    display: none;
    margin-bottom: 5px;
}
.index_search input {
    display: inline-block;
    vertical-align: middle;
    height: 36px;
    padding: 0 10px;
    box-sizing: border-box;
    background-color: white;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: none;
    outline: none;
    width: calc(100% - 34px);
    cursor: pointer;
}
.index_search button {
    display: inline-block;
    vertical-align: middle;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    height: 36px;
    width: 34px;
    background: url(../images/icot.png) #123682 no-repeat -3px -228px;
    background-size: auto;
    background-size: 42.5px auto;
    border: 0;
}
/*底部*/
.footer{
    width:100%;
    background-color: #4c4c4c;
    color: #FFFFFF;
    padding: 30px 0;
    font-size: 13px;
}
.footer-info{
    display: flex;
    align-items: center;
}
.footer-copyright{
    display: flex;
    align-items: center;
}
.footer-copyright a{
    margin-right: 10px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}
.footer-copyright a:hover{
    color: #2389f8;
}
.footer-right{
    text-align: right;
}
.footer-right img{
    width: 78px;
}
/*轮播图*/
.banner .carousel-inner > .item {
    text-align: center;
}
.banner .carousel-inner > .item > img, .banner .carousel-inner > .item > a > img {
    display:inline-block;
    height: auto;
    max-width: 100%;
    line-height: 1;
}
.banner-pc{
    display: block;
}
.banner-mobile{
    display: none;
}
/*采购公告*/
.procurement{
    padding-top: 15px;
    box-sizing: border-box;
}
.procurement video{
    width: 100%;
}
/*首页列表通用*/
.listbox-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #123682;
}
.listbox-title{
    background: #123682;
    color: #fff;
    height: 35px;
    line-height: 33px;
    padding: 0px 10px;
    border-radius: 5px 5px 0px 0px;
    font-size: 16px;
}
.listbox-more{
    color: #818181;
    font-size: 12px;
}
.listbox-con{
    padding: 10px 0 10px 10px;
    box-sizing: border-box;
}
.listbox-con-info{
    list-style-type: disc;
    font-size: 15px;
    line-height: 37px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 12px;
    box-sizing: border-box;
}
.listbox-con-info::before{
    content: '';
    background-color: #2b2b2b;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: 0;
}
.listbox-con-info-title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-right: 20px;
    box-sizing: border-box;
}
.listbox-con-info-title.active{
    font-weight: 600;
    color: #123682;
}
.listbox-con-info-date{
    color: #909090;
    min-width: 90px;
    text-align: right;
}
.listbox-pon{
    box-sizing: border-box;
}
.listbox-pon::after{
    content: '';
    display: block;
    clear: both;
}
.listbox-pon.white{
    background-color: #FFFFFF;
}
.listbox-con-picture{
    margin-top: 10px;
    padding: 0;
    margin-right: 10px;
    width: calc((100% - 20px) / 3);
}
.listbox-con-picture:nth-child(3n){
    margin-right: 0;
}
.listbox-con-picture .listbox-con-picture-img{
    max-height: 248px;
    overflow: hidden;
}
.listbox-con-picture .listbox-con-picture-name{
    font-size: 14px;
    color: #666;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 5px 5px 5px 5px;
    box-sizing: border-box;
}
/*广告*/
.adindex{
    display: flex;
    align-items: center;
    justify-content: center;
}
.adindex img{
    display: flex;
}
/*北方招标展示*/
.business{
    padding-top: 15px;
    box-sizing: border-box;
}

/*左侧公共样式*/
.leftmenu{
    padding: 0;
}
.leftmenu-title{
    height: 60px;
    background-color: #123682;
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px 0 30px;
}
.leftmenu-title-zh{
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
}
.leftmenu-title-en{
    font-size: 15px;
    line-height: 20px;
    color: #FFF;
}
.leftmenu ul{
    width: 100%;
    min-height: 400px;
    background-color: #F1F1F1;
}
.leftmenu li {
    height: 42px;
    width: 100%;
    background: #F1F1F1;
}
.leftmenu li a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #585858;
}
.leftmenu li a.active {
    background-color: #2389f8;
    color: #FFFFFF;
}
.leftmenu li a:hover {
    background-color: #2389f8;
    color: #FFFFFF;
}
/*内页列表*/
.innews-list{
    padding-right: 0;
}
.innews-list-top{
    font-size: 18px;
    font-weight: 500;
    color: #808080;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    /*border-bottom: 1px solid #cecece;*/
}
.innews-list-top span{
    font-size: 12px;
    font-weight: normal;
    color: #808080;
    margin-left: 10px;
}
.innews-list-top-right{
    font-size: 14px;
    display: flex;
    align-items: center;
}
.innews-list-top-right a{
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 25px;
    margin-right: 5px;
}
.innews-list-top-right a.active{
    color: #123682;
}
.innews-list-top-right a::after{
    content: '>>';
    position: absolute;
    right: 0;
    font-size: 12px;
}
.innews-list-top-right a:last-child{
    padding-right: 0;
    margin-right: 0;
}
.innews-list-top-right a:last-child::after{
    content: '';
}
.innews-list ul{
    padding: 10px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    min-height: 450px;
}
.innews-list ul li{
    list-style-type: disc;
    font-size: 15px;
    line-height: 37px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 12px;
    box-sizing: border-box;
}
.innews-list ul li::before{
    content: '';
    background-color: #2b2b2b;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: 0;
}
.innews-list-title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-right: 20px;
    box-sizing: border-box;
}
.innews-list-date{
    color: #909090;
    min-width: 100px;
    text-align: right;
}
.innews-info{
    background-color: #FFFFFF;
    padding: 10px;
    box-sizing: border-box;
}
.innews-info-title{
    text-align: center;
    line-height: 30px;
    color: #123682;
    font-size: 16px;
    font-weight: bold;
    padding-top: 15px;
}
.innews-info-statis{
    color: #9fa0a0;
    font-size: 14px;
    border-bottom: 1px dashed #666;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
    margin-top: 10px;
}
.innews-info-statis span{
    color: #231815;
    padding: 0 15px;
    box-sizing: border-box;
}
.innews-info-content{
    padding-top: 15px;
    min-height: 380px;
}
#tool {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display:none;
}
ul.toollist {
    position: fixed;
    z-index: 900;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    height: 55px;
}
.toollist {
    background: #123682;;
}
.toollist li {
    border-right: 1px solid rgba(255, 255, 255, 0.7);
}
.toollist li {
    float: left;
    width: auto;
    height: 100%;
    width: 25%;
    position: static !important;
    margin: 0;
    border-radius: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-box-sizing: border-box;
    box-shadow: none !important;
    background: none;
}
.toollist li a {
    color: #fff;
}
.toollist li a {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    display: block;
    text-decoration: none;
    padding-top: 5px;
    position: relative;
}
.toollist li a img {
    width: 24px;
    height: 24px;
}
.toollist li a p {
    margin: 1px 0 1px 0;
    font-size: 14px;
    display: block !important;
    line-height: 18px;
    text-align: center;
}
.toollist li.li4 {
    border: none;
}
@media (min-width: 1200px) {
.container {
	width:1200px;
}
}
@media (min-width: 1024px) {

}
@media (max-width: 991px) {

}
@media (max-width: 767px) {
    #tool {
        display:block !important;
    }
    .mtop{
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        background-color: #dbe7ff;
    }
    .mtopmar{
        display: block;
        height: 70px;
    }
    .top-navbar a{
        display:block;
    }
    .top {
        height: 70px;
        position: relative;
    }
    .top-left{
        text-align: center;
    }
    .top-logo{
        margin-right: 30px;
    }
    .top-logo img{
        height: 40px !important;
    }
    .top-right{
        display: none !important;
    }
    .index_search{
        display: flex;
    }
    .returnhome{
        display: flex;
        position:absolute;
        left:0;
        z-index: 9;
        font-size: 14px;
        color: #123682;
    }
    .navm{
        position: fixed;
        z-index: 999;
        right: 15px;
        display:none;
        top: 60px;
    }
    .navbar-collapse.collapse {
        z-index: 999;
        margin-top:0;
    }
    .nav{
        height:auto;
    }
    .nav .container {
        padding: 0 15px;
    }
    .nav > li{
        text-align:left;
    }
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: -108px;
        margin-right:8px;
        margin-bottom: 8px;
        /*background-color: #ea5503;*/
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        top: 0;
        z-index:999;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background-color: #2389f8;
    }
    .navbar-toggle .word {
        font-size:11px;
        color: #2389f8;
    }
    .collapse {
        display: block !important;
    }
    .dropdown-menu {
        width: 100%;
    }
    .banner-pc{
        display: none;
    }
    .banner-mobile{
        display: block;
    }
    .adindex {
        padding: 0;
    }
    .procurement {
        padding: 10px 0 0;
    }
    .listbox-title{
        height: 30px;
        line-height: 33px;
        font-size: 14px;
    }
    .listbox-con-info {
        font-size: 14px;
        line-height: 30px;
        padding-left: 12px;
    }
    .listbox-con-info-title {
        padding-right: 30px;
    }
    .business {
        padding: 10px 0 0;
    }
    .listbox-con-picture {
        padding: 10px 0;
        margin-top: 0;
        width: 100%;
    }
    .listbox-con-picture .listbox-con-picture-name {
        padding: 5px 5px 0 5px;
    }
    .innews-list-top span {
        display: none;
    }
    .footer {
        padding: 10px 0;
        font-size: 12px;
    }
    .footer-right{
        display: none;
    }
    .footer-copyright a {
        display: block;
    }
    .footer .container{
        padding: 0;
    }
    .leftmenu {
        display: none;
    }
    .innews-list {
        padding-left: 0;
    }
    .innews-list-top {
        font-size: 14px;
        height: 45px;
    }
    .innews-list-top-right {
        font-size: 12px;
    }
    .innews-list-top-right a {
        font-size: 12px;
        padding-right: 20px;
        margin-right: 1px;
    }
    .global_search{
        display: none;
    }
}
@media (max-width: 480px) {
 
}
@media (min-width: 992px) and (max-width: 1199px) {
    .nav > li > a {
        padding: 10px 22px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .nav > li > a {
        padding: 10px 10px;
    }
}