@charset "utf-8";

/*banner*/
.banner-box {
	background-image: url(../images/2560.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 420px;
	position: relative;
}

.banner-box h4 {
	width: 1200px;
	padding-top: 30px;
}

.banner-box h3 {
	text-align: center;
	color: #ffffff;
	padding-top: 120px;
}

.banner-box h3 p {
	font-size: 82px;
	text-align: center;
	color: #ffffff;
}

.banner-box h3 span {
	font-size: 24px;
	text-align: center;
	color: #91a9a5;
	letter-spacing: 2.8px;
}

.search-box {
	height: auto;
}

.search-box .search-input-box {
	width: 800px;
	height: 74px;
	padding: 3px;
	margin: 60px 0px;
	background-color: #ffffff;
	border-radius: 4px;
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}

.search-input-box .search-input-l {
	width: 75%;
}

.search-input-l input {
	width: 100%;
	height: 72px;
	text-indent: 14px;
	font-size: 18px;
	font-family: "Microsoft Yahei", "Tahoma", "SimSun", "宋体";
	color: #353535;
	border: 1px solid #ffffff;
}

.search-input-box .search-input-r {
	width: 18%;
}

.search-input-r input {
	width: 100%;
	height: 74px;
	background-color: #23d86f;
	border: 0;
	font-size: 20px;
	border-radius: 3px;
	font-family: "Microsoft Yahei", "Tahoma", "SimSun", "宋体";
	color: #ffffff;
	cursor: pointer;
	transition: all 0.3s ease;
}

.search-input-r input:hover {
	background-color: #009941;
	transition: all 0.3s ease;

}

/* 认证star */
.au-input-r {
	width: 140px;
	background-color: #FFFFFF;
	margin-top: 60px;
	padding: 3px;
	border-radius: 4px;
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2)
}

.au-input-r input {
	width: 140px;
	height: 74px;
	font-size: 20px;
	border: none;
	border-radius: 3px;
	background-color: #23d86f;
	font-family: "Microsoft Yahei", "Tahoma", "SimSun", "宋体";
	color: #ffffff;
	cursor: pointer;
}

.au-input-r input:hover {
	background-color: #009941;
	transition: all 0.3s ease;

}

/* 认证 end*/

.news-item-no .no-icon {
	width: 78px;
	height: 78px;
	background-image: url(../images/no-ico.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.news-item-no p {
	padding-top: 6px;
}

.link-box {
	width: 160px;
	margin-top: 60px;
	text-align: center;
}

.link-box a {
	color: #333333;
	width: 100%;
	display: inline-block;
	height: 38px;
	line-height: 38px;
	float: left;
	background-color: #ffffff;
	margin-bottom: 2px;
	text-align: center;
	border-radius: 2px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.link-box a:hover {
	font-size: 16px;
	color: #ffffff;
	background-color: #23d86f;
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
}

#del img {
	width: 120px;
	height: 60px;
	position: absolute;
	right: 400px;
}

#del a,
#del span {
	color: #cecece;
}

#del {
	pointer-events: none;
	/* 去除hover，并使超链接失效代码 */
}

/*top*/
.top-box {
	background-color: rgba(255, 255, 255, 0.98);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	height: 63px;
	padding-top: 17px;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
}

.top-box .top-box-media {
	width: 980px;
}

.top-box-search {
	width: 700px;
	height: 41px;
	border: 2px solid #23d86f;
}

.top-box-search .top-box-search-input-l {
	width: 80%;
	height: 41px;
}

.top-box-search-input-l input {
	width: 100%;
	height: 39px;
	text-indent: 12px;
	font-size: 16px;
	border: 1px solid #ffffff;
}

.top-box-search .top-box-search-input-r {
	width: 20%;
	height: 41px;
}

.top-box-search-input-r input {
	width: 100%;
	height: 41px;
	background-color: #23d86f;
	border: 0;
	font-size: 18px;
	font-family: "Microsoft Yahei", "Tahoma", "SimSun", "宋体";
	color: #ffffff;
	cursor: pointer;
	transition: all 0.3s ease;
}

.top-box-search-input-r input:hover {
	background-color: #009941;
	transition: all 0.3s ease;

}

.top-box-text {
	padding-top: 8px;
}

.top-box-text p {
	font-size: 20px;
	line-height: 16px;
	color: #333333;
	text-align: right
}

.top-box-text span {
	font-size: 12px;
	color: #cccccc;
	text-align: right
}


/*主框架*/
.main-box {
	width: 980px;
	padding-top: 60px;
	margin: 0 auto;
}

.main-box .news-item-text {
	padding: 18px 0;
	border-bottom: 1px solid #eeeeee;
	background-color: #ffffff;
	transition: all 0.2s ease;
}

.main-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-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;
}


/*footer*/
.footer-box {
	width: 100%;
	border-top: 1px solid #eaeaea;
	position: relative;
	background-color: #ffffff;
}

.footer-nav-box-1200 {
	width: 980px;
}

.footer-nav-box-1200 .footer-nav {
	float: left;
}

.footer-nav-box-1200 .footer-copyright {
	text-align: center;
	color: #cccccc;
	font-size: .8rem;
}

.footer-nav-box {
	font-size: 12px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #ffffff;
}

.footer-nav span {
	font-size: 10px;
	line-height: 50px;
	color: #748695;
	padding: 0 6px;
}


/*动画效果*/
.add-num {
	display: none;
}

.add-num .add-animation {
	position: absolute;
	top: 15px;
	right: 10px;
	font-size: 15px;
	opacity: 0;
	filter: Alpha(opacity=0);
	-moz-opacity: 0;
	animation: mypraise 0.5s;
	-moz-animation: mypraise 0.5s;
	/* Firefox */
	-webkit-animation: mypraise 0.5s;
	/* Safari 和 Chrome */
	-o-animation: mypraise 0.5s;
	/* Opera */
	font-style: normal;
}

.praise .hover,
.add-num .add-animation.hover,
#praise-txt.hover {
	color: #50b400;
}

/*点赞数量加减动画开始*/
@keyframes mypraise {
	0% {
		top: -15px;
		opacity: 0;
		filter: Alpha(opacity=0);
		-moz-opacity: 0;
	}

	25% {
		top: -20px;
		opacity: 0.5;
		filter: Alpha(opacity=50);
		-moz-opacity: 0.5;
	}

	50% {
		top: -25px;
		opacity: 1;
		filter: Alpha(opacity=100);
		-moz-opacity: 1;
	}

	75% {
		top: -30px;
		opacity: 0.5;
		filter: Alpha(opacity=50);
		-moz-opacity: 0.5;
	}

	100% {
		top: -35px;
		opacity: 0;
		filter: Alpha(opacity=0);
		-moz-opacity: 0;
	}
}

@-moz-keyframes mypraise

/* Firefox */
	{
	0% {
		top: -15px;
		opacity: 0;
		filter: Alpha(opacity=0);
		-moz-opacity: 0;
	}

	25% {
		top: -20px;
		opacity: 0.5;
		filter: Alpha(opacity=50);
		-moz-opacity: 0.5;
	}

	50% {
		top: -25px;
		opacity: 1;
		filter: Alpha(opacity=100);
		-moz-opacity: 1;
	}

	75% {
		top: -30px;
		opacity: 0.5;
		filter: Alpha(opacity=50);
		-moz-opacity: 0.5;
	}

	100% {
		top: -35px;
		opacity: 0;
		filter: Alpha(opacity=0);
		-moz-opacity: 0;
	}
}

@-webkit-keyframes mypraise

/* Safari 和 Chrome */
	{
	0% {
		top: -15px;
		opacity: 0;
		filter: Alpha(opacity=10);
		-moz-opacity: 0;
	}

	25% {
		top: -20px;
		opacity: 0.5;
		filter: Alpha(opacity=50);
		-moz-opacity: 0.5;
	}

	50% {
		top: -25px;
		opacity: 1;
		filter: Alpha(opacity=100);
		-moz-opacity: 1;
	}

	75% {
		top: -30px;
		opacity: 0.5;
		filter: Alpha(opacity=50);
		-moz-opacity: 0.5;
	}

	100% {
		top: -35px;
		opacity: 0;
		filter: Alpha(opacity=10);
		-moz-opacity: 0;
	}
}

@-o-keyframes mypraise

/* Opera */
	{
	0% {
		top: -15px;
		opacity: 0;
		filter: Alpha(opacity=0);
		-moz-opacity: 0;
	}

	25% {
		top: -20px;
		opacity: 0.5;
		filter: Alpha(opacity=50);
		-moz-opacity: 0.5;
	}

	50% {
		top: -25px;
		opacity: 1;
		filter: Alpha(opacity=100);
		-moz-opacity: 1;
	}

	75% {
		top: -30px;
		opacity: 0.5;
		filter: Alpha(opacity=50);
		-moz-opacity: 0.5;
	}

	100% {
		top: -35px;
		opacity: 0;
		filter: Alpha(opacity=0);
		-moz-opacity: 0;
	}
}



@media only screen and (max-width: 1199px) {

	/*banner*/
	.banner-box {
		width: 100%;
		background-image: url(../images/2560.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		height: auto;
		position: relative;
		padding-bottom: 2rem;
	}

	.banner-box h4 {
		width: 90%;
		padding-top: 40px;
		text-align: center
	}

	.banner-box h4 img {
		width: 80%;
		height: auto;
	}

	.banner-box h3 {
		width: 90%;
		text-align: center;
		color: #ffffff;
		padding-top: 50px;
		margin: 0 auto;
	}

	.banner-box h3 img {
		width: 65%;
		height: auto;
	}

	.banner-box h3 {
		text-align: center;
		color: #ffffff;
		padding-top: 80px;

	}

	.banner-box h3 p {
		font-size: 3rem;
		text-align: center;
		color: #ffffff;
	}

	.banner-box h3 span {
		font-size: 1rem;
		text-align: center;
		color: #91a9a5;
		letter-spacing: 0;
	}

	.search-box {
		width: 90%;
		height: auto;
	}

	.search-box .search-input-box {
		width: 98%;
		height: 64px;
		padding: 3px;
		margin-top: 60px;
		background-color: #ffffff;
		border-radius: 4px;
		box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
		margin: 68px 0 10px 0;
	}

	.search-input-box .search-input-l {
		width: 78%;
	}

	.search-input-l input {
		width: 100%;
		height: 62px;
		text-indent: 14px;
		font-size: 18px;
		font-family: "Microsoft Yahei", "Tahoma", "SimSun", "宋体";
		color: #353535;
		border: 1px solid #ffffff;
	}

	.search-input-box .search-input-r {
		width: 20%;
	}

	.search-input-r input {
		width: 100%;
		height: 64px;
		background-color: #23d86f;
		border: 0;
		font-size: 20px;
		font-family: "Microsoft Yahei", "Tahoma", "SimSun", "宋体";
		color: #ffffff;
		cursor: pointer;
		transition: all 0.3s ease;
	}

	.search-input-r input:hover {
		background-color: #009941;
		transition: all 0.3s ease;

	}

	/* 认证 */
	.au-input-r {
		width: auto;
		background-color: transparent;
		margin-top: 0px;
		padding: 3px;
		border-radius: 4px;
		box-shadow: 5px 5px 20px rgba(0, 0, 0, 0);

	}

	.au-input-r input {
		width: 100%;
		height: 44px;
		font-size: 16px;
		border: none;
		letter-spacing: 4px;
		border-radius: 3px;
		background-color: rgba(40, 0, 0, 0.0);
		font-family: "Microsoft Yahei", "Tahoma", "SimSun", "宋体";
		color: #f1f1f1;
		cursor: pointer;
	}

	/* 认证end */
	.news-item-no {
		text-align: center;
		font-size: 16px;
		color: #999999;
	}

	.news-item-no .no-icon {
		width: 78px;
		height: 78px;
		background-image: url(../images/no-ico.png);
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}

	#del img {
		height: 40px;
		width: 80px;
		position: absolute;
		right: 16px;
	}

	.top-box {
		background-color: #ffffff;
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
		height: 60px;
		width: 100%;
		position: relative;
		border-top: 2px solid #4c5a65;
	}

	.top-box .top-box-media {
		width: 90%;
		margin: 0 auto;
	}

	.top-box-search {
		width: 100%;
		height: 41px;
		border: 2px solid #23d86f;
	}

	.top-box-search .top-box-search-input-l {
		width: 80%;
		height: 41px;
	}

	.top-box-search-input-l input {
		width: 100%;
		height: 39px;
		text-indent: 12px;
		font-size: 16px;
		border: 1px solid #ffffff;
	}

	.top-box-search .top-box-search-input-r {
		width: 20%;
		height: 41px;
	}

	.top-box-search-input-r input {
		width: 100%;
		height: 41px;
		background-color: #23d86f;
		border: 0;
		font-size: 18px;
		font-family: "Microsoft Yahei", "Tahoma", "SimSun", "宋体";
		color: #ffffff;
		cursor: pointer;
		transition: all 0.3s ease;
	}

	.top-box-search-input-r input:hover {
		background-color: #009941;
		transition: all 0.3s ease;

	}

	.top-box-text {
		display: none;
	}




	/*主框架*/
	.main-box {
		width: 90%;
		margin: 0 auto;
		padding-top: 1.5rem;
	}

	.main-box .news-item-text {
		padding: 18px 0;
		border-bottom: 1px solid #eeeeee;
		background-color: #ffffff;
		transition: all 0.2s ease;
	}

	.main-box .news-item-text:hover {
		border-bottom: 1px solid #eeeeee;
		background-color: #fafafa;
		transition: all 0.2s ease;
	}

	.news-item-text .news-detail {
		width: 90%;
	}

	.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-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;
	}

	.link-box {
		display: none;
	}

	/*footer*/
	.footer-nav-box-1200 {
		width: 100%;
		text-align: center;
	}

	.footer-nav-box-1200 .footer-nav {
		float: none;
		display: none
	}

	.footer-nav-box-1200 .footer-copyright {
		float: none;
	}

	.footer-nav-box {
		font-size: .8rem;
		width: 100%;
		height: 80px;
		line-height: 80px;
	}

	.footer-nav span {
		font-size: .8rem;
		line-height: 80px;
		color: #999999;
		padding: 0 6px;
	}
}

@media only screen and (max-width: 1199px) {
	.banner-box h4 img {
		width: auto !important;
		height: 30px !important;
	}

	.m20 {
		margin-left: 6px !important;
	}
}

.m20 {
	margin-left: 20px;
}
