@charset "utf-8";



/*top*/
.top-box {
	background-color: #4c5a65;
	box-shadow:0 0 3px rgba(0,0,0,0.3);
	height: 60px;
	width: 100%;
	position:relative;
}
.top-box .top-box-media {
	width:1200px;
}
.top-box-media .top-box-nav {
	width:100%;
}
.top-box-media .top-box-nav li {
	height:60px;
	line-height:60px;
	font-size:16px;
	float:left;
	padding:0 0 0 25px;
}
.top-box-nav li a {
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
	background-color: transparent;
	display: inline-block;
	margin-right: 25px;
}
.top-box-nav li:hover {
	background-color: #088CCC;
}
.top-box-media .top-box-nav li.top-box-nav-active {
	height:60px;
	line-height:52px;
	font-size:16px;
	float:left;
	padding:0 0 0 25px;
}
.top-box-nav li.top-box-nav-active a {
	color: #ffffff;
    cursor: default;
    text-decoration: none;
	background-color:transparent;
	display:inline-block;
	margin-right:25px;
	border-top: 4px solid #ffffff;
}
.top-box-nav li.top-box-nav-active a:hover {
	color: #ffffff;
}

.top-box-nav li span {
	color: #FFFFFF;
	font-size:12px;
}
.top-box-nav li.nav-down {
	float:right;
	padding:0 25px;
	height:60px;
	color:#fff;
	position:relative;
	transition:all 0.3s ease;
}
.top-box-nav li.nav-down:hover {
	display:block;
	height:60px;
	cursor:pointer;
	color:#cceffa;
	background-color:#088ccc;
	transition:all 0.3s ease;
}
.top-box-nav li.nav-down .nav-menu {
	display: none;
	transition:all 0.3s ease;
}
.top-box-nav li.nav-down:hover .nav-menu {
	display: inline;
	background-color:#ffffff;
	min-width:140px;
	height:auto;
	padding-bottom:12px;
	border:1px solid #eaeaea;
	border-radius:2px;
	position:absolute;
	right:0;
	padding:10px 0;
	box-shadow: 1px 0 6px rgba(0,0,0,.1);
	white-space: nowrap;
	z-index:9999;
	transition:all 0.3s ease;
}
.top-box-nav li.nav-down i.nav-menu-arrow {
	color: #fff;
    font-size: 34px;
    border-width: 6px;
    box-shadow: -3px -3px 6px rgba(0,0,0,.1);
    transform-origin: 0 0;
    transform: rotate(45deg);
    position: absolute;
    top: -7px;
    border-style: solid;
    right: 45px;
}
.top-box-nav li.nav-down .nav-menu a {
	display: block;
	color:#4f4f4f;
	font-size:16px;
	text-indent:20px;
	height:42px;
	line-height:42px;
	width:100%;
}
.top-box-nav li.nav-down .nav-menu a:hover {
	color:#ffffff;
	background-color:#088ccc;
}
.top-box-media .top-box-nav-move {
	display:none;
}
.top-box-media .top-box-sousuo-move {
		display: none;
	}
.top-box-media .top-box-login {
	height:60px;
	font-size:14px;
}
.top-box-login .top-link {
	width:130px;
	height:60px;
	line-height:60px;
	position:relative;
	text-align:center;
}
.top-box-login .top-link:hover {
	width:128px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
.top-box-login .top-link a {
	height:60px;
	display:inline-block;
}
.top-box-login .top-link .top-link-menu {
	display:none;
}
.top-box-login .top-link:hover .top-link-menu {
	display: inline;
}
.top-link .top-link-menu {
	width:128px;
	border:1px solid #cccccc;
	position:absolute;
	top:60px;
	left:-1px;
	background-color:#ffffff;
}
.top-link .top-link-menu a {
	width:100%;
	font-size:12px;
	height:40px;
	line-height:40px;
	display:block;
}
.top-link .top-link-menu a:hover {
	background-color:#fafafa;
}

a#Login {
	display: inline-block;
	color: #333;
	height: 60px;
	line-height: 60px;
}
a#Login:hover {
	color: #088CCC;
}

.wlogin-box a {
	float:left;
	line-height:60px;
}
.wlogin-box .sLogin-box {
	line-height:60px;
	padding:0 8px;
}
.wlogin-box .sLogin-box p {
	color:#cccccc;
	padding-left:10px;
}
.wlogin-box .sLogin-box a {
	width:20px;
	height:20px;
	display:inline-block;
	margin: 0 3px;
	padding-top:5px;
}
.login-box a {
	line-height:60px;
	padding-right:15px;
}

/*header*/
.header-box {
	width:1200px;
	height:130px;
}
.header-box .logo-box {
	width:200px;
	height:70px;
	margin-top:30px;
}
.header-box .search-box {
	width:520px;
	height:45px;
	margin-top:45px;
	margin-left:100px;
	background-color:#ffffff;
	box-shadow: 1px 1px 1px 0px rgba(0,0,0,.08);
}
.search-box .search-input {
	width:390px;
	height:45px;
	padding-left:10px;
}
.search-box .search-input input {
	width:390px;
	height:41px;
	border:1px solid #ffffff;
	font-family: "Microsoft Yahei","Tahoma","SimSun","宋体";
	font-size:14px;
}
.search-box .search-btn {
	width:100px;
	height:45px;	
}
.search-box .search-btn input {
	width:100px;
	height:45px;
	font-family: "Microsoft Yahei","Tahoma","SimSun","宋体";
	font-size:16px;
	background-color:#088ccc;
	border:0;
	cursor: pointer;
	color:#e4eef9;
	transition:all 0.2s ease;
}
.search-box .search-btn input:hover {
	color:#ffffff;
	background-color:#3c86d5;
	transition:all 0.2s ease;
}
.header-box .login-box {
	height:30px;
	margin-top:55px;
}
.login-box .login-agile {
	font-size:14px;
	color:#999999;
	width:190px;
}
.login-agile a {
	display:inline-block;
	width:30px;
	height:30px;
	padding:0;
	margin-bottom:-10px
}
.login-agile a#t-weixin {
	background: url("../icon/icon_WeiXin.svg") no-repeat center;
	background-size: 30px;
}
.login-agile a#t-weibo {
	background: url("../icon/icon_WeiBo.svg") no-repeat center;
	background-size: 30px;
}
.login-agile a#t-qq {
	background: url("../icon/icon_QQ.svg") no-repeat center;
	background-size: 30px;
}
.login-box .login-sign-box {
	height:30px;
	margin-top:-18px;
}
.login-sign-box a {
	display:inline-block;
	height:30px;
	margin:0;
	padding:0;
}
.login-sign-box span {
	font-size:12px;
	color:#b1dff4;
	padding:0 12px;
}

.login-box .login-sign-yes-box {
	font-size:14px;
	height:30px;
	margin-top:-18px;
	color:#666666;
}
.login-sign-yes-box a {
	display:inline-block;
	height:30px;
	margin:0;
	padding:0;
	font-weight:700;
	color:#3c86d5;
}



/*广告*/
.ad-top-box {
	width:1200px;
	height:100px;
	margin-top:25px;
	margin-bottom:30px;
}
.ad-top-box .ad-box-1200x100 {
	width:1200px;
	height:100px;
	overflow:hidden;
	border-radius:6px;
	background-color:#f0f0f0;
}
.ad-box-340x120 {
	width:340px;
	height:120px;
	overflow:hidden;
	border-radius:6px;
	background-color:#f0f0f0;
}
.ad-box-340x340 {
	width:340px;
	height:340px;
	overflow:hidden;
	border-radius:6px;
	background-color:#f0f0f0;
	margin-top:1.5rem;
}
.ad-box-300x140 {
	width:300px;
	height:140px;
	overflow:hidden;
	border-radius:4px;
	background-color:#f0f0f0;
}
.ad-box-300x140 img {
	width:300px;
	height:auto;
	border:0;
	overflow:hidden;
}
.ad-box-300x360 {
	width:300px;
	height:360px;
	border-radius:4px;
	overflow:hidden;
	background-color:#f0f0f0;
}
.ad-box-300x360 img {
	width:300px;
	height:auto;
	border:0;
	overflow:hidden;
}



/*当前位置*/
.position-box {
	width:1200px;
	height:40px;
	padding-bottom:20px;
}
.position-l {
	font-size:14px;
	line-height:40px;
}
.position-l a {
	padding:0 3px;
}
.position-l a#logo {
	width:175px;
	height:30px;
	display:inline-block;
}
.position-l a#logo img {
	width:161px;
	height:30px;
	vertical-align: top;
}
.position-r .Search-box {
	height:40px;
	line-height:40px;
	font-size:14px;
	background-color:#fafafa;
	border-radius:4px;
	padding:0 15px;
}
.Search-box i {
	font-size:18px;
	display:inline-block;
	vertical-align:top;
	color:#ff7300;
	padding-right:4px;
	font-weight: 700;
	
}
.Search-box a {
	color:#999999;
}
.Search-screen {
	height:45px;
}
.Search-screen a {
	font-size:14px;
	display:inline-block;
	height:45px;
	line-height:45px;
	border:1px solid #eaeaea;
	min-width:120px;
	text-align:center;
	margin-right:-6px;
	position:relative;
	z-index:1;
}
.Search-screen a:hover {
	border:1px solid #5089d3;
	z-index:2;
}
.Search-screen a.Search-screen-active {
	font-size:14px;
	display:inline-block;
	height:45px;
	line-height:45px;
	color:#5089d3;
	border:1px solid #5089d3;
	min-width:120px;
	text-align:center;
	margin-right:-6px;
	position:relative;
	z-index:2;
}
.Search-screen-list {
	font-size:14px;
	line-height:22px;
	color:#4f4f4f;
	margin-bottom:1rem;
}
.Tender-screen {
	height:40px;
	border-bottom:1px solid #eaeaea;
	position:relative;
}
.Tender-screen a {
	display:inline-block;
	height:40px;
	border-bottom:1px solid #eaeaea;
	padding:0 15px;
}
.Tender-screen a.Tender-screen-active {
	display:inline-block;
	height:37px;
	border-bottom:4px solid #ff7300;
	padding:0 15px;
	font-weight:700;
	color:#ff7300;
}


/*二级栏目导航*/
.position-nav {
	width:100%;
	height:70px;
	background-color:#ffffff;
	margin-bottom:25px;
	border-top:2px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	position:relative;
}
.position-nav ul li {
	float:left;
	line-height:70px;
}
.position-nav li a {
	height:70px;
	color:#666666;
}
.position-nav li a:hover {
	height:70px;
	color:#088ccc;
}
.position-nav li span {
	font-size:12px;
	color:#e2e2e2;
	margin: 0 20px;
}
.position-nav li.position-nav-active a {
	border-top:4px solid #088ccc;
	display:inline-block;
	margin-top:-3px;
	height:70px;
	color:#088ccc;
	font-weight:700;
}



/*主框架*/
.main-box {
	width:1140px;
	background-color:#ffffff;
	padding:30px;
}
.main-box .main-l {
	width:800px;
	float:left;
}
.news-item-box .news-item-img {
	padding:18px 0;
	border-bottom:1px solid #eeeeee;
	background-color:#ffffff;
	transition:all 0.2s ease;
}
.news-item-box .news-item-img:hover {
	border-bottom:1px solid #eeeeee;
	background-color:#fafafa;
	transition:all 0.2s ease;
}
.news-item-img .news-photo {
	float:left;
	display: block;
    width: 160px;
    height: 120px;
    overflow: hidden;
}
.news-item-img .news-photo img {
	transform: scale(1);
	transition: transform .5s;
}
.news-item-img .news-photo img:hover {
	transform: scale(1.1);
	transition: transform .5s;
}
.news-item-img .news-detail {
	width: 600px;
    margin-left: 25px;
    float: left;
}
.news-detail .news-title {
	width: 90%;
}
.news-detail .news-title h3 {
	font: normal 22px/28px "Microsoft Yahei";
    min-height: 60px;
    padding-bottom: 26px;
	padding-top:8px;
	font-weight:700;
}
.news-detail .news-tag {
	height:22px;
}
.news-tag .news-tag-name {
    line-height: 14px;
    margin-right: 10px;
	font-size:14px;
}
.news-tag .news-tag-time {
    font-size:14px;
	line-height: 12px;
	margin-right: 6px;
}
.news-tag .news-tag-zan {
	font-size:12px;
	line-height: 12px;
	float:right;
	padding-top:4px;
	cursor: pointer;
	position:relative;
}
.news-tag .news-tag-zan:hover {
	color:#088ccc;
}
.news-tag .news-tag-zan i {
	margin-right:4px;
	vertical-align: top;
}


.news-item-box .news-item-text {
	padding:18px 0;
	border-bottom:1px solid #eeeeee;
	background-color:#ffffff;
	transition:all 0.2s ease;
}
.news-item-box .news-item-text:hover {
	border-bottom:1px solid #eeeeee;
	background-color:#fafafa;
	transition:all 0.2s ease;
}
.news-item-text .news-detail {
	width: 785px;
}
.news-item-text .news-detail .news-title h3 {
	font: normal 22px/28px "Microsoft Yahei";
	font-weight:700;
    min-height: 35px;
    padding-bottom: 14px;
	padding-top:0;
}

/*加载更多*/
.news-more {
	width:100%;
	height:50px;
	text-align:center;
}
.news-more a {
	width:300px;
	height:45px;
	font-size:16px;
	line-height:45px;
	margin:0 auto;
	text-align:center;
	display:inline-block;
	border:1px solid #eeeeee;
	background-color:#ffffff;
	color:#353535;
}
.news-more a:hover {
	border:1px solid #088ccc;
	color:#50b400;
}
.news-more span {
	width:300px;
	height:45px;
	font-size:16px;
	line-height:45px;
	margin:0 auto;
	text-align:center;
	display:inline-block;
	border:1px solid #f0f0f0;
	background-color:#ffffff;
	color:#ff8a00;
}
.news-more p {
	width:300px;
	height:45px;
	font-size:16px;
	line-height:45px;
	margin:0 auto;
	text-align:center;
	display:inline-block;
	border:1px solid #f0f0f0;
	background-color:#ffffff;
	color:#666666;
}



/*分页*/
.news-page {
	width:100%;
	height:50px;
	text-align:center;
}
.news-page a {
	width:160px;
	height:45px;
	font-size:16px;
	line-height:45px;
	text-align:center;
	display:inline-block;
	border:1px solid #eeeeee;
	background-color:#ffffff;
	color:#4f4f4f;
	margin-right:20px;
}
.news-page a:hover {
	border:1px solid #088ccc;
	color:#088ccc;
}
.comment-item-box .comment-item .comment-item-tool {
	font-size:12px;
	line-height:18px;
	padding-top:5px;
	text-align:right;
	position:relative;
}
.comment-item-tool a {
	color:#cccccc
}
.comment-item-tool a:hover {
	color:#50b400
}
.comment-item-tool a i {
	font-size:14px;
	line-height:18px;
	padding-right:5px;
	text-align:right;
}
.comment-item-box .comment-item .comment-item-tool-active {
	font-size:12px;
	line-height:18px;
	padding-top:5px;
	text-align:right;
	position:relative;
	
}
.comment-item-tool-active a {
	color:#50b400;
}
.comment-item-tool-active a i {
	font-size:14px;
	line-height:18px;
	padding-right:5px;
	text-align:right;
	color:#50b400
}



.main-box .main-r {
	width:300px;
	float:right;
}
.news-box {
	margin-top:1.5rem;
}
.news-box h3.title-default {
	height:55px;
	border-top:2px solid #7ea6d6;
	position: relative;
	padding-bottom:4px;
}
.news-box h3.title-default p {
	font-size:22px;
	color:#088ccc;
	height:55px;
	line-height:55px;
	position:absolute;
	left:0;
	top:-1px;
}
.item-news-box {
	padding: 0;
}
.item-news-box li {
	font-size:16px;
	line-height:34px;
	width:290px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.item-news-box li span {
	font-family: "Microsoft Yahei";
	font-weight:700;
	padding-right:5px;
}


/*footer*/
.footer-box {
	width:100%;
	position:relative;
	background-color:#ecf0f1;
}
.footer-nav-box-1200 {
	width:1200px;
	padding-top:45px;
}
.footer-nav-box-1200 .footer-nav {
	float:left;
}
.footer-nav-box-1200 .footer-copyright {
	font-size:12px;
}
.footer-nav-box-1200 .footer-info {
	float:right;
	padding-top:18px;
}
.footer-nav-box-1200 .footer-copyright-link {
	font-size:14px;
	padding-top:18px;
}
.footer-nav-box-1200 .footer-copyright-link span {
	font-size:10px;
	color:#cecece;
	padding:0 10px;
}
.footer-nav-box {
	font-size:14px;
	width:100%;
	height:150px;
	background-color:#ecf0f1;
	line-height:10px;
}
.footer-nav span {
	font-size:10px;
	line-height:50px;
	color:#cecece;
	padding:0 10px;
}
.footer-nav-box-move {
	display:none;
}

/*暂无*/
.news-item-box-no {
	padding: 2rem 0;
    text-align: center;
    font-size: .8rem;
}
.news-item-box-no img {
	margin: 0 auto;
    padding-bottom: 1rem;
}



@media only screen and (max-width: 540px) {
	
}


@media only screen and (max-width: 768px) {
	
	
}


@media only screen and (max-width: 991px) {
	
	
}


@media only screen and (max-width: 1199px) {
	.top-box {
		background-color: rgba(29,109,204,0.8);
		box-shadow:0 0 3px rgba(0,0,0,0.3);
		height: 60px;
		width: 100%;
		position:relative;
	}
	.top-box .top-box-media {
		width:90%;
		margin:0 auto;
	}
	.top-box-media .top-box-nav {
		display:none;
	}
	
	.top-box-media .top-box-nav-move {
		display: inline;
		width:80px;
	}
	.top-box-nav-move .nav-down {
		width:1rem;
		height:1rem;
	}
	.top-box-nav-move .nav-down i {
		color:#ffffff;
		font-size:2rem;
		line-height:55px;
		width:1rem;
		height:1rem;
		display:inline-block;
		cursor:pointer;
	}
	.top-box-nav-move ul {
		width:100%;
		height:auto;
		position: absolute;
		top:60px;
		left:0;
		right:0;
		padding: 10px 0;
		background-color: rgba(255,255,255,0.98);
		border-top:1px solid #e2e2e2;
		border-bottom:1px solid #e2e2e2;
		z-index:9999;
	}
	.top-box-nav-move ul li {
		width:33.33333%;
		font-size:1.2rem;
		height:2.8rem;
		line-height:2.8rem;
		text-align:center;
		float:left;
	}
	.top-box-login .top-link {
		display:none;
	}
	.wlogin-box .sLogin-box {
		display: none;
	}
	.wlogin-box a {
		font-size:1rem;
	}
	
	a#Login {
		display:inline-block;
		color:#ffffff;
		padding:0 30px;
		height:60px;
		line-height:60px;
		background-color:#50b400;
		margin-right:15px;
	}
	a#Login:hover {
		background-color:#3a8200;
	}
	
	.wlogin-box a {
		line-height:60px;
	}
	.wlogin-box .sLogin-box {
		line-height:60px;
	}
	
	.login-box a {
		line-height:60px;
	}
	
	
	/*header*/
	.header-box {
		width:100%;
		height:auto;
	}
	.header-box .logo-box {
		width:90%;
		height:70px;
		text-align:center;
		margin-top:30px;
		float: none
	}
	.header-box .search-box {
		width:85%;
		height:45px;
		margin: 30px auto;
		background-color:#ffffff;
		box-shadow: 1px 1px 1px 0px rgba(0,0,0,.08);
		float: none
	}
	.search-box .search-input {
		width:210px;
		height:45px;
	}
	.search-box .search-input input {
		width:220px;
		height:41px;
		border:1px solid #ffffff;
		font-family: "Microsoft Yahei","Tahoma","SimSun","宋体";
		font-size:14px;
	}
	.search-box .search-btn {
		width:80px;
		height:45px;	
	}
	.search-box .search-btn input {
		width:80px;
		height:45px;
		font-family: "Microsoft Yahei","Tahoma","SimSun","宋体";
		font-size:16px;
		background-color:#088ccc;
		border:0;
		cursor: pointer;
		color:#e4eef9;
		transition:all 0.2s ease;
	}
	.search-box .search-btn input:hover {
		color:#ffffff;
		background-color:#3c86d5;
		transition:all 0.2s ease;
	}
	.header-box .login-box {
		display:none;
	}
	
	/*header*/
	.header-box {
		width:100%;
		height:auto;
	}
	.header-box .logo-box {
		width:90%;
		height:70px;
		text-align:center;
		margin-top:30px;
		float: none
	}
	.header-box .search-box {
		width:85%;
		height:45px;
		margin: 30px auto;
		background-color:#ffffff;
		box-shadow: 1px 1px 1px 0px rgba(0,0,0,.08);
		float: none
	}
	.search-box .search-input {
		width:210px;
		height:45px;
	}
	.search-box .search-input input {
		width:220px;
		height:41px;
		border:1px solid #ffffff;
		font-family: "Microsoft Yahei","Tahoma","SimSun","宋体";
		font-size:14px;
	}
	.search-box .search-btn {
		width:80px;
		height:45px;	
	}
	.search-box .search-btn input {
		width:80px;
		height:45px;
		font-family: "Microsoft Yahei","Tahoma","SimSun","宋体";
		font-size:16px;
		background-color:#088ccc;
		border:0;
		cursor: pointer;
		color:#e4eef9;
		transition:all 0.2s ease;
	}
	.search-box .search-btn input:hover {
		color:#ffffff;
		background-color:#3c86d5;
		transition:all 0.2s ease;
	}
	.header-box .login-box {
		display:none;
	}
	
	/*广告*/
	.ad-top-box {
		width:100%;
		height:auto;
		margin-top:25px;
		margin-bottom:30px;
	}
	.ad-top-box .ad-box-820x120 {
		width:90%;
		height:auto;
		overflow:hidden;
		border-radius:6px;
		float:none;
		margin:15px auto;
	}
	.ad-top-box .ad-box-820x120 img {
		width:100%;
		height:auto;
		border-radius:6px;
	}
	.ad-top-box .ad-box-1200x100 {
		width:90%;
		height:100px;
		overflow:hidden;
		border-radius:6px;
		background-color:#f0f0f0;
		margin:15px auto;
	}
	.ad-top-box .ad-box-340x120 {
		width:90%;
		height:auto;
		overflow:hidden;
		border-radius:6px;
		background-color:#ffffff;
		float:none;
		margin:0 auto;
	}
	.ad-box-340x120 {
		width:90%;
		height:auto;
		overflow:hidden;
		border-radius:6px;
		background-color:#ffffff;
		margin:0 auto;
	}
	.ad-box-340x120 img {
		width:100%;
		height:auto;
		border-radius:6px;
	}
	.ad-box-340x340 {
		width:90%;
		height:340px;
		overflow:hidden;
		border-radius:6px;
		background-color:#f0f0f0;
		margin:1.5rem auto;
	}
	.ad-top-box .ad-box-300x140 {
		width:100%;
		height:auto;
		overflow:hidden;
		border-radius:4px;
		background-color:#ffffff;
		float:none;
		margin:0 auto;
		margin-left:0;
	}
	.ad-box-300x140 {
		width:100%;
		height:auto;
		overflow:hidden;
		border-radius:4px;
		background-color:#ffffff;
		margin:0 auto;
		margin-left:0;
	}
	.ad-box-300x140 img {
		width:100%;
		height:auto;
		border-radius:4px;
	}
	.ad-box-300x360 {
		width:100%;
		height:auto;
		overflow:hidden;
		border-radius:4px;
		background-color:#ffffff;
		margin:1rem auto;
		margin-left:0;
	}
	.ad-box-300x360 img {
		width:100%;
		height:auto;
		border-radius:4px;
	}
	
	
	/*当前位置*/
	.position-box {
		display:none;
		width:100%;
		height: auto;
		padding-top:1rem;
		padding-bottom:.5rem;
		margin:0 auto;
	}

	.position-l {
		width:90%;
		font-size:.9rem;
		float:none;
		margin:0 auto;
		padding:0;
	}
	.position-l a {
		padding-right:4px;
	}
	.position-l a#logo {
		width:100%;
		height:45px;
		display:inline-block;
	}
	.position-l a#logo img {
		padding:8px 0;
		width:161px;
		height:30px;
		vertical-align: top;
	}
	.position-l .inbolck {
		display:block;
	}
	.position-r {
		width:90%;
		font-size:.8rem;
		line-height:45px;
		margin:1rem auto;
		float:none;
		text-align:center
	}
	.position-r .Search-box {
		width:100%;
		height:40px;
		line-height:40px;
		font-size:.8rem;
		background-color:#f4f4f4;
		border-radius:4px;
		padding:0;
	}
	.Search-box i {
		font-size:1.2rem;
		display:inline-block;
		vertical-align:top;
		color:#ff7300;
		padding-right:4px;
		font-weight: 700;
	}
	a#menu_phpcms {
		display:none;
	}
	

	/*二级栏目导航*/
	.position-nav {
		width:90%;
		height:70px;
		background-color:#ffffff;
		border-top:2px solid #eaeaea;
		border-bottom:1px solid #eaeaea;
		position:relative;
		margin:0 auto;
		overflow: hidden;
	}
	.position-nav ul li {
		float:left;
		line-height:70px;
	}
	.position-nav li a {
		height:70px;
		color:#666666;
	}
	.position-nav li a:hover {
		height:70px;
		color:#088ccc;
	}
	.position-nav li span {
		font-size:12px;
		color:#e2e2e2;
		margin: 0 20px;
	}
	.position-nav li.position-nav-active a {
		border-top:4px solid #088ccc;
		display:inline-block;
		margin-top:-3px;
		height:70px;
		color:#088ccc;
		font-weight:700;
	}
	
	
	/*结果搜索*/
	.Search-info-box {
		width:100%;
		height:48px;
		border:1px solid #eaeaea;
		position:relative;
		margin-bottom:1rem;
		box-shadow: 1px 1px 1px 0px rgba(0,0,0,.06);
		margin:0 auto;
		margin-top:2rem;
	}
	.Search-info-box .Search-info-l {
		width:220px;
		height:48px;
	}
	.Search-info-l .Search-info-icon {
		width:25px;
		line-height:48px;
		padding-left:10px;
	}
	.Search-info-l .Search-info-icon i {
		font-size:1.4rem;
		color:#eaeaea;
	}
	.Search-info-l input {
		font-size:14px;
		width:180px;
		height:46px;
		line-height:46px;
		border:1px solid #ffffff;
		color:#4f4f4f;
		font-family: "Microsoft Yahei","Tahoma","SimSun","宋体";
	}
	.Search-info-box .Search-info-r {
		width:65px;
		height:48px;
		position:relative;
	}
	.Search-info-r input {
		width:65px;
		height:50px;
		line-height:50px;
		font-size:16px;
		font-weight:700;
		font-family: "Microsoft Yahei","Tahoma","SimSun","宋体";
		color:#ffffff;
		cursor:pointer;
		border:1px solid #ff7300;
		background-color:#ff7300;
		position:absolute;
		top:-1px;
		right:0;
		transition:all 0.3s ease;
	}
	.Search-info-r input:hover {
		border:1px solid #eb0000;
		background-color:#eb0000;
		transition:all 0.3s ease;
	}
	.Search-screen {
		display:none;
	}
	
	.Search-screen-list {
		font-size:.9rem;
		line-height:22px;
		color:#4f4f4f;
		margin-bottom:1rem;
	}
	.Tender-screen {
		display:none;
	}

	
	/*主框架*/
	.main-box {
		width:100%;
		padding:0;
	}
	.main-box .main-l {
		width:90%;
		float:none;
		margin:0 auto;
	}
	.news-item-box .news-item-img {
		border-bottom:1px solid #eeeeee;
		background-color:#ffffff;
		position:relative;
	}
	.news-item-box .news-item-img:hover {
		border-bottom:1px solid #eeeeee;
		background-color:#ffffff;
		position:relative;
	}
	.news-item-img .news-photo {
		float:left;
		display: block;
		width: 30%;
		height: auto;
	}
	.news-item-img .news-photo img {
		width:8rem;
		height: 6rem;
		transform: scale(1);
		transition: transform .5s;
	}
	.news-item-img .news-photo img:hover {
		transform: scale(1.1);
		transition: transform .5s;
	}
	.news-item-img .news-detail {
		width: 65%;
		margin-left: 0;
		float: right;
	}
	.news-detail .news-title {
		width: 100%;
	}
	.news-detail .news-title h3 {
		font: normal 20px/24px "Microsoft Yahei";
		min-height: 50px;
		padding-bottom: 26px;
		padding-top:8px;
	}
	.news-detail .news-tag {
		height:22px;
	}
	.news-tag .news-tag-name {
		line-height: 12px;
		font-size:.8rem;
	}
	.news-tag .news-tag-time {
		font-size:.8rem;
		line-height: 12px;
		margin-right: 6px;
	}
	.news-tag .news-tag-zan {
		display:none;
	}
	
	
	.news-item-box .news-item-text {
		border-bottom:1px solid #eeeeee;
		background-color:#ffffff;
		position:relative;
	}
	.news-item-box .news-item-text:hover {
		border-bottom:1px solid #eeeeee;
		background-color:#ffffff;
		position:relative;
	}
	.news-item-text .news-detail {
		width: 100%;
	}
	.news-item-text .news-detail .news-title h3 {
		font: normal 20px/26px "Microsoft Yahei";
		min-height: 35px;
		padding-bottom: 14px;
		padding-top:0;
	}
	
	
	
	/*加载更多*/
	.news-more {
		width:100%;
		height:50px;
		text-align:center;
	}
	.news-more a {
		width:100%;
		height:45px;
		font-size:16px;
		line-height:45px;
		margin:0 auto;
		text-align:center;
		display:inline-block;
		border:1px solid #eeeeee;
		background-color:#ffffff;
		color:#353535;
	}
	.news-more a:hover {
		border:1px solid #50b400;
		color:#50b400;
	}
	.news-more span {
		width:100%;
		height:45px;
		font-size:16px;
		line-height:45px;
		margin:0 auto;
		text-align:center;
		display:inline-block;
		border:1px solid #f0f0f0;
		background-color:#ffffff;
		color:#ff8a00;
	}
	.news-more p {
		width:100%;
		height:45px;
		font-size:16px;
		line-height:45px;
		margin:0 auto;
		text-align:center;
		display:inline-block;
		border:1px solid #f0f0f0;
		background-color:#ffffff;
		color:#666666;
	}
	
	
	
	/*分页*/
	.news-page {
		width:100%;
		height:50px;
		text-align:center;
	}
	.news-page a {
		width:120px;
		height:50px;
		font-size:1rem;
		line-height:50px;
		text-align:center;
		display:inline-block;
		border:1px solid #eeeeee;
		background-color:#ffffff;
		color:#353535;
		margin-right:1rem;
	}
	.news-page a:hover {
		border:1px solid #50b400;
		color:#50b400;
	}
	
	
	
	
	.main-box .main-r {
		width:90%;
		float:none;
		margin:2rem auto
	}
	.news-box {
		width:100%;
		margin:0 auto;
		padding-bottom:1rem;
		margin-left:0;
	}
	.news-box h3.title-default {
		height:50px;
		border-top:2px solid #7ea6d6;
		position: relative;
		padding-bottom:4px;
	}
	.news-box h3.title-default p {
		font-size:1.2rem;
		color:#088ccc;
		height:50px;
		line-height:50px;
		padding: 0 15px;
		position:absolute;
		left:0;
		top:-1px;
	}
	.item-news-box {
		padding: 0 15px;
	}
	.item-news-box li {
		font-size:1rem;
		line-height:2.2rem;
		width:90%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.item-news-box li span {
		font-family: "Microsoft Yahei";
		font-weight:700;
		padding-right:5px;
	}
	
	
	
	/*footer*/
	.footer-nav-box {
		display:none;
	}
	.footer-nav-box-move {
		display: inline;
		width:100%;
		height:auto;
		text-align:center;
	}
	.footer-nav-box-move .footer-copyright {
		font-size:.8rem;
		height:60px;
		line-height:60px;
		background-color:#ecf0f1;
	}
}


@media only screen and (min-width: 0) and (max-width: 540px) {

}


@media only screen and (min-width: 540px) and (max-width: 768px) {
	
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	
}


@media only screen and (min-width: 768px) and (max-width: 1199px) {
	
}


