@charset "utf-8";


* {
	font-family: "Microsoft YaHei", "微软雅黑", "黑体", "宋体", "Arial", sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

/* html,
body {
  overflow-x: hidden;
} */

:focus {
	outline: none;
}

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;
}

a,
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

button:focus {
	outline: none;
}

a {
	color: #333333;
}

ul {
	list-style: none;
}

ul:before,
ul:after {
	display: none;
}

input {
	outline: none;
	border: none;
	background: none;
}

textarea {
	resize: none;
}

img {
	max-width: 100%;
	display: inline-block;
}

/*.container {*/
/*	width: 1200px;*/
/*}*/

.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%;
}
.shouhou_title {
	padding: 20px 0px 0px;
	text-align: center;
}
.shouhou_title p {
	color: #bb0611;
	font-size: 14px;
	font-family: SourceHanSansSC-Normal;
}
.shouhou_title h3 {
	font-size: 18px;
	font-family: SourceHanSansSC-Normal;
	padding-top: 5px;
	color: #3e3938;
}
.shouhou_list {
	padding: 0px 15px;
}
.shouhou_list ul {
	margin-top: 30px;
}
.shouhou_list ul li {
	margin-top: 20px;
	align-items: flex-start;
	justify-content: flex-start;
}
.shlist_l {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #bb0611;
	justify-content: center;
	flex-direction: column;
	margin-right: 10px;
}
.shlist_l h4 {
	font-family: DINMedium;
	font-size: 18px;
	color: #ffffff;
}
.shlist_r {
	width: 300px;
}
.shlist_rtop_l {
	width: 35%;
}
.shlist_rtop_l h4 {
	font-size: 18px;
	color: #bb0611;
	letter-spacing: 3px;
}
.shlist_rtop_l p {
	font-size: 10px;
	color: #bb0611;
}
.shlist_rtop_r {
	border-bottom: 1px solid #838383;
	width: 64%;
	text-align: right;
	padding-bottom: 4px;
}
.shlist_rtop_r h3 {
	font-size: 12px;
	color: #969696;
}
.shlist_rbot {
	justify-content: flex-start;
	margin-top: 20px;
}
.slist_rbot_l {
	width: 45%;
	margin-right: 5%;
}
.slist_rbot_l img {
	width: 100%;
}
.slist_rbot_r {
	width: 50%;
}
.slist_rbot_rlist {
	margin-bottom: 10px;
	justify-content: flex-start;
}
.slist_rbot_rlist img {
	width: 15%;
}
.slist_rbot_rlist p {
	width: 80%;
	padding-left: 5px;
}
.yezhu_storys {
	padding: 10px ;
}
.yezhulist {
	margin-top: 20px;
	position: relative;
}
.yezhulist .swiper-slide {
	display: block;
	background-color: #f1f1f1;
	padding:20px 10px ;
	text-align: left;
}
.yezhu_litop {
	align-items: flex-start;
}
.yezhu_litop_l {
	width: 10%;
	background-color: #bb0611;
	border-radius: 6px;
	text-align: center;
}
.yezhu_litop_l h4 {
	font-size: 26px;
	font-family: DINMedium;
	color: #ffffff;
	padding: 4px 0px;
}
.yezhu_litop_r {
	width: 90%;
	padding-left: 10px;
}
.yezhu_litop_r h3 {
	font-size: 18px;
	color: #bb0611;
	font-family: SourceHanSansSC-Normal;
}
.yezhu_libot {
	margin-top: 20px;
	align-items: flex-start;
}
.yezhu_libot_l {
	width: 70%;
}
.yezhu_libot_lbtn {
	align-items: flex-start;
	margin-bottom: 8px;
}
.yezhu_libot_lbtn p {
	font-size: 12px;
	background-color: #cc9864;
	border-radius: 4px;
	padding: 3px 2px;
	color: #ffffff;
	text-align: center;
	width: 25%;
}
.yezhu_libot_lbtn h3 {
	font-size: 16px;
	color: #292929;
	width: 75%;
	font-family: SourceHanSansSC-Normal;
	padding: 3px 0px 0px 5px;
}
.yezhu_libot_lbtn h4 {
	font-size: 16px;
	color: #292929;
	width: 75%;
	font-family: SourceHanSansSC-Normal;
	padding: 3px 0px 0px 5px;
}
.yezhu_libot_lbtn h5 {
	font-size: 10px;
	color: #5b5b5b;
	font-family:'黑体';
	width:  75%;
	padding:3px 0px 0px 5px;
}
.yezhu_libot_r {
	width: 30%;
}

.yezhulist .swiper-pagination {
	width: 100%;
	text-align: center;
}
.yezhulist .swiper-pagination-bullet {
	margin: 0px 2px;
}
.yezhulist .swiper-pagination-bullet-active {
	width: 30px;
	border-radius: 10px;
	background-color: #bb0611;
}