	/*重设*/
	
	body,
	div,
	dl,
	dt,
	dd,
	ul,
	ol,
	li,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	pre,
	form,
	fieldset,
	input,
	textarea,
	p,
	blockquote,
	th,
	td {
		margin: 0;
		padding: 0;
	}
	/* 全局 */
	
	html {
		*overflow-x: hidden;
	}
	
	body {
		font: 14px/24px "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", sans-serif;
		overflow-y: scroll;
		overflow-x: hidden;
		background: white;
		color: #333;
	}
	
	a {
		color: #333;
	}
	
	a:hover {
		color: #cc3333;
		text-decoration: none;
	}
	
	@media (max-width: 767px) {
		body {
			font: 0.44rem/1.5 "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", sans-serif;
		}
	}
	
	body ::selection {
		color: #fff;
		background-color: #cc3333;
		text-shadow: none;
	}
	
	body ::-moz-selection {
		color: #fff;
		background-color: #cc3333;
		text-shadow: none;
	}
	
	.clear {
		clear: both;
	}
	
	@media (max-width: 767px) {
		.container {
			padding: 0;
		}
		.row {
			margin: 0;
		}
		.col-lg-1,
		.col-lg-10,
		.col-lg-11,
		.col-lg-12,
		.col-lg-2,
		.col-lg-3,
		.col-lg-4,
		.col-lg-5,
		.col-lg-6,
		.col-lg-7,
		.col-lg-8,
		.col-lg-9,
		.col-md-1,
		.col-md-10,
		.col-md-11,
		.col-md-12,
		.col-md-2,
		.col-md-3,
		.col-md-4,
		.col-md-5,
		.col-md-6,
		.col-md-7,
		.col-md-8,
		.col-md-9,
		.col-sm-1,
		.col-sm-10,
		.col-sm-11,
		.col-sm-12,
		.col-sm-2,
		.col-sm-3,
		.col-sm-4,
		.col-sm-5,
		.col-sm-6,
		.col-sm-7,
		.col-sm-8,
		.col-sm-9,
		.col-xs-1,
		.col-xs-10,
		.col-xs-11,
		.col-xs-12,
		.col-xs-2,
		.col-xs-3,
		.col-xs-4,
		.col-xs-5,
		.col-xs-6,
		.col-xs-7,
		.col-xs-8,
		.col-xs-9 {
			padding: 0 5px;
		}
		.mobi_padd0 {
			padding: 0;
		}
	}
	/* 主体 */
	
	.headtitle {
		margin: 0 10px;
	}
	
	.headtitle h1 {
		font: bold 36px/42px "Microsoft YaHei", sans-serif;
		margin: 60px 0 20px;
		color: #1b1b1b;
	}
	
	.headtitle h2 {
		font: 18px/24px "Microsoft YaHei", sans-serif;
		margin: 0;
		color: #1b1b1b;
	}
	
	.zhanwei1 {
		height: 20px;
	}
	/*搜索*/
	
	.search {
		float: right;
		margin-top: 30px;
	}
	/*导航（小）*/
	
	.menu1 {
		height: 70px;
		position: relative;
		border-bottom: solid 1px #000;
	}
	
	.menu1 .container {
		padding: 0;
	}
	
	.ind_Menu1 {
		height: 70px;
	}
	
	.ind_Menu1 ul {
		margin: 0;
		padding: 0;
	}
	
	.bar_li {
		padding: 0;
		margin: 0 5px 0 6px;
		width: 101px;
	}
	
	.ind_Menu1 li {
		font: 16px/65px "微软雅黑";
		height: 70px;
		color: #666666;
		float: left;
		display: inline;
		width: 112px;
	}
	
	.ind_Menu1 li a:hover {
		color: #000000;
		text-decoration: none;
	}
	
	.ind_Menu1 a {
		display: block;
		color: #666666;
		text-align: center;
		padding: 0;
		text-decoration: none;
	}
	
	.ind_Menu1 a.selected {
		color: #666666;
		text-decoration: none;
	}
	
	@media (max-width: 1052px) and (min-width: 992px) {
		.menu1 {
			height: 65px;
		}
		.menu1 .container {
			padding: 0;
		}
		.isStuck {
			left: 0px;
			width: 100%;
		}
		.ind_Menu1 {
			height: 65px;
		}
		.ind_Menu1 a {
			padding: 0;
		}
		.mobi_pad0 {
			padding: 0;
		}
		.ind_Menu1 li {
			font: 16px/65px "微软雅黑";
			height: 65px;
			color: #666666;
			float: left;
			display: inline;
			width: 101px;
		}
		.bar_li {
			padding: 0;
			margin: 0 5px 0 6px;
			height: 60px;
			width: 90px;
			box-sizing: content-box;
		}
	}
	/* owl焦点图 */
	/* 焦点图通用 */
	
	.owl-carousel .owl-wrapper:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	
	.owl-carousel {
		display: none;
		position: relative;
		width: 100%;
		-ms-touch-action: pan-y;
	}
	
	.owl-carousel .owl-wrapper {
		display: none;
		position: relative;
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	
	.owl-carousel .owl-wrapper-outer {
		overflow: hidden;
		position: relative;
		width: 100%;
	}
	
	.owl-carousel .owl-wrapper-outer.autoHeight {
		-webkit-transition: height 500ms ease-in-out;
		-moz-transition: height 500ms ease-in-out;
		-ms-transition: height 500ms ease-in-out;
		-o-transition: height 500ms ease-in-out;
		transition: height 500ms ease-in-out;
	}
	
	.owl-carousel .owl-item {
		float: left;
	}
	
	.owl-controls .owl-page,
	.owl-controls .owl-buttons div {
		cursor: pointer;
	}
	
	.owl-controls {
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	
	.owl-carousel .owl-wrapper,
	.owl-carousel .owl-item {
		-webkit-backface-visibility: hidden;
		-moz-backface-vis ibility: hidden;
		-ms-backface-visibility: hidden;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
	}
	
	.owl-theme .owl-controls {
		text-align: center;
		position: absolute;
		right: 20px;
		bottom: 14px;
	}
	
	@media (max-width: 991px) and (min-width: 768px) {
		.owl-theme .owl-controls {
			right: 10px;
		}
	}
	
	@media (max-width: 767px) {
		.owl-theme .owl-controls {
			right: 2px;
			bottom: 0px;
		}
	}
	
	.owl-theme .owl-controls .owl-buttons div {
		color: #fff;
		display: inline-block;
		zoom: 1;
		*display: inline;
		margin: 5px;
		padding: 3px;
		font-size: 12px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		background: #869791;
		filter: Alpha(Opacity=50);
		/*IE7 fix*/
		opacity: 0.5;
	}
	
	.owl-theme .owl-controls.clickable .owl-buttons div:hover {
		filter: Alpha(Opacity=100);
		/*IE7 fix*/
		opacity: 1;
		text-decoration: none;
	}
	
	.owl-theme .owl-controls .owl-page {
		display: inline-block;
		zoom: 1;
		*display: inline;
		/*IE7 life-saver */
	}
	
	.owl-theme .owl-controls .owl-page span {
		display: block;
		margin: 5px 10px 5px 7px;
		-webkit-border-radius: 50%;
		width: 15px;
		height: 15px;
		-moz-border-radius: 50%;
		border-radius: 50%;
		background: #e5e5e5;
		overflow: hidden;
	}
	
	@media (max-width: 991px) and (min-width: 768px) {
		.owl-theme .owl-controls .owl-page span {
			width: 15px;
			height: 15px;
		}
	}
	
	@media (max-width: 767px) {
		.owl-theme .owl-controls .owl-page span {
			width: 15px;
			height: 15px;
			margin: 0 3px;
		}
	}
	
	.owl-theme .owl-controls .owl-page.active span,
	.owl-theme .owl-controls.clickable .owl-page:hover span {
		filter: Alpha(Opacity=100);
		/*IE7 fix*/
		opacity: 1;
		background: #ed1c24;
	}
	
	.owl-theme .owl-controls .owl-page span.owl-numbers {
		height: 15px;
		width: 15px;
		color: #fff;
		margin: 0 10px 5px 10px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	
	#owl-demo {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		background-color: #fff;
	}
	
	#owl-demo .item {
		display: block;
		position: relative;
	}
	
	#owl-demo .item .text {
		position: absolute;
		bottom: 0;
		background: url(//www.qstheory.cn/n7/images/v7_index_1223_32.png) repeat-x;
		height: 74px;
		width: 100%;
	}
	
	#owl-demo .item .text h2 {
		color: #000;
		margin: 10px 120px 0 20px;
		max-height: 60px;
		overflow: hidden;
	}
	
	#owl-demo .item .text h2 a {
		color: #fff;
		text-decoration: none;
	}
	
	#owl-demo .item .text h2 a:hover {
		color: #fff;
	}
	
	#owl-demo .item .pic {
		width: 100%;
	}
	
	#owl-demo .item .pic img {
		display: block;
		width: 100%;
	}
	
	@media (max-width: 1052px) and (min-width: 992px) {
		#owl-demo .item .text h2 {
			font-size: 24px;
			font-weight: bold;
			line-height: 1.5;
			margin: 10px 100px 0 20px;
		}
	}
	
	@media (max-width: 991px) and (min-width: 768px) {
		#owl-demo {
			width: 80%;
			margin: 0 auto;
		}
		#owl-demo .item .text {
			height: 74px;
		}
		#owl-demo .item .text h2 {
			font-size: 20px;
			font-weight: bold;
			line-height: 1.5;
			margin: 20px 100px 0 20px;
		}
	}
	
	@media (max-width: 767px) {
		#owl-demo {
			border: none;
		}
		#owl-demo .item .pic {
			width: 100%;
			float: none;
			margin: 0 auto;
		}
		#owl-demo .item .text {
			height: 74px;
		}
		#owl-demo .item .text h2 {
			font-size: 0.42rem;
			font-weight: bold;
			line-height: 1.5;
			margin: 0.8rem 2rem 0 0.1rem;
		}
		.owl-theme .owl-controls .owl-page span.owl-numbers {
			height: 10px;
			width: 10px;
			color: #fff;
			-webkit-border-radius: 0px;
			-moz-border-radius: 0px;
			border-radius: 0px;
			margin: 0 6px 3px 6px;
		}
	}
	/* 焦点图2 */
	
	#owl-demo2 {
		width: 100%;
		background-color: #fff;
	}
	
	#owl-demo2 .item {
		display: block;
		position: relative;
	}
	
	#owl-demo2 .item .text {
		position: absolute;
		bottom: 0;
		left: 0;
		background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)) repeat-x scroll 0 bottom rgba(0, 0, 0, 0);
		height: 100px;
		width: 100%;
	}
	
	#owl-demo2 .item .text h2 {
		font-size: 34px;
		color: #000;
		margin: 40px 120px 0 30px;
		font-weight: bold;
		max-height: 38px;
		overflow: hidden;
	}
	
	#owl-demo2 .item .text h2 a {
		color: #fff;
		text-decoration: none;
	}
	
	#owl-demo2 .item .text h2 a:hover {
		color: #fff;
	}
	
	#owl-demo2 .item .pic {
		width: 100%;
	}
	
	#owl-demo2 .item .pic img {
		display: block;
		width: 100%;
	}
	
	@media (max-width: 1199px) and (min-width: 992px) {
		#owl-demo2 {
			margin: 0 auto;
		}
		#owl-demo2 .item .text h2 {
			font-size: 30px;
			max-height: 34px;
			font-weight: bold;
			margin: 50px 120px 0 30px;
		}
	}
	
	@media (max-width: 991px) and (min-width: 768px) {
		#owl-demo2 {
			margin: 30px auto 0;
		}
		#owl-demo2 .item .text {
			height: 60px;
		}
		#owl-demo2 .item .text h2 {
			font-size: 34px;
			max-height: 38px;
			font-weight: bold;
			margin: 0 80px 20px 20px;
		}
	}
	
	@media (max-width: 767px) {
		#owl-demo2 {
			margin: 15px auto 0;
		}
		#owl-demo2 .item .pic {
			width: 100%;
			float: none;
			margin: 0 auto;
		}
		#owl-demo2 .item .text {
			height: 40px;
		}
		#owl-demo2 .item .text h2 {
			font-size: 18px;
			max-height: 20px;
			font-weight: bold;
			margin: 10px 80px 0 10px;
		}
	}
	/*左栏*/
	
	.ztysk_title img {
		width: 100%;
		margin: 40px 0 0 0;
	}
	
	.lltt h2 {
		font-size: 30px;
		max-height: 40px;
		margin: 20px 0 0 0;
		color: #1b1b1b;
		overflow: hidden;
	}
	
	.lltt h2 a {
		color: #1b1b1b;
	}
	
	.lltt h2 a:hover {
		color: #cc3333;
		text-decoration: none;
	}
	
	.lltt_tw1 {
		overflow: hidden;
	}
	
	.lltt_tw1 .text {
		width: 70%;
		float: left;
	}
	
	.lltt_tw1 .text p {
		font-size: 14px;
		max-height: 120px;
		color: #666666;
		margin: 15px 0 0 0;
		overflow: hidden;
	}
	
	.lltt_tw1 .pic {
		width: 25%;
		float: right;
		margin: 0 20px 0 2px;
	}
	
	.lltt_tw1 .pic img {
		width: 100%;
		margin-top: 15px;
	}
	
	.lltt_text {
		float: left;
		margin: 22px 0 5px 0;
	}
	
	.lltt_text p {
		font-size: 14px;
		max-height: 14px;
		color: #ababab;
	}
	
	.lltt_pic {
		float: left;
		margin: 20px 0 5px 0;
	}
	
	.lltt_line img {
		width: 100%;
	}
	
	@media (max-width: 1199px) and (min-width: 992px) {
		.lltt h2 {
			font-size: 28px;
			max-height: 28px;
			margin: 28px 0 0 0;
			color: #1b1b1b;
		}
		.lltt_tw1 .text p {
			font-size: 13px;
		}
		.lltt_text {
			margin: 20px 0 5px 0;
		}
		.lltt_pic {
			margin: 18px 0 5px 2px;
		}
		.lltt_text p {
			font-size: 13px;
			margin: 0 0 0 0;
		}
	}
	
	@media (max-width: 991px) and (min-width: 768px) {
		.lltt h2 {
			font-size: 26px;
			max-height: 26px;
			margin: 26px 0 0 0;
			color: #1b1b1b;
		}
		.lltt_tw1 .pic {
			width: 20%;
			float: right;
			margin: 0 30px 0 0;
		}
	}
	
	@media (max-width: 767px) {
		.lltt h2 {
			font-size: 20px;
			max-height: 20px;
			margin: 20px 0 0 10px;
			color: #1b1b1b;
		}
		.lltt_tw1 .text {
			padding: 0 10px 0 10px;
		}
		.lltt_tw1 .text p {
			font-size: 10px;
			color: #666666;
			margin: 10px 20px 0 0;
			max-height: 90px;
			overflow: hidden;
		}
		.lltt_tw1 .pic {
			width: 28%;
			float: right;
			margin: 0 5px 0 0;
		}
		.lltt_text {
			float: left;
			margin: 15px 0 5px 10px;
		}
		.lltt_text p {
			font-size: 10px;
			color: #ababab;
		}
	}
	
	.margin10 {
		margin-left: 20px;
	}
	
	.height80 {
		height: 80px;
	}
	
	.marg10 {
		margin: 10px 0 0 0;
	}
	
	.margin20 {
		margin: 20px 0 0 0;
	}
	
	.margin30 {
		margin: 30px 0 0 0;
	}
	/*右栏*/
	
	.ztysk_title1 {
		background-color: #fafafa;
	}
	
	.ztysk_title1 img {
		width: 100%;
		padding: 20px 0 10px 0;
	}
	
	.ztysk_title2 {
		background-color: #fafafa;
	}
	
	.ztysk_title2 img {
		width: 100%;
		padding: 20px 0 0 0;
	}
	.ztysk_title3{background-color: #fafafa;}
	.ztysk_title3 img {
		width: 100%;
		padding: 20px 0 0 0;
	}
	.ztysk_title4 {
		background-color: #fafafa;
	}
	
	.ztysk_title4 img {
		width: 100%;
		padding: 10px 0 10px 0;
	}
	
	.ztysk_title5 {
		background-color: #fafafa;
	}
	
	.ztysk_title5 img {
		width: 100%;
		padding: 0 0 0 0;
	}
	/*最新公告*/
	
	.zxgg {
		background-color: #fafafa;
		margin: 0 auto;
		display: block;
	}
	
	.zxgg h2 {
		font-size: 24px;
		color: #1b1b1b;
		margin: 20px 15px 0 15px;
		max-height: 28px;
		overflow: hidden;
		text-align: center;
	}
	
	.zxgg_text {
		margin: 0 auto;
		display: block;
	}
	
	.zxgg_text p {
		font-size: 14px;
		color: #666666;
		margin: 15px 15px 10px 20px;
		max-height: 156px;
		overflow: hidden;
		text-align: justify;
		text-justify: distribute-all-lines;
	}
	
	@media (max-width: 1199px) and (min-width: 992px) {
		.zxgg h2 {
			font-size: 22px;
		}
		.zxgg p {
			font-size: 13px;
		}
	}
	
	.list ul {
		padding: 0;
		margin: 0;
	}
	
	.list ul li {
		font-size: 14px;
		color: #666;
		max-height: 24px;
		overflow: hidden;
		margin: 0 0 0 15px;
		background: url(//www.qstheory.cn/n7/yc/img/yc_qstheory_dian.png) 0 center no-repeat;
		padding-left: 15px;
	}
	
	.list ul li a {
		color: #666;
	}
	
	.list ul li a:hover {
		color: #cc3333;
	}
	
	@media (max-width: 1199px) and (min-width: 992px) {
		.list ul li {
			font-size: 13px;
		}
	}
	/*内容定位*/
	
	.nrdw {
		background-color: #fafafa;
		padding: 25px 0 0 0;
	}
	
	.nrdw img {
		display: block;
		margin: 0 auto;
	}
	
	.nrdw1 {
		padding: 20px 0 30px 0;
		overflow: hidden;
		float: left;
		background-color: #fafafa;
	}
	
	.nrdw1 p {
		font-size: 14px;
		color: #666666;
		max-height: 140px;
		text-align: center;
	}
	
	@media (max-width: 1199px) and (min-width: 992px) {
		.nrdw1 p {
			font-size: 13px;
			color: #666666;
			max-height: 130px;
			text-align: center;
		}
	}
	
	.padding10 {
		padding: 15px 0 15px 0;
	}
	
	.padding5 {
		padding: 5px 0 5px 0;
	}
	
	.padding30 {
		padding: 30px 0 0 0;
	}
	/*我们需要什么样的文章*/
	
	.smywz {
		background-color: #fafafa;
	}
	
	.smywz img {
		display: block;
		margin: 0 auto;
	}
	
	.smywz p {
		font-size: 14px;
		color: #666666;
		max-height: 200px;
		overflow: hidden;
		padding: 25px 25px 30px 30px;
		background-color: #fafafa;
	}
	
	@media (max-width: 1199px) and (min-width: 992px) {
		.smywz p {
			font-size: 13px;
		}
	}
	/*求是网评*/
	
	.qswp_tw2 {
		overflow: hidden;
		background-color: #fafafa;
		padding: 20px 20px 0 20px;
	}
	
	.qswp_tw2 .text {
		width: 50%;
		float: left;
		margin: 20px 0 0 10px;
	}
	
	.qswp_tw2 .text p {
		font-size: 14px;
		color: #666666;
		max-height: 50px;
		overflow: hidden;
	}
	
	.qswp_tw2 .pic {
		width: 35%;
		float: right;
		margin-right: 10px;
	}
	
	.qswp_tw2 .pic img {
		width: 100%;
	}
	
	@media (max-width: 1199px) and (min-width: 992px) {
		.qswp_tw2 .text p {
			font-size: 13px;
			color: #666666;
			max-height: 50px;
			overflow: hidden;
		}
	}
	/*编读往来*/
	
	.bdwl {
		padding: 5px 30px 30px 20px;
		background-color: #fafafa;
	}
	
	.bdwl ul {
		padding: 0;
		margin: 0;
	}
	
	.bdwl ul li {
		font-size: 14px;
		color: #666;
		max-height: 24px;
		overflow: hidden;
		margin: 15px 0 15px 10px;
		background: url(//www.qstheory.cn/n7/yc/img/yc_qstheory_dian.png) 0 center no-repeat;
		padding-left: 15px;
	}
	
	.bdwl span .grey {
		color: #ababab;
	}
	
	.bdwl ul li a {
		color: #666;
	}
	
	.bdwl ul li a:hover {
		color: #cc3333;
	}
	
	@media (max-width: 1199px) and (min-width: 992px) {
		.bdwl ul li {
			font-size: 13px;
		}
	}
	/*分享*/
	
	.shareIconDiv {
		float: right;
		margin: 5px 0 0 10px;
	}
	
	.shareIconDiv1 {
		float: right;
		margin: 0 0 0 20px;
	}
