.pagination,
.pagination2 {
	position: absolute;
	z-index: 20;
	bottom: -5px !important;
	width: 100%;
	text-align: center;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background: #fff;
	margin: 0 5px;
	opacity: 0.4;
	/*border: 1px solid #fff;*/
	cursor: pointer;
}

.pagination2 .swiper-pagination-switch {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 18px;
	background: #C2C2C2;
	margin: 0 5px;
	opacity: 0.4;
	/*border: 1px solid #fff;*/
	cursor: pointer;
}

.swiper-container {
	--swiper-theme-color: #FD1E00;
	--swiper-pagination-color: #FD1E00;
	/* 两种都可以 */
}

.swiper-active-switch {
	background: #FD1E00;
	opacity: 1;
}

.my-bullet-active {
	width: 20px !important;
	height: 8px !important;
	background: #FD1E00 !important;
	opacity: 1;
	border-radius: 8px !important;
}
.my-bullet{
    background: rgba(255,255,255,0.3);
    width: 8px;
	height: 8px;
	opacity: 1;
	border-radius: 8px;
	display: inline-block;
	margin: 0 4px;
}
.recommend .swiper-button-next, .recommend .swiper-button-prev{
    background: none !important;
}

.recommend .swiper-button-next:after, .recommend .swiper-button-prev:after{
    content: '';
}

#banner .arrow-left {
	/*background:url('../image/al1.png') no-repeat left top;*/
	/* background-color: #FD1E00; */
	background-image: url(../image/al1.png);
	/* background-image: url(../images/n_al.png); */
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 100px;
	top: 50%;
	background-size: 24px auto;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	z-index: 999;
	outline: none;
	opacity: .5;
	transition: all .3s;
}

#banner .arrow-right {
	/*background:url('../image/ar1.png') no-repeat left bottom;*/
	/* background-color: #FD1E00; */
	background-image: url(../image/ar1.png);
	/* background-image: url(../images/n_ar.png); */
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px auto;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	position: absolute;
	right: 100px;
	top: 50%;
	z-index: 999;
	outline: none;
	opacity: .5;
	transition: all .3s;
}

#banner .arrow-left:hover,
#banner .arrow-right:hover {
	opacity: 1;
}

.recIcon {
	background: #D6D6D6;
	width: 80%;
	padding: 10px 20px 10px 50px;
	font-size: 15px;
	line-height: 30px;
}

.recIcon:after {
	position: absolute;
	background: url(../image/recom_nor.png) no-repeat center;
	background-size: 42px 42px;
	width: 42px;
	height: 42px;
	left: -21px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
}

.index-proBox:hover .recIcon:after {
	opacity: 0.4;
	background: url(../image/recom_act.png) no-repeat center;
	background-size: 42px 42px;
	animation: iconRed .3s forwards;
}

@keyframes iconRed {
	0% {
		opacity: 0.6
	}

	100% {
		opacity: 1
	}
}

.index-proBox:hover {
	border: 1px solid rgba(35, 24, 21, 0.11);
	box-shadow: 0px 7px 15px 1px rgba(35, 24, 21, 0.11);
	color: #FD1E00;
	transition: all .3s;
}

.index-proBox {
	/*width: 466px;*/
	background: #fff;
	border: 1px solid #c1c1c1;
	box-sizing: border-box;
	cursor: pointer
}

.index-proBox .proImg {
	width: 100%;
	/*height: 355px;*/
	padding: 10px;
}

.bigTitle {
	font-size: 22px;
	line-height: 40px;
}

.tenLineHide {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
	overflow: hidden;
}

.bg7 {
	background: #f7f7f7;
}

@media screen and (min-width: 768px) {
	.slogan {
		height: 180px;
		width: 100%;
	}

	/*.recommend .swiper-slide:first-child .index-proBox {*/
	/*	margin-right: 20px;*/
	/*	margin-left: 0;*/
	/*}*/

	/*.recommend .swiper-slide .index-proBox {*/
	/*	margin-left: 10px;*/
	/*	margin-right: 10px;*/
	/*}*/

	/*.recommend .swiper-slide:last-child .index-proBox {*/
	/*	margin-left: 20px;*/
	/*	margin-right: 0;*/
	/*}*/

	.solu .soluBox {
		width: calc((100% - 80px)/3);
		margin-right: 40px;
		box-sizing: border-box;
		margin-bottom: 40px;
		cursor: pointer;
		overflow: hidden;
		border-radius: 10px;
	}

	.solu .soluBox:nth-child(3n) {
		margin-right: 0;
	}

	.soluBox .title {
		position: absolute;
		width: 90%;
		background: rgba(255, 255, 255, .94);
		bottom: 0;
		right: 0;
		height: 80px;
		line-height: 20px;
		padding: 10px;
		font-size: 15px;
		border-top-left-radius: 10px;
	}

	.soluBox .redCon {
		position: absolute;
		background: rgba(253, 30, 0, .9);
		top: 0;
		bottom: 0;
		width: 80%;
		margin: auto;
		z-index: 10;
		padding: 20px;
		color: #fff;
		right: -80%;
		border-top-left-radius: 15px;
		border-bottom-left-radius: 15px;
	}

	.soluBox .redCon .con {
		height: calc(100% - 36px - 20px);
	}

	.soluBox .redCon .soluIcon {
		position: absolute;
		bottom: 20px;
		left: 0;
		right: 0;
		margin: auto;
	}

	.newConBox {
		line-height: 30px;
		padding: 5px 20px;
		background: #f4f4f4;
		width: calc(100% - 305px);
	}
}

@media screen and (max-width: 768px) {
	.slogan {
		height: 90px;
		width: 100%;
	}

	/*.recommend .swiper-slide .index-proBox {*/
	/*	margin-left: 10px;*/
	/*	margin-right: 10px;*/
	/*}*/

	.solu .soluBox {
		width: calc(100% / 2 - 10px);
		margin-right: 20px;
		box-sizing: border-box;
		margin-bottom: 20px;
		cursor: pointer;
		overflow: hidden;
		border-radius: 10px;
	}

	.solu .soluBox:nth-child(2n) {
		margin-right: 0;
	}

	.soluBox .title {
		position: absolute;
		width: 90%;
		background: rgba(255, 255, 255, .94);
		bottom: 0;
		right: 0;
		height: 50px;
		line-height: 20px;
		padding: 10px;
		font-size: 15px;
		border-top-left-radius: 10px;
	}

	.soluBox .redCon {
		position: absolute;
		background: rgba(253, 30, 0, .9);
		top: 0;
		bottom: 0;
		width: 80%;
		margin: auto;
		z-index: 10;
		padding: 20px;
		color: #fff;
		right: -80%;
		border-top-left-radius: 15px;
		border-bottom-left-radius: 15px;
	}

	.soluBox .redCon .con {
		height: calc(100% - 36px - 20px);
	}

	.soluBox .redCon .soluIcon {
		position: absolute;
		bottom: 20px;
		left: 0;
		right: 0;
		margin: auto;
	}

	.newsMore {
		line-height: 60px;
		/* width: 135px; */
		background: #f4f4f4;
	}

	.moreArrow {
		padding: 0 20px;
	}

	.newsIndex {
		border: 1px solid #c1c1c1;
	}

	.newConBox {
		width: 100%;
	}

	.newConBox .flex div:first-child {
		padding-left: 10px;
	}

	.newConBox .flex div:last-child {
		padding-right: 10px;
	}
	.newConBox {
		height: 50px;
		line-height: 50px;
		font-size: 13px;
	}
}

@media screen and (min-width: 768px) {
	.newConBox {
		height: 60px;
		line-height: 50px;
		font-size: 16px;
	}
	.newsMore {
		line-height: 60px;
		width: 135px;
		background: #f4f4f4;
	}

	.moreArrow {
		padding-right: 20px;
	}

	.moreArrow:after {
		position: absolute;
		background: url(../image/next.png) no-repeat center;
		top: 0;
		right: 10px;
		bottom: 0;
		width: 20px;
		height: 20px;
		background-size: 20px;
		margin: auto;
		content: '';
	}
}

.arrowMy {
	height: 60px;
	line-height: 60px;
	color: #fff;
	padding-right: 55px;
	background: #fd9d9f;
	overflow: hidden;
}

.arrowMy:after {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-left: 25px solid #FD1E00;
	border-bottom: 30px solid transparent;
	right: 26px;
	top: 0;
	bottom: 0;
	content: '';
	margin: auto;
}

.arrowMy:before {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-left: 25px solid #fd9d9f;
	border-bottom: 30px solid transparent;
	right: 10px;
	top: 0;
	bottom: 0;
	content: '';
	margin: auto;
}

.trArrow {
	width: 0;
	height: 0;
	border-top: 30px solid #f4f4f4;
	border-left: 25px solid transparent;
	position: absolute;
	right: 0;
	top: 0;
}

.brArrow {
	width: 0;
	height: 0;
	border-bottom: 30px solid #f4f4f4;
	border-left: 25px solid transparent;
	position: absolute;
	right: 0;
	bottom: 0;
}

.newsImgBox {
	height: 60px;
	width: 80px;
	background: #f4f4f4;
	padding: 10px 0;
}

.newsImg {
	border-radius: 5px;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.newsTitle {
	background: #FD1E00;
	width: 80px;
}

.newsIndex {
	border-radius: 5px;
	overflow: hidden;
}
@media(min-width:768px){
   #recommend  .swiper-slide{width:560px;height:310px;}
}
@media(min-width:768px){
  #recommend{ width:100%;margin:0;}
  #recommend  .swiper-slide{ width:600px; height:310px;}
   #recommend{padding: 0 0; margin:0 auto;}
  #recommend .swiper-button-prev {left: -20px;}
  #recommend .swiper-button-next {right:-20px;}
}

/*#recommend .swiper-slide {*/
/*	transform: scale(0.85);*/
/*	transition: all .3s;*/
/*}*/

/*#recommend .swiper-slide-active {*/
/*	transform: scale(1.35);*/
/*	transition: all .3s;*/
/*}*/


@media screen and (min-width: 768px) {
	.newSoluBox {
		width: 200px;
		height: 360px;
		border-left: 1px solid rgba(255, 255, 255, 0.2);
		box-sizing: border-box;
		transition: all .3s;
	}
	.on {
		width: 500px;
		border: none;
	}
	
	.off {
		width: 140px;
	}
	.toggleBg {
		width: 500px;
		position: absolute;
		top: 0;
		left: -500px;
		bottom: 0;
		margin: auto;
		background: #fff;
		transition: all .3s;
	}
	#recommend .swiper-slide .flex{
	    height: 300px !important;
	}
	.newSoluBox .li .stopCon {
	/* top: 50%;
		transform: translateY(-50%); */
	position: relative;
	top: 100px;
}
}

@media screen and (max-width: 768px) {
	.newSoluBox {
		width: 50%;
		height: 240px;
		border-left: 1px solid rgba(255, 255, 255, 0.2);
		box-sizing: border-box;
		transition: all .3s;
		border-bottom:1px solid rgba(255, 255, 255, 0.2)
	}
	.newSoluBox:nth-child(5), .newSoluBox:nth-child(6){
		border-bottom:none
	}
	.on {
		width: 50%;
		border: none;
	}
	
	.off {
		width: 50%;
	}
	.toggleBg {
		width: 100%;
		position: absolute;
		top: 0;
		left: -100%;
		bottom: 0;
		margin: auto;
		background: #fff;
		transition: all .3s;
	}
	#recommend .swiper-slide .flex{
	    height: 200px !important;
	}
	.newSoluBox .li .stopCon {
	/* top: 50%;
		transform: translateY(-50%); */
	position: relative;
	top: 60px;
}
}


.newSoluBox:nth-child(3n) {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.soluIcon {
	position: relative;
	width: 80px;
	height: 80px;
	margin: auto;
}

.soluIcon:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: '';
}

.soluIcon_0:after {
	background: url(../image/n_s_3_act.png) no-repeat center;
	background-size: 85% auto;
}

.soluIcon_1:after {
	background: url(../image/n_s_4_act.png) no-repeat center;
	background-size: 85% auto;
}

.soluIcon_2:after {
	background: url(../image/solu_3_act.png) no-repeat center;
	background-size: 100% auto;
}

.soluIcon_3:after {
	background: url(../image/n_s_1_act.png) no-repeat center;
	background-size: 100% auto;
}

.soluIcon_4:after {
	background: url(../image/n_s_gy_act.png) no-repeat center;
	background-size: 85% auto;
}

.soluIcon_5::after {
	background: url(../image/solu_7_act.png) no-repeat center;
	background-size: 85% auto;
}

.newSoluBox .li {
	color: #fff;
	width: 100%;
	height: 100%;
	position: relative;
}

.lmBtn {
	border: 1px solid rgba(255, 255, 255, .2);
	padding: 10px 20px;
	border-radius: 20px;
	background: none;
	transition: all .3s;
}

.hoverCon a:hover {
	color: #FD1E00 !important;
}

.hoverCon a:hover .lmBtn {
	background: rgba(255, 255, 255, 1);
}

.hoverCon a {
	color: #fff !important;
}

.newSoluBox .li .hoverCon {
	display: none;
	padding: 40px;
	box-sizing: border-box;
}

.newSoluBox .li:hover {
	/* background: rgba(253,30,0,0.5); */
	transition: all .3s;
}

/* .newSoluBox .li:hover .stopCon{
		display: none;
	}
	.newSoluBox .li:hover .hoverCon{
		display: block;
	} */


.swiper-slide-active .remBtn {
	display: block !important;
}
#recommend .swiper-slide{
    padding: 0 30px;
}
#recommend .swiper-slide-active{
    padding: 0;
}

#recommend .swiper-button-prev {
  top: 0;
  left: 0;
  width: 45px;
  margin-top: 0;
  height: 100%;
  background: url(https://instruments.uni-trend.com.cn/template/default/images/home_left.png) no-repeat;
  background-position:center;
  /* background-size: 100%; */
}

#recommend .swiper-button-prev:hover {
  /* background-position: 0 -46px; */
  /* background-size: 100% */
}

#recommend .swiper-button-next {
  top: 0;
  right: 0;
  margin-top: 0;
  width: 45px;
  height: 100%;
  background: url(https://instruments.uni-trend.com.cn/template/default/images/home_right.png) no-repeat;
  background-position:center;
  /* background-size: 100%; */
}
.remBtn {
	font-size: 9px;
	background: none;
	border: 1px solid #cccccc;
	border-radius: 5px;
	color: #999;
	display: none;
}

.remBtn:hover {
	background: #FD1E00;
	color: #fff;
}

.toggleBox {
	background: rgba(0, 0, 0, 0.75);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 150px;
	color: #fff;
	flex-flow: column;
	transition: all .3s;
}

.toggleShow{
	left: 0;
}
.toggBtn{
	transition: all .3s;
	color: #fff !important;
}
.toggBtn:hover{
	background: #fff;
	color: #DA2735 !important;
}
.remCon p, .remCon span{
    font-size:14px !important;
}