﻿.cl {
	clear: both;
}

#mdA table,
#mdA table td,
#mdA table th {
	border: 1px solid #333;
	border-collapse: collapse;
	padding-left: 5px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}
#mdA table{
	width: 100%;
}
@media (max-width: 768px) {
	
	#mdA {
		line-height: 1.35rem;
	}
	#mdA img{
		width: 100%;
		height: auto;
	}
}

/*分页*/

/*分页*/
.page-num:not(:disabled) {
	cursor: pointer;
}

.page-num,
.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #484848;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

a.page-num:hover,
.page-link:hover {
	text-decoration: none;
}

.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #0d5fa9;
	border-color: #0d5fa9;
}

.page-num-current:hover {
	color: #fff;
}

/*其他*/
.pages {
	padding-top: 10px;
	padding-bottom: 10px;
}

/*sm屏幕以下*/
@media only screen and (max-width: 576px) {
	.page-num {
		display: none;
	}

	.head-sm-height {
		height: 61px !important;
	}
}



.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}


.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem;
}


.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	/*color: #0d5fa9;*/
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.page-link:hover {
	z-index: 2;
	color: #0d5fa9;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(235, 52, 52, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #0d5fa9;
	border-color: #0d5fa9;
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
}

.text-center {
	text-align: center !important;
}

.my-5 {
	margin-top: 3rem !important;
}

.my-5 {
	margin-bottom: 3rem !important;
}

.text-secondary {
	color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
	color: #545b62 !important;
}


@media screen and (min-width:1200px) {

	.pos {
		background: #f5f5f5;
		line-height: 50px;
	}

	.pos_box img {
		float: left;
		max-width: 16px;
		margin-top: 17px;
		margin-right: 10px;
	}

	.pos_box {
		color: #000;
		font-size: 13px;
	}

	.pos_box a {
		color: #000;
		font-size: 13px;
	}


	.nmain {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
	}

	.nmain_left {
		float: left;
		width: 250px;
		height: auto;
		overflow: hidden;
	}

	.nmain_left_title {
		background: #ff2d37;
		font-size: 24px;
		padding: 30px 20px;
		color: #fff;
		margin-bottom: 20px;
	}

	.nmain_left_title span {
		display: block;
		font-size: 20px;
		color: #fff;
	}

	.nmain_left_list {
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #222222;
	}

	.nmain_left_list ul li {
		float: left;
	}

	.nmain_left_list li {
		width: 100%;
		height: auto;
		overflow: hidden;
		line-height: 45px;
		margin: 0px auto;
		border-bottom: 1px solid #aaa;
		text-indent: 20px;
		padding-left: 5%;
	}

	.nmain_left_list li a {
		color: #fff;
		font-size: 14px;
		display: block;
	}

	.nmain_left_list li:hover {
		background: #ff2d37;
	}

	.nmain_left_list li.active {
		background: #ff2d37;
	}

	.nmain_left_contact {
		background: url(../images/contact.jpg) no-repeat center;
		background-size: cover;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 20px 0;
	}

	.nmain_left_contact span {
		display: block;
	}

	.nmain_left_contact span.nt1 {
		font-size: 20px;
		text-align: center;
		line-height: 40px;
		color: #fff;
	}

	.nmain_left_contact span.nt2 {
		width: 50px;
		height: 1px;
		background: #fff;
		margin: 0px auto;
	}

	.nmain_left_contact span.nt3 {
		font-size: 20px;
		text-align: center;
		line-height: 40px;
		color: #fff;
	}


	.nmain_right {
		float: left;
		width: calc(100% - 300px);
		height: auto;
		overflow: hidden;
		margin-left: 50px;
	}

	.nmain_right p {
		line-height: 30px;
		font-size: 15px;
	}


	.nproduct_list {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
		margin: 30px auto;
	}

	.nproduct_list ul li {
		float: left;
	}

	.nproduct_list li {
		width: 32%;
		height: auto;
		overflow: hidden;
		margin-right: 2%;
		margin-bottom: 2%;
		padding: 15px 15px 0 15px;
		border: 1px solid rgb(238, 238, 238);
	}

	.nproduct_list li:hover {
		border: 1px solid #ff2d37;
	}

	.nproduct_list li:nth-child(3n+3) {
		margin-right: 0;
	}

	.nproduct_list li img {
		width: 100%;
		height: 205px;
	}

	.nproduct_list li span {
		width: 100%;
		height: 45px;
		line-height: 45px;
		display: block;
		text-align: center;
	}


	.nproduct {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
		margin: 30px auto;
	}


	.ptt {
		font-size: 20px;
		text-align: center;
	}

	.date {
		font-size: 13px;
		text-align: center;
		line-height: 35px;

		margin: 20px 0;
		line-height: 25px;
		background: #F5F5F5;
		border-style: solid solid solid solid;
		border-color: #E5E5E5 #E5E5E5 #E5E5E5 #E5E5E5;
		border-width: 1px 1px 1px 1px;
	}

	.pimg img {
		max-width: 450px;
		display: block;
		margin: 20px auto;
	}

	.pdes {
		font-size: 14px;
		line-height: 28px;
	}
	.pdes img{
		max-width: 90%;
		display: inline-block;
	}

	.nnews_list {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
		margin: 30px auto;
	}

	.nnews_list ul li {
		float: left;
	}

	.nnews_list li {
		width: 100%;
		height: auto;
		overflow: hidden;
		border-bottom: 1px dashed #e2e2e2;
		padding-bottom: 10px;
	}

	.nnews_list li span {
		display: block;
	}

	.nnews_list li span.nt1 {
		font-size: 15px;
		padding-top: 5px;
		color: #666666;
		font-weight: bold;
		text-decoration: none;
	}

	.nnews_list li span.nt2 {
		font-size: 11px;
		padding-top: 3px;
		color: #929292;
		font-weight: normal;
		text-decoration: none;
	}

	.nnews_list li span.nt3 {
		font-size: 12px;
		line-height: 20px !important;
		padding-top: 3px;
		color: #888888;
		font-weight: normal;
	}



	.mfields ul li {
		float: left;
	}

	.mfields li {
		margin-top: 8px;
		margin-bottom: 8px;
	}

	.mfields .title {
		font-size: 14px;
	}

	.mfields .inpbox {
		width: 420px;
	}

	.mfields .inptext {
		height: auto;
		min-height: 40px;
		line-height: 40px;
	}
	
	

}




@media screen and (max-width:1200px) {

	.pos {
		background: #f5f5f5;
		line-height: 50px;
	}

	.pos_box img {
		float: left;
		max-width: 16px;
		margin-top: 17px;
		margin-right: 10px;
	}

	.pos_box {
		color: #000;
		font-size: 13px;
	}

	.pos_box a {
		color: #000;
		font-size: 13px;
	}


	.nmain {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 10px auto;
	}

	.nmain_left {
		display: none;
		float: left;
		width: 250px;
		height: auto;
		overflow: hidden;
	}

	.nmain_left_title {
		background: #ff2d37;
		font-size: 24px;
		padding: 30px 20px;
		color: #fff;
		margin-bottom: 20px;
	}

	.nmain_left_title span {
		display: block;
		font-size: 20px;
		color: #fff;
	}

	.nmain_left_list {
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #222222;
	}

	.nmain_left_list ul li {
		float: left;
	}

	.nmain_left_list li {
		width: 100%;
		height: auto;
		overflow: hidden;
		line-height: 45px;
		margin: 0px auto;
		border-bottom: 1px solid #aaa;
		text-indent: 20px;
		padding-left: 5%;
	}

	.nmain_left_list li a {
		color: #fff;
		font-size: 14px;
		display: block;
	}

	.nmain_left_list li:hover {
		background: #ff2d37;
	}

	.nmain_left_list li.active {
		background: #ff2d37;
	}

	.nmain_left_contact {
		background: url(../images/contact.jpg) no-repeat center;
		background-size: cover;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 20px 0;
	}

	.nmain_left_contact span {
		display: block;
	}

	.nmain_left_contact span.nt1 {
		font-size: 20px;
		text-align: center;
		line-height: 40px;
		color: #fff;
	}

	.nmain_left_contact span.nt2 {
		width: 50px;
		height: 1px;
		background: #fff;
		margin: 0px auto;
	}

	.nmain_left_contact span.nt3 {
		font-size: 20px;
		text-align: center;
		line-height: 40px;
		color: #fff;
	}


	.nmain_right {
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-left: 0px;
	}

	.nmain_right p {
		line-height: 30px;
		font-size: 14px;
	}





	.nproduct_list {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
		margin: 10px auto;
	}

	.nproduct_list ul li {
		float: left;
	}

	.nproduct_list li {
		width: 48.5%;
		height: auto;
		overflow: hidden;
		margin-right: 2%;
		margin-bottom: 2%;
		padding: 15px 15px 0 15px;
		border: 1px solid rgb(238, 238, 238);
	}

	.nproduct_list li:hover {
		border: 1px solid #ff2d37;
	}

	.nproduct_list li:nth-child(2n+2) {
		margin-right: 0;
	}

	.nproduct_list li img {
		width: 100%;
	}

	.nproduct_list li span {
		width: 100%;
		height: 45px;
		line-height: 45px;
		display: block;
		text-align: center;
	}


	.ptt {
		font-size: 20px;
		text-align: center;
	}

	.date {
		font-size: 13px;
		text-align: center;
		line-height: 35px;

		margin: 20px 0;
		line-height: 25px;
		background: #F5F5F5;
		border-style: solid solid solid solid;
		border-color: #E5E5E5 #E5E5E5 #E5E5E5 #E5E5E5;
		border-width: 1px 1px 1px 1px;
	}

	.pimg img {
		max-width: 100%;
		display: block;
		margin: 20px auto;
	}

	.pdes {
		font-size: 14px;
		line-height: 28px;
	}
	
	.pdes img{
		max-width: 90%;
	}
	

	.nnews_list {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
		margin: 10px auto;
	}

	.nnews_list ul li {
		float: left;
	}

	.nnews_list li {
		width: 100%;
		height: auto;
		overflow: hidden;
		border-bottom: 1px dashed #e2e2e2;
		padding-bottom: 10px;
	}

	.nnews_list li span {
		display: block;
	}

	.nnews_list li span.nt1 {
		font-size: 15px;
		padding-top: 5px;
		color: #666666;
		font-weight: bold;
		text-decoration: none;
	}

	.nnews_list li span.nt2 {
		font-size: 11px;
		padding-top: 3px;
		color: #929292;
		font-weight: normal;
		text-decoration: none;
	}

	.nnews_list li span.nt3 {
		font-size: 12px;
		line-height: 20px !important;
		padding-top: 3px;
		color: #888888;
		font-weight: normal;
	}


}