.banner_top {
	background: url('../images/magazine/315PC-BANNER_v37f84c.jpg');
	height: 220px;
}
.crumbs_box {
	color: #fff;
}
.crumbs_box a {
	color: #fff;
}
.banner_top img {
	margin: 40px auto 0;
	height: 40px;
	display: block;
}
.banner_top .flex {
	margin-top: 15px;
	font-size: 16px;
	color: #ffffff;
	line-height: 20px;
	align-items: center;
	display: flex;
	justify-content: center;
}
.banner_top .flex h1 {
	font-size: 16px;
	margin: 0 10px;
}
.white {
	background: #fff;
}
.swiper .magazine_box {
	display: flex;
	padding: 45px 142px;
}
.swiper .img_box {
	margin-right: 50px;
	width: 262px;
	height: 352px;
	border: 1px solid #d6d6d6;
}
.swiper .img_box img {
	width: 260px;
	height: 350px;
}
.swiper .right_box {
	padding-top: 20px;
}
.swiper .right_box img {
	display: block;
	height: 18px;
}
.swiper .right_box h3 {
	margin-top: 15px;
	font-size: 25px;
	font-weight: bold;
	line-height: 31px;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.swiper .right_box .des {
	margin-top: 20px;
	font-size: 18px;
	line-height: 23px;
}
.swiper .right_box .date {
	display: flex;
	margin-top: 45px;
	font-size: 15px;
	color: #777777;
	line-height: 21px;
}
.swiper .right_box .date p{
	width: 130px;
}
.swiper .right_box .date span {
	color: #333333;
}
.swiper .right_box .supplier {
	display: flex;
	align-items: center;
	margin-top: 27px;
	font-size: 15px;
	color: #777777;
	line-height: 21px;
}
.swiper .right_box .supplier p{
	width: 130px;
}
.swiper .right_box .supplier .inquiry {
	width: 180px;
	line-height: 40px;
	background: #ffffff;
	border: 1px solid #d51a1c;
	border-radius: 20px;
	font-size: 15px;
	color: #d51a1c;
	text-align: center;
}
.swiper .right_box a.download {
	display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 27px;
    width: 180px;
    line-height: 40px;
    background: #1470cc;
    border-radius: 20px;
    font-size: 15px;
    color: #ffffff;
    cursor: pointer;
}
.swiper .right_box .download i {
	margin-right: 10px;
	font-size: 20px;
}
.swiper .right_box .supplier a:hover {
	background: #d51a1c;
	color: #ffffff;
}
.swiper-pagination-bullet {
	background: #fff;
	border: 1px solid #000;
	width: 10px;
	height: 10px;
	margin: 0 2.5px;
}
.swiper-pagination-bullet-active {
	background: #000;
}
.swiper .swiper-pagination {
	left: unset;
	right: 0;
	width: unset;
}
.magazine_list {
	display: grid;
	grid-gap: 25px 25px;
	grid-template-columns: repeat(5, 1fr);
	padding: 50px 30px;
}
.gray {
	background: #f8f9fc;
}
.magazine_list li {
	background: #ffffff;
	height: fit-content;
}
.magazine_list li:hover {
	/* box-shadow: 2px 2px 5px 2px #EEEEEE; */
	box-shadow: 0 5px 10px rgba(153, 153, 153, 0.45);
}
.magazine_list .img_box {
	position: relative;
	width: 220px;
}
.magazine_list .main_pic {
	display: block;
	width: 220px;
	height: 295px;
}
.magazine_list .timeicon {
	position: absolute;
	left: 2px;
	top: 2px;
	height: 17px;
}
.magazine_list .mes {
	padding: 8px 7px 10px;
}
.magazine_list .mes .name {
	font-size: 16px;
	font-weight: bold;
	line-height: 21px;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.magazine_list .mes .date {
	margin-top: 5px;
	font-size: 14px;
	color: #777777;
	line-height: 21px;
}
.magazine_list .mes .date span {
	margin-left: 5px;
	color: #333;
}
.magazine_list .mes .flex_btn {
	display: flex;
	justify-content: space-between;
}
.magazine_list .mes .download {
	display: block;
	margin-top: 10px;
	width: 49%;
	line-height: 32px;
	border: 1px solid #5d77a8;
	font-size: 14px;
	color: #5d77a8;
	text-align: center;
}
.magazine_list .mes .download:hover {
	background: #5d77a8;
	color: #fff;
}
.form_box {
    padding: 30px 0;
	width: 100%;
	height: 400px;
	background-image: url('../images/magazine/2-PC_vb98278.jpg');
	background-size: cover;
}
.form_box form {
	margin: 0 auto;
	width: 550px;
}
.form_box .title {
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	line-height: 23px;
	text-align: center;
}
.form_box .items {
	position: relative;
	margin-bottom: 20px;
}
.form_box .items:last-child {
	margin-bottom: 0;
}
.form_box .items input {
	width: 100%;
	height: 40px;
	padding-left: 95px;
	border: none;
	outline: none;
}
.form_box .items .label {
	display: flex;
	align-items: center;
	position: absolute;
	left: 10px;
	top: 10px;
	font-size: 15px;
	color: #777777;
	line-height: 19px;
}
.form_box .items .label i {
	margin-right: 10px;
	font-size: 20px;
	color: #d6d6d6;
}
.form_box .select {
	display: flex;
}
.form_box .select select {
	width: 210px;
	padding-left: 40px;
	border: none;
	border-right: 1px solid #d6d6d6;
	outline: none;
	cursor: pointer;
}
.form_box .select input {
	padding-left: 80px;
	width: 340px;
}
.form_box .select .icon1 {
	position: absolute;
	left: 10px;
	top: 10px;
	font-size: 20px;
	color: #d6d6d6;
}
.form_box .select .label_noicon {
	position: absolute;
	left: 230px;
	top: 10px;
	font-size: 15px;
	color: #777777;
	line-height: 19px;
}
.form_box .sub_btn {
    margin: 20px auto 0;
	width: 200px;
	line-height: 40px;
	background: #d51a1c;
	font-size: 15px;
	color: #ffffff;
    text-align: center;
    cursor: pointer;
}
.form_box .sub_btn:hover{
    background: #ab1032;
}
.form_box .errormsg {
	position: absolute;
	top: 100%;
	left: 0;
	color: #d51a1c;
}
.form_box .errormsg i{
	font-size: 13px;
}
.index_footer {
	margin-top: 0;
}
