@charset "UTF-8";
html{margin: 0;padding: 0;font-family: "微软雅黑";font-size: 12px;}
body{}
p{display: block;}
a:hover{text-decoration: none;color: #b70910;}
.margin{max-width: 7.5rem;margin:0 auto;}
.clear{ clear:both} 

/*公共头部*/
#head{
	width: 7.5rem;
	margin:0 auto;
}
#head .head_nav {
	height: 0.50rem;
	text-align: left;
	overflow: hidden;
}
#head .head_nav .item {
	display: inline-block;
	padding: 0.1rem;
	font-size: 0.18rem;
}
#head .head_nav .navi_item  {
	padding: 0.15rem;
}
#head .head_nav a {
	color: white;
}
#head .head_nav .menu_item {
	display: none;
}
#head .head_nav .menu_btn {
	display: inline-block;
}
#head .head_nav .menu_btn .symbol {
	display: inline-block;
	width: 0.36rem;
	height: 0.31rem;
	margin: 0 0.1rem 0 0;
	background: url(../images/nav.png) no-repeat 0rem center / 0.36rem 0.31rem;
	vertical-align: middle;
}
#head .head_nav .search_btn{
	margin-left: 0.25rem;
	cursor: pointer;
}
#head .head_nav .search_btn .search {
	display: inline-block;
	width: 0.32rem;
	height: 0.32rem;
	margin: 0 0.1rem 0 0;
	background: url(../images/search.png) no-repeat 0rem center / 0.32rem 0.32rem;
	vertical-align: middle;
}
#head .head_nav .phone_btn{
	float: right;
}
#head .head_nav .phone_btn .phone {
	display: inline-block;
	width: 0.32rem;
	height: 0.32rem;
	margin: 0 0.1rem 0 0;
	background: url(../images/phone.png) no-repeat 0rem center / 0.32rem 0.32rem;
	vertical-align: middle;
}
#head .head_nav {
	height: auto;
	overflow: visible;
}
#head .head_nav .navi_item {
	display: block;
	background: #ffffff;
}
#head .head_nav .navi_item a{
	color: black;
}
#head .head_nav .navi_item .son_nav_cnt{
	/*float: right;*/
	display: inline-block;
}
#head .head_nav .navi_item .circle{
	display: inline-block;
	width: 0.1rem;
	height: 0.12rem;
	background: url(../images/circle.jpg) no-repeat 0rem center / 0.1rem 0.18rem;
	vertical-align: middle;
}
#head .head_nav .navi_item {
	display: none;
}
#head .head_nav .menu_item {
	display: block;
	background: #c41f1f;
}
#head .head_nav.on .navi_item {
	display: block;
	width: 5.7rem;
	padding: 0.30rem;
	border-bottom: solid 1px #ededed;
}
#head .head_nav.on .navi_item a{
	font-size: 0.24rem;
}
#head .head_nav.on .son_nav{
	position: absolute;
	z-index: 1;
	height: 100%;
	background: white;
}
#head .son_menu_btn{
	cursor: pointer;
}
#head .second_nav{
	display: none;
}
#head .navi_item.on .second_nav{
	display: block;
	margin-top: 10px;
}
#head .navi_item.on .second_nav a{
	width: 5.7rem;
	padding: 0.2rem 0;
	padding-left: 0.2rem;
	display: inline-block;
	font-size: 0.2rem;
	color: #5c5c5c;
}
#head .navi_item_btn{
	width: 95%;
	display: inline-block;
}
/*#head .navi_item_btn .circle{
	display: inline-block;
	width: 0.1rem;
	height: 0.12rem;
	background: url(../images/circle.jpg) no-repeat 0rem center / 0.1rem 0.18rem;
	vertical-align: middle;
}*/



#head .from{
	display: none;
	position: absolute;
	padding-left: 0.15rem;
}
#head .from input[type='text']{
	height: 0.32rem;
	width: 1.5rem;
	vertical-align: middle;
}
#head .from input[type='submit']{
	width: 0.32rem;
	height: 0.32rem;
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
	background: url(../images/search.png) no-repeat center center / 0.32rem 0.32rem;
	vertical-align: middle;
}
.logo{
	text-align: center;
	padding:0.18rem 0 0.2rem 0;
}
.logo .logo_img{
	display: inline-block;
	width: 0.87rem;
	height: 0.75rem;
	background: url(../images/logo.png) no-repeat 0rem center / 0.87rem 0.75rem;
	vertical-align: middle;
}
.logo .logo_font{
	display: inline-block;
	padding-left: 0.15rem;
	font-size: 0.28rem;
	font-weight: bold;
	vertical-align: middle;
}
/*公共头部 end*/

/* 广告图 -------------------------------------- */
.focus{width:7.5rem; height:3.1rem;  margin:0 auto; position:relative; overflow:hidden; z-index: 0  }
.focus .hd{ width:100%; height:20px;  position:absolute; z-index:1; bottom:5px; text-align:center;  }
.focus .hd ul{ display:inline-block; height:15px; padding:3px 5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; font-size:0; vertical-align:top;
}
.focus .hd ul li{ display:inline-block; width:15px; height:15px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:10px; background:#fdfdfd; margin:0 5px;  vertical-align:top; overflow:hidden;text-indent: 110px}
.focus .hd ul .on{ background:#adadad;  }

.focus .bd{ position:relative; z-index:0; }
.focus .bd li img{ width:100%;  height:3.1rem; background:url(images/loading.gif) center center no-repeat;  }
.focus .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */  }
/* 广告图 -------------------------------------- end*/

/*公共底部*/
.footer{
	height: auto;
	background: #292929;
	text-align: center;
}
.footer .footer_content{
	padding: 0.1rem;
}
.footer .footer_content p{
	font-size: 0.2rem;
	color: #8d8d8d;
}
.footer a{
	color: #8d8d8d;
}
/*公共底部 end*/

/*首页内容区域头部公共导航*/
h3{
	text-align: center;
	font-size: 0.22rem;
	margin:0.25rem 0;
	padding-top: 0.25rem;
}
#nav{
	height: auto;
	overflow: hidden;
	display: inline-block;
}
@media(max-width: 414px){
	.nav{
		float: left;
	}
}
.nav{
	display: inline-block;
	margin:0.1rem;
}
#nav .bg{
	background: #e5e5e5;
	border-radius: 5px;
	padding: 0.05rem;
}
#nav .bg .nav_name{
	margin: 0.1rem;
	font-size: 0.18rem;
}
#nav .nav.on .bg{
	background: #c41f1f;
	border-radius: 5px;
}
#nav .nav.on .bg .nav_name{
	color: white;
	font-size: 0.18rem;
	margin: 0.1rem;
}
/*首页内容区域头部公共导航 end*/

/*招标采购信息公告*/
.notice{
	text-align: center;
}
#notice_content{
	margin: 0.2rem 0;
}
.notice .notice_content{
	display: inline-block;
    margin:0.1rem 0.05rem;
    border: 1px solid white;
    vertical-align: top;
}
.notice .notice_content .content_detail{
	text-align: left;
	width: 3.44rem;
    height: 1.45rem;
    border: 1px solid #fff;
    margin:0.1rem 0;
}
.notice .detail_img{
	float: left;
	height: 1.45rem;
	width: 0.2rem;
	margin-left: 0.1rem;
}
.notice .detail_img img{
	width: 0.2rem;
	height: 0.21rem;
}
.notice .detail_text{
	float: left;
	width: 2.8rem;
	margin: 0 0.15rem;

}
.notice .notice_content:hover{
	border: 1px solid #c41f1f;
}
.notice .content_detail .title{
	font-size: 0.18rem;
}
.notice .content_detail .detail{
	text-align: left;
	color: #898888;
    font-size: 0.14rem;
    font-family: '宋体';
} 
/*招标采购信息公告 end*/

/*报名资料下载*/
.download{
	border: 1px solid #e9e9e9;
	text-align: center;
	margin-bottom: 0.2rem;
}
.download .download_title{
	padding: 0.2rem 0;
	font-size: 0.22rem;
	color: #c41f1f;
	background: #f5f5f5;
}
.download .download_title a{
	color: #c41f1f;
}
.download .download_icon{
	margin:0.3rem 0.1rem 0 0.1rem;
	display: inline-block;
	width: 1.45rem;
	vertical-align: top;
}
.download .download_icon img{
	width: 0.95rem;
	height: 0.95rem;
}
/*报名资料下载 end*/

/*登陆注册*/
.login{
	border: 1px solid #e9e9e9;
	text-align: center;
	margin-bottom: 0.2rem;
}
.login .login_title{
	padding: 0.2rem 0;
	font-size: 0.22rem;
	color: #c41f1f;
	background: #f5f5f5;
	margin:0;
}
.login .login_icon{
	margin:0.3rem 0.1rem 0 0.1rem;
	display: inline-block;
	width: 1.45rem;
	vertical-align: top;
}
.login .login_icon img{
	width: 0.95rem;
	height: 0.95rem;
}
/*登陆注册 end*/

/*项目展示*/
.project{
	text-align: center;
}
.project .project_content .content_detail{
	display: inline-block;
	vertical-align: top;
}
.project .project_detail_img{
	width: 3.49rem;
	height: 2.32rem;
	margin: 0.2rem 0.05rem;
    overflow: hidden;
    position: relative;
    text-align: center;
    display: block;
}
.project .project_detail_img img{
	width: 100%;
	height: 100%;
}
.project .project_detail_name{
	width: 3.49rem;
	font-size: 0.18rem;
}
.project .project_detail_img .span{
	width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
    position: absolute;
    top: 0px;
}
.project .project_detail_img .span img{
	width: 0.32rem;
    height: 0.32rem;
    margin-top: 1rem;
}
.project .project_detail_img:hover .span{
	display: block;
}
/*项目展示 end*/


/*公司图库*/
.company{
	text-align: center;
	background: #f5f5f5;
	padding-bottom: 0.2rem;
}
.company .company_content .content_detail{
	display: inline-block;
	vertical-align: top;
}
.company .company_detail_img{
	width: 3.49rem;
	height: 2.32rem;
	margin: 0.2rem 0.05rem;
	overflow: hidden;
    position: relative;
    text-align: center;
    display: block;
}
.company .company_detail_img img{
	width: 100%;
	height: 100%
}
.company .company_detail_name{
	width: 3.49rem;
	font-size: 0.18rem;
}
.company .company_detail_img .span{
	width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
    position: absolute;
    top: 0px;
}
.company .company_detail_img .span img{
	width: 0.32rem;
    height: 0.32rem;
    margin-top: 1rem;
}
.company .company_detail_img:hover .span{
	display: block;
}
/*公司图库 end*/

/*法律法规*/
.legal{
	text-align: center;
}
.legal #legal_content{
	margin:0.2rem 0;
}
.legal .legal_list{
	/*display: inline-block;*/
	margin:0.2rem 0.1rem;
	text-align: center;
	text-align: left;
}
.legal .legal_title{
	display: inline-block;
	vertical-align: bottom;
	font-size: 0.18rem;
}
.legal .leagal_time{
	float: right;
	display: inline-block;
	vertical-align: bottom;
}
/*法律法规 end*/

/*新闻资讯*/
.info{
	text-align: center;
	background: #f5f5f5;
}
.info #info_content{
	margin:0.2rem 0;
}
.info .info_content .content_detail{
	display: inline-block;
	vertical-align: top;
}
.info .info_detail_img{
	width: 3.49rem;
	height: 2.32rem;
	margin: 0.2rem 0;
}
.info .info_detail_img img{
	width: 100%;
	height: 100%
}
.info .info_detail_name{
	width: 3.49rem;
	font-size: 0.18rem;
}
.info .info_detail{
	width: 3.49rem;
	text-align: left;
}
.info .info_breif{
	margin:0.1rem 0;
	font-size: 0.14rem;
	color: #8c8c8c;
}
.info .info_time{
	margin:0.1rem 0;
	font-size: 0.16rem;
	color: #c41f1f;	
}
.info .info_time img{
	vertical-align: middle;
}
.info .info_time span{
	vertical-align: middle;
}
.info .info_time img{
	margin: 0 0.05rem;
}

/*新闻资讯 end*/


/*友情链接*/
.link{
	text-align: center;
	margin-bottom: 0.2rem;
}
.link .link_title{
	padding: 0.2rem 0;
	font-size: 0.22rem;
	color: #c41f1f;
}
.link_list .link_img{
	display: inline-block;
}
.link .link_list .link_img{
	width: 1.1rem;
	margin:0.2rem 0.1rem;
}
.link .link_list .link_img img{
	width: 100%;
}

/*友情链接 end*/

/*新闻资讯页面*/
#inside_info .info{
	background: white;
}
#inside_info .info .title{
	padding:0.2rem 0;
	font-size: 0.22rem;
}
#inside_info .on{
	background: #c41f1f;
}
#inside_info .on a{
	color: white;
}
#inside_info .info_content{
	text-align: left;
	margin:0 0.1rem;
	padding: 0.2rem 0;
	/*border-bottom: 1px dashed #d9d9d9;*/
}
#inside_info .info_img{
	display: inline-block;
	width: 2.5rem;
	height: 1.57rem;
	vertical-align: middle;
}
#inside_info .info_img img{
	width: 100%;
	height: 100%;
}
#inside_info .info_detail{
	width: 4.4rem;
	display: inline-block;
	vertical-align: middle;
	margin:0 0.1rem;
}
#inside_info .info_detail .info_title{
	margin:0.2rem 0;
	font-size: 0.18rem;
}
#inside_info .info_detail .info_description{
	margin:0.2rem 0;
	font-size: 0.16rem;
	color: #8c8c8c;
}
#inside_info .info_detail .info_time{
	margin:0.2rem 0;
	font-size: 0.14rem;
}
#inside_info .info_detail .info_time img{
	max-width: 0.13rem;
	max-height: 0.13rem;
	margin:0 0.05rem;
}
#inside_info .info #info_content #turn_page{
	margin: 0.5rem 0;
}
#inside_info .info #lib_info_list{
	text-align: left;
	margin: 0 0.15rem;
}
#inside_info .info #lib_info_list li{
	padding: 0.2rem 0;
	border-bottom: 1px dashed #d9d9d9;
}
#inside_info .info_border{
	border-bottom: 1px solid #eeeeee;
}
#inside_info .border_bottom{
	border-bottom: 1px dashed #d9d9d9;
	margin:0 0.1rem;
}
#inside_info .info_on{
	background: #f3f3f3;
}
/*新闻资讯页面 end*/

/*新闻详细页*/
.info_detail{
	text-align: center;
}
.info_detail .info_head{
	padding:0.2rem 0;
	font-size: 0.22rem;
}
.info_detail #nav .on{
	background: #c41f1f;
}
.info_detail .on a{
	color: white;
}
.info_detail .content{
	margin:0.2rem;
	text-align: left;
}
/*新闻详细页 end*/

/*关于我们*/
#article .title{
	text-align: center;
	margin:0.3rem 0;
}
#article #nav{
	width: 100%;
	text-align: center;
}
#article #nav .nav{
	float: none;
}
#article .on{
	background: #c41f1f;
}
#article .on a{
	color: white;
}
#article .article_content{
	margin: 0.3rem 0.2rem;
	text-align: left;
}
#article .content_title{
	display: inline-block;
	margin:0.25rem;
	font-size: 0.2rem;
} 
#article .detail .detail_img_bg{
    float: right;
	width: 3.14rem;
    height: 2.37rem;
    margin: 0px 0px 0.25rem 0.25rem;
    position: relative;
    background: url(../images/article.jpg) no-repeat;
}
#article .detail .detail_img{
    height: 1.8rem;
    width: 2.72rem;
	padding: 2px;
    border: 1px solid #fff;
    position: absolute;
    background: #fff;
    right: 0px;
    bottom: 0px;
    right: 0.33rem;
    bottom: 0.06rem;
}
#article .detail .detail_img .img{
    height: 1.8rem;
    width: 2.72rem;
	display: block;
    overflow: hidden;
}
#article .detail .detail_img .img img{
	width: 100%;
	height: 100%;
}
/*关于我们 end*/

/*招标采购信息公告页*/
#product{
	text-align: center;
}
#product .head_title{
	text-align: center;
	font-size: 0.22rem;
	margin:0.3rem 0;
}
#product #nav{
	display: inline-block;
}
#product .on{
	background: #c41f1f;
}
#product .on a{
	color: white;
}
#product .content{
	margin: 0 0.1rem;
}
#product .content_list{
	width: 100%;
	padding: 0.25rem 0;
	text-align: left;
	border-bottom: 1px dashed #d9d9d9;
}
#product .content_list .list_img{
	display: inline-block;
	vertical-align: middle;
}
#product .content_list .list_title{
	display: inline-block;
	vertical-align: middle;
}
#product .content_list .list_time{
	display: inline-block;
	vertical-align: middle;
	float: right;
}
#product .content_list .list_img img{
	padding: 0 0.15rem;
	padding-top: 0.03rem;
	max-width: 0.2rem;
	max-height: 0.21rem;
}
#product .content_list .list_title a:hover{
	color: #b70910;
}
/*招标采购信息公告页 end*/

/*招标采购信息公告详细页*/
#product_detail{
	text-align: center;
}
#product_detail .head_title{
	text-align: center;
	font-size: 0.22rem;
	margin:0.3rem 0;
}
#product_detail #nav{
	display: inline-block;
}
#product_detail .on{
	background: #c41f1f;
}
#product_detail .on a{
	color: white;
}
#product_detail .content{
	margin:0.2rem;
	text-align: left;
}
#product_detail .content_title{
	margin:0.2rem 0;
	text-align: center;
	font-size:25px;
}

/*招标采购信息公告详细页 end*/
/*图库展示*/
#instance{
	text-align: center;
	margin-bottom: 0.4rem;
}
#instance .instance_title{
	text-align: center;
	margin:0.2rem 0;
}
#instance #nav .nav{
	display: inline-block;
}
#instance .on{
	background: #c41f1f;
}
#instance .on a{
	color: white;
}
#instance .detail{
	display: inline-block;
	vertical-align: top;
}
#instance .detail .detail_img{
	width: 3.49rem;
	height: 2.32rem;
	margin: 0.2rem 0.05rem;
	overflow: hidden;
    position: relative;
    text-align: center;
    display: block;
}
#instance .detail .detail_img img{
	width: 100%;
	height: 100%
}
#instance .detail .detail_name{
	width: 3.49rem;
	font-size: 0.18rem;
}
#instance .detail .detail_img .span{
	width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
    position: absolute;
    top: 0px;
}
#instance .detail .detail_img .span img{
	width: 0.32rem;
    height: 0.32rem;
    margin-top: 1rem;
}
#instance .detail .detail_img:hover .span{
	display: block;
}

/*图库展示 end*/

/*下载中心*/
#download{
	text-align: center;
}
#download .download{
	border: none;
}
#download .on{
	background: #c41f1f;
}
#download .on a{
	color: white;
}
#download .download .title{
	margin:0.2rem 0;
	font-size: 0.22rem;
}
#download #lib_download_list{
	margin: 0 0.2rem;
}
#download #lib_download_list li{
	width: 100%;
	display: inline-block;
	text-align: left;
}
#download #lib_download_list .name{
	display: inline-block;
	vertical-align: middle;
}
#download #lib_download_list .download{
	float: right;
	vertical-align: middle;
}

/*下载中心 end*/

/*分页样式*/
#turn_page{text-align: center;height:0.26rem; line-height:0.26rem;color:#bdbdbd;padding: 0.5rem 0;}
#turn_page .page_button{background:#fff; border:1px solid #ccc; margin:0 0.03rem; padding:0.02rem 0.08rem;color:#bdbdbd;}
#turn_page .page_item{background:#fff; border:1px solid #ccc; padding:0.02rem 0.1rem; margin:0 3px;color: #bdbdbd;}
#turn_page .page_item_current{background:#c51a1b; border:1px solid #bdbdbd; padding:0.02rem 0.1rem; margin:0 3px; color:white;}
/*分页样式 end*/
#product_detail table{
	width: 100% !important;
	margin: 0 !important;
}
#product_detail table td{
	width:50% !important;
}
#product_detail p{
	text-indent: 2em !important;
}