/*网站基本定义*/
div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p,
tr,
td,
body,
strong,
span,
pre,
input {
	margin: 0;
	padding: 0;
	border: 0;
	background-repeat: no-repeat;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}



img {
	border: 0px;
}

ul,
li {
	list-style: none;
}

em,
i {
	font-style: normal;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}



/*网站基本定义*/

@media screen and (min-width: 1200px) {
	.o-m {
		
		width: 100%;
		margin: 30px auto;
	}

	.o-m .ul-o {
		/* float: left; */
		width: 100%;
		position: relative;
		margin: 0px auto;
		border-bottom: 2px solid #ff3312;
		overflow: hidden;
	}

	.o-m .ul-o li {
		float: left;
		width: 33%;
		cursor: pointer;
		position: relative;
		z-index: 2;
		text-align: center;
	}

	.o-m .ul-o span {
		width: 62px;
		height: 68px;
		float: left;
		display: block;
		border-bottom: 1px solid #bfbdb9;
		background: url(../img/n-qyjz-1.png) no-repeat;
		background-position: 0px 20px;
	}

	.o-m .ul-o .li-t span {
		background-position: 0px -50px;
	}

	.o-m .ul-o .li-s span {
		background-position: 0px -120px;
	}

	.o-m .ul-o .li-f span {
		background-position: 0px -190px;
	}

	.o-m .ul-o .li-w span {
		background-position: 0px -257px;
	}

	.o-m .ul-o .li-l span {
		background-position: 0px -323px;
	}

	.o-m .ul-o li p {
		float: left;
		line-height: 50px;
		color: #333333;
		font-size: 18px;
		width: 100%;
		/* border-bottom: 1px solid #cccbc8; */
	}

	.o-m .ul-o li p a{
		font-size: 24px;
		font-weight: lighter;
		color:#ff3312;
		font-weight: bold;
	}

	.o-m .ul-o li b {
		position: absolute;
		display: block;
		width: 15px;
		height: 32px;
		background: url(../img/n-qyjz-38.png) no-repeat;
		top: 50%;
		margin-top: -16px;
		right: -15px;
		display: none;
	}

	.o-m .ul-o .li-mask {
		background: #ff6800;
		position: absolute;
		left: 0;
		top: 0;
		width: 335px;
		height: 68px;
		background: url(../img/n-qyjz-52.png) no-repeat;
	}

	.o-m .ul-o li.on b {
		display: block;
	}

	.o-m .ul-t {
		width: 100%;
		float: left;
		height: auto;
		overflow: hidden;
		margin-bottom: 50px;
	}

	.o-m .ul-t li {
		list-style-type: none;
		position: relative;
		height: 100%;
		display: none;

	}

	.o-m .ul-t .li-top {
		padding-top: 20px;
		height: auto;
		/* overflow: hidden; */
	
	}






	.news_tupianlist{
		float: left;
		width: 32.6%;
		height: auto;
		overflow: hidden;
		margin-right: 1%;
		margin-bottom: 1%;
		background: #efefef;
		padding-bottom: 1%;
	}
	.news_tupianlist:nth-child(3n+3){
		margin-right: 0px;
	}

	.news_tupianlist .news_tupianlist_img img{
		width: 100%;
	}
	.news_tupianlist .news_tupianlist_time{
		background: #fff;
		line-height: 40px;
		color:#333333;
		font-weight: bold;
		font-size: 30px;
		padding:10px 0;

	}
	.news_tupianlist .news_tupianlist_biaoti{
		font-size: 18px;
		font-weight: bold;
		margin: 20px auto;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		
		width: calc(100% - 6%);
		padding: 0px 3%;
		margin-top: 30px;
		
	}
	.news_tupianlist .news_tupianlist_biaoti a{
		font-size: 24px;
		font-weight: bold;
		margin: 20px auto;
	}

	.news_tupianlist .news_tupianlist_miaoshu{
		width: calc(100% - 6%);
		padding: 0px 3%;
		height: 100px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		font-size: 20px;
		line-height: 33px;
		margin-bottom: 20px;
		
	}
	.news_tupianlist .news_tupianlist_data{
		font-size: 16px;
		line-height: 24px;
		color: #727171;
		margin: 10px auto;
		
		width: calc(100% - 6%);
		padding: 0px 3%;
		
	}
	.news_tupianlist .news_tupianlist_data span{
		float: right;
		width: auto;
		height: 24px;
		/* border: #e60c38 1px solid; */
		text-align: center;
		border-radius: 10px;
		margin-right: 20px;
	}
	.news_tupianlist .news_tupianlist_data span a{
		font-size: 14px;
		display: block;
		color: #000;
	}
	.news_tupianlist .news_tupianlist_data span a:hover{
		color: #e60c38;
	}

	.news_txtlist{
		float: left;
		width: calc(32.6%);
		padding: 0px 0.5%;
		height: auto;
		/* overflow: hidden; */
		margin-right: 1%;
		padding-bottom: 1%;
		background: #efefef;
		position: relative;
		
	}
	.news_txtlist::after{
	  height: 5px;
	  content: "";
	  display: block;
	  background: #bbb;
	  width:100%;
	  position: absolute;
	  bottom:-20px;
	  left:0;
	}
	.news_txtlist:last-child{
		margin-right: 0px;
	}

	.news_txtlist .news_txtlist_img img{
		width: 100%;
	}

	.news_txtlist .news_txtlist_biaoti{
		font-size: 18px;
		font-weight: bold;
		margin: 20px auto;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	.news_txtlist .news_txtlist_biaoti a{
		font-size: 24px;
		font-weight: bold;
		margin: 20px auto;
	}

	.news_txtlist .news_txtlist_miaoshu{
		width: calc(100% - 2%);
		padding: 0px 1%;
		height: 100px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		font-size: 20px;
		line-height: 33px;
		margin-bottom: 20px;
	}
	.news_txtlist .news_txtlist_data{
		font-size: 16px;
		line-height: 24px;
		color: #727171;
		margin: 10px auto;
	}
	.news_txtlist .news_txtlist_data span{
		float: right;
		width: auto;
		height: 24px;
		/* border: #e60c38 1px solid; */
		text-align: center;
		border-radius: 10px;
		margin-right: 20px;
	}
	.news_txtlist .news_txtlist_data span a{
		font-size: 14px;
		display: block;
		color: #000;
	}
	.news_txtlist .news_txtlist_data span a:hover{
		color: #e60c38;
	}



	/* 联系我们 */
	.lxwm {
		margin: 3% auto;
		width: 100%;
		height: auto;
	}

	.lxwm_neirong {
		width: 80%;
		height: auto;
		margin: 3% auto;
		overflow: hidden;
	}

	.lxwm_neirong .lxwm_ewm {
		float: left;
		width: 45%;
		height: auto;
		margin: 3% auto;
		padding-left: 5%;
		font-size: 16px;
		line-height: 20px;
	}
	
	.lxwm_neirong .lxwm_ewm img {
		width: 153px;
		/* box-shadow: 5px 5px 10px 5px #989898; */
		margin-right: 45px;
		border: 1px solid #e50010;
		border-radius: 10px;
		padding: 3px;
		margin-bottom: 10px;
	}
	.lxwm_neirong .lxwm_ewm span{
		display: block;
	}
	.lxwm_neirong .lxwm_ewm span.lxwm_ewm_xianshi{
		display: none;
	}
	.lxwm_neirong .lxwm_txt {
		float: left;
		width: 50%;
		height: auto;
		color: #221815;
		font-size: 20px;
		/* font-weight: bold; */
		line-height: 38px;
		margin: 2% auto;
		/* padding-left: 5%; */
	}
	.lxwm_neirong .lxwm_txt span{
		font-size: 42px;
		font-weight: lighter;
		margin-bottom: 20px;
		display: block;
	}
	.lxwm_neirong .lxwm_txt strong{
		font-size: 20px;
	}

}



@media (max-width: 768px) {
	.o-m {
		
		width: 100%;
		margin: 0px auto;
	}

	.o-m .ul-o {
		
		float: left;
		width: 98%;
		padding: 1%;
		position: relative;
		
	}

	.o-m .ul-o li {
		float: left;
		width: 33%;
		cursor: pointer;
		position: relative;
		z-index: 2;
		text-align: center;
	}
	.o-m .ul-o li p a{
		font-size: 16px;
		font-weight: normal;
	}
	.o-m .ul-o span {
		width: 3.875rem;
		height: 4.25rem;
		float: left;
		display: block;
		border-bottom: 1px solid #bfbdb9;
		background: url(../img/n-qyjz-1.png) no-repeat;
		background-position: 0px 1.25rem;
	}

	.o-m .ul-o .li-t span {
		background-position: 0px -50px;
	}

	.o-m .ul-o .li-s span {
		background-position: 0px -120px;
	}

	.o-m .ul-o .li-f span {
		background-position: 0px -190px;
	}

	.o-m .ul-o .li-w span {
		background-position: 0px -257px;
	}

	.o-m .ul-o .li-l span {
		background-position: 0px -323px;
	}

	.o-m .ul-o li p {
		float: left;
		line-height: 1.75rem;
		color: #333333;
		font-size: 1rem;
		width: 100%;
		/* border-bottom: 1px solid #cccbc8; */
	}

	.o-m .ul-o li b {
		position: absolute;
		display: block;
		width: 0.9375rem;
		height: 2rem;
		background: url(../img/n-qyjz-38.png) no-repeat;
		top: 50%;
		margin-top: -16px;
		right: -15px;
		display: none;
	}

	.o-m .ul-o .li-mask {
		background: #ff6800;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 4.25rem;
		background: url(../img/n-qyjz-52.png) no-repeat;
	}

	.o-m .ul-o li.on b {
		display: block;
	}

	.o-m .ul-t {
		width: 100%;
		float: left;
		height: auto;
		overflow: hidden;
		/* margin-bottom: 3.125rem; */
	}

	.o-m .ul-t li {
		list-style-type: none;
		position: relative;
		height: 100%;
		display: none;
	}

	.o-m .ul-t .li-top {
		padding: 10px;
		height: auto;
		overflow: hidden;
	}





	.news_tupianlist{
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-bottom: 4%;
		background: #f0f0f0;
		padding: 3%;
	}
	.news_tupianlist:nth-child(3){
		/* margin-right: 0px; */
	}

	.news_tupianlist .news_tupianlist_img img{
		width: 100%;
	}

	.news_tupianlist .news_tupianlist_biaoti{
		font-size: 2rem;
		font-weight: bold;
		margin: 1.25rem auto;
		overflow: hidden;
		
	}
	.news_tupianlist .news_tupianlist_biaoti a{
		font-size: 20px;
		margin: 1.25rem auto;
	}

	.news_tupianlist .news_tupianlist_miaoshu{
		width: 100%;
		height: 4.6875rem;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		font-size: 14px;
		line-height: 1.5rem;
	}
	.news_tupianlist .news_tupianlist_data{
		font-size: 0.875rem;
		line-height: 1.5rem;
		color: #727171;
		margin: 0.625rem auto;
	}
	.news_tupianlist .news_tupianlist_data span{
		float: right;
		width: auto;
		height: 1.5rem;
		/* border: #e60c38 0.125rem solid; */
		text-align: center;
		border-radius: 0.625rem;
	}
	.news_tupianlist .news_tupianlist_data span a{
		font-size: 14px;
		display: block;
		color: #000;
		font-weight: bold;
	}
	.news_tupianlist .news_tupianlist_data span a:hover{
		color: #e60c38;
	}


	.news_txtlist{
		display: none;
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-right: 1%;
	}
	.news_txtlist:last-child{
		/* margin-right: 0px; */
	}

	.news_txtlist .news_txtlist_img img{
		width: 100%;
	}

	.news_txtlist .news_txtlist_biaoti{
		font-size: 1rem;
		font-weight: bold;
		margin: 1.25rem auto;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	.news_txtlist .news_txtlist_biaoti a{
		font-size: 1rem;
		font-weight: bold;
		margin: 1.25rem auto;
	}

	.news_txtlist .news_txtlist_miaoshu{
		width: 100%;
		height: 4.6875rem;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		font-size: 0.875rem;
		line-height: 1.5rem;
	}
	.news_txtlist .news_txtlist_data{
		font-size: 0.875rem;
		line-height: 1.5rem;
		color: #727171;
		margin: 0.625rem auto;
	}
	.news_txtlist .news_txtlist_data span{
		float: right;
		width: auto;
		height: 1.5rem;
		border: #e60c38 0.125rem solid;
		text-align: center;
		border-radius: 0.625rem;
	}
	.news_txtlist .news_txtlist_data span a{
		font-size: 0.75rem;
		display: block;
		color: #000;
	}
	.news_txtlist .news_txtlist_data span a:hover{
		color: #e60c38;
	}


	
	/* 联系我们 */
	.lxwm {
		margin: 3.125rem auto;
		width: 100%;
		height: auto;
		margin-top: 0;
	}

	.lxwm_neirong {
		float: left;
		width: 100%;
		height: auto;
		margin: 1.75rem auto;
		margin-top: 0;
	}

	.lxwm_neirong .lxwm_ewm {
		float: left;
		width: 100%;
		height: auto;
		text-align: center;
		/* display: flex;
		justify-content: center;
		align-items: center; */
	}
	
	
	.lxwm_neirong .lxwm_ewm span{
		display: block;
		font-weight: normal;
	}

	.lxwm_neirong .lxwm_ewm span.lxwm_ewm_xianshi{
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 0px;
	}
	.lxwm_neirong .lxwm_ewm img {
		width: 160px;
		display: block;
		margin: 0px auto;
	}



	.lxwm_neirong .lxwm_txt {
		width: 300px;
		height: auto;
		color: #221815;
		font-size: 16px;
		/* font-weight: bold; */
		line-height: 2rem;
		text-align: left;
		margin: 0px auto;
		overflow: hidden;
		padding: 1% 0;
	}
	
	.lxwm_neirong .lxwm_txt span{
		font-size: 18px;
		font-weight: lighter;
		margin-bottom: 20px;
		display: none;
	}
	.lxwm_neirong .lxwm_txt strong{
		font-size: 16px;
	}


}





@media (min-width: 769px) and (max-width: 1200px) {
	.o-m {
		
		width: 100%;
		margin: 0px auto;
	}

	.o-m .ul-o {
		
		float: left;
		width: 98%;
		padding: 1%;
		position: relative;
		
	}

	.o-m .ul-o li {
		float: left;
		width: 33%;
		cursor: pointer;
		position: relative;
		z-index: 2;
		text-align: center;
	}
	.o-m .ul-o li p a{
		font-size: 16px;
	}
	.o-m .ul-o span {
		width: 3.875rem;
		height: 4.25rem;
		float: left;
		display: block;
		border-bottom: 1px solid #bfbdb9;
		background: url(../img/n-qyjz-1.png) no-repeat;
		background-position: 0px 1.25rem;
	}

	.o-m .ul-o .li-t span {
		background-position: 0px -50px;
	}

	.o-m .ul-o .li-s span {
		background-position: 0px -120px;
	}

	.o-m .ul-o .li-f span {
		background-position: 0px -190px;
	}

	.o-m .ul-o .li-w span {
		background-position: 0px -257px;
	}

	.o-m .ul-o .li-l span {
		background-position: 0px -323px;
	}

	.o-m .ul-o li p {
		float: left;
		line-height: 1.75rem;
		color: #333333;
		font-size: 1rem;
		width: 100%;
		/* border-bottom: 1px solid #cccbc8; */
	}

	.o-m .ul-o li b {
		position: absolute;
		display: block;
		width: 0.9375rem;
		height: 2rem;
		background: url(../img/n-qyjz-38.png) no-repeat;
		top: 50%;
		margin-top: -16px;
		right: -15px;
		display: none;
	}

	.o-m .ul-o .li-mask {
		background: #ff6800;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 4.25rem;
		background: url(../img/n-qyjz-52.png) no-repeat;
	}

	.o-m .ul-o li.on b {
		display: block;
	}

	.o-m .ul-t {
		width: 100%;
		float: left;
		height: auto;
		overflow: hidden;
		margin-bottom: 3.125rem;
	}

	.o-m .ul-t li {
		list-style-type: none;
		position: relative;
		height: 100%;
		display: none;
	}

	.o-m .ul-t .li-top {
		padding: 10px;
		height: auto;
		overflow: hidden;
	}





	.news_tupianlist{
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-right: 1%;
	}
	.news_tupianlist:nth-child(3){
		/* margin-right: 0px; */
	}

	.news_tupianlist .news_tupianlist_img img{
		width: 100%;
	}

	.news_tupianlist .news_tupianlist_biaoti{
		font-size: 2rem;
		font-weight: bold;
		margin: 1.25rem auto;
		overflow: hidden;
		
	}
	.news_tupianlist .news_tupianlist_biaoti a{
		font-size: 30px;
		margin: 1.25rem auto;
	}

	.news_tupianlist .news_tupianlist_miaoshu{
		width: 100%;
		height: 4.6875rem;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		font-size: 14px;
		line-height: 1.5rem;
	}
	.news_tupianlist .news_tupianlist_data{
		font-size: 0.875rem;
		line-height: 1.5rem;
		color: #727171;
		margin: 0.625rem auto;
	}
	.news_tupianlist .news_tupianlist_data span{
		float: right;
		width: auto;
		height: 1.5rem;
		/* border: #e60c38 0.125rem solid; */
		text-align: center;
		border-radius: 0.625rem;
	}
	.news_tupianlist .news_tupianlist_data span a{
		font-size: 0.75rem;
		display: block;
		color: #000;
	}
	.news_tupianlist .news_tupianlist_data span a:hover{
		color: #e60c38;
	}

	.news_txtlist{
		display: none;
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-right: 1%;
	}
	.news_txtlist:last-child{
		/* margin-right: 0px; */
	}

	.news_txtlist .news_txtlist_img img{
		width: 100%;
	}

	.news_txtlist .news_txtlist_biaoti{
		font-size: 1rem;
		font-weight: bold;
		margin: 1.25rem auto;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	.news_txtlist .news_txtlist_biaoti a{
		font-size: 1rem;
		font-weight: bold;
		margin: 1.25rem auto;
	}

	.news_txtlist .news_txtlist_miaoshu{
		width: 100%;
		height: 4.6875rem;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		font-size: 0.875rem;
		line-height: 1.5rem;
	}
	.news_txtlist .news_txtlist_data{
		font-size: 0.875rem;
		line-height: 1.5rem;
		color: #727171;
		margin: 0.625rem auto;
	}
	.news_txtlist .news_txtlist_data span{
		float: right;
		width: auto;
		height: 1.5rem;
		/* border: #e60c38 0.125rem solid; */
		text-align: center;
		border-radius: 0.625rem;
	}
	.news_txtlist .news_txtlist_data span a{
		font-size: 0.75rem;
		display: block;
		color: #000;
	}
	.news_txtlist .news_txtlist_data span a:hover{
		color: #e60c38;
	}



	/* 联系我们 */
	.lxwm {
		margin: 3.125rem auto;
		width: 100%;
		height: auto;
	}
	
	.lxwm_neirong {
		float: left;
		width: 100%;
		height: auto;
		margin: 1.75rem auto;
	}
	
	
	
	
	.lxwm_neirong .lxwm_ewm {
		float: left;
		width: 100%;
		height: auto;
		text-align: center;
		/* display: flex;
		justify-content: center;
		align-items: center; */
	}
	
	
	.lxwm_neirong .lxwm_ewm span{
		display: block;
		font-weight: normal;
	}
	
	.lxwm_neirong .lxwm_ewm span.lxwm_ewm_xianshi{
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 20px;
	}
	.lxwm_neirong .lxwm_ewm img {
		width: 160px;
		display: block;
		margin: 0px auto;
	}
	
	
	.lxwm_neirong .lxwm_txt {
		width: 300px;
		height: auto;
		color: #221815;
		font-size: 16px;
		font-weight: bold;
		line-height: 2rem;
		text-align: left;
		margin: 0px auto;
		overflow: hidden;
		padding: 1% 0;
	}
	
	.lxwm_neirong .lxwm_txt span{
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 20px;
		display: none;
	}
	.lxwm_neirong .lxwm_txt strong{
		font-size: 16px;
	}

}