@font-face {
	font-family: "ZH";
	src: url("https://www.sandytill.com/zt/images/sydw/FZLTZHJW.TTF");
}

.bm_box {
	width: 1400px;
	height: 499px;
	background: #FFFFFF;
	box-shadow: 0px 8px 19px 1px rgba(96, 96, 96, 0.35);
	border-radius: 20px;
	margin: 0 auto;
}

.title {
	position: relative;
	width: 55%;
	height: 71px;
	margin: 0 auto;
}

.title h3 {
	display: table;
	text-align: center;
	font-size: 30px;
	font-family: ZH;
	font-weight: normal;
	color: #E2102D;
	line-height: 80px;
	margin: 0 auto;
}

.title span {
	display: block;
	width: 119px;
	height: 79px;
	background: url("https://www.sandytill.com/zt/images/sydw/bt.png") no-repeat center;
	position: absolute;
	bottom: 0;
	left: 0;
}

.title span:last-child {
	right: 0;
	left: unset;
}

.chaxun {
	display: table;
	margin: 0 auto;
}

.chaxun li {
	float: left;
	margin: 0 10px;
}

.chaxun li.by {
	height: 24px;
	background: url("https://www.sandytill.com/zt/images/sydw/fire.png") no-repeat left center;
	box-sizing: border-box;
	padding-left: 30px;
	margin-top: 8px;
}

.by h2 {
	font-size: 26px;
	font-style: italic;
	color: #2D2D2D;
	line-height: 30px;
}

.input {
	width: 192px;
	height: 42px;
	background: #FFFFFF;
	border: 1px solid #B0B0B0;
	border-radius: 8px;
	font-size: 20px;
	font-weight: 400;
	color: #666666;
	line-height: 42px;
	box-sizing: border-box;
	padding-left: 15px;
	background: url("https://www.sandytill.com/zt/images/sydw/down.png") no-repeat right 5px center;
	cursor: pointer;
}

.input option {
	font-size: 20px;
	font-weight: 400;
	color: #666666;
	line-height: 42px;
}

.c_btn {
	display: block;
	width: 110px;
	height: 42px;
	background: linear-gradient(0deg, #FBDFA9, #FBB321);
	border-radius: 8px;
	font-size: 20px;
	font-weight: 400;
	color: #86584D;
	line-height: 43px;
	text-align: center;
}

.c_btn:hover {
	font-size: 24px;
}

.x_btn {
	display: block;
	width: 150px;
	height: 42px;
	background: linear-gradient(0deg, #FBDFA9, #FBB321);
	border-radius: 8px;
	font-size: 20px;
	font-weight: 400;
	color: #86584D;
	line-height: 43px;
	text-align: center;
}

.x_btn:hover {
	font-size: 24px;
}

.mid {
	width: 98%;
	margin: 0 auto;
	margin-top: 20px;
}

.box_l {
	float: left;
	width: 687px;
	height: 180px;
	background: #FFFFFF;
	box-shadow: 0px 8px 19px 1px rgba(168, 168, 168, 0.25);
	border-radius: 8px;
	box-sizing: border-box;
	padding: 20px;
	overflow: hidden;
	margin-top: 6px;
}

.box_l h3 {
	background: url("https://www.sandytill.com/zt/images/sydw/icon1.png") no-repeat left center;
	padding-left: 30px;
	height: 22px;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
	margin-bottom: 12px;
}

.box_l h3 span {
	color: #E2102D;
}

.box_l .line {
	display: block;
	/* width: 640px; */
	box-sizing: border-box;
	background: url("https://www.sandytill.com/zt/images/sydw/icon2.png") no-repeat left;
	padding-left: 18px;
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.box_l .line a {
	margin-right: 10px;
}

.box_l a:hover {
	color: #E2102D;
}

.box_r {
	float: right;
}

.box_r li {
	float: left;
	width: 169px;
	height: 211px;
}

.box_r li:nth-child(1) {
	background: url("https://www.sandytill.com/zt/images/sydw/li1.png") no-repeat center;
}

.box_r li:nth-child(2) {
	background: url("https://www.sandytill.com/zt/images/sydw/li2.png") no-repeat center;
}

.box_r li:nth-child(3) {
	background: url("https://www.sandytill.com/zt/images/sydw/li3.png") no-repeat center;
}

.box_r li:nth-child(4) {
	background: url("https://www.sandytill.com/zt/images/sydw/li4.png") no-repeat center;
}

.box_r li a {
	display: block;
	width: 122px;
	height: 32px;
	box-shadow: 0px 8px 13px 1px rgba(207, 207, 207, 0.35);
	opacity: 0.8;
	border-radius: 16px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	line-height: 32px;
	margin: 0 auto;
	margin-top: 130px;
}

.box_r li:nth-child(1) a:hover {
	background: #fff;
	color: #C565E8;
}

.box_r li:nth-child(2) a:hover {
	background: #fff;
	color: #6b78ff;
}

.box_r li:nth-child(3) a:hover {
	background: #fff;
	color: #fb9760;
}

.box_r li:nth-child(4) a:hover {
	background: #fff;
	color: #60bbff;
}

.bot {
	width: 98%;
	margin: 0 auto;
	margin-top: 20px;
}

.botp {
	float: left;
	width: 42px;
	height: 74px;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #2D2D2D;
	line-height: 28px;
}

.swiper-container2 {
	width: 1300px !important;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 14px !important;
	height: 20px !important;
	margin-top: -10px !important;
	z-index: 10;
	cursor: pointer;
}

.swiper-button-prev {
	background: #BFBFBF url("https://www.sandytill.com/zt/images/sydw/wz_lf.png") no-repeat center !important;
	left: 0px !important;
	right: auto;
}

.swiper-button-next {
	background: #BFBFBF url("https://www.sandytill.com/zt/images/sydw/wz_rt.png") no-repeat center !important;
	right: 0px !important;
	left: auto;
}

.swiper-button-prev:hover {
	background: #FF7874 url("https://www.sandytill.com/zt/images/sydw/wz_lf.png") no-repeat center !important;
}

.swiper-button-next:hover {
	background: #FF7874 url("https://www.sandytill.com/zt/images/sydw/wz_rt.png") no-repeat center !important;
}

.num {
	float: left;
}

.num li {
	float: left;
	width: 199px;
	height: 84px;
	/* margin-right: 20px; */
	position: relative;
	box-sizing: border-box;
	padding: 15px;
}

/* .swiper-slide,.swiper-slide-active,.swiper-slide-duplicate,.swiper-slide-next,.swiper-slide-prev,li.swiper-slide.swiper-slide-active{
  width: 199px !important;
} */
/* .swiper-container2-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0,0,0) !important;
  -moz-transform: translate3d(0,0,0) !important;
  -o-transform: translate(0,0) !important;
  -ms-transform: translate3d(0,0,0) !important;
  transform: translate3d(0,0,0) !important;
} */
.num li span {
	position: absolute;
	font-size: 22px;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	top: 0;
	right: 5px;
}

.num li .lf {
	float: left;
	margin-right: 10px;
}

.num li .rt {
	float: left;
}

.num li h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 10px;
}

.num li p {
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
	margin-top: 10px;
}
.numc {
	margin-right: 1.5%;
}
.num .num1 {
	background: url("https://www.sandytill.com/zt/images/sydw/1.png") no-repeat center;
}

.num .num1 h4 {
	color: #13AF9B;
}

.num .num2 {
	background: url("https://www.sandytill.com/zt/images/sydw/2.png") no-repeat center;
}

.num .num2 h4 {
	color: #EB4A6C;
}

.num .num3 {
	background: url("https://www.sandytill.com/zt/images/sydw/3.png") no-repeat center;
}

.num .num3 h4 {
	color: #FF7874;
}

.num .num4 {
	background: url("https://www.sandytill.com/zt/images/sydw/4.png") no-repeat center;
}

.num .num4 h4 {
	color: #1F99D9;
}

.num .num5 {
	background: url("https://www.sandytill.com/zt/images/sydw/5.png") no-repeat center;
}

.num .num5 h4 {
	color: #FA9134;
}

.num .num6 {
	background: url("https://www.sandytill.com/zt/images/sydw/1.png") no-repeat center;
	margin-right: 0;
}

.num .num6 h4 {
	color: #13AF9B;
}

.m {
	display: none !important;
}

@media only all and (max-width:1200px) {
	.m {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	.bm_box {
		width: 100%;
		height: auto;
	}

	.title {
		width: 80%;
	}

	.chaxun li {
		float: left;
		margin: 0 6px;
	}

	.chaxun li.by {
		margin-top: 7px;
	}

	.by h2 {
		font-size: 19px;
		font-style: italic;
		color: #2D2D2D;
		line-height: 30px;
	}

	.input {
		width: 160px;
		height: 42px;
		font-size: 16px;
	}

	.box_l {
		float: left;
		width: 484px;

	}

	.box_l a {
		width: 454px;
	}

	.swiper-container2 {
		width: 90% !important;
	}

	.num {
		float: left;
		margin-left: 20px;
		width: 94%;
		height: 85px;
		overflow: hidden;
		margin-bottom: 20px;
	}

}

@media only all and (max-width:750px) {
	.title h3 {

	    font-size: 1.1rem;

	}
	.box_l{
		width: 100%;
	}
	.box_l .line a {
	   font-size: .8rem;
	   margin-right: .1rem;
	}
	.sc2{
		width: 100%;
	}
	.num {
/* display: inline-block; */
	}
}
