html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0px;
    border: 0;
    font-size: 100%;
    outline: none;
}

.wrap_n {
	width: 90%;
	margin: 0 auto;
    position: relative;
	display: block;
	overflow: hidden;
}
@media (max-width:1024px) {
	.wrap_n {
		width: 90%;
		margin: 0 auto;
		position: relative;
		display: none;
	}
}
.syfwlb {
	padding: 0 40px;
	box-sizing: border-box;
}

.syfwlb::before,
.syfwlb::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 100%;
	top: 0;
	z-index: 10;
}

.syfwlb::before {
	left: -1px;
	/*background-color: #fff;*/
}

.syfwlb::after {
	right: -1px;
	/*background-color: #f3f3f3;*/
}

.syfwnr {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	padding-bottom: 50px;
}

.sycplb {
	width: 100%;
	display: block;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	transition: all 0.6s;
	margin-top: 10px;
	background-color: #fff;
}

.sycplb .sycplbtp {
	width: 100%;
	overflow: hidden;
}

.sycplb .sycplbtp img {
	width: 100%;
	display: block;
	transition: all 0.8s;
}

.sycplbbt {
	width: 100%;
	padding: 0px;
	box-sizing: border-box;
}

.sycplbbt p:nth-child(1) {
	font-size: 20px;
	line-height: 53px;
	text-align: center;
	color: #212121;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sycplbbt p:nth-child(2) {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	letter-spacing: 1px;
	margin-top: 16px;
	background-image: url("../../UploadFiles/bj/jt.png");
	background-size: 18px 16px;
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

.sycplb:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	margin-top: 4px;
	margin-bottom: 6px;
}

.sycplb:hover .sycplbtp img {
	transform: scale(1.2);
}

.sycplb:hover .sycplbbt p:nth-child(1) {
	color: #1455aa;
}
@media(max-width:1024px) {
	.syfw {
		width: 96%;
	}

	.sycplbbt p:nth-child(1) {
		font-size: 27px;
	}

	.sycplbbt p:nth-child(2) {
		font-size: 23px;
	}
}
.swiper-button-prev, .swiper-button-next {
	width: 60px;
	height: 80px;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	z-index: 20;
	border-radius: 10px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
	transition: all 0.5s ease;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E") no-repeat rgb(255,255,255);
}
.cpz {
	width: 90%;
	margin: 0 auto;
	padding-top: 50px;
}
#fenye {
    clear: both;
    margin: 10px 0px 20px 0;
}
table {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
tr {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
#pagelist {
    line-height: 22px;
    color: #666;
    padding: 5px;
}
#pagelist a.next, #pagelist a.prev {
    width: 60px;
}
#pagelist a {
    width: 28px;
    text-align: center;
    float: left;
    border: 1px solid #bfbfc7;
    background: #fff;
    height: 28px;
    font-size: 12px;
    color: #666;
    line-height: 28px;
    margin-left: 5px;
    border-radius: 3px;
}
#pagelist a:hover {
	background: rgb(194, 194, 194);
}
#pagelist span {
    line-height: 28px;
    font-size: 13px;
    height: 28px;
    margin-left: 10px;
}
#pagelist span#totalpage {
    margin: 0;
}

.wrap_n1 {
	width: 90%;
	margin: 0 auto;
    position: relative;
	display: none;
}
.wrap_n1 ul {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}
.wrap_n1 ul li {
	width: calc((100% - 11%) / 2 );
	height: auto;
	margin: 10px;

}
@media (max-width:1024px) {
	.wrap_n1 ul li {
		width: calc((100% - 7%) / 3 );
		height: auto;
		margin: 10px;
	
	}
	.wrap_n1 {
		width: 90%;
		margin: 0 auto;
		position: relative;
		display: block;
	}
	
}
@media (max-width:980px) {
	.wrap_n1 ul li {
		width: calc((100% - 12%) / 2 );
		height: auto;
		margin: 10px;
	
	}
	.wrap_n1 {
		width: 90%;
		margin: 0 auto;
		position: relative;
		display: block;
	}
	
}
.wrap_n1 li a {
	width: 100%;
	display: block;
}
.wrap_n1 a h3 {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.wrap_n1 h3 img {
	width: 100%;
}
.wrap_n1 a ol {
	width: 100%;
	height: 50px;
	background-color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	border-top: 1px solid rgb(223, 222, 222);
	margin-top: -6px;
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.wrap_n1 a:hover img {
	transition: all 0.5s ease;
	transform: scale(1.2);
}
.wrap_n1 a:hover ol {
	color: #1455aa;
}

.cpz .title {
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	padding: 20px 0px 20px 0px ;
}
.cpz .picnrbox .showpic{
	text-align: center;
}
.cpz .nph_tj {
	font-size: 18px;

}
.cpz .imglist img {
	width: 40%;
}
@media (max-width:1024px) {
	.cpz .imglist img {
		width: 60%;
	}
}
@media (max-width:480px) {
	.cpz .imglist img {
		width: 100%;
	}
}
.footbox{
	height: 6rem;
	background:rgba(1, 106, 204, 0.4);
	bottom: 0;
	z-index: 99;
	left: 0; 
	width: 100%;
	min-width: 375px; 
	position: fixed; 
	border-top:0;
	z-index: 1000;
}
.flexbox{
	margin-top:2px;
	text-align: center; 
	display: -webkit-box; 
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
}
.footbox ul li{
	-webkit-box-flex: 1; 
	-webkit-flex: 1; 
	-ms-flex: 1;
	flex: 1; 
	text-align:center;
}
.footbox ul li a{ 
	display:block;
	color:#fff;
	font-size:18px;
	line-height:2rem;
	font-weight: 600;
}
.footbox ul li a img{ 
	display:block; 
	width:2.5rem; 
	height:2.5rem; 
	margin:5px auto;
}
@media(min-width:1000px){
	.footbox{
		display:none;
	}
}
.sjkx{
	display:block;
}
@media(min-width:1000px){
	.sjkx{
		display: none;
	}
}


.wrap_n3 {
	width: 90%;
	margin: 0 auto;
    position: relative;
	display: block;
	overflow: hidden;
}

.syfwlb {
	padding: 0 40px;
	box-sizing: border-box;
}

.syfwlb::before,
.syfwlb::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 100%;
	top: 0;
	z-index: 10;
}

.syfwlb::before {
	left: -1px;
	/*background-color: #fff;*/
}

.syfwlb::after {
	right: -1px;
	/*background-color: #f3f3f3;*/
}

.syfwnr {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	padding-bottom: 50px;
}

.sycplb {
	width: 100%;
	display: block;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	transition: all 0.6s;
	margin-top: 10px;
	background-color: #fff;
}

.sycplb .sycplbtp {
	width: 100%;
	overflow: hidden;
}

.sycplb .sycplbtp img {
	width: 100%;
	display: block;
	transition: all 0.8s;
}

.sycplbbt {
	width: 100%;
	padding: 0px;
	box-sizing: border-box;
}

.sycplbbt p:nth-child(1) {
	font-size: 20px;
	line-height: 53px;
	text-align: center;
	color: #212121;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sycplbbt p:nth-child(2) {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	letter-spacing: 1px;
	margin-top: 16px;
	background-image: url("../../UploadFiles/bj/jt.png");
	background-size: 18px 16px;
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

.sycplb:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	margin-top: 4px;
	margin-bottom: 6px;
}

.sycplb:hover .sycplbtp img {
	transform: scale(1.2);
}

.sycplb:hover .sycplbbt p:nth-child(1) {
	color: #1455aa;
}
@media(max-width:1024px) {
	.syfw {
		width: 96%;
	}

	.sycplbbt p:nth-child(1) {
		font-size: 19px;
	}

	.sycplbbt p:nth-child(2) {
		font-size: 23px;
	}
}
.swiper-button-prev, .swiper-button-next {
	width: 60px;
	height: 80px;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	z-index: 20;
	border-radius: 10px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
	transition: all 0.5s ease;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E") no-repeat rgb(255,255,255);
}
.ban_t {
	width: 100%;
	height: auto;
	position: absolute;
	top: 10%;
	left: 7%;
	z-index: 1;
	display: none;
}
.ban_t p:nth-child(1) {
	font-size: 25px;
	color: #fff;
	margin-bottom: 12px;
}
.ban_t p:nth-child(2) {
	width: 90%;
	font-size: 15px;
	color: #fff;
	margin-bottom: 50px;
}
.ban_t p:nth-child(3) {
	width: 90%;
	font-size: 17px;
	color: #fff;
	line-height: 30px;
}
@media (max-width:641px) {
	.ban_t {
		width: 100%;
		height: auto;
		position: absolute;
		top: 10%;
		left: 7%;
		z-index: 1;
		display: block;
	}
}


.group-down p {
 overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
margin-bottom: 25px;
}


.nph_intro img {
   width:28%;
}
@media (max-width:641px) {
.nph_intro img {
   width:100%;
}
}