/*banner*/
@keyframes fangda {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.05);
	}
}

.ny-banner {
	position: relative;
	overflow: hidden;
}

.ny-banner>img {
	display: block;
	width: 100%;
	animation: fangda 5s ease-in-out infinite alternate;
}

.ny-banner-s {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	color: #fff;
	text-align: center;
}

.ny-banner-s h3 {
	font-size: 48px;
	text-transform: uppercase;
}

.ny-banner-s p {
	font-size: 24px;
	line-height: 24px;
	margin-top: 20px;
}

.ny-banner-s2 {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.ny-banner-s2 img {
	position: relative;
	z-index: 3;
}

.ny-banner-s2::before,
.ny-banner-s2::after {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	left: 0;
	top: 0;
	background: #ee1d23;
}

.ny-banner-s2::before {
	animation: scale 2s infinite;
}

.ny-banner-s2::after {
	animation: scale2 2s infinite;
}

@keyframes scale {
	0% {
		transform: scale(1);
		opacity: .9
	}

	100% {
		transform: scale(2);
		opacity: 0;
	}
}

@keyframes scale2 {
	0% {
		transform: scale(1);
		opacity: .9;
	}

	100% {
		transform: scale(3);
		opacity: 0;
	}
}

.swiper-button-next,
.swiper-button-prev {
	content: '' !important;
	opacity: 1 !important
}

.swiper-button-next::after,
.swiper-button-prev::after {
	content: '' !important;
}

/*banner*/

.span3 {
	cursor: pointer;
}

/*szwz*/
.lon {
	margin-bottom: 20px;
}

.lon img {
	padding-right: 8px;
	display: block;
}

.cont {
	display: flex;
	align-items: center;
	height: 85px;
}

.cont a {
	vertical-align: middle;
	color: #878787;
	font-size: 18px;
	display: flex;
	align-items: center;
}

.cont a:last-child {
	color: #ee1d23;
}

/*szwz*/

.md {
	position: relative;
	top: -99px;
}

/*fy*/
.page1 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.page1 li {}


.page1 li a,
.page1 li span,
.page .page-num {
	display: flex;
	font-size: 16px;
	color: #a2a2a2;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	margin: 0 5px;
	border: 1px solid #e5e5e5;
	background: #fff;
}

.page1 li a:hover,
.page1 li.active a,
.page1 li span:hover,
.page1 li.active span,
.page1 li span.current,
.page a.page-num-current {
	color: #fff;
	background: #ee1d23;
}

.page1 li:nth-child(1) a,
.page1 li:last-child a,
.page1 li:nth-child(1) span,
.page1 li:last-child span {
	font-family: SimSun;
	font-size: 20px;
}

.page1 li:nth-child(1) a:hover,
.page1 li:last-child a:hover,
.page1 li:nth-child(1) span:hover,
.page1 li:last-child span:hover {
	/* color:#d6001d; */
	/* background:none; */
}

@media (max-width: 768px) {

	.page1 li a,
	.page1 li span {
		width: 30px;
		height: 30px;
		margin: 0 5px
	}

	.page1 li:nth-child(1) a,
	.page1 li:last-child a,
	.page1 li:nth-child(1) span,
	.page1 li:last-child span {
		font-family: SimSun;
		font-size: 20px;
	}
}

/*fy*/

/*gywm*/
.gywm {
	background: url(../images/gywm-bj.jpg)no-repeat center top;
	padding: 0 30px 200px 30px;
	position: relative;
	z-index: 3;
}

.gywm-t {
	margin-bottom: 145px;
}

.gywm-t h3 {
	font-size: 36px;
	margin-bottom: 70px;
	text-align: center;
}

.gywm-t .div1 {
	color: #5f5f5f;
	font-size: 16px;
	line-height: 30px;
}

.gywm-c {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 16px;
	color: #5f5f5f;
	text-align: center;
}

.gywm-c dl {}

.gywm-c dl h3 {
	color: #ee1d23;
	font-size: 24px;
	margin-bottom: 20px;
}

.gywm-c dl h3 i {
	font-size: 48px;
}

.gywm-c dl p {}

.gywm-c h6 {
	width: 1px;
	height: 85px;
	background: #e5e5e5;
}

.gywm-b {
	width: 775px;
	height: 120px;
	border-radius: 150px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	box-sizing: 1px 1px 10px rgba(0, 0, 0, 0.2);
	padding: 0 65px;
}

.gywm-b h6 {
	transition: all 0.5s;
}

.gywm-b h6:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.qyll {
	color: #fff;
	text-align: center;
	position: relative;
	padding: 0 50px;
	text-align: center;
	height: 750px;
	padding-top: 218px;
	overflow: hidden;
}

.qyll h6 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	animation: fangda 5s ease-in-out infinite alternate;
	background: url(../images/qyll-bj.jpg)no-repeat center;
}

.qyll-b {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.qyll-b dl {
	width: 100%;
	margin-bottom: 40px;
}

.qyll-b dl h3 {
	font-size: 46px;
	margin-bottom: 29px;
}

.qyll-b dl p {
	font-size: 16px;
}

.fzlc {
	padding: 80px 0;
}

.nybt {
	text-align: center;
	text-transform: capitalize;
	font-size: 36px;
	margin-bottom: 75px;
}

.fzlc-t {
	position: relative;
	margin-bottom: 76px;
}

.fzlc-t .w1 {
	position: relative;
}

.fzlc-t .swiper-container {
	width: 900px;
	max-width: 100%
}

/*.fzlc-t>div{width:calc(100% - 200px);}*/
.fzlc-tl {
	position: absolute;
	width: 120px;
	left: 84px;
	top: 48px;
	overflow: hidden;
	height: 50px;
	z-index: 3
}

.fzlc-tr {
	position: absolute;
	width: 120px;
	right: 84px;
	top: 48px;
	overflow: hidden;
	height: 50px;
	z-index: 3
}

.fzlc-tr .fzlc-tl-s {
	left: -180px;
}

.fzlc-tl-s {
	position: absolute;
	min-width: 100%;
	display: flex;
	left: 0;
	top: 0;
	transition: all 0.5s
}

.fzlc-tl-s p {
	width: 60px;
	text-align: center;
	font-family: bold;
	color: #5f5f5f;
	font-size: 16px;
}

.fzlc-tl-s p i {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #dcdcdc;
	margin: 0 auto 15px auto;
}

.fzlc-t h6 {
	position: absolute;
	width: 100%;
	left: 0;
	background: #e5e5e5;
	height: 1px;
	top: calc(50% - 1px);
}

.fzlc-t dl {
	align-items: center;
	font-family: bold;
	color: #ee1d23;
	font-size: 72px;
	justify-content: center;
	height: 108px;
	display: flex;
	transform: scale(0);
	transition: all 0.5s;
	font-weight: bold;
}

.fzlc-t dl p {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #208bcc;
	margin-right: 40px;
	position: relative;
}

.fzlc-t dl p::before,
.fzlc-t dl p::after {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #ee1d23;
	content: '';
	top: 0;
	left: 0;
}

.fzlc-t dl p::before {
	animation: scale 2s infinite;
}

.fzlc-t dl p::after {
	animation: scale2 2s infinite;
}

.fzlc-t .swiper-slide-thumb-active dl {
	transform: scale(1);
}

.fzlc-t .swiper-button-next {
	width: 55px;
	height: 55px;
	background: url(../images/r.png);
	right: 0;
	margin: 0;
	margin-top: -25px;
}

.fzlc-t .swiper-button-prev {
	width: 55px;
	height: 55px;
	background: url(../images/l.png);
	left: 0;
	margin: 0;
	margin-top: -25px;
}

.fzlc-b {}

.fzlc-b dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.fzlc-b dl dt {
	width: 50%;
	overflow: hidden;
}

.fzlc-b dl dt img {
	display: block;
	width: 100%;
}

.fzlc-b dl dd {
	width: calc(50% - 80px);
}

.fzlc-b dl dd h3 {
	font-size: 60px;
	color: #ee1d23;
	line-height: 30px;
	margin-bottom: 60px;
}

.fzlc-b dl dd h4 {
	font-size: 30px;
	margin-bottom: 35px;
}

.fzlc-b dl dd .div1 {
	font-size: 18px;
	line-height: 30px;
	color: #5f5f5f;
}

.fzlc-b dl dt:hover img {
	transform: scale(1.1);
}

.qyhj {
	padding: 80px 0;
	position: relative;
	overflow: hidden;
	background: #1d2f45;
}

.qyhj h6 {
	display: none;
}

.qyhj-t {
	text-align: center;
	color: #fff;
	font-size: 36px;
	margin-bottom: 55px;
}

.qyhj-b {
	position: relative;
	z-index: 3;
}

.qyhj-b>div {}

.qyhj-b a {
	display: block;
	background: #fff;
	text-align: center;
	color: #5f5f5f;
	font-size: 18px;
}

.qyhj-b a h4 {
	overflow: hidden;
}

.qyhj-b a h4 img {
	display: block;
	width: 100%;
}

.qyhj-b a dl {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: all 0s;
	height: 100px;
}

.qyhj-b a dl i {
	transition: all 0s;
	position: relative;
	z-index: 3;
}

.qyhj-b a dl p {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #ee1d23;
	width: 100%;
	height: 0;
}

.qyhj-b a:hover {
	color: #fff;
}

.qyhj-b a:hover img {
	transform: scale(1.1);
}

.qyhj-b a:hover p {
	height: 100%;
}

.qyhj-b2 {
	text-transform: uppercase;
	width: 100%;
	left: 0;
	bottom: -68px;
	position: absolute;
	white-space: nowrap;
	color: #344154;
	font-size: 300px;
	font-family: Arial;
}

.qyhj-b2 .scrollbox {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	transition: all .2s;
}

.qyhj-b2 .txt,
.qyhj-b2 .txt-clone {
	display: inline;
	position: relative;
}

.ryzz {
	text-align: center;
	padding: 100px 0;
	background: url(../images/ryzz-bj.jpg)no-repeat center / cover;
}

.ryzz-b {}

.ryzz-b a {
	display: block;
	/* background:#fff; */
	text-align: center;
	color: #5f5f5f;
	font-size: 18px;
}

.ryzz-b a h4 {
	overflow: hidden;
}

.ryzz-b a h4 img {
	display: block;
	width: 100%;
}

.ryzz-b a dl {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: all 0s;
	height: 50px;
}

.ryzz-b a dl i {
	transition: all 0s;
	position: relative;
	z-index: 3;
}

.ryzz-b a dl p {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #ee1d23;
	width: 100%;
	height: 0;
}

.ryzz-b a:hover {
	color: #ee1d23;
}

.ryzz-b a:hover img {
	transform: scale(1.1);
}

.hzhb {
	margin: 100px auto;
}

.hzhb-b {
	display: flex;
	flex-wrap: wrap;
}

.hzhb-b p {
	width: calc(20% - 20px);
	margin-right: 25px;
	margin-bottom: 25px;
	background: #f7f7f7;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 5px;
}

.hzhb-b p:nth-child(5n) {
	margin-right: 0;
}

.hzhb-b p img {
	display: block;
	width: 100%;
}

.hzhb-b p:hover img {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.hzhb-b>div {
	height: 395px;
}

.hzhb-b .swiper-slide {
	height: 185px;
	background: #f7f7f7;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 5px;
}

.hzhb-b .swiper-slide img {
	display: block;
	max-width: 80%;
	max-height: 80%;
}

.hzhb-b .swiper-slide:hover img {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

/*gywm*/

/*cpzx*/
.cpzx {
	margin-bottom: 80px;
}

.cpzx-t2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	margin-bottom: 40px;
	font-size: 18px;
	background: #f5f5f5;
	padding: 0 40px;
}

.cpzx-t2 a {
	display: flex;
	position: relative;
	color: #333;
	padding: 45px 10px;
	align-items: center;
	flex-wrap: wrap;
}

.cpzx-t2 a h4 {
	margin-right: 30px;
}

.cpzx-t2 a p {
	position: absolute;
	width: 0;
	left: 0;
	height: 3px;
	bottom: 0px;
	background: #ee1d23;
}

.cpzx-t2 a.active,
.cpzx-t2 a:hover {
	color: #ee1d23;
}

.cpzx-t2 a.active p,
.cpzx-t2 a:hover p {
	width: 100%;
}

.cpzx-c {
	margin-bottom: 50px;
	background: #f5f5f5;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.cpzx-l {
	width: 50%;
	overflow: hidden;
}

.cpzx-l img {
	display: block;
	width: 100%
}

.cpzx-r {
	width: 50%;
	padding: 0 80px;
}

.cpzx-r h3 {
	font-size: 36px;
	color: #161616;
	margin-bottom: 38px;
}

.cpzx-r p {
	color: #878787;
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 50px;
}

.cpzx-r h5 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 220px;
	height: 53px;
	font-size: 16px;
	color: #ee1d23;
	border-radius: 60px;
	border: 1px solid #ee1d23;
	position: relative;
	overflow: hidden;
}

.cpzx-r h5 i {
	position: relative;
	z-index: 3;
	transition: all 0s;
}

.cpzx-r h5 img {
	margin-left: 25px;
	position: relative;
	z-index: 3;
}

.cpzx-r h5 .img2 {
	display: none;
}

.cpzx-r h5 span {
	display: block;
	width: 0;
	height: 100%;
	background: #ee1d23;
	position: absolute;
	top: 0;
}

.cpzx-c :hover h3 {
	color: #ee1d23
}

.cpzx-c :hover h4 img {
	transform: scale(1.1);
}

.cpzx-c :hover h5 {
	color: #fff
}

.cpzx-c :hover h5 .img1 {
	display: none;
}

.cpzx-c :hover h5 .img2 {
	display: block;
}

.cpzx-c :hover h5 span {
	width: 100%
}

.cpzx-b {
	display: flex;
	flex-wrap: wrap;
}

.cpzx-b a {
	display: block;
	width: calc((100% - 60px) / 3);
	margin-bottom: 70px;
	margin-right: 30px;
	text-align: center;
}

.cpzx-b a:nth-child(3n) {
	margin-right: 0;
}

.cpzx-b a h4 {
	overflow: hidden;
	background: #f5f5f5;
	margin-bottom: 25px;
}

.cpzx-b a h4 img {
	display: block;
	width: 100%;
}

.cpzx-b a h3 {
	color: #161616;
	font-size: 22px;
	margin-bottom: 24px;
}

.cpzx-b a p {
	color: #878787;
	font-size: 16px;
}

.cpzx-b a:hover img {
	transform: scale(1.1);
}

.cpzx-b a:hover h3 {
	color: #ee1d23;
}

/*cpzx*/

/*cpzx-z*/
.cpzx-z {
	background: #fff;
	box-sizing: border-box;
	margin: 70px auto;
}

.ny-zpal-z {
	background: #fff;
	padding: 20px;
}

.ny-zpal-t {
	overflow: hidden;
	/* border-bottom: 1px solid #ccc; */
	/* padding-bottom: 100px; */
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-around;
}

.ny-zpal-z-t-l {
	float: left;
	width: 40%;
	position: relative;
}

.magnifierContainer {
	width: 100%;
	display: flex;
}

.imgMedium {
	width: 100%;
	position: relative;
}

.imgLeft .magnifier {
	position: absolute;
	display: none;
	width: 200px;
	height: 200px;
}

.imasf2 {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	transition: all 0.5s;
}

.imasf2 p {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: rgba(0, 0, 0, .25);
	margin: 0 5px;
	cursor: pointer;
}

.imasf2 p.active {
	background: #0081d7;
}

.ny-zpal-z-t-l:hover .imasf2 {
	transform: scale(0);
}

.ny-zpal-z-t-l:hover .imasf {
	transform: scale(1);
}

.imgLeft .imasf {
	width: 100%;
	position: relative;
	overflow: hidden;
	transform: scale(0);
	transition: all 0.5s;
	z-index: 3;
}

.imgLeft .imasf .fad {
	width: 20px;
	height: 60px;
	margin-top: 10px;
	line-height: 60px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	bottom: 10px;
	cursor: pointer;
	float: left;
	color: #fff;
}

.imgLeft .imasf .fac {
	width: 20px;
	height: 60px;
	margin-top: 10px;
	line-height: 60px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	bottom: 10px;
	cursor: pointer;
	float: right;
	color: #fff;
}

.imasf-bb {
	overflow: hidden;
}

.imasf-bb .swiper-container {
	position: initial;
	width: calc(100% - 100px);
}

.imasf-bb .swiper-slide {
	box-sizing: border-box;
	border: 1px solid #eee;
	padding: 5px;
}

.imasf-bb .swiper-slide-active {
	border-color: #02569e;
}

.imasf-bb .swiper-slide a {
	display: block;
	overflow: hidden;
}

.imasf-bb .swiper-slide a img {
	width: 100%;
}

.imasf-bb .swiper-button-next {
	width: 20px;
	height: 60px;
	margin-top: 10px;
	line-height: 60px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	color: #fff;
	right: 0;
	top: 50%;
	margin-top: -30px;
}

.imasf-bb .swiper-button-prev {
	width: 20px;
	height: 60px;
	margin-top: 10px;
	line-height: 60px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	color: #fff;
	left: 0;
	top: 50%;
	margin-top: -30px;
}

.mediumContainer {
	width: 100%;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.mediumContainer img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.imgRight {
	z-index: 100;
}

.imgLeft {
	width: 100%;
}

#zhezhao {
	width: 100%;
	height: 100%;
	background: transparent;
	position: absolute;
	top: 0;
	border: 1px solid transparent;
}

#zhezhao:hover {
	cursor: move;
}

.img_x {
	width: 100% !important;
	display: flex;
}

.img_x li {
	height: 54px;
	border: 2px solid transparent;
	margin: 8px 4px;
	padding: 2px;
	cursor: pointer;
}

.img_x li img {
	height: 100%
}

.img_u {
	position: absolute;
	width: 500px;
	height: 400px;
	border: 1px solid #eee;
	float: left;
	margin-left: 15px;
	overflow: hidden;
	display: none;
	background: #fff;
	z-index: 100;
}

.img_u img {
	width: 1000px;
	max-width: 1000px;
}

.ny-zpal-z-t-r {
	float: right;
	/* width: 50%; */
}

.ny-zpal-z-t-r h3 {
	font-size: 36px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #ee1d23;
}

.ny-zpal-z-t-r .div1 {
	margin-bottom: 10px;
	color: #666;
	/*padding-bottom:10px;*/
	max-height: 444px;
	overflow-x: auto;
	padding-right: 20px;
}

.ny-zpal-z-t-r .div1 * {
	line-height: 24px !important;
	list-style: inherit;
}

.ny-zpal-z-t-r .div1 li {
	margin-left: 20px;
}

.ny-zpal-z-t-r .div1::-webkit-scrollbar {
	width: 2px;
	border-radius: 5px;
}

.ny-zpal-z-t-r .div1::-webkit-scrollbar-thumb {
	width: 2px;
	background: #ee1d23;
}

.ny-zpal-z-t-r .div1::-webkit-scrollbar-track {
	width: 2px;
	background: #eee;
}

.ny-zpal-z-t-r .div3 {
	display: flex;
	/* justify-content: space-between; */
	/* width: 60%; */
}

.ny-zpal-z-t-r a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 65px;
	border-radius: 2px;
	background: #ee1d23;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 20px;
	margin-right: 20px;
}

.ny-zpal-z-t-r a:last-child {
	/* display:none; */
}

.ny-zpal-z-t-r .div2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 598px;
	max-width: 100%;
}

.ny-zpal-z-t-r .div2 dl {
	display: flex;
	align-items: center;
	margin-right: 16px;
	color: #666;
	font-weight: bold;
	font-size: 16px;
	width: 42%;
}

.ny-zpal-z-t-r .div2 dl img {
	margin-right: 10px;
}

.ny-zpal-z-t-r .div2 dl dd {}

.ny-zpal-z-c {
	margin: 0 auto;
	max-width: 100%;
	/* display: none; */
}

.ny-zpal-z-ct {
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #eee;
	margin-bottom: 40px;
	font-size: 18px;
	flex-wrap: wrap;
}

.ny-zpal-z-ct h3 {
	margin: 0 20px;
	padding-bottom: 40px;
	border-bottom: 1px solid #eee;
	margin-bottom: -1px;
	cursor: pointer;
}

.ny-zpal-z-ct h3.active {
	border-color: #ee1d23;
	color: #ee1d23;
}

.ny-zpal-z-cb {}

.ny-zpal-z-cb * {
	color: #666 !important;
}

.ny-zpal-z-cb>div {
	display: none;
	line-height: 24px;
}

.ny-zpal-z-cb>div:nth-child(1) {
	display: block;
	font-size: 18px;
}

.ny-zpal-z-cb table {
	width: 100%;
	margin: 0 auto;
	border-color: #eee !important;
}

.ny-zpal-z-cb table td,
.ny-zpal-z-cb table th {
	padding: 5px 10px !important;
	border-color: #eee !important;
}

.ny-zpal-z-c img {
	/* margin-bottom:10px; */
	max-width: 100%;
	margin: 0px auto;
	display: block;
}

.ny-zpal-z-c p {
	/* text-align:left; */
	color: #666;
}

.ny-zpal-z-b {
	overflow: hidden;
	margin-top: 20px;
}

.ny-zpal-z-b a {
	padding: 10px;
	color: #666;
	border: 1px solid #666;
}

.ny-zpal-z-b .a1 {
	float: left;
}

.ny-zpal-z-b .a2 {
	float: right;
}

.ny-zpal-z-b a:hover {
	padding: 10px;
	color: #000;
	border: 1px solid #000;
}

@media(min-width:1200px) {
	.ny-zpal-z-ct.active {
		position: fixed;
		width: 100%;
		left: 0;
		top: 80px;
		background: #fff;
		z-index: 10;
	}

	.ny-zpal-z-ct.active h3 {
		padding-bottom: 0;
		line-height: 61px;
	}
}

@media screen and (max-width: 1200px) {
	.ny-zpal-z-t-r a {
		width: 200px;
		height: 50px;
	}

	.ny-zpal-t {
		padding-bottom: 40px;
	}

	.ny-zpal-z-t-r h3 {
		font-size: 22px;
	}

	.ny-zpal-z-cb * {
		font-size: 14px !important;
		color: #666 !important;
	}

	.ny-zpal-z-ct h3 {
		padding-bottom: 10px;
		border: none;
		margin: 0 10px;
	}
}

/*cpzx-z*/

/*xwzx-z*/
.xwdt-z {
	width: 1200px;
	margin: 70px auto;
	overflow: hidden;
}

.xwdt-z-t {
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px dashed #666;
	margin-bottom: 30px;
}

.xwdt-z-t h3 {
	font-size: 25px;
	color: #000;
	margin-bottom: 20px;
}

.xwdt-z-t p {
	text-align: center;
	color: #000;
}

.xwdt-z-t p span {
	display: inline-block;
	margin: 0 20px;
	color: #000;
}

.xwdt-z-b {
	margin-bottom: 50px;
	font-size: 18px;
}

.xwdt-z-b p {
	color: #000;
}

.xwdt-z-b img {
	height: auto !important;
}

.xwdt-z-b2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	margin: 0 auto 0px auto;
}

.xwdt-z-b2 a {
	padding: 10px 20px;
	background: #eee;
	border-radius: 10px;
	color: #000;
	transition: 0.3s;
	max-width: 30%
}

.xwdt-z-b2 a:hover {
	background: #02569e;
	color: #fff;
}

@media screen and (max-width: 1200px) {
	.xwdt-z-t p {
		display: none;
	}

	.xwdt-z-t {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.xwdt-z-t h3 {
		font-size: 20px;
		margin-bottom: 0px;
	}

	.xwdt-z-b {
		margin-bottom: 30px;
	}

	.xwdt-z-b2 a {
		font-size: 12px;
	}
}

/*xwzx-z*/

/*cgal*/
.cgal {
	margin-bottom: 80px;
}

.cgal-b {
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

.cgal-l {
	width: 50%;
	overflow: hidden;
}

.cgal-l a {
	display: block;
	overflow: hidden;
}

.cgal-l a img {
	animation: fangda 5s ease-in-out infinite alternate;
	display: block;
	width: 100%
}

.cgal-l .swiper-button-next {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 47px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.5)
}

.cgal-l .swiper-button-prev {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 47px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.5)
}

.cgal-l .swiper-button-next img,
.cgal-l .swiper-button-prev img {
	position: relative;
	z-index: 3;
}

.cgal-l .swiper-button-next p,
.cgal-l .swiper-button-prev p {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background: #ee1d23;
	transform: scale(0);
	transition: all 0.5s;
}

.cgal-l .swiper-button-next:hover p,
.cgal-l .swiper-button-prev:hover p {
	transform: scale(1);
}

.cgal-r {
	width: 50%;
	padding: 0 80px
}

.cgal-r h3 {
	font-size: 36px;
	margin-bottom: 25px;
}

.cgal-r>a {
	display: flex;
	align-items: center;
	color: #ee1d23;
	font-size: 16px;
	margin-bottom: 55px;
}

.cgal-r>a img {
	margin-right: 10px;
}

.cgal-r .div1 {
	font-size: 16px;
	line-height: 30px;
	color: #5f5f5f;
	height: 217px;
}

.cgal-b2 {
	position: relative;
}

.cgal-b2 a {
	display: block;
	position: relative;
	padding: 10px;
	margin: 1px
}

.cgal-b2 a h4 {
	overflow: hidden;
}

.cgal-b2 a h4 img {
	display: block;
	width: 100%
}

.cgal-b2 a i {
	position: absolute;
	display: block;
	background: #ee1d23;
}

.cgal-b2 a .i1 {
	top: 0;
	right: 0;
	width: 0;
	height: 1px;
}

.cgal-b2 a .i2 {
	top: 0;
	left: 0;
	width: 1px;
	height: 0px;
}

.cgal-b2 a .i3 {
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
}

.cgal-b2 a .i4 {
	bottom: 0;
	right: 0;
	width: 1px;
	height: 0px;
}

.cgal-b2 .swiper-slide-thumb-active a .i1,
.cgal-b2 .swiper-slide-thumb-active a .i3 {
	width: 100%
}

.cgal-b2 .swiper-slide-thumb-active a .i2,
.cgal-b2 .swiper-slide-thumb-active a .i4 {
	height: 100%;
}

.cgal-b2 .swiper-button-next {
	width: 10px;
	height: 20px;
	background: url(../images/r3.png);
	right: -35px;
	margin-top: -10px;
}

.cgal-b2 .swiper-button-prev {
	width: 10px;
	height: 20px;
	background: url(../images/l3.png);
	left: -35px;
	margin-top: -10px;
}

/*cgal*/

/*fwzc*/
.fwzc {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}

.fwzc-l {
	width: calc(100% - 390px)
}

.fwzc-b {
	margin-bottom: 65px;
}

.fwzc-b dl {
	margin-bottom: 20px;
	background: #fff;
	padding: 0 30px;
}

.fwzc-b dl dt {
	padding: 35px 16px;
	border-bottom: 1px solid #eee;
}

.fwzc-b dl dt h3 {
	font-size: 20px;
}

.fwzc-b dl dd {
	color: #5f5f5f;
	line-height: 30px;
	padding: 33px 16px 66px 50px;
}

.fwzc-r {
	width: 350px;
}

.xgxw {
	margin-bottom: 20px;
	background: #fff;
	padding: 35px 25px
}

.xgxw h3 {
	display: flex;
	align-items: center;
	padding: 0 0 31px 12px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	color: #ee1d23;
	font-size: 24px;
}

.xgxw h3 i {
	display: block;
	width: 36px;
}

.xgxw p {
	padding: 0 12px;
}

.xgxw p a {
	position: relative;
	color: #5f5f5f;
	line-height: 36px;
	padding-left: 13px;
	display: block;
}

.xgxw p a i {
	color: #ee1d23;
	padding-right: 10px;
	font-weight: bold;
	display: block;
	line-height: 36px;
	position: absolute;
	left: 0;
	top: 0;
}

.xgxw p a:hover {
	color: #ee1d23;
}

.xgcp {
	background: #fff;
	padding: 35px 25px;
}

.xgcp h3 {
	display: flex;
	align-items: center;
	padding: 0 0 31px 12px;
	border-bottom: 1px solid #eee;
	margin-bottom: 26px;
	color: #ee1d23;
	font-size: 24px;
}

.xgcp h3 i {
	display: block;
	width: 36px;
}

.xgcp a {
	display: block;
	margin: 0 5px 34px 5px;
	text-align: center;
	color: #000;
}

.xgcp a h4 {
	overflow: hidden;
	background: #f5f5f5;
	margin-bottom: 24px;
}

.xgcp a h4 img {
	display: block;
	width: 100%;
}

.xgcp a:hover {
	color: #ee1d23;
}

.xgcp a:hover img {
	transform: scale(1.1);
}

/*fwzc*/

/*spzx*/
.spzx {
	margin-bottom: 80px;
}

.spzx-b {
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	margin-bottom: 27px;
}

.spzx-b a {
	display: block;
	width: calc((100% - 96px)/3);
	margin-right: 47px;
	margin-bottom: 40px;
	text-align: center;
	color: #5f5f5f;
}

.spzx-b a:nth-child(3n) {
	margin-right: 0;
}

.spzx-b a h4 {
	overflow: hidden;
	position: relative;
	margin-bottom: 24px;
}

.spzx-b a h4 img {
	display: block;
	width: 100%;
}

.spzx-b a h4 p {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.2);
}

.spzx-b a h4 p i {
	position: relative;
	display: block;
}

.spzx-b a h4 p i img {
	display: blkock;
	position: relative;
	z-index: 3;
}

.spzx-b a h4 p i::before,
.spzx-b a h4 p i::after {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	left: 0;
	top: 0;
	background: #ee1d23;
}

.spzx-b a h4 p i::before {
	animation: scale 2s infinite;
}

.spzx-b a h4 p i::after {
	animation: scale2 2s infinite;
}

.spzx-b a:hover {
	color: #ee1d23
}

.spzx-b a:hover img {
	transform: scale(1.1);
}

/*spzx*/

/*xwzx*/
.xwzx {
	margin: -20px auto 80px auto;
}

.xwzx-t {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #fff;
	margin-bottom: 50px;
}

.xwzx-t h4 {
	overflow: hidden;
	width: 50%;
}

.xwzx-t h4 img {
	display: block;
	width: 100%;
}

.xwzx-r {
	width: 50%;
	padding: 0 100px;
}

.xwzx-r h3 {
	color: #000;
	font-size: 30px;
	margin-bottom: 15px;
}

.xwzx-r h6 {
	font-weight: normal;
	font-size: 16px;
	color: #ee1d23;
	margin-bottom: 40px;
}

.xwzx-r p {
	color: #878787;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 50px;
}

.xwzx-r h5 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 190px;
	height: 45px;
	font-size: 16px;
	color: #ee1d23;
	border-radius: 60px;
	border: 1px solid #ee1d23;
	position: relative;
	overflow: hidden;
}

.xwzx-r h5 i {
	position: relative;
	z-index: 3;
	transition: all 0s;
}

.xwzx-r h5 img {
	margin-left: 25px;
	position: relative;
	z-index: 3;
}

.xwzx-r h5 .img2 {
	display: none;
}

.xwzx-r h5 span {
	display: block;
	width: 0;
	height: 100%;
	background: #ee1d23;
	position: absolute;
	top: 0;
}

.xwzx-t:hover h5 {
	color: #fff
}

.xwzx-t:hover h5 .img1 {
	display: none;
}

.xwzx-t:hover h5 .img2 {
	display: block;
}

.xwzx-t:hover h5 span {
	width: 100%
}

.xwzx-b {
	margin-bottom: 65px;
}

.xwzx-b a {
	background: #fff;
	padding: 35px 45px 35px 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.xwzx-b a h4 {
	width: 310px;
	overflow: hidden;
}

.xwzx-b a h4 img {
	display: block;
	width: 100%;
}

.xwzx-b a div {
	width: calc(100% - 360px);
}

.xwzx-b a h3 {
	color: #000;
	font-size: 24px;
	margin-bottom: 30px;
}

.xwzx-b a p {
	line-height: 24px;
	color: #878787;
	margin-bottom: 34px;
}

.xwzx-b a h5 {
	color: #ee1d23;
	font-size: 14px;
}

.xwzx-b a:hover {
	background: #ee1d23;
}

.xwzx-b a:hover img {
	transform: scale(1.1);
}

.xwzx-b a:hover * {
	color: #fff;
}

/*xwzx*/

/*lxwm*/
.lxwm {
	margin: -20px auto 80px auto
}

.lxwm1 {
	background: #fff;
	margin-bottom: 30px;
	padding: 75px;
}

.lxwm-t {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 50px;
	border-bottom: 1px solid #eee;
}

.lxwm-l {}

.lxwm-l h3 {
	color: #ee1d23;
	font-size: 36px;
	margin-bottom: 30px;
}

.lxwm-l p {
	display: flex;
	/*justify-content: space-between;*/
	font-size: 20px;
	color: #5f5f5f;
}



.lxwm-l p i {
	display: flex;
	height: 48px;
	align-items: center;
	width: 28px
}

.lxwm-l p span {
	width: calc(100% - 28px);
	height: 48px;
	display: flex;
	align-items: center;
}

.lxwm-l h5 {
	display: flex;
	padding-top: 30px;
}

.lxwm-l h5 a {
	display: block;
	margin-right: 10px;
}

.lxwm-l h5 a:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.lxwm-r {
	width: 50%;
	height: 420px;
}

.lxwm-b {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.lxwm-b dl {
	padding-top: 50px;
	width: calc((100% - 160px)/3);
	text-align: center;
}

.lxwm-b dl dt {
	height: 215px;
	margin-bottom: 30px;
}

.lxwm-b dl h3 {
	color: #ee1d23;
	font-size: 24px;
	margin-bottom: 25px;
}

.lxwm-b dl p {
	color: #5f5f5f;
	font-size: 16px;
}

.zxly {
	background: #fff;
	padding: 60px 55px 80px 55px
}

.zxly-t {
	border-bottom: 1px solid #eee;
	margin-bottom: 45px;
}

.zxly-t h3 {
	color: #ee1d23;
	font-size: 24px;
	padding-bottom: 36px;
	width: 140px;
	text-align: center;
	margin-bottom: -1px;
	border-bottom: 1px solid #ee1d23
}

.zxly-b {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 20px
}

.zxly-b dl {
	width: calc((100% - 30px) / 3);
	margin-bottom: 38px;
}

.zxly-b dl:nth-child(4) {
	width: 100%;
	margin-bottom: 43px;
}

.zxly-b dl h4 {
	font-size: 16px;
	color: #878787;
	margin-bottom: 19px;
}

.zxly-b dl input {
	width: 100%;
	height: 48px;
	border: 1px solid #eee;
	padding: 10px;
}

.zxly-b dl textarea {
	width: 100%;
	height: 120px;
	border: 1px solid #eee;
	padding: 10px;
}

.zxly-b button {
	width: 220px;
	height: 48px;
	background: #ee1d23;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}

.zxly-b button:hover {
	opacity: 0.8;
}

/*lxwm*/

@media(min-width:1200px) {
	.gywm-b {
		position: absolute;
		left: calc(50% - 338.5px);
		bottom: -60px;
	}

	.fwzc-b dl dt h3 {
		padding-left: 50px;
		background: url(../images/fwzc-tb.png)no-repeat center left;
	}
}

@media screen and (max-width:1200px) {
	body:before {
		content: '';
		width: 100%;
		height: 60px;
		display: block;
	}

	.md {
		top: -60px;
	}

	.table {
		overflow: auto;
	}

	.table table {
		width: 500px;
	}

	.gywm-c {
		justify-content: flex-start;
	}

	.gywm-c dl {
		width: 33%;
	}

	.gywm-b h6 {
		width: 33%
	}

	.qyll-b dl {
		width: 100%;
	}

	.fzlc-tl {
		left: 0;
	}

	.fzlc-tr {
		right: 0;
	}

	.fzlc-t dl {
		transform: scale(1);
		color: #5f5f5f;
		height: auto
	}

	.fzlc-t dl p {
		background: #5f5f5f
	}

	.fzlc-t .swiper-slide-thumb-active dl {
		color: #ee1d23;
	}

	.fzlc-t .swiper-slide-thumb-active dl p {
		background: #ee1d23
	}

	.qyhj-b a dl {
		height: 60px;
	}

	.hzhb-b>div {
		height: 200px;
	}

	.hzhb-b {
		justify-content: space-between
	}

	.hzhb-b p {
		width: calc(50% - 5px);
	}

	.cpzx-t2 {
		align-items: flex-start;
		justify-content: flex-start;
	}

	.cpzx-t2 a {
		justify-content: center;
		width: 33%
	}

	.cpzx-t2 a h4 {
		height: 40px;
		text-align: center;
	}

	.lxwm1 dl dt p i {
		height: 30px;
	}

	.lxwm1 dl dt p span {
		line-height: 30px;
	}

	.zxly-b dl input {
		height: 40px;
	}

	.zxly-b dl textarea {
		height: 80px;
	}

	.lxwm-l p span {
		font-size: 14px;
	}

	.lxwm-l p i,
	.lxwm-l p span {
		height: 40px;
	}

	.lxwm-r {
		height: 200px;
	}

	.lxwm-b dl dt {
		height: 200px;
	}
}
