body {
	margin: auto;
	cursor: default;
}

a {
	text-decoration: none;
	color: inherit;
}

ul {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
}

ul li {
	list-style-type: none;
}

div,
a,
textarea,
input,
span {
	box-sizing: border-box;
}

input {
	background: none;
}

input[type="button"] {
	cursor: pointer;
}

button {
	cursor: pointer;
}

textarea {
	resize: none;
	font-family: inherit;
}

div,
input {
	box-sizing: border-box;
}

::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}

::-webkit-scrollbar-thumb {
	border-radius: 1em;
	background-color: rgba(50, 50, 50, .3);
}

::-webkit-scrollbar-track {
	border-radius: 1em;
	background-color: rgba(50, 50, 50, .1);
}

a:hover,
button:hover {
	opacity: 0.7;
}

@media (min-width: 1020px) {
	#H5 {
		display: none;
	}
}

@media (max-width: 1020px) {
	#PC {
		display: none;
	}
}

.container {
	width: 1200px;
	margin: auto;
	box-sizing: border-box;
	display: flex;
}
.banner{
	width: 100%;
	height: 680px;
}
.banne{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.inde-szfls{
	width: 100%;
}
.inde-szfl{
	width: 100%;
	margin:55px auto;
}
.inde-szfl1{
	width: 100%;
	text-align: center;
}
.inde-szfl1_1{
	width: 100%;
	font-size: 44px;
	color: #333333;
}
.inde-szfl1_2{
	width: 100%;
	font-size: 20px;
	color: #999999;
}
.inde-szfl1_3{
	width: 280px;
	display: block;
	margin: auto;
	margin-top: 10px;
}
.inde-szfl2{
	width: 100%;
	text-align: center;
}
.inde-szfl2_1{
	width: 19.6%;
	margin-top: 35px;
	padding: 0 10px;
	display: inline-block;
}
.inde-szfl2_2{
	width: 90px;
	height: 90px;
	border-radius: 5px;
	background: #F6F6F6;
	margin: auto;
	position: relative;
}
.inde-szfl2_2 img{
	max-width: 70px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.inde-szfl2_3{
	width: 100%;
	margin-top: 10px;
	font-size: 18px;
	color: #333333;
}
.sblb-box{
	width: 100%;
}
.sblb-bo{
	width: 100%;
	margin:50px auto;
}
.sblb-bo1{
	width: 100%;
	font-size: 16px;
	color: #999999;
	text-align: center;
}
.sblb-bo1_1{
	color: #333333;
}
.sblb-bo1_2{
	font-size: 30px;
	color: #F31B2A;
	font-weight: bold;
}
.sblb-list{
	width: 100%;
	margin-top: 40px;
	display: inline-block;
}
.sblb-li{
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 40px;
	border-radius: 5px;
	box-shadow: 0 0 12px rgba(233,233,233, .75);
	display: block;
	padding: 25px;
}
.sblb-li:nth-child(2n){
	margin-right: 0;
}
.sblb-li1{
	width: 150px;
	height: 200px;
	margin-right: 15px;
	object-fit: cover;
	object-position: center;
	display: inline-block;
	vertical-align: middle;
}
.sblb-li2{
	width: calc(100% - 170px);
	display: inline-block;
	vertical-align: middle;
}
.sblb-li3{
	width: 100%;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	overflow: hidden;    
	text-overflow: ellipsis;    
	white-space: nowrap;
}
.sblb-li4{
	width: 100%;
	margin-top: 15px;
	font-size: 14px;
	color: #333333;
	line-height: 25px;
}
.sblb-li5{
	width: 125px;
	height: 40px;
	border-radius: 40px;
	margin-top: 15px;
	text-align: center;
	background: #F31B2A;
	font-size: 16px;
	color: white;
}
.sblb-li5 span{
	line-height: 40px;
	display: inline-block;
	vertical-align: middle;
}
.sblb-li5 img{
	width: 20px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}
.pages {
	width: 100%;
	text-align: center;
}

.pagination {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}

.pagination li {
	display: inline;
	text-align: center;
}

.pagination a {
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	float: left;
	display: block;
	min-width: 30px;
	height: 30px;
	font-size: 14px;
	font-weight: 400;
	padding: 0 10px;
	background: white;
	border-radius: 3px;
	color: #666666;
	text-align: center;
	line-height: 30px;
	margin: 0 5px;
}
.pagination span {
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	float: left;
	display: block;
	min-width: 30px;
	height: 30px;
	font-size: 14px;
	font-weight: 400;
	padding: 0 10px;
	background: white;
	border-radius: 3px;
	color: #666666;
	text-align: center;
	line-height: 30px;
	margin: 0 5px;
}
.pagination a img{
	height: 10px;
}
.pagination a.active {
	border: 1px solid #F31B2A;
	background:#F31B2A;
	color: white;
}

.pagination a:active {
border: 1px solid #F31B2A;
	background:#F31B2A;
	color: white;
}
.detail-tops{
	width: 100%;
	background-image: url(../img/bg_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.detail-top{
	width: 100%;
	margin:25px auto;
}
.tit-box{
	width: 100%;
	font-size: 14px;
	color: #999999;
}
.tit-box img{
	width: 20px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.tit-box div{
	width: calc(100% - 30px);
	display: inline-block;
	vertical-align: middle;
}
.detail-top1{
	width: 100%;
	margin-top: 20px;
}
.detail-top2{
	width: 205px;
	height: 295px;
	object-fit: cover;
	object-position: center;
	display: inline-block;
	vertical-align: middle;
}
.detail-top3{
	width: calc(100% - 365px);
	padding: 0 40px;
	display: inline-block;
	vertical-align: middle;
}
.detail-top3_1{
	width: 100%;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}
.detail-top3_2{
	width: 100%;
	margin-top: 20px;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.detail-top3_3{
	width: 140px;
	height: 45px;
	border-radius: 45px;
	display: block;
	margin-top: 25px;
	text-align: center;
	font-size: 18px;
	color: white;
	font-weight: bold;
	background: #F31B2A;
}
.detail-top3_3 img{
	width: 25px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.detail-top3_3 span{
	line-height: 45px;
	display: inline-block;
	vertical-align: middle;
}
.detail-top4{
	width: 150px;
	text-align: center;
	background-color: white;
	background-image: url(../img/bg_2.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	border-radius: 5px;
	padding: 15px;
	box-shadow: 0 0 12px rgba(223,223,223, .75);
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
.detail-top4_1{
	width: 50px;
	display: block;
	margin: auto;
	margin-bottom: 25px;
}
.detail-top4_2{
	width: 100%;
	font-size: 14px;
	color: #999999;
}
.detail-top4_3{
	width: 100%;
	font-size: 16px;
	color: #333333;
}
.detail-downs{
	width: 100%;
}
.detail-down{
	width: 100%;
	margin:50px auto;
}
.detail-down1{
	border-top: 4px solid #DEDEDE;
	width: 100%;
	background: #F8F8F8;
	display: flex;
}
.detail-down1_1{
	padding: 0 25px;
	height: 75px;
	margin-top: -4px;
	display: block;
}
.detail-down1_2{
	width: 30px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.detail-down1_2 img{
	max-width: 100%;
	margin: auto;
}
.detail-down1_2_1{
	display: block;
}
.detail-down1_2_2{
	display: none;
}
.detail-down1_3{
	font-size: 20px;
	color: #333333;
	line-height: 71px;
	display: inline-block;
	vertical-align: middle;
}
.detail-down1_1.on{
	border-top: 4px solid #F31B2A;
}
.detail-down1_1.on .detail-down1_2_1{
	display: none;
}
.detail-down1_1.on .detail-down1_2_2{
	display: block;
}
.detail-down1_1.on .detail-down1_3{
	color: #F31B2A;
}
.detail-down2{
	width: 100%;
	display: none;
}
.detail-down2_1{
	border-bottom: 1px dashed #CCCCCC;
	width: 100%;
	padding: 25px 20px;
}
.detail-down2_2{
	width: 30px;
	display: inline-block;
	vertical-align: middle;
}
.detail-down2_3{
	width: 80px;
	height: 35px;
	border-radius: 35px;
	margin-right: 10px;
	text-align: center;
	background: #FF6633;
	color: white;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}
.detail-down2_3:last-child{
	margin-right: 0;
	background: #F31B2A;
}
.detail-down2_3 img{
	max-width: 20px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.detail-down2_3 span{
	line-height: 35px;
	display: inline-block;
	vertical-align: middle;
}
.detail-down2_4{
	width: calc(100% - 215px);
	padding: 0 10px;
	font-size: 16px;
	color: #333333;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;    
	text-overflow: ellipsis;    
	white-space: nowrap;
}