/* 轮播 */
.carousel {
	position: relative;
}

.carousel .swiper-slide {
	height: 500px;
	background-position: center top;
	background-repeat: no-repeat;
}


.carousel .swiper-container .hide {
	opacity: 0;
}

.carousel .swiper-button-next,
.carousel .swiper-button-prev {
	transition: opacity 0.5s;
}

.carousel .swiper-button-next:hover,
.carousel .swiper-button-prev:hover {
	background-color: rgba(0, 0, 0, 0.7);
}

.carousel .swiper-button-prev,
.carousel .swiper-container-rtl .swiper-button-next {
	left: 50px;
	top: 46%;
	padding: 20px 5px;
	background-color: rgba(0, 0, 0, 0.5);
}

.carousel .swiper-button-next,
.carousel .swiper-container-rtl .swiper-button-prev {
	right: 50px;
	top: 46%;
	padding: 20px 5px;
	background-color: rgba(0, 0, 0, 0.5);
}

.carousel .swiper-button-next:after,
.carousel .swiper-button-prev:after {
	font-size: 30px;
}
.carousel .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
	pointer-events: auto !important;
}


.banner-top{
	background-repeat: no-repeat;
	background-position: center;
	height: 500px;
	display: block;
}

/* 通告 */
.notice {
	width: 100%;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.2);
}

.i1 {
	width: 1200px;
	height: 40px;
	margin: 0 auto;
	background-image: url(../images/home/icon/i1.png);
	background-size: 18px 15px;
	background-position: 0 13px;
	background-repeat: no-repeat;
}

.notice-box {
	/*width: 980px;*/
	height: 40px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	transition: all 0.5s;
}

.scroll {
	position: absolute;
	left: 0px;
	top: 0px;
}

.scroll li {
	width: 1160px;
	line-height: 40px;
	letter-spacing: 2px;
	font-size: 15px;
	/* color: #fff; */
	padding-left: 27px;
}

.anim {
	transition: all 0.5s;
}

/* title */
.layout {
	background-color: #fff;
}

.layout-title {
	padding: 50px 0;
	text-align: center;
}

.layout-title p:nth-child(1) {
	font-size: 36px;
	font-weight: bold;
}

.layout-title p:nth-child(2) {
	font-size: 18px;
	margin-top: 6px;
	color: #747272;
}

/* 公司介绍 */
.intro {
	height: 500px;
}

.intro ul {
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.intro ul li {
	width: 270px;
	height: 240px;
	background-color: #ffffff;
	/*border-radius: 10px;*/
}

.intro ul li:hover {
	box-shadow: 0 2px 9px 0px rgba(47, 47, 47, 0.16);
}

.intro ul li p:nth-child(2) {
	font-size: 24px;
	margin: 10px 0;
}

.intro ul li p:nth-child(3) {
	font-size: 18px;
	color: #747272;
}

/* 公司业务 */
.business {
	/* height: 528px; */
	/*padding: 50px 0;*/
	padding-top: 50px;
}

.swiper-container {
	--swiper-pagination-color: #50972c;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	border-radius: 10px;
}

.business .swiper-pagination {
	bottom: 20px !important;
}

.business-tab .swiper-slide-thumb-active {
	background-image: url(../images/home/icon/i6.png);
	background-position: 194px 50px;
	background-repeat: no-repeat;
	background-size: 12px 8px;
}

.business-tab .swiper-slide-thumb-active p {
	background-color: #50972c;
	color: #fff;
}

.businessTab {
	display: flex;
}

.businessTab .swiper-slide {
	width: 400px;
	height: 62px;
	font-size: 24px;
	text-align: center;
}

.businessTab .swiper-slide p {
	line-height: 50px;
	border: 1px solid #50972c;
}

.businessTab .swiper-slide:nth-child(2) p {
	border-left: none;
	border-right: none;
}

.business-box {
	height: 452px;
	background-image: url(../images/home/xs_bj.png);
	margin-top: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.business-box ul li {
	height: 88px;
	background-color: #fff;
	box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 10px;
}

.business-box ul li:hover {
	background-color: #50972c;
}

.business-box ul li:hover p {
	color: #fff !important;
}

.business-box ul li p:nth-child(1) {
	font-size: 18px;
	font-weight: bold;
}

.business-box ul li p:nth-child(2) {
	font-size: 15px;
	color: #747272;
}

.business-box ul li p {
	padding-left: 72px;
}

.content-title {
	font-size: 26px;
	font-weight: bold;
	color: #50972c;
	padding-bottom: 10px;
}

.sales ul {
	width: 630px;
	margin-right: 40px;
}

.sales ul li {
	margin-top: 30px;
}

.sales .xs {
	width: 286px;
	padding: 0 12px;
	background-position: 12px 16px;
	background-size: 60px 56px;
}

.xs1 {
	background-image: url(../images/home/icon/i7.png);
}

.xs2 {
	background-image: url(../images/home/icon/i8.png);
}

.xs3 {
	background-image: url(../images/home/icon/i9.png);
}

.xs4 {
	background-image: url(../images/home/icon/i10.png);
}

.xs1:hover {
	background-image: url(../images/home/icon/i7_7.png);
}

.xs2:hover {
	background-image: url(../images/home/icon/i8_8.png);
}

.xs3:hover {
	background-image: url(../images/home/icon/i9_9.png);
}

.xs4:hover {
	background-image: url(../images/home/icon/i10_10.png);
}

.lease ul {
	margin-right: 80px;
}

.lease .zl {
	width: 454px;
	padding: 0 20px;
	background-position: 20px 19px;
	background-size: 54px 50px;
}

.zl1 {
	background-image: url(../images/home/icon/zl1.png);
}

.zl2 {
	background-image: url(../images/home/icon/zl2.png);
}

.zl3 {
	background-image: url(../images/home/icon/zl3.png);
}

.zl1:hover {
	background-image: url(../images/home/icon/zl1_1.png);
}

.zl2:hover {
	background-image: url(../images/home/icon/zl2_2.png);
}

.zl3:hover {
	background-image: url(../images/home/icon/zl3_3.png);
}


.storage ul {
	margin-right: 100px;
}

.storage .cc {
	width: 454px;
	padding: 0 20px;
	background-position: 20px 19px;
	background-size: 50px 50px;
}

.cc1 {
	background-image: url(../images/home/icon/cc1.png);
}

.cc2 {
	background-image: url(../images/home/icon/cc2.png);
}

.cc3 {
	background-image: url(../images/home/icon/cc3.png);
}

.cc1:hover {
	background-image: url(../images/home/icon/cc1_1.png);
}

.cc2:hover {
	background-image: url(../images/home/icon/cc2_2.png);
}

.cc3:hover {
	background-image: url(../images/home/icon/cc3_3.png);
}

/* 优质好货推荐 */
.spot-intro {
	height: 450px;
	display: flex;
	justify-content: space-between;
}
.spot-left {
	width: 746px !important;
}
.spot-left .spot {
	width: 746px !important;
	height: 448px !important;
}
.spot-left .spot .swiper-wrapper {
	/*margin-top: 10px;*/
}
.spot-left .spot .swiper-button-next:after,
.spot-left .spot .swiper-button-prev:after {
	font-size: 30px;
}
.hs_cx {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}
.hs_cx img {
	height: 448px;
}
.spot .swiper-button-next,
.spot .swiper-button-prev {
	width: 30px;
	height: 60px;
	background-size: 20px 40px;
	background-color: rgba(0, 0, 0, 0.7);
	top: 46%;
}
.spot .swiper-button-next {
	right: 5px;
	z-index: 10;
}
.spot .swiper-button-prev {
	left: 5px;
	z-index: 10;
}
.spot-right {
	width: 446px;
	height: 450px;
	/*margin-top: 8px;*/
	padding: 0 30px;
	background-color: #f8f8f8;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 20px;
	color: #727272;
}
.spot-right p:nth-child(1) {
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	color: #000;
}
.spot-right p:nth-child(2) {
	margin: 20px 0 10px;
}
.spot-right p em {
	color: #000;
}
.spot-right p:nth-child(4) {
	width: 380px;
	height: 50px;
	background-color: #d71815;
	border-radius: 24px;
	color: #ffffff;
	text-align: center;
	line-height: 46px;
	margin-top: 20px;
	cursor: pointer;
	font-weight: bold;
	font-size: 20px;
}
.spot-right p:nth-child(4) span {
	font-size: 28px;
	color: #fcdc94;
}
.related {
	height: 305px;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}
.related dl {
	width: 230px;
	background-color: #f8f8f8;
}
.related img {
	width: 100%;
	height: 100%;
	/*opacity: 0;*/
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	-webkit-backface-visibility: hidden;
}
.related dl dd .lazyimg_img{
	opacity: 1;
}
.related dl dd {
	height: 173px;
	background: #eee;
}
.related dl dt {
	height: 144px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #f8f8f8;
}
.related dl dt p:nth-child(1) {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.related dl dt p:nth-child(2),
.related dl dt p:nth-child(4) {
	font-size: 16px;
	color: #747474;
}
.related dl dt p:nth-child(3) {
	width: 110px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #d71815;
	border-radius: 15px;
	font-size: 22px;
	font-weight: bold;
	color: #fcdc94;
	margin: 10px 0 4px;
}
.related dl dt p:nth-child(3) em {
	font-size: 18px;
}

/* 优质好货推荐-模块2 */
.spot-intro-2 {

}
.spot-box .swiper-container {
	height: 630px;
}
.spot-box .swiper-pagination {
	bottom: 20px;
}
.spot-box dl {
	background-color: #fff;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.spot-box dl dt {
	width: 755px !important;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.spot-box dl dt img{
	width: 370px;
	height: 280px;
	margin-bottom: 15px;
}
.spot-box dl dd{
	width: 370px;
	padding: 0 30px;
	background-color: #f8f8f8;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 20px;
	color: #727272;
	margin-bottom: 15px;
}
.spot-box dl dd .box-top{
	color: #000;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
.spot-box dl dd .box-bottom{
	padding-top: 40px;
}
.spot-box dl dd .box-bottom p:nth-child(1){
	padding-bottom: 20px;
	font-size: 20px;
}
.spot-box dl dd .box-bottom p:nth-child(1) em{
	font-weight: bold;
	color: #000;
	font-size: 22px;
}
.spot-box dl dd .box-bottom p:nth-child(2){
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 40px;
}
.spot-box dl dd .box-bottom p:nth-child(2) em{
	font-weight: bold;
	color: #000;
	font-size: 22px;
}
.spot-box dl dd .box-bottom p:nth-child(3){
	display: flex;
	justify-content: center;
	padding-bottom: 30px;
}
.spot-box dl dd .box-bottom p:nth-child(3) span{
	width: 335px;
	font-size: 24px;
	font-weight: bold;
	background-color: #ec1f1c;
	color: #ffffff;
	padding: 5px 10px;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	letter-spacing: 1px;
	box-shadow: 0 2px 2px 2px #fed092;
}
.spot-box dl dd .box-bottom p:nth-child(4){
	text-align: center;
}
.spot-box dl dd .box-bottom p:nth-child(4) span{
	color: #ec1f1c;
	font-size: 20px;
	font-weight: 700;
	border-bottom: 1px solid;
}

/* 名企货源 */
.cargo {
	/*height: 1900px;*/
}

.hot-box .swiper-container {
	height: 390px;
}

.hot-box .swiper-pagination {
	bottom: 0 !important;
}

.hot-pro {
	height: 360px;
	background-color: #fff;
	border-radius: 10px;
}

.hot-pro dd {
	width: 614px;
	position: relative;
}
.hot-pro dd img{
	width: 100%;
}

.absolute1 {
	position: absolute;
	left: 20px;
	bottom: 20px;
	display: flex;
	z-index: 8;
}

.absolute1 span {
	display: block;
	padding: 2px 10px;
	background-color: rgba(80, 151, 44, 0.7);
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border-radius: 24px;
	margin-right: 10px;
}

.absolute2 {
	width: 82px;
	height: 80px;
	position: absolute;
	right: 30px;
	top: 20px;
	z-index: 8;
}

.hot-pro dt {
	width: 480px;
	padding: 0 52px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hot-top {
	height: 120px;
	border-bottom: 1px solid #bfbfbf;
	font-size: 26px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hot-top p:nth-child(2) {
	font-size: 20px;
	color: #747272;
	margin-top: 10px;
}

.hot-bottom {
	height: 239px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 20px;
}

.hot-bottom p {
	display: flex;
	align-items: center;
	line-height: 50px;
}

.hot-bottom p span {
	display: block;
}

.hot-bottom p:nth-child(1) span {
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	background-color: #f3f1f1;
	border-radius: 2px;
}

.hot-bottom p:nth-child(2) span {
	padding-left: 40px;
	background-image: url(../images/home/i7.png);
	background-repeat: no-repeat;
	background-size: 26px 22px;
	background-position: 0 14px;
	font-size: 20px;
	color: #50972c;
	margin-right: 20px;
}


.hot-bottom p:nth-child(3) span {
	color: #ff0000;
	line-height: 46px;
	font-size: 26px;
	margin-right: 30px;
}

.hot-bottom p:nth-child(3) em {
	font-size: 20px;
}

.hot-bottom p:nth-child(3) del {
	font-size: 20px;
	color: #747272;
}

.hot-bottom p:nth-child(4) {
	text-decoration: underline;
	font-size: 20px;
	font-style: italic;
	color: #50972c;
	margin-top: 10px;
}

.match {
	text-align: center;
	padding: 20px 0;
	font-size: 32px;
	font-weight: bold;
	color: #8a8a8a;
}

.match-pro {
	display: flex;
	justify-content: space-between;
	/*padding-bottom: 40px;*/
}

.match-pro dl {
	width: 290px;
	height: 380px;
	background-color: #fff;
}

.match-pro dl img {
	width: 100%;
	height: 100%;
}

.match-pro dl dd {
	position: relative;
	height: 224px;
	background: #eee;
}

.match-pro dl dd p {
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #ff6701;
	border-radius: 0px 0px 10px 0px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
}

.match-pro dl dt {
	height: 148px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.match-pro dl dt p:nth-child(1) {
	font-size: 20px;
}

.match-pro dl dt p:nth-child(2) {
	display: flex;
	margin: 6px 0;
}

.match-pro dl dt p:nth-child(2) span {
	display: block;
	font-size: 16px;
	color: #fff;
	background-color: #50972d;
	border-radius: 5px;
	padding: 2px 10px;
	margin-right: 10px;
}

.match-pro dl dt p:nth-child(2) span:nth-child(2) {
	margin-right: 0;
}

.match-pro dl dt p:nth-child(3) {
	font-size: 16px;
	color: #50972d;
}

.match-pro dl dt p:nth-child(3) em {
	font-size: 34px;
	font-weight: bold;
	padding-right: 10px;
}

.match-pro dl dt p:nth-child(4) del {
	color: #8a8a8a;
}




/* 分类 */
.classify ul:nth-child(1) {
	padding: 40px 0;
	width: 860px;
	margin: 0 auto;
	justify-content: space-between;
}

.classify ul:nth-child(1) li {
	width: 198px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	cursor: pointer;
	border-radius: 25px;
	border: 1px solid #50972c;
	color: #50972c;
}

.curActivity {
	color: #fff !important;
	background-color: #50972c;
	border-radius: 25px;
}

.classify{
	padding-bottom: 40px;
}
.classify-box {
	display: flex;
	flex-wrap: wrap;
}

.classify-box li {
	width: 210px;
	height: 280px;
	padding: 14px;
	border: 1px solid #e8e8e8;
	color: #8a8a8a;
	font-size: 15px;
}

.classify-box li:hover {
	border: 1px solid #1d8031;
}

.classify-box li p:nth-child(1) {
	height: 160px;
	overflow: hidden;
	background: #eee;
}
.classify-box li p:nth-child(1) img {
	width: 210px;
	height: 160px;
	/*opacity: 0;*/
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	-webkit-backface-visibility: hidden;
}
.classify-box li p:nth-child(1) .lazyimg_img{
	opacity: 1;
}

.classify-box li p:nth-child(2) {
	font-size: 18px;
	color: #000;
	margin-top: 10px;
	margin-bottom: 4px;
}
.classify-box li p:nth-child(3) {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.classify-box li p:nth-child(4) {
	margin-top: 10px;
}

.classify-box li p:nth-child(4) em {
	color: #50972d;
}

.classify-box li p:nth-child(4) span {
	font-size: 24px;
	color: #50972d;
}

.classify-box li del {
	font-size: 13px;
}

.consult {
	width: 274px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 25px;
	border: 1px solid #50972c;
	color: #50972c;
	font-size: 18px;
	margin: 40px auto 0;
}

.consult:hover {
	background-color: #50972c;
	color: #fff;
}

/* 案例 */
.case {
	height: 900px;
}

.famous {
	height: 658px;
	position: relative;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	overflow: hidden;
}

.famous .gallery-solid {
	background-color: #d7d7d7;
}

.famous .gallery-thumbs {
	width: 970px;
	height: 150px;
}

.famous .gallery-thumbs .swiper-wrapper {
	align-items: center;
}

.famous .swiper-button-next,
.famous .swiper-button-prev {
	top: 88% !important;
}

.famous .gallery-thumbs .swiper-slide {
	width: 179px !important;
	height: 100px;
	margin-right: 17px;
	position: relative;
	cursor: pointer;
}

.famous .swiper-button-prev,
.famous .swiper-container-rtl .swiper-button-next {
	left: 40px !important;
}

.famous .swiper-button-next,
.famous .swiper-container-rtl .swiper-button-prev {
	right: 40px !important;
}


.famous .swiper-slide-thumb-active span {
	opacity: 0.7 !important;
}

.case-nav span {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	z-index: 1;
	opacity: 0.2;
}

.case-nav p {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	font-size: 18px;
	color: #fff;
}

.case-intro {
	height: 440px;
	padding: 34px;
	background-color: #fff;
	display: flex;
}

.case-intro img {
	width: 672px;
	height: 440px;
}

.case-intro ul {
	width: 410px;
	height: 440px;
	padding-left: 48px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.case-intro ul li:nth-child(1) {
	width: 112px;
	height: 28px;
	line-height: 28px;
	background-color: #50972c;
	border-radius: 14px;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.case-intro ul li:nth-child(2) {
	color: #50972c;
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.case-intro ul li:nth-child(3) {
	width: 52px;
	height: 2px;
	background-color: #50972c;
}

.case-intro ul li:nth-child(4) {
	font-size: 18px;
	line-height: 28px;
	color: #8a8a8a;
	margin-top: 30px;
}

.case-intro ul li:nth-child(5) {
	font-size: 15px;
	line-height: 20px;
	color: #8a8a8a;
	margin: 40px 0;
}

.case-intro ul li:nth-child(6) {
	width: 182px;
	font-size: 18px;
	color: #50972c;
	border-bottom: 1px solid #50972c;
	cursor: pointer;
}


/* 品牌 */
.brand {
	height: 760px;
}

/* 服务 */
.serve {
	height: 566px;
}

.serve dl dd {
	width: 252px;
	height: 252px;
	border: 1px solid #8a8a8a;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.serve dl dd p:nth-child(1) {
	width: 70px;
	height: 70px;
	margin: 0 auto;
}

.serve dl dd p:nth-child(2) {
	font-size: 24px;
	margin-top: 16px;
	margin-bottom: 4px;
}

.serve dl dd p:nth-child(3) {
	font-size: 15px;
	color: #747272;
	margin-bottom: 20px;
}

.serve dl dd p:nth-child(4) {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 38px;
	line-height: 38px;
	background-color: #74b254;
	color: #fff;
	font-size: 15px;
}

.serve dl dt {
	width: 61px;
	height: 40px;
	background-image: url(../images/home/icon/i15.png);
	background-repeat: no-repeat;
	background-size: 34px 29px;
	background-position: 14px 5px;
	margin-top: 107px;
}

.serve dl:hover .counsel {
	background-color: #50972c;
}

.serve dl:hover .next {
	background-image: url(../images/home/icon/i15_15.png);
}

.hint {
	text-decoration: underline;
	font-size: 18px;
	font-style: italic;
	color: #8a8a8a;
	text-align: center;
	margin-top: 50px;
}


/* 公司介绍 */
.company-intro {
	width: 1080px;
	height: 680px;
	margin: 0 auto;
}

.company-box {
	padding: 20px;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
}

.company-content {
	width: 440px;
	margin-left: 30px;
}

.company-content ul {
	margin-top: 10px;
}

.company-content ul li {
	width: 124px;
	height: 120px;
	background-image: url(../images/home/icon/i16.png);
	background-repeat: no-repeat;
	color: #50972c;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.company-content ul li:nth-child(2) {
	margin: 0 30px;
}

.company-content ul li p:nth-child(1) {
	font-size: 28px;
	font-weight: bold;
	padding-left: 14px;
}

.company-content ul li:nth-child(2) p:nth-child(1) {
	padding-left: 18px;
	letter-spacing: -2px;
}

.company-content ul li p:nth-child(2) {
	font-size: 14px;
}

.div1 {
	font-size: 24px;
	color: #50972c;
	margin-top: 20px;
	margin-bottom: 16px;
}

.div2 {
	font-size: 18px;
	line-height: 24px;
}

/*回收*/
.hs-box{
	background-color: #ea5316;
	width: 1230px;
	margin: 0 auto;
}
.hs-box .hs-top{
	display: flex;
	justify-content: space-evenly;
	padding: 15px 0;
}
.hs-box .hs-top .hs-top-from{
	width: 288px;
	height: 375px;
	background-image: url(../images/home/new01/product-bg.png);
	background-repeat: no-repeat;
}
.hs-top-from dl{

}
.hs-top-from dt{
	padding: 30px 15px 15px;
	text-align: center;
}
.hs-top-from dt p:nth-child(1){
	font-size: 21px;
	color: #ea5316;
	font-weight: 700;
	padding-bottom: 15px;
}
.hs-top-from dt p:nth-child(2){
	color: #555;
	position: relative;
	padding-bottom: 10px;
}
.hs-top-from dt p:nth-child(2) em{
	width: 40px;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 30px);
	background-color: #ea5316;
}
.hs-top-from input[type="text" i]{
	margin-bottom: 10px;
	height: 38px;
	background-color: #fff;
	color: #999;
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid;
	font-size: 14px;
}
.hs-top-from dd{
	text-align: center;
	padding: 0 15px;
}
.hs-top-from dd p:nth-child(1){
	font-size: 21px;
	font-weight: 700;
	padding-bottom: 20px;
}
.hs-top-from dd p:nth-child(2){
	padding-bottom: 10px;
}
.hs-top-from dd p:nth-child(3){
	font-size: 13px;
	color: #555;
	height: 20px;
	line-height: 20px;
	padding-bottom: 15px;
}
.hs-top-from dd .btn-yy{
	background: linear-gradient(to bottom, #e74d15, #fd7c32);
	color: #ffffff;
	border: unset;
	font-size: 18px;
	font-weight: 700;
	width: 145px;
	height: 35px;
	border-radius: 20px;
	cursor: pointer;
}
.hs-box .hs-bottom{
	display: flex;
	justify-content: space-evenly;
	padding-bottom: 15px;

}
.hs-box .hs-bottom .hs-bottom-pop{
	position: absolute;
	top: -5px;
	left: -5px;
}

/*新闻咨询*/
.news{
	padding-bottom: 50px;
	background-color: #ffffff;
}
.news-box{
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}
.news-box-left{
	width: 364px;
}
.news-box-left a:hover{
	color: #34802a !important;
}
.news-box-left dl{

}
.news-box-left dt{
	width: 364px;
	height: 240px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.news-box-left dd{
	padding: 20px;
	background-color: #f6f6f6;
}
.news-box-left dd p:nth-child(1){
	font-size: 16px;
	height: 42px;
	margin-bottom: 19px;
}
.news-box-left dd p:nth-child(2){
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	color: #999;
}

.news-box-right{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	width: 821px;
}
.news-box-right a:hover{
	color: #34802a !important;
}
.news-box-right dl{
	background-color: #f6f6f6;
	height: 111px;
	width: 403px;
	margin-bottom: 14px;
}
.news-box-right dt{
	padding: 20px 20px 0 20px;
	height: 38px;
	margin-bottom: 20px;
}

.news-box-right dd:nth-child(1){
	font-size: 16px;
	padding-bottom: 20px;
}
.news-box-right dd:nth-child(2){
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	color: #999;
	padding: 0 20px;
}