/*banner*/
body {
	background: #f4f4f4;
}

.ny-banner {
	position: relative;
	overflow: hidden;
}

.ny-banner>img {
	display: block;
	width: 100%;
}

.ny-banner-s {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	color: #fff;
	/*background: #e20012;*/
	/*padding: 63px 73px 70px 50px;*/
	font-family: segoeui;
}
.ny-banner-s div{background: #e52643;padding: 52px 73px 73px 55px;}

.ny-banner-s h3 {
	font-size: 60px;
	margin-bottom: 28px;
	text-transform: uppercase;
	font-family: ebrima;
	=: normal
}

.ny-banner-s h4 {
	font-size: 30px;
	margin-bottom: 15px;
	font-family: ebrima;
}

.ny-banner-s p {
	line-height: 20px;
	font-family: segoeuil;
}

.ny-banner-s2 {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	color: #fff;
	width: 100%;
	padding-left: 7.03%;
	font-family: segoeui;
}

.ny-banner-s2 h3 {
	font-size: 48px;
	margin-bottom: 15px;
}

.ny-banner-s2 p {
	padding-left: 125px;
	font-size: 18px;
}

.ny-banner-s3 {
	display: flex;
	justify-content: flex-end;
	position: absolute;
	left: 50%;
	top: 30%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	color: #fff;
	width: 1500px;
	max-width: 90%;
	font-family: segoeui;
}

.ny-banner-s3 dl {
	width: 700px;
}

.ny-banner-s3 dl h3 {
	font-size: 55px;
	margin-bottom: 20px;
}

.ny-banner-s3 dl h4 {
	font-size: 24px;
	margin-bottom: 30px;
}

.ny-banner-s3 dl p {
	line-height: 24px;
}

.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 {
	padding-top: 40px;
	padding-bottom: 5px;
}

.lon img {
	padding-right: 8px;
}

.cont {
	margin: 0 auto;
	display: flex;
	align-items: center;
	height: 40px;
}

.cont a {
	vertical-align: middle;
	color: #9d9d9d;
	font-size: 14px;
	display: flex;
	align-items: center;
	font-family: segoeui;
}

.cont .active {
	color: #e20012;
}/*szwz*/.md {
	position: relative;
	top: -100px;
}/*fy*/.page1 {
}

.page1-cenrat ul {
	text-align: center;
	font-size: 0;
}

.page1-cenrat ul li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}

.page1-cenrat ul li * {
	color: #6f6f6f;
	font-size: 14px;
}

.page1-cenrat ul li a,.page1-cenrat ul li span {
	line-height: initial;
	display: block;
	font-size: 16px;
	font-family: segoeuil;
	border-radius: 50px;
	width: 40px;
	line-height: 40px;
	text-align: center;
}

.page1-cenrat ul li a[href]:hover,.page1-cenrat ul li a[href]:hover span {
	background-color: #e20012;
	color: #fff;
}

.page1-cenrat ul li a,.page1-cenrat ul li span {
	color: #7d7d7d;
}

.page1-cenrat ul li a[href] {
	color: #7d7d7d;
}

.page1-cenrat ul li.active a,.page1-cenrat ul li span.current {
	background-color: #e20012;
	border-color: #e20012;
	color: #ffffff;
}

.page1-cenrat ul li.page1-num {
	color: #C89C5A;
	font-size: 14px;
	margin-left: 20px;
}

@media (max-width: 768px) {
	.page1-cenrat ul li.page1-num {
		display: none;
	}
}/*fy*//*cpzx*/.cpzx {
	margin-bottom: 105px;
}

.cpzx-t {
	margin-bottom: 37px;
}

.cpzx-t1 {
	display: flex;
	justify-content: flex-end;
	font-family: segoeuil;
}

.cpzx-t1 input {
	width: 245px;
	height: 45px;
	border: 1px solid #e5e5e5;
	border-right: none;
	background: #fff;
	color: #b2b2b2;
	text-indent: 20px;
}

.cpzx-t1 input::placeholder {
	color: #b2b2b2;
}

.cpzx-t1 button {
	width: 55px;
	height: 45px;
	background: #e20012;
	color: #fff;
	cursor: pointer;
}

.cpzx-t1 button:hover {
}

.cpzx-t2 {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 3px solid #e5e5e5;
	margin-bottom: 42px;
}

.cpzx-t2 a {
	display: block;
	line-height: 61px;
	font-size: 18px;
	color: #272727;
	font-family: segoeui;
	position: relative;
	padding: 0 16px;
}

.cpzx-t2 a span {
	position: absolute;
	display: block;
	width: 0%;
	left: 0;
	bottom: -4px;
	height: 5px;
	background: #e20012;
	transition: all 0.5s;
}

.cpzx-t2 a.active,.cpzx-t2 a:hover {
	color: #e40013;
}

.cpzx-t2 a.active span,.cpzx-t2 a:hover span {
	transition: all 0.5s;
	width: 100%;
}

.cpzx-t3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	/* padding-right: 11.1%; */
	margin-bottom: 23px;
}

.cpzx-t3 h3 {
	width: 150px;
	line-height: 24px;
	padding-left: 24px;
	background: url(../images/cpzx-tb4.png)no-repeat left bottom;
	font-family: seguisb;
	font-size: 18px;
	color: #1d1d1d;
	background-position: 0 8px;
}

.cpzx-t3 p {
	width: calc(100% - 170px);
	display: flex;
	flex-wrap: wrap;
	font-family: segoeui;
}

.cpzx-t3 p a {
	/* display: none; */
	line-height: 24px;
	border-radius: 50px;
	border: 1px solid #f4f4f4;
	margin-bottom: 20px;
	padding: 0 15px;
	color: #1d1d1d;
	font-size: 16px;
}

.cpzx-t3 p.active a {
	display: block;
}

.cpzx-t3 p a:nth-child(1),.cpzx-t3 p a:nth-child(2),.cpzx-t3 p a:nth-child(3),.cpzx-t3 p a:nth-child(4),.cpzx-t3 p a:nth-child(5),.cpzx-t3 p a:nth-child(6),.cpzx-t3 p a:nth-child(7) {
	display: block;
}

.cpzx-t3 p a.active {
	border-color: #e40013;
	color: #e40013;
}

.cpzx-t3 p a:hover {
	color: #e40013;
	text-decoration: underline;
}

.cpzx-t3 h4 {
	color: #e40013;
	font-family: segoeui;
	line-height: 24px;
	cursor: pointer;
	width: 100%;
	margin-left: 190px;
	font-size: 16px;
	display: none;
}

.cpzx-t3 h4:hover {
}

.cpzx-t4 {
	display: flex;
	flex-wrap: wrap;
}

.cpzx-t4 a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 10px;
	line-height: 38px;
	padding: 0 20px;
	font-family: segoeui;
	color: #3b3b3b;
	font-size: 16px;
	transition: all 0.5s;
	background: #ebebeb;
	border: 1px solid #e2e2e2;
}

.cpzx-t4 a i {
	display: block;
	width: 10px;
	height: 12px;
	background: url(../images/cpzx-tb2.png);
	background-size: 100% 100%;
	margin-left: 13px;
}

.cpzx-t4 a.active,.cpzx-t4 a:hover {
	background: #e20012;
	color: #fff;
	border-color: #e20012;
}

.cpzx-t4 a.active i,.cpzx-t4 a:hover i {
	background: url(../images/cpzx-tb3.png);
}

.cpzx-b {
}

.cpzx-b dl {
	padding-top: 37px;
	border-top: 1px solid #e5e5e5;
}

.cpzx-b dl dt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 4px;
}

.cpzx-b dl dt h3 {
	font-family: 'seguisb';
	font-size: 36px;
}
.cpzx-b dl dd h2{
    font-family: segoeuisl;
    font-size: 14px;
}
.cpzx-b dl dt a {
	display: block;
	text-align: center;
	line-height: 38px;
	width: 150px;
	border-radius: 100px;
	border: 1px solid #ea616c;
	color: #1d1d1d;
	font-family: segoeui;
}

.cpzx-b dl dt a:hover {
	background: #e20012;
	border-color: #e20012;
	color: #fff;
	transition: all 0.5s;
}

.cpzx-b dd {
	display: flex;
	flex-wrap: wrap;
}

.cpzx-b dd a {
	margin-top: 20px;
	display: block;
	width: calc(25% - 19.5px);
	margin-right: 26px;
	background: #fff;
	text-align: center;
	transition: all 0.5s;
	padding-bottom: 30px;
	/*display: none;*/
}

/*.cpzx-b dd a:nth-child(1),.cpzx-b dd a:nth-child(2),.cpzx-b dd a:nth-child(3),.cpzx-b dd a:nth-child(4),.cpzx-b dd a:nth-child(5),.cpzx-b dd a:nth-child(6),.cpzx-b dd a:nth-child(7),.cpzx-b dd a:nth-child(8) {*/
/*	display: block;*/
/*}*/

.cpzx-b dd a:nth-child(4n) {
	margin-right: 0;
}

.cpzx-b dd a h4 {
	overflow: hidden;
}

.cpzx-b dd a h4 img {
	width: 100%;
}

.cpzx-b dd a h3 {
	font-size: 20px;
	color: #676767;
	font-family: segoeuib;
	margin-bottom: 8px;
	line-height:35px;
	padding:0 10px;
}

.cpzx-b dd a p {
	color: #676767;
	font-size: 16px;
	margin-bottom: 10px;
}

.cpzx-b dd a h5 {
	color: #e20012;
	font-size: 14px;
}

.cpzx-b dd a:hover {
	box-shadow: 1px 1px 10px rgba(196,196,196,0.7);
}

.cpzx-b dd a {
}/*cpzx*//*cpzx-z*/.cpzx-z {
	margin-bottom: 95px;
}

.ny-zpal-z {
	background: #fff;
	padding: 20px;
}

.ny-zpal-t {
	padding-bottom: 10px;
	background: #fff;
	padding: 47px 30px;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ny-zpal-z-t-l {
	float: left;
	width: 42%;
	padding-left: 20px;
	position: relative;
	z-index: 3;
}

.magnifierContainer {
	width: 100%;
	display: flex;
}

.imgMedium {
	width: 100%;
	position: relative;
}

.imgLeft .magnifier {
	position: absolute;
	display: none;
	width: 300px;
	height: 300px;
}

.imgLeft .magnifier img{width:100%;}
.imgLeft .imasf {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.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 a {
	display: block;
	overflow: hidden;
	border: 1px solid #fff;
	padding: 5px;
	margin: 2px;
}

.imasf-bb .swiper-slide-active a {
	border-color: #ef6974;
}

.imasf-bb .swiper-slide a img {
	width: calc(100% - 20px);
	margin: 0 10px;
}

.imasf-bb .swiper-button-next {
	width: 16px;
	height: 29px;
	background: url(../images/r2.png);
	cursor: pointer;
	right: 0;
	top: 50%;
}

.imasf-bb .swiper-button-next:hover {
	background: url(../images/r2-1.png);
}

.imasf-bb .swiper-button-prev {
	width: 16px;
	height: 29px;
	background: url(../images/l2.png);
	cursor: pointer;
	left: 0;
	top: 50%;
}

.imasf-bb .swiper-button-prev:hover {
	background: url(../images/l2.png);
}

.mediumContainer {
	width: 100%;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.mediumContainer img {
	/* max-width: calc(100% - 100px); */
	display: block;
	/* margin: 0 50px; */
}
.mediumContainer p{
    /* font-family: segoeuisl!important; */
    text-align: left;
    padding-left: 20px;
    /* background: url(../images/iic.jpg)no-repeat center left; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding-top: 120px; */
    /* font-size: 16px; */
}
.mediumContainer p img{margin-right: 5px;}
.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: 650px;
	height: 450px;
	border: 1px solid #eee;
	float: left;
	margin-left: 104px;
	overflow: hidden;
	display: none;
	background: #fff;
	z-index: 100;
}

.img_u img {
	width: 1500px;
	max-width: 800px;
}

.ny-zpal-z-t-r {
	width: 50%;
	padding: 49px;
	border: 1px solid #e5e5e5;
}

.ny-r-t {
	padding-bottom: 33px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 40px;
}

.ny-r-t h3 {
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #161414;
	font-family: segoeui;
	margin-bottom: 23px;
}

.ny-r-t h4 {
	font-size: 18px;
	color: #070707;
	font-family: segoeui;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
}

.ny-r-t h4 i {
	display: block;
	width: 1px;
	height: 15px;
	background: url(../images/cpzx-z-tb.jpg);
	margin: 0 15px;
}

.ny-r-t h4 span {
	font-size: 16px;
	color: #acacac;
	font-family: segoeui;
/* padding-right:15px; */
}

.ny-r-t h5 {
	display: flex;
	justify-content: flex-end;
}
.ny-r-t h5 span{height:30px;line-height:30px;}


.ny-r-t h5 a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	border: 1px solid #dcdcdc;
	margin-left: 10px;
	width: 30px;
	height: 30px;
}

.ny-r-c p,.ny-r-c * {
	font-family: segoeuisl!important;
	color: #646362;
	font-size: 16px;
	line-height: 30px;
	/* list-style: initial; */
}
.ny-r-c li{margin-left:15px;position: relative;}
.ny-r-c li:after{content: '';position:absolute;width:6px;height:6px;border-radius:30px;left: -18px;background:#646362;top: 13px;}
.ny-r-b {
	display: flex;
	flex-wrap: wrap;
	padding-top: 40px;
}

.ny-r-b a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 210px;
	height: 50px;
	background: #e20012;
	color: #fff;
	text-transform: uppercase;
	font-family: segoeuil;
	font-size: 16px;
	transition: all 0.5s;
}

.ny-r-b a img {
	margin-right: 15px;
}

.ny-r-b p {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% - 210px);
	height: 50px;
	background: #acacac;
}

.ny-r-b p img {width: 74.7%;}

.ny-zpal-z-c {
	background: #ffffff;
	padding: 55px 30px;
}

.ny-zpal-z-c1 {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	border-bottom: 3px solid #efefef;
	padding-bottom: 20px;
	margin-bottom: 38px;
	flex-wrap: wrap;
}

.ny-zpal-z-c1 p {
	display: flex;
	flex-wrap: wrap;
	margin:0 auto;text-align:center;
}

.ny-zpal-z-c1 p a {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #000;
	font-family: segoeuil;
}

.ny-zpal-z-c1 p a i {
	display: block;
	width: 2px;
	height: 18px;
	background: #e6e6e6;
	margin: 0 50px;
}

.ny-zpal-z-c1 p a:last-chile i {
	opacity: 0;
}

.ny-zpal-z-c1 p a span {
	display: block;
	position: absolute;
	left: 0;
	bottom: -24px;
	height: 5px;
	background: #e20012;
	transition: all 0.5s;
	width: 0;
}

.ny-zpal-z-c1 p a.active {
	color: #333;
	font-family: seguisb;
}

.ny-zpal-z-c1 p a.active span {
	transition: all 0.5s;
	width: calc(100% - 102px);
}

.ny-zpal-z-c1 h4 {
	color: #ada5a5;
	font-size: 14px;
	/*font-family: segoeuil;*/
	font-style: oblique;
	margin-bottom: -15px;
	margin-right: -16px;
}

.ny-zpal-z-c2 {
	margin-bottom: 45px;
}

.yxbox{width:100%}
.yxbox img{border:0;margin:0;}
.yxbox br{height:0;line-height:0;}
.ny-zpal-z-c2 * {
	font-family: segoeuisl!important;
	font-size: 16px!important;
}
.ny-zpal-z-c2 br{height:0;line-height:0;}
.ny-zpal-z-c2>div {
	display: none;
	padding: 0;
	list-style: initial;
}

.ny-zpal-z-c2>div:nth-child(1) {
	display: block;
}

.ny-zpal-z-c2>div * {
	list-style: initial;
	border-width: 1px;
}
.ny-zpal-z-c2>div tr:nth-child(1) td{padding: 0.5rem!important;}
.ny-zpal-z-c2>div li{margin-left:15px
}
.ny-zpal-z-c3-t {
	font-size: 18px;
	padding-bottom: 24px;
	border-bottom: 3px solid #efefef;
	position: relative;
	font-family: seguisb;
	margin-bottom: 40px;
}

.ny-zpal-z-c3-t p {
	width: 150px;
	height: 5px;
	background: #e20012;
	position: absolute;
	left: 0;
	bottom: -4px;
}

.ny-zpal-z-c3-b {
	position: relative;
}
.ny-zpal-z-c3-b li{width:25%}
.ny-zpal-z-c3-b a {
	display: block;
	margin: 5px;
	transition: all 0.5s;
	color: #676767;
	padding-bottom: 45px;
}

.ny-zpal-z-c3-b a:hover {
	box-shadow: 1px 1px 10px rgba(211,211,211,0.9);
}

.ny-zpal-z-c3-b a h4 {
	overflow: hidden;
}

.ny-zpal-z-c3-b a h4 img {
	display: block;
	width: 100%;
}

.cpzx-s {
	margin: 0 50px;
}

.cpzx-s h3 {
	font-family: segoeuib;
	font-size: 22px;
	margin-bottom: 5px;
	line-height: 35px;
}


.cpzx-s h4 {
	font-size: 14px;
	font-family: segoeui;
	margin-bottom: 15px;
}

.cpzx-s span {
	color: #e40013;
}

.ny-zpal-z-c3-b .swiper-container {
	width: calc(100% - 100px);
}

.ny-zpal-z-c3-b .swiper-button-next {
	width: 40px;
	height: 40px;
	background: url(../images/r4.jpg)no-repeat;
	background-size: 100% 100%;
	right: 0px;
}

.ny-zpal-z-c3-b .swiper-button-prev {
	width: 40px;
	height: 40px;
	background: url(../images/l4.jpg)no-repeat;
	background-size: 100% 100%;
	left: 0px;
}

.cpzx-b2 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 180px;
	height: 45px;
	border-radius: 5px;
	background: #e20012;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-family: segoeuil;
}

.cpzx-b2 img {
	margin-left: 15px;
	transition: all 0.5s;
}

.cpzx-b2:hover {
	transition: all 0.5s;
	opacity: 0.8;
}

.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 screen and (max-width: 1000px) {
	.ny-zpal-z-t-l {
		margin-bottom: 30px;
	}

	.ny-zpal-z-t-r h3 {
		font-size: 22px;
	}

	.imasf-bb .swiper-slide-active {
		border: none;
	}

	.mediumContainer {
		display: none;
	}

	.imasf-bb .swiper-slide a {
		border: none;
		padding: 0;
		margin: 0;
	}

	.ny-zpal-z-c1 p a {
		padding: 0 5px;
		font-size: 16px;
	}
}/*cpzx-z*//*gywm*/.nydh {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 5px;
	margin-bottom: 45px;
}

.nydh a {
	display: block;
	line-height: 40px;
	width: 165px;
	border-radius: 20px;
	background: #fff;
	color: #282828;
	font-family: segoeuil;
	transition: all 0.5s;
	text-align: center;
	margin: 0 7px;
}

.nydh a.active,.nydh a:hover {
	background: #e20012;
	color: #f4f4f4;
	transition: all 0.5s;
}

.ny2 {
	margin-bottom: 88px;
}

.gywm-t {
	font-size: 36px;
	font-family: seguisb;
	text-transform: uppercase;
	margin-bottom: 47px;
}

.gywm-b {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.gywm-l {
	width: 50%;
	overflow: hidden;
}

.gywm-l img {
	display: block;
	width: 100%;
}

.gywm-l:hover img {
	transform: scale(1.1);
}

.gywm-r {
	width: 50%;
	padding-left: 40px;
}
.gywm-r a{color:#333;}

.gywm-r p {
	color: #4f4f4f;
	font-size: 16px;
	line-height: 22px;
	font-family: segoeuil;
}

.gywm-r p:last-child {
	margin-bottom: 0;
}

.qywh {
	margin: 10px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.qywh-l {
	width: 35%;
}

.qywh-l-t {
	margin-bottom: 40px;
}

.qywh-l-t h3 {
	font-size: 36px;
	font-family: seguisb;
	margin-bottom: 30px;
}

.qywh-l-t p {
	line-height: 24px;
	color: #4f4f4f;
	font-size: 16px;
	font-family: segoeuil;
	margin-bottom: 32px;
}

.qywh-l-t h4 {
	width: 60px;
	height: 4px;
	background: #f70f0d;
}

.qywh-l-b {
}

.qywh-l-b dl {
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.qywh-l-b dl dt {
	width: 40px;
	height: 15px;
	background: url(../images/qywh-tb.png)no-repeat center left;
}

.qywh-l-b dl dd {
	width: calc(100% - 40px);
	color: #4f4f4f;
}

.qywh-l-b dl dd h3 {
	font-size: 16px;
	font-family: seguisb;
	margin-bottom: 5px;
}

.qywh-l-b dl dd p {
	font-size: 16px;
	line-height: 24px;
	font-family: segoeuil;
}

.qywh-r {
	width: 48.68%;
}

.qywh-r:hover img {
	transform: scale(1.1)
}

.qywh-r img {
	display: block;
}

.wmyw {
	height: 487px;
/* background:url(../images/wmyw-bj.jpg)no-repeat; */
	color: #fff;
/* padding-top:107px; */
	position: relative;
	overflow: hidden;
}

.wmyw>img {
/* position:absolute; */
	width: 100%;
/* left:0; *//* bottom:0; */
	display: block;
}

.wmyw:hover>img {
	transform: scale(1.1);
}

.wmyw-s {
	padding: 0 5.2%;
}

.wmyw dl {
	width: 500px;
}

.wmyw dl:nth-child(1) {
	margin-bottom: 55px
}

.wmyw dl h3 {
	font-size: 36px;
	font-family: seguisb;
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.wmyw dl p {
	font-size: 16px;
	font-family: segoeuil;
	line-height: 24px;
}

@media(min-width:1000px) {
	.wmyw-s {
		position: absolute;
		left: 0;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
		width: 100%;
	}
}

.dzfw {
	margin: 72px 5.2% 54px 5.2%;
}

.dzfw-t {
	text-align: center;
	font-size: 36px;
	font-family: seguisb;
	text-transform: uppercase;
	margin-bottom: 60px;
}

.dzfw-b {
}

.dzfw-b dl {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #fff;
}

.dzfw-b dl dt {
	width: 50%;
	overflow: hidden;
}

.dzfw-b dl dt img {
	display: block;
	width: 100%;
}

.dzfw-b dl dt:hover img {
	transform: scale(1.1);
}

.dzfw-b dl dt.img2 {
	display: none;
}

.dzfw-b dl:nth-child(2n) dt.img2 {
	display: block;
}

.dzfw-b dl:nth-child(2n) dt.img1 {
	display: none;
}

.dzfw-b dl dd {
	width: 50%;
	padding: 0 60px;
}

.dzfw-b dl dd h3 {
	font-size: 36px;
	font-family: seguisb;
	margin-bottom: 55px;
}

.dzfw-b dl dd p {
	font-size: 16px;
	line-height: 25px;
	color: #4b4a48;
	font-family: segoeuil;
}

.dzgc {
	margin: 0 5.2% 0 5.2%;
}

.sybt {
	text-align: center;
	margin: 65px 0;
}

.sybt h3 {
	text-transform: uppercase;
	color: #050505;
	font-size: 45px;
	margin-bottom: 15px;
	font-family: seguisb;
	font-weight: bold;
}

.sybt p {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #161414;
	font-family: segoeuisl;
}

.sybt p i {
	display: block;
	width: 85px;
	height: 1px;
	background: #6e6d6d;
	margin: 0 5px;
}

.dzgc-b {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.dzgc-b dl {
	text-align: left;
	background: #fff;
	width: calc(20% - 48.75px);
	border: 1px solid #eaeaea;
	padding: 45px 0 25px 0;
	border-radius: 5px;
}

.dzgc-b dl p {
	height: 72px;
	width: 69%;
	margin: auto;
	color: #4b4a48;
	line-height: 18px;
	font-family: segoeuil;
	margin-bottom: 25px;
}

.dzgc-b dl h4 {
	height: 60px;
	margin-bottom: 20px;
	text-align: center;
}

.dzgc-b dl:hover h4 img {
	transform: rotateY(180deg);
}

.dzgc-b dl h5 {
	text-align: center;
	line-height: 30px;
	width: 30px;
	margin: 0 auto 16px auto;
	border-radius: 30px;
	color: #fff;
	background: #e20012;
}

.dzgc-b dl h3 {
	width: 74%;
	margin: auto;
	text-align: center;
	line-height: 18px;
	font-size: 17px;
	font-family: segoeui;
	text-transform: uppercase;
}

.dzgc-b i {
	width: 25px;
	display: block;
	background: url(../images/dzgc-tb.png)no-repeat center;
}

.dzgc {
}/*gywm*//*ryzz*/.ryzz {
	margin-bottom: 60px;
}

.ryzz-b {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.ryzz-b a {
	display: block;
	width: calc(100% / 4 - 20px);
	margin-right: 26px;
	margin-bottom: 27px;
	text-align: center;
	color: #000;
	transition: all 0.5s;
}

.ryzz-b a:nth-child(4n) {
	margin-right: 0;
}

.ryzz-b a h4 {
	overflow: hidden;
	/*background:url(../images/ryzz-bj.jpg);background-size:100% 100%;*/
	background: url(../images/ryzz-bj2.jpg);
	padding: 40px 0;
	background-size: 100% 100%;
}

.ryzz-b a h4 img {
	display: block;
	margin: 0 auto;
	width: 300px;
}

.ryzz-b a h3 {
	line-height: 55px;
	font-size: 14px;
	font-family: segoeui;
}

.ryzz-b a:hover {
	background: #fff;
	box-shadow: 1px 1px 10px rgba(196,196,196,0.7);
	transition: all 0.5s;
}/*ryzz*//*rczp*/.rczp {
	margin-bottom: 55px;
	position: relative;
}

.rczp-t {
	display: flex;
	justify-content: space-between;
	position: absolute;
	right: 0;
	top: -84px;
	width: 300px;
	font-family: segoeuisl;
}

.rczp-t input {
	width: 230px;
	height: 40px;
	border: 1px solid #f0f0f0;
	text-indent: 10px;
	color: #9e9e9e;
}

.rczp-t input::placeholder {
	color: #9e9e9e;
}

.rczp-t button {
	width: 120px;
	height: 40px;
	cursor: pointer;
	display: block;
	color: #fff;
	background: #e20012;
	transition: all 0.5s;
	cursor: pointer;
}

.rczp-t button:hover {
	transition: all 0.5s;
	opacity: 0.8;
}

.rczp-b {
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
}

.rczp-b a {
	display: block;
	border-radius: 5px;
	background: #fff;
	width: calc(100% / 3 - 23px);
	margin-right: 34.5px;
	margin-bottom: 40px;
	position: relative;
	transition: all 0.5s;
	padding: 60px 50px 54px 36px;
	overflow: hidden;
}

.rczp-b a:nth-child(3n) {
	margin-right: 0;
}

.rczp-b a h3 {
	font-size: 24px;
	color: #000;
	font-family: seguisb;
	margin-bottom: 40px;
}

.rczp-b a p {
	line-height: 24px;
	color: #969696;
	margin-bottom: 55px;
	font-family: segoeui;
}

.rczp-b2 {
	display: flex;
	justify-content: flex-end;
}

.rczp-b2 h4 {
	width: 160px;
	height: 40px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f4f4f4;
	transition: all 0.5s;
	color: #000;
	font-size: 14px;
	font-family: segoeuil;
	transition: all 0.5s;
}

.rczp-b2 h4 img {
	margin-left: 18px;
}

.rczp-b2 h4 .img2 {
	display: none;
}

.rczp-b a h5 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	background: #e20012;
}

.rczp-b a:hover {
	box-shadow: 1px 1px 10px rgba(211,211,211,0.6);
	transition: all 0.5s;
}

.rczp-b a:hover h4 {
	transition: all 0.5s;
	color: #fff;
	background: #e20012;
}

.rczp-b a:hover h4 .img1 {
	display: none;
}

.rczp-b a:hover h4 .img2 {
	display: block;
}

.rczp2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #999191;
	color: #fff;
	margin-bottom: 76px;
}

.rczp2-l {
	padding-left: 4.5%;
	font-family: segoeui;
	padding-top: 107px
}

.rczp2-l h3 {
	font-size: 36px;
	margin-bottom: 25px;
}

.rczp2-l p {
	line-height: 24px;
}

.rczp2-r {
	width: 66.54%;
	overflow: hidden;
}

.rczp2-r img {
	display: block;
	width: 100%;
}

.rczp2-r:hover img {
	transform: scale(1.1);
}

.rczp-z {
	margin: 50px auto;
}

.rczp-z h3 {
	font-family: seguisb;
	font-size: 18px;
	margin-bottom: 30px;
}
.rczp-z li{list-style: initial;margin-left: 15px;}
.rczp-z p {
	font-family: segoeui;
	color: #868686;
	font-size: 16px;
	line-height: 28px;
	/* margin-bottom: 28px; */
}/*rczp*/
/*xzzx*/
.xzzx {
	margin-bottom: 70px;
}

.xzzx-t {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	font-family: segoeuisl;
	margin-bottom: 30px;
}

.xzzx-t1 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-right: 67px;
}

.xzzx-t1 p {
	color: #656565;
	font-size: 16px;
	padding-right: 25px;
}

.xzzx-t1 input,.xzzx-t1 select {
	width: 230px;
	height: 40px;
	border: 1px solid #efefef;
	text-indent: 10px;
	color: #9e9e9e;
	background: #fff;
}

.xzzx-t1 input::placeholder {
	color: #9e9e9e;
}

.xzzx-t button {
	width: 120px;
	height: 40px;
	cursor: pointer;
	color: #fff;
	background: #e20012;
	font-size: 16px;
	transition: all 0.5s;
}

.xzzx-t button:hover {
	transition: all 0.5s;
	opacity: 0.8;
}

.xzzx-b {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.xzzx-b a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc(50% - 10px);
	margin-bottom: 20px;
	transition: all 0.5s;
	background: #fff;
	padding: 30px;
	font-family: segoeuil;
}

.xzzx-b a h3 {
	color: #747474;
	width: 65px;
}

.xzzx-b a h4 {
	padding-left: 30px;
	background: url(../images/xzzx-tb.png)no-repeat;
}

.xzzx-b a h4 p {
	color: #000;
	font-size: 20px;
	line-height: 100%;
	margin-bottom: 14px;
}

.xzzx-b a h4 span {
	line-height: 100%;
	color: #b5b5b5;
}

.xzzx-b a h5 {
	line-height: 40px;
	padding-left: 55px;
	font-size: 14px;
	color: #747474;
	background: url(../images/xzzx-tb2.png)no-repeat;
}

.xzzx-b a:hover {
	transition: all 0.5s;
	box-shadow: 1px 1px 10px rgba(168,168,168,0.2)
}/*xzzx*/


/*spzx*/
.spzx-b{display:flex;flex-wrap:wrap;}
.spzx-b a{display:block;text-align:center;color:#5f5f5f;font-size:16px;line-height:100%;margin-bottom:34px;width:calc(25% - 18.75px);margin-right:25px;}
.spzx-b a:nth-child(4n){margin-right:0;}
.spzx-b a h4{position:relative;overflow:hidden;border:1px solid #efefef;padding:14px;margin-bottom:15px;}
.spzx-b a h4 img{display:block;width:100%;}
.spzx-b a h4 i{position:absolute;display:block;width: 35px;height: 35px;background:url(../images/sp.png);left:34px;bottom:34px;}
.spzx-b a:hover{color:#db0c1c;}
/*spzx*/

/*cjwt*/.cjwt {
	margin-bottom: 95px;
}

.cjwt-t {
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 30px;
}

.cjwt-t1 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-right: 15px;
}

.cjwt-t1 h3 {
	font-size: 18px;
	font-family: seguisb;
	margin-right: 15px;
}

.cjwt-t1 select {
	width: 225px;
	height: 40px;
	border: 1px solid #f0f0f0;
	text-indent: 15px;
	color: #8c8c8c;
	font-size: 14px;
	font-family: segoeui;
	margin-right: 9px;
}

.cjwt-t1 button {
	width: 80px;
	height: 40px;
	color: #fff;
	background: #e20012;
	cursor: pointer;
	font-size: 14px;
	font-family: segoeui;
	transition: all 0.5s;
}

.cjwt-t1 button:hover {
	opacity: 0.8;
	transition: all 0.5s;
}

.cjwt-t2 {
	display: flex;
	flex-wrap: wrap;
	margin-right: 75px;
}

.cjwt-t2 input {
	width: 225px;
	height: 40px;
	border: 1px solid #f0f0f0;
	text-indent: 15px;
	color: #8c8c8c;
	font-size: 14px;
	font-family: segoeui;
	border-right: none;
}

.cjwt-t2 input::placeholder {
	color: #8c8c8c;
}

.cjwt-t2 button {
	width: 80px;
	height: 40px;
	color: #fff;
	background: #e20012;
	cursor: pointer;
	font-size: 16px;
	font-family: segoeuisl;
	transition: all 0.5s;
}

.cjwt-t2 button:hover {
	opacity: 0.8;
	transition: all 0.5s;
}

.cjwt-t3 {
	display: block;
	padding-left: 51px;
	background: url(../images/cjwt-tb.png)no-repeat center left;
	font-family: segoeui;
}

.cjwt-t3 p {
	color: #6c6060;
	font-size: 12px;
	line-height: 100%;
}

.cjwt-t3 span {
	color: #e20012;
	font-size: 16px;
	line-height: 100%;
}

.cjwt-b {
}

.cjwt-b dl {
	background: #fff;
	margin-bottom: 20px;
	border-radius: 5px;
	padding: 0 50px;
	font-family: segoeuil;
	transition: all 0.5s;
}

.cjwt-b dl dt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	height: 100px;
}

.cjwt-b dl dt h3 {
	color: #010101;
	font-size: 24px;
	padding-left: 50px;
	line-height: 30px;
	background: url(../images/cjwt-tb4.png)no-repeat center left;
	width: calc(100% - 50px);
}

.cjwt-b dl dt p {
	width: 30px;
	height: 30px;
	background: url(../images/cjwt-tb2.png);
}

.cjwt-b dl dt p.up {
	background: url(../images/cjwt-tb3.png);
}

.cjwt-b dl dd {
	padding: 35px 0;
	border-top: 1px solid #eee;
	display: none;
}

.cjwt-b dl dd p {
	line-height: 30px;
	font-size: 16px;
	color: #787878;
}

.cjwt-b dl:hover {
	box-shadow: 1px 1px 10px rgba(221,221,221,0.6);
	transition: all 0.5s;
}/*cjwt*//*bgzc*/.bgzc {
	margin-bottom: 30px;
	position: relative;
}

.bgzc-t {
	font-weight: bold;
	text-align: center;
	font-size: 48px;
	padding-top: 20px;
	margin-bottom: 80px;
}

.bgzc-t2 {position: absolute;right: 90px;top: 80px;}

.bgzc-b {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/*
.bgzc-b dl {
	width: calc(50% - 20px);
	background: #fff;
	margin-bottom: 35px;
	border: 1px solid #efefef;
	padding: 56px 40px;
}
*/
.bgzc-b dl {
	width: 100%;
	background: #fff;
	margin-bottom: 35px;
	border: 1px solid #efefef;
	padding: 56px 40px;
}

.bgzc-b dl h3 {
	font-size: 30px;
	font-family: segoeui;
	margin-bottom: 35px;
}

.bgzc-b dl p {
	color: #656565;
	font-size: 16px;
	line-height: 26px;
	font-family: segoeuil;
}

.bgzc-b dl:nth-child(3) {
	width: 100%;
}/*bgzc*//*xwzx*/.xwzx {
	margin-bottom: 43px;
}

.artcle-b {
	justify-content: space-between;
	flex-wrap: wrap;
	background: #fff;
	transition: all 0.5s;
	padding: 30px 32px;
	margin-bottom: 30px;
}
.xwzx-b {
}

.xwzx-b a {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #fff;
	transition: all 0.5s;
	padding: 30px 32px;
	margin-bottom: 30px;
}

.xwzx-b a h4 {
	width: 360px;
	overflow: hidden;
	font-family: segoeui;
}
.xwzx-b a:hover h4 img{transform:scale(1.1)}
.xwzx-b a h4 img {
	display: block;
}

.xwzx-c {
	width: calc(100% - 600px);
}

.xwzx-c h3 {
	color: #000;
	font-size: 24px;
	margin-bottom: 27px;
}

.xwzx-c p {
	color: #515151;
	line-height: 24px;
	margin-bottom: 70px;
}

.xwzx-c span {
	color: #e20012;
	font-family: segoeuil;
}

.xwzx-r {
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 143px;
	color: #3e3e3e;
	border-left: 1px solid #eee;
}

.xwzx-r h3 {
	font-size: 48px;
	margin-bottom: 20px;
}

.xwzx-r h5 {
	font-size: 14px;
}

.xwzx-b a:hover {
	box-shadow: 1px 1px 10px rgba(200,200,200,0.6);
	transition: all 0.5s;
}/*xwzx*//*xwzx-z*/.xwdt-z {
	margin: 70px auto;
	overflow: hidden;
}

.xwdt-z-t {
	/* text-align: center; */
	padding-bottom: 20px;
	border-bottom: 1px solid #e8d8d8;
	margin-bottom: 30px;
}

.xwdt-z-t h3 {
	font-size: 25px;
	color: #000;
	margin-bottom: 20px;
	font-family: segoeuil;
}

.xwdt-z-t p {
	/* text-align: center; */
	color: #000;
}

.xwdt-z-t p span {
	display: inline-block;
	margin-right: 20px;
	font-family: segoeuil;
}

.xwdt-z-b {
	margin-bottom: 50px;
	overflow: hidden;
}

.xwdt-z-b p {
	color: #000;
}
.xwdt-z-b *{font-family:segoeuil!important;}
.xwdt-z-b img {
	margin: 10px auto;
	display: block;
	max-width: 100%;
	width: 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;
}

.xwdt-z-b2 a:hover {
	background: #e20012;
	color: #fff;
}

@media screen and (max-width: 1000px) {
	.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*//*lxwm*/.lxwm {
	margin: 70px auto 65px auto;
}

.lxwm-t {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 40px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 77px;
}

.lxwm-l {
}

.lxwm-l h3 {
	font-size: 28px;
	font-family: segoeui;
	margin-bottom: 15px;
	text-transform: capitalize;
	color: #6f6f70;
	font-weight: bold;
}

.lxwm-l h6 {
	font-size: 16px;
	font-family: segoeui;
	margin-bottom: 9px;
}

.lxwm-l p {
	color: #646362;
	font-family: segoeui;
	line-height: 27px;
	font-size: 16px;
}

.lxwm-l h5 {
	display: flex;
	padding-top: 26px;
	margin-bottom: 62px;
}

.lxwm-l h5 a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	border: 1px solid #dcdcdc;
	margin-left: 10px;
	width: 30px;
	height: 30px;
}

.lxwm-r {
	width: 482px;
	height: 355px;
	margin-top: 10px;
}

.zxly {
}
.zxly h2{
    font-family: segoeuisl;
}
.zxly-t {
	
font-family: segoeui;
	
margin-bottom: 20px;
	
color: #333333;
	
font-size: 30px;
	
line-height: 100%;
}

.zxly input {
	border: 1px solid #eaeaea;
	height: 50px;
	color: #898989;
	font-size: 14px;
	text-indent: 50px;
	font-family: segoeuil;
	/* margin-right: 5px; */
}

.zxly p {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.zxly p input {
	width: calc(50% - 15px);
	margin-bottom: 15px;
}

.zxly p input:nth-child(1) {
	background: url(../images/mes_n.png) no-repeat #fff;
	background-position: 10px 12px;
}

.zxly p input:nth-child(2) {
	background: url(../images/mee_m.png)no-repeat #fff;
	background-position: 10px 12px;
}

.zxly p input:nth-child(3) {
	background: url(../images/mee_t.png)no-repeat #fff;
	background-position: 10px 13px;
}

.zxly input::placeholder,.zxly textarea::placeholder {
	color: #898989;
}

.zxly textarea {
	border: 1px solid #eaeaea;
	height: 120px;
	color: #898989;
	font-family: segoeuil;
	font-size: 14px;
	padding: 20px 40px;
	width: 100%;
	margin-bottom: 43px;
	background: url(../images/mee_e.png)no-repeat #fff;
	background-position: 10px 23px;
}

.zxly h4 {
	display: flex;
	flex-wrap: wrap;
}

.zxly h4 input {
	width: 140px;
}

.zxly h4 img {
	margin: 0 20px 0 10px;
	width: 100px;
	height: 50px;
}

.zxly h4 button {
	width: 230px;
	height: 50px;
	background: #e20012;
	color: #fff;
	cursor: pointer;
	transition: all 0.5s;
	font-family: segoeuil;
}

.zxly h4 button:hover {
	transition: all 0.5s;
	opacity: 0.8;
}

.zxly h5 {
	display: flex;
	align-items: center;
	font-family: segoeuisl;
	font-size: 14px;
	color: #666;
	flex-wrap: wrap;
	padding-top: 20px;
	line-height: 20px;
}

.zxly h5 input {
	margin-right: 5px;
	height: 15px;
	width: 15px;
}

.zxly h5 a {
	color: #e20012;
}

.zxly h5 a:hover {
	color: #e20012;
}/*lxwm*//*hzhb*/.hzhb {
	width: 700px;
	margin: 60px auto 70px auto;
}

.hzhb-t {
	text-align: center;
	color: #090909;
	margin-bottom: 45px;
}

.hzhb-t h3 {
	font-size: 30px;
	font-family: segoeuib;
	margin-bottom: 10px;
}

.hzhb-t h4 {
	font-size: 16px;
	font-family: segoeuil;
	margin-bottom: 40px;
}

.hzhb-t h5 {
	font-size: 36px;
	font-family: segoeuil;
}

.hzhb-b {
	width: 540px;
	margin: 0 auto;
	font-family: segoeuil;
	font-size: 16px;
	max-width: 100%;
}

.hzhb-b dl {
	margin-bottom: 25px;
}

.select {
	width: 100%;
	position: relative;
}

.select-t {
	position: relative;
}

.select-t input {
	width: 100%;
}

.select-t p {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../images/select.png)no-repeat center right 20px;
}
.select-t p.active{
    transform: rotateX(180deg);
}
.select-b {
	position: absolute;
	left: 0;
	width: 100%;
	top: 100%;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-top: none;
	display: none;
	z-index: 10;
}

.select-b p {
	line-height: 40px;
	padding: 0 10px;
	font-size: 14px;
	color: #626262;
	color: #666;
}

.select-b p:hover {
	background: #e20012;
	color: #fff;
}

.hzhb-b dl dt {
	color: #090909;
	margin-bottom: 15px;
}

.hzhb-b dl input,.hzhb-b dl select {
	height: 45px;
	border: 1px solid #e5e5e5;
	text-indent: 24px;
	color: #848484;
}

.hzhb-b dl input::placeholder,.hzhb-b dl textarea::placeholder {
	color: #848484;
}

.hzhb-b dl dt span {
	color: #e40013;
}

.hzhb-b dl>select {
	width: 100%;
}

.hzhb-b dl>input {
	width: 100%;
}

.hzhb-b dl textarea {
	font-family: segoeuil;
	height: 45px;
	border: 1px solid #e5e5e5;
	padding: 24px;
	color: #848484;
	width: 100%;
	height: 140px;
	margin-bottom: 12px;
}

.hzhb-b dl dd {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;position:relative;
}

.hzhb-b dl dd {
	margin-bottom: 15px;
}
.hzhb-b dl dd i{
    height: 45px;
    position: absolute;
    top: 0;
    z-index: 10;
    cursor: pointer;
    width:15px;
}
.hzhb-b dl dd i.i1{
    color: #ddd;
    right: 40px;
    display: none;
    background:url("../images/jie.jpg")no-repeat center;
}
/*.hzhb-b dl dd.im i.i1{display:block;}*/
.hzhb-b dl dd i.i2{
    right: 10px;
    color: #c5c5c5;
    text-align: center;
    background:url("../images/jia.jpg")no-repeat center;
    width:30px;
}
.hzhb-b dl dd input {
	width: 260px;
}

.hzhb-b dl dd select {
	width: 260px;
}

.hzhb-b button {
	width: 190px;
	height: 45px;
	cursor: pointer;
	background: #e20012;
	color: #fff;
	transition: all 0.5s;
	display: block;
}

.hzhb-b button:hover {
	transition: all 0.5s;
	opacity: 0.8;
}/*hzhb*//*qqsc*/.qqsc {
	position: relative;
	background: #e7e7e7;
	padding: 90px 70px 282px 70px;
}

.qqsc img {
	position: absolute;
	right: 70px;
	top: 35px;
}

.qqsc-t {
	font-size: 36px;
	color: #090909;
	padding-left: 45px;
	font-family: segoeuib;
	margin-bottom: 200px;
	position: relative;
}

.qqsc-b {
	width: 780px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding: 40px 50px;
	position: relative;
	z-index: 2;
	max-width: 100%
}

.qqsc-b h4 {
	font-family: segoeui;
	font-size: 18px;
	margin-bottom: 15px;
}

.qqsc-b h3 {
	font-size: 36px;
	font-family: segoeuib;
	margin-bottom: 35px;
}

.qqsc-b p {
	line-height: 24px;
	font-family: segoeui;
}/*qqsc*//*jjfa*/.jjfa {
	margin: 20px auto 80px auto;
}

.jjfa-b {
}

.jjfa-b a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px;
}

.jjfa-l {
	width: 565px;
	overflow: hidden;
	position: relative;
}

.jjfa-l:hover img {
	transform: scale(1.1);
}

.jjfa-l>img {
	display: block;
	width: 100%;
}

.jjfa-l-s {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	width: 100%;
	height: 100%;
}

.jjfa-l-s dt {
	margin-bottom: 25px;
}

.jjfa-l-s p {
	font-size: 18px;
	font-family: segoeuil;
}

.jjfa-r {
	width: calc(100% - 640px);
}

.jjfa-r h3 {
	font-family: segoeui;
	font-size: 30px;
	color: #2c2c2c;
	margin-bottom: 30px;
}

.jjfa-r p {
	line-height: 24px;
	color: #807d78;
	font-size: 17px;
	font-family: segoeui;
	margin-bottom: 30px;
}

.jjfa-r h4 {
	display: flex;
	justify-content: center;
	width: 180px;
	height: 45px;
	align-items: center;
	border-radius: 5px;
	background: #e20012;
	color: #fff;
	font-size: 16px;
	font-family: segoeuil;
}

.jjfa-r h4 img {
	margin-left: 20px;
}

.jjfa-b a:hover h3 {
	color: #e20012
}/*jjfa*//*zlaq*/.zlaq {
	background: #b4ab9a;
}

.zlaq .w1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.zlaq-l {
	width: 50%;
	overflow: hidden;
}

.zlaq-l img {
	width: 100%;
	display: block;
}

.zlaq-r {
	width: 50%;
	color: #fff;
	padding-left: 90px;
}

.zlaq-r h3 {
	font-size: 43px;
	font-family: seguisb;
	margin-bottom: 37px;
}

.zlaq-r p {
	font-family: segoeuil;
	font-size: 30px;
	line-height: 48px;
}

.zlaq2 {
	margin: 65px auto 50px auto;
	width: 980px;
	max-width: 100%;
}

.zlaq2 p {
	font-size: 24px;
	line-height: 35px;
	color: #807d78;
	font-family: segoeuil;
}

.zlaq2 h4 {
	display: flex;
	justify-content: flex-end;
}

.zlaq2 h4 a {
	display: flex;
	justify-content: center;
	width: 180px;
	height: 45px;
	align-items: center;
	border-radius: 5px;
	background: #e20012;
	color: #fff;
	font-size: 16px;
	font-family: segoeuil;
	transition: all 0.5s;
}

.zlaq2 h4 img {
	margin-left: 17px;
}

.zlaq2 h4 a:hover {
	opacity: 0.8;
}

.zlaq3 {
	width: 1510px;
	padding: 67px 0 90px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: 1px solid #dcdcdc;
}

.zlaq3-l {
	width: 400px;
}

.zlaq3-l h3 {
	font-size: 36px;
	font-family: seguisb;
	margin-bottom: 55px;
}

.zlaq3-l a {
	display: block;
	text-align: center;
	color: #4b4a48;
	font-size: 24px;
	font-family: segoeuil;
	margin-bottom: 40px;
}
.zlaq3-l a:hover img{transform:scale(1.1)}

.zlaq3-l a h4 {
	overflow: hidden;
	margin-bottom: 20px;
}

.zlaq3-l a h4 img {
	display: block;
}

.zlaq3-l a p {
}

.zlaq3-r {
	width: calc(100% - 480px);
	margin-top: 91px;
}

.zlaq3-r h4 {
	overflow: hidden;
}

.zlaq3-r img {
	overflow: hidden;
	margin-bottom: 22px;
}

.zlaq3-r h4 img {
	display: block;
}

.zlaq3-r h3 {
	color: #4b4a48;
	font-size: 24px;
	font-family: segoeuil;
	text-align: center;
}

.zlaq4 {
	background: #fff;
}

.zlaq4>div {
	padding-bottom: 50px;
	border: none;
}/*zlaq*//*zljj*/.lats_hr:after {
	content: '';
	width: 1510px;
	height: 1px;
	margin: 0 auto;
	max-width: 100%;
	background: #e5e5e5;
	display: block;
}

.zljj {
	background: #b4ab9a;
}

.zljj .w1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.zljj-l {
	width: 50%;
	overflow: hidden;
}

.zljj-l img {
	width: 100%;
	display: block;
}

.zljj-r {
	width: 50%;
	color: #fff;
	padding-left: 7.8%;
}

.zljj-r h3 {
	font-size: 48px;
	font-family: seguisb;
	margin-bottom: 37px;
}

.zljj-r p {
	font-family: segoeuil;
	font-size: 30px;
	line-height: 48px;
}

.zljj2 {
	width: 1510px;
	margin: 0 auto;
}

.zljj2:before {
	content: '';
	width: 1510px;
	height: 1px;
	margin: 0 auto;
	max-width: 100%;
	background: #e5e5e5;
	margin-bottom: 60px;
	display: block;
}

.zljj2:after {
	content: '';
	content: '';
	width: 1510px;
	height: 1px;
	margin: 0 auto;
	max-width: 100%;
	background: #e5e5e5;
	display: block;
}

.zljj2 h3 {
	font-size: 48px;
	font-family: segoeuisl;
	margin-bottom: 35px;
/* padding-left:11.79%; */
}

.zljj2>img {
	display: block;
	margin: 0 auto;
}

.zljj2 h4 {
	width: 1510px;
	max-width: 100%;
	margin: 0 auto 50px auto;
}

.zljj2 h4 img {
}

.zljj2 h5 {
	display: flex;
	justify-content: space-between;
	width: 1510px;
	max-width: 100%;
	align-items: flex-start;
	margin: 0 auto 57px auto;
}

.zljj3 {
	width: 1510px;
	margin: 60px auto 0 auto;
}

.zljj3-s {
	width: 1510px;
	max-width: 100%;
	margin: 0 auto;
}

.zljj3-t {
	margin-bottom: 84px;
}

.zljj3-t h3 {
	font-size: 48px;
	margin-bottom: 40px;
	font-family: segoeui;
}

.zljj3-t p {
	color: #555555;
	font-size: 24px;
	line-height: 35px;
	font-family: segoeuil;
}

.zljj3-b {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.zljj3-l a {
	display: block;
	text-align: center;
	color: #4b4a48;
	font-size: 24px;
	font-family: segoeuil;
	margin-bottom: 40px;
}
.zljj3-l a:hover img{transform:scale(1.1)}
.zljj3-l a h4 {
	overflow: hidden;
	margin-bottom: 20px;
}

.zljj3-l a h4 img {
	display: block;
}

.zljj3-r {
	width: calc(100% - 480px);
}/*zljj*//*jjfa2*/.jjfa2 {
	width: 1510px;
	padding: 102px 0 0 0;
	margin-top: 40px;
	max-width: 100%;
	border-top: 1px solid #e5e5e5;
}

.jjfa2 {
	overflow: hidden;
}

.jjfa2 dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 140px;
}

.jjfa2 dl dt {
	width: 51.68%;
	overflow: hidden;
}

.jjfa2 dl dt img {
	display: block;
	width: 100%;
}

.jjfa2 dl dt.img2 {
	display: none;
}

.jjfa2 dl:nth-child(2n) dt.img1 {
	display: none;
}

.jjfa2 dl:nth-child(2n) dt.img2 {
	display: block;
}

.jjfa2 dl:nth-child(2n) dd {
}

.jjfa2 dl dt:hover img {
	transform: scale(1.1);
}

.jjfa2 dl dd {
	width: calc(100% - 60%);
	margin-top: 40px;
	/* padding: 0 80px; */
}

.jjfa2 dl dd h3 {
	font-family: seguisb;
	font-size: 36px;
	margin-bottom: 55px;
}

.jjfa2 dl dd p {
	font-size: 24px;
	line-height: 40px;
	color: #4b4a48;
	margin-bottom: 55px;
	font-family: segoeuil;
}

.jjfa2 dl dd a {
	display: flex;
	justify-content: center;
	width: 180px;
	height: 45px;
	align-items: center;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	font-family: segoeuil;
	transition: all 0.5s;
	background: #e20012
}

.jjfa2 dl dd a img {
	margin-left: 12px;
}

.jjfa2 dl dd a:hover {
	transition: all 0.5s;
	opacity: 0.8;
}/*jjfa2*/@media screen and (max-width:1000px) {
	.ny-banner {
		margin-top: 60px;
	}

	.md {
		top: -60px;
	}

	.cpzx-t2 a {
		line-height: 40px;
		font-size: 16px;
		padding: 0 10px;
	}

	.cpzx-t1 input {
		width: calc(100% - 55px);
	}

	.cpzx-t3 p a {
		margin-bottom: 10px;
		padding: 0 10px;
		line-height: 30px;
	}

	.cpzx-t4 a {
		padding: 0 10px;
	}

	.cpzx-t3 h4 {
		line-height: 100%;
		margin-left: 10px;
	}

	.cpzx-b dl dt a {
		width: 100px;
	}

	.nydh {
		justify-content: space-between;
	}

	.nydh a {
		width: calc(50% - 20px);
		margin-bottom: 10px;
	}

	.gywm-r p {
		margin-bottom: 5px;
		font-size: 14px;
	}

	.dzfw-b dl:nth-child(2n) dt.img1 {
		display: block;
	}

	.dzfw-b dl:nth-child(2n) dt.img2 {
		display: none;
	}

	.ryzz-b a h3 {
		line-height: 40px;
	}

	.rczp-t {
		position: inherit;
	}

	.rczp-t input {
		width: calc(100% - 110px);
	}

	.rczp-t button {
		width: 100px;
	}

	.rczp-z h3 {
		margin-bottom: 10px;
	}

	.rczp-z p {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 24px;
	}

	.xzzx-b a h4 {
		width: calc(100% - 70px);
	}

	.xzzx-t {
		justify-content: flex-start;
	}

	.cjwt-b dl dd p {
		font-size: 14px;
		line-height: 24px;
	}

	.cjwt-b dl dt h3 {
		background: none;
	}

	.zxly h4 input {
		width: calc(100% - 111px);
	}

	.qqsc img {
		position: relative;
		top: 0;
		right: 0;
	}

	.zlaq-r p {
		font-size: 16px;
		line-height: 24px;
	}

	.zlaq3-r h3 {
		font-size: 16px;
	}

	.zljj2 h5 {
		flex-wrap: wrap;
	}

	.zljj2:before {
		margin-bottom: 20px;
	}

	.zljj-r p {
		font-size: 16px;
		line-height: 24px;
	}

	.jjfa2 dl:nth-child(2n) dt.img2 {
		display: none;
	}

	.jjfa2 dl:nth-child(2n) dt.img1 {
		display: block;
	}

	.wmyw-s {
		position: relative;
		top: 0;
		left: 0
	}

	.wmyw dl h3 {
		color: #666;
		border-color: #666
	}

	.wmyw dl p {
		color: #666;
	}
	.ny-zpal-z-c3-b li{width:100%}
}