@charset "utf-8";

p,
h1,
h2,
h3,
h4,
h5,
img,
button,
dl,
dt,
dd,
span {
	transition: all .5s;
	font-size: 14px;
}

ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
hr {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

img {
	max-width: 100%;
	display: inline-block;
}
.con1400 {
	width: 1400px;
	margin: 0 auto;
}

.con1760 {
	width: 1760px;
	margin: 0 auto;
}
.con1600 {
	width: 1600px;
	margin: 0 auto;
}
.con1280 {
	width: 1280px;
	margin: 0 auto;
}
.con1200 {
	width: 1200px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix,
.clear,
.clearboth {
	clear: both;
}

.flexrow {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
}

.nopadding {
	padding: 0px;
}

input::placeholder {
	font-size: 16px;
	font-weight: normal;
	color: #999999;
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder {
	font-size: 16px;
	font-weight: normal;
	color: #999999;
}

textarea::placeholder {
	font-size: 16px;
	font-weight: normal;
	color: #999999;
}
.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.idx_flexstart {
	justify-content: flex-start;
}

/* css 动画 */
@keyframes mymove {
	0% {
		height: 0%;
	}
	50% {
		height: 100%;
	}
	100% {
		height: 0%;
	}
}

@keyframes runline {
	0% {
		width: 0px;
	}

	50% {
		width: 50%;
	}

	100% {
		width: 100%;
	}
}

@keyframes runpao {
	0% {
		margin-top: 0px;
	}
	50% {
		margin-top: 20px;
	}
	100% {
		margin-top: 0px;
	}
}

@keyframes runfeng {
	0% {
		opacity:  0;
	}
	50% {
		opacity:  1;
	}
	100% {
		opacity:  0;
	}
}

@keyframes p2desc {
	0% {
		margin-left: 0px;
	}

	50% {
		margin-left: 50px;
	}

	100% {
		margin-left: 0px;
	}
}

@keyframes bannersb {
	0% {
		top: 4px;
	}
	50% {
		top: 10px;
	}
	100% {
		top: 4px;
	}
}
/* animation:mymove 5s infinite; */


/* 特殊字体 */
@font-face {
	font-family: DINBlack;
	src: url('../fonts/DIN-Black.otf'),
	url('../fonts/DIN-Black.otf');
	/* IE9+,可以是具体的实际链接 */
}
@font-face {
	font-family: DINMedium;
	src: url('../fonts/DIN-Medium.otf'),
	url('../fonts/DIN-Medium.otf');
	/* IE9+,可以是具体的实际链接 */
}
@font-face {
	font-family: DINRegular;
	src: url('../fonts/DIN-Regular.otf'),
	url('../fonts/DIN-Regular.otf');
	/* IE9+,可以是具体的实际链接 */
}
@font-face {
	font-family: SourceHanSansSC-Regular;
	src: url('../fonts/SourceHanSansSC-Regular.otf'),
	url('../fonts/SourceHanSansSC-Regular.otf');
	/* IE9+,可以是具体的实际链接 */
}
@font-face {
	font-family: SourceHanSansSC-Light;
	src: url('../fonts/SourceHanSansCN-Light.otf'),
	url('../fonts/SourceHanSansCN-Light.otf');
	/* IE9+,可以是具体的实际链接 */
}
@font-face {
	font-family: SourceHanSansSC-Normal;
	src: url('../fonts/SourceHanSansCN-Normal.otf'),
	url('../fonts/SourceHanSansCN-Normal.otf');
	/* IE9+,可以是具体的实际链接 */
}

@media (max-width:1760px) {
	.con1760,.con1600 {
		width: 95%;
	}
}

@media (max-width:1440px) {
	.con1400 {
		width: 95%;
	}
}

@media (max-width:1300px) {
	.con1280 ,.con1200 {
		width: 96%;
	}
}

.pz_banner img {
	width: 100%;
}

.con1437 {
	width: 1437px;
	margin: 0 auto;
}
.shouhou_title {
	margin: 70px 0px 45px;
	text-align: center;
}
.shouhou_title p {
	color: #bb0611;
	font-size: 24px;
	font-family: SourceHanSansSC-Normal;
}
.shouhou_title h3 {
	color: #3e3938;
	padding-top: 10px;
	font-size: 38px;
	font-family: SourceHanSansSC-Normal;
}
.shlist_l {
	width: 50%;
	height: 321px;
	background: url(../images/shouhou/shlist_rimg1_bg.png) no-repeat center;
	background-size: 100% 100%;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding-left: 55px;
}
.shlist_ltop h3 {
	font-size: 36px;
	color: #bb0611;
	font-weight: bold;
	font-family: SourceHanSansSC-Normal;
}
.shlist_ltop h3 span {
	color: #434343;
	font-family: SourceHanSansSC-Light;
	font-size: 25px;
	padding-left: 15px;
}
.shlist_ltop p {
	font-size: 21px;
	color: #bb0611;
	text-transform: uppercase;
	font-family: SourceHanSansSC-Normal;
}
.shlist_lbot {
	margin-top: 10px;
}
.shlist_lbotdesc {
	justify-content: flex-start;
	margin-top: 10px;
	width: 100%;
}
.shlist_lbotdesc img {
	width: 40px;
}
.shlist_lbotdesc p {
	color: #474747;
	font-size: 20px;
	padding-left: 12px;
	font-family: SourceHanSansSC-Normal;
}
.shlist_r {
	width: 50%;
	height: 321px;
}
.shlist_r img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shouhou_list ul li:nth-child(2n) .shlist_l {
	background-image: url(../images/shouhou/shlist_rimg2_bg.jpg);
	text-align: right;
}
.shouhou_list ul li:nth-child(2n) .shlist_l {
	align-items: flex-end;
	padding-left: 0px;
	padding-right: 55px;
}
.shouhou_list ul li:nth-child(2n) .shlist_ltop h3 {
	color: #ffffff;
}
.shouhou_list ul li:nth-child(2n) .shlist_ltop h3 span {
	color: #ffffff;
	padding-left: 0px ;
	padding-right: 15px;
}
.shouhou_list ul li:nth-child(2n) .shlist_ltop p {
	color: #ffffff;
}
.shouhou_list ul li:nth-child(2n) .shlist_lbotdesc {
	justify-content: flex-end;
}
.shouhou_list ul li:nth-child(2n) .shlist_lbotdesc p {
	color: #ffffff;
	padding-left: 0px;
	padding-right: 12px;
}
.shouhou_list ul li:nth-child(3) .shlist_lbotdesc {
	width: 50%;
}
.shouhou_list ul li:nth-child(3) .shlist_l {
	background-image: url(../images/shouhou/shlist_rimg3_bg.jpg);
}
.shouhou_list ul li:nth-child(5) .shlist_l {
	background-image: url(../images/shouhou/shlist_rimg5_bg.jpg);
}
.yezhulist ul li {
	width: 48.5%;
	height: 540px;
	background-color: #f1f1f1;
	padding: 25px 15px 20px 20px ;
	margin-bottom: 40px;
}
.yzlist_top {
	justify-content: flex-start;
}
.yzlitop_l {
	width: 57px;
	height: 57px;
	background-color: #bb0611;
	border-radius: 10px;
	text-align: center;
	line-height: 57px;
}
.yzlitop_l h4 {
	font-size: 48px;
	color: #ffffff;
	font-family: DINMedium;
}
.yzlitop_r {
	padding-left: 10px;
}
.yzlitop_r h3 {
	font-size: 24px;
	color: #bb0611;
	line-height: 30px;
	font-family: SourceHanSansSC-Normal;
}
.yzlist_bot {
	margin-top: 20px;
	align-items: flex-start;
}
.yzlist_bot_l {
	width: 70%;
}
.yzlist_botli {
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 10px;
}
.yzlist_botli p {
	background-color: #d9b28b;
	padding: 4px 2px;
	font-family: SourceHanSansSC-Normal;
	color: #ffffff;
	width: 18%;
	text-align: center;
	border-radius: 5px;
}
.yzlist_botli h4 {
	width: 80%;
	font-size: 19px;
	color: #292929;
	font-family: SourceHanSansSC-Normal;
	padding: 3px 0px 0px 8px;
}
.yzlist_botli span {
	display: block;
	width: 80%;
	font-size: 15px;
	line-height: 22px;
	color: #5b5b5b;
	padding: 3px 0px 0px 8px;
}
.yzlist_bot_r {
	width: 30%;
}
.yezhulist ul li:nth-child(2) .yzlist_bot_l {
	width: 55%;
}
.yezhulist ul li:nth-child(2) .yzlist_bot_r {
	width: 45%;
}
.yezhulist ul li:nth-child(2) .yzlist_botli p {
	width: 20%;
}
.yezhulist ul li:nth-child(2) .yzlist_botli span {
	width: 78%;
}
.yezhulist ul li:nth-child(2) .yzlist_bot_r img {
	margin-top: 95px;
}
.yezhulist ul li:nth-child(3) .yzlist_bot_l {
	width: 55%;
}
.yezhulist ul li:nth-child(3) .yzlist_bot_r {
	width: 45%;
}
.yezhulist ul li:nth-child(3) .yzlist_botli p {
	width: 20%;
}
.yezhulist ul li:nth-child(3) .yzlist_botli span {
	width: 78%;
}
.yezhulist ul li:nth-child(3) .yzlist_bot_r img {
	margin-top: 25px;
}
.yezhulist ul li:nth-child(4) .yzlist_bot_l {
	width:52%;
}
.yezhulist ul li:nth-child(4) .yzlist_bot_r {
	width: 48%;
}
.yezhulist ul li:nth-child(4) .yzlist_botli p {
	width: 22%;
}
.yezhulist ul li:nth-child(4) .yzlist_botli span {
	width: 78%;
}
.yezhulist ul li:nth-child(4) .yzlist_botli h4 {
	width: 78%;
}
.yezhulist ul li:nth-child(4) .yzlist_bot_r img { 
	margin-top: 40px;
}
.yezhulist ul li:nth-child(5) {
	position: relative;
	height: 680px;
}
.yezhulist ul li:nth-child(5) .yzlist_bot_l {
	width:100%;
}
.yezhulist ul li:nth-child(5) .yzlist_botli p {
	width: 12%;
}
.yezhulist ul li:nth-child(5) .yzlist_botli span {
	width: 40%;
}
.yezhulist ul li:nth-child(5) .yzlist_botli h4 {
	width: 78%;
}
.yezhulist ul li:nth-child(5) .yzlist_bot_r  {
	position: absolute;
	right: 15px;
	top: 220px;
	width: 44%;
}
.yezhulist ul li:nth-child(6) {
	position: relative;
	height: 680px;
}
.yezhulist ul li:nth-child(6) .yzlist_bot_l {
	width:100%;
}
.yezhulist ul li:nth-child(6) .yzlist_botli p {
	width: 12%;
}
.yezhulist ul li:nth-child(6) .yzlist_botli span {
	width: 35%;
}
.yezhulist ul li:nth-child(6) .yzlist_bot_r  {
	position: absolute;
	right: 10px;
    top: 110px;
    width: 96%;
}












@media (max-width:1500px) {
	.con1437 {width: 90%;}
}