.banner {
	width: 100%;
}

.swiper1 .swiper-slide img {
	width: 100%;
}

.h3 {
	font-size: 0.24rem;
	text-align: center;
	margin-top: 0.5rem;
	padding-bottom: 0.1rem;
	position: relative;
}

.h3:after {
	content: "";
	width: 0.5rem;
	height: 3px;
	background: #305dc3;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}


/*产品列表*/

.box {
	width: 74%;
	margin: 0 auto;
}
.new-cont {
	box-sizing: border-box;
	padding: 0 0.4rem;
	padding-top: 0.4rem;
}
.new-cont li {
	margin: 0 2% 2% 0;
	transition: all 0.3s ease-out 0s;
	border-bottom: #CCCCCC 1px dashed;
}

.pro-cont {
	box-sizing: border-box;
	padding: 0 0.4rem;
	padding-top: 0.4rem;
}

.pro-cont li {
	width: 23.5%;
	float: left;
	margin: 0 2% 2% 0;
	transition: all 0.3s ease-out 0s;
	box-shadow: 0 0 10px rgb(12 3 6 / 16%);
}

.pro-cont li .pro-img {
	overflow: hidden;
	height: 200px;
}

.pro-cont li p {
	text-align: center;
	color: #fff;
	line-height: 0.4rem;
	background: #305dc3;
}

.pro-cont li img {
	width: 100%;
	transition: transform .4s linear;
}

.pro-cont li img:hover {
	transform: scale(1.1);
}

.pro-cont li:last-child {
	margin-right: 0;
}
.pro-cont li:nth-child(4n){
	margin-right: 0;
}

/*产品使用案例*/

.product {
	width: 100%;
	margin-bottom: 0.5rem;
	margin-top: 0.6rem;
}

.product .pic-box {
	margin-top: 0.5rem;
	overflow: hidden;
	position: relative;
}

.product ul li {
	position: relative;
	width: 2.6rem !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	flex-shrink: 0;
}

.product ul li .img {
	background-color: rgba(0, 0, 0, 0.3);
	height: 2.5rem;
	width: 100%;
}

.product ul li .img img {
	width: 100%;
}

.product .pic-box .bd ul li {
	position: relative;
	margin-right: 0.1rem;
	transition-property: width;
	/*规定应用过渡的 CSS 属性的名称。*/
	transition-duration: 0.5s;
	/*定义过渡效果花费的时间。默认是 0。*/
	transition-timing-function: linear;
	/*规定过渡效果的时间曲线。默认是 "ease"。*/
	transition-delay: 0s;
	/*规定过渡效果何时开始。默认是 0。*/
	/* Firefox 4 */
	-moz-transition-property: width;
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: linear;
	-moz-transition-delay: 0s;
	/* Safari and Chrome */
	-webkit-transition-property: width;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	-webkit-transition-delay: 0s;
	/* Opera */
	-o-transition-property: width;
	-o-transition-duration: 0.5s;
	-o-transition-timing-function: linear;
	-o-transition-delay: 0s;
}

.product .pic-box .bd ul li:hover {
	width: 3.8rem !important;
}

.product .pic-box .bd ul li:hover .img {
	display: none;
}

.product .temp {
	margin: 0 auto;
	width: 70%;
	overflow: hidden;
}

.product ul {
	overflow: hidden;
	display: flex;
}

.imcb {
	width: 100%;
	min-height: 2.6rem;
	position: absolute;
	bottom: 0;
	padding-top: 0.1rem;
	background-color: rgba(0, 0, 0, 0.4);
}

.imcb h2 {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 0.16rem;
	margin-left: 0.1rem;
}

.imcb img {
	width: 100%;
}

.imcb .imcba {
	margin-left: 0.1rem;
	color: #a8a8a8;
	font-size: 0.16rem;
	margin-top: 0.1rem;
	margin-bottom: 0.15rem;
}

.imcb .txt {
	display: none;
	margin-left: 0.1rem;
	color: #fff;
	font-size: 0.16rem;
	padding-bottom: 0.13rem;
	padding-top: 7px;
}

.product ul li:hover img {
	opacity: 1;
}

.product ul li:hover .imcba {
	color: #FFFFFF;
}

.product ul li:hover .txt {
	display: block;
}

.product ul li:hover .imcb {
	background-color: rgba(159, 122, 70, 0.8);
}


/*关于我们*/

.about {
	width: 100%;
	background: url(../img/bg.png) no-repeat;
	background-size: 100% auto;
	padding: 1% 15%;
}

.about .tit-box {
	text-align: center;
	margin: 0.5rem 0;
}

.about .box-about {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 0.5rem 0;
	overflow: hidden;
}

.about .box-about .left {
	float: left;
	width: 33%;
}
.about .box-about .left .swipert{
	width: 100%;
}

.about .box-about .right {
	width: 55%;
	float: right;
	padding-top: 0.5rem;
}

.about .box-about .test {
	font-size: 0.15rem;
	line-height: 0.3rem;
	margin-bottom: 0.1rem;
}

.more {
	display: inline-block;
	color: #5e7387;
	border: 1px solid #5e7387;
	margin: 0.2rem 0;
	font-size: 0.14rem;
	padding: 0.08rem 0.5rem;
}

.more:hover {
	color: #fff;
	background: #305dc3;
	border-color: #305dc3;
}


/*行业资讯*/

.news-box {
	margin-top: 0.3rem;
}

.news-box .sec {
	width: 70%;
	margin: 0 auto;
	margin-top: 0.5rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.news {
	width: 66%;
	height: 3.82rem;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	box-shadow: 0 0 5px #CCCCCC;
}

.news .picbox {
	width: 62%;
	height: 3.83rem;
	background: pink;
}

.news .n-txt {
	width: 38%;
	box-sizing: border-box;
	background: #305dc3;
}

.news .n-txt h2,
.news .n-txt a {
	color: #fff;
}

.news-box .client {
	height: 3.82rem;
	overflow: hidden;
	box-shadow: 0 0 0.05rem #ccc;
	margin-left: 0.2rem;
}

.item-list {
	width: 95%;
	margin: 0 auto;
}

.item-list li {
	overflow: hidden;
	line-height: 0.65rem;
	border-bottom: 1px solid #fff;
}

.item-list li span {
	width: 70%;
	float: left;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
}

.item-list li em {
	float: right;
}

.item-list li:last-child {
	border-bottom: 0;
}

.flex {
	box-sizing: border-box;
	padding: 0.1rem;
	color: #000;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}

.flex h2 {
	font-weight: 300;
	float: left;
}

.flex a {
	float: right;
	font-size: 0.14rem;
	margin-top: 0.06rem;
}

.news-box .client .ul-list li {
	padding: 0px 0.1rem;
	overflow: hidden;
	line-height: 0.65rem;
	border-bottom: 1px solid #ccc;
}

.ul-list li a {
	padding: 0.15rem 0;
}

.news-box .client .ul-list li:last-child a {
	border-bottom: 0;
}

.news-box .client .ul-list li a p {
	flex: 1;
	font-weight: 300;
}

.news-box .client .ul-list li a span {
	color: #686868;
	text-align: right;
	font-weight: 200;
	float: right;
}

.news-box .client .ul-list li:hover {
	background: #305dc3;
}

.news-box .client .ul-list li:hover a {
	border-bottom-color: #9f7a46;
}

.news-box .client .ul-list li a h3 {
	float: left;
	font-size: 0.14rem;
	font-weight: 300;
	max-width: 3.5rem;
}

.news-box .client .ul-list li:hover a h3,
.news-box .client .ul-list li:hover a span {
	color: #fff;
}

.ellipsis {
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
}


/*合作伙伴*/

.customer .pro-cont {
	display: flex;
}

.customer .pro-cont li {
	flex: 1;
}

.customer .pro-cont li .pro-img {
	text-align: center;
}

.customer .pro-cont li .pro-img img {
	width: auto;
	max-width: 100%;
}

.section {
	width: 60%;
	margin: 0 auto 0.5rem;
	text-align: center;
}

.section p {
	text-align: left;
	margin-bottom: 0.1rem;
	line-height: 0.4rem;
}



.section h5 {
	text-align: center;
	font-size: 0.2rem;
	margin: 0.3rem 0;
}


/*联系我们*/
 .c-cont {
    width: 66%;
    margin: 0.5rem auto 0.5rem;
}
.box-about {
	width: 100%;
	margin: 0.3rem auto;
	box-sizing: border-box;
	padding: 0 0 0.5rem 0;
}

.box-about .left {
	float: left;
	width: 50%;
}

.box-about .left img {
	width: 100%;
}

.box-about .right {
	width: 45%;
	float: right;
}

.box-about .test {
	font-size: 0.15rem;
	line-height: 0.3rem;
	margin-bottom: 0.1rem;
}


/*分页*/

.page {
	margin: 0.5rem 0;
	text-align: center;
}

.page li {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 0.05rem 0.1rem;
	color: #333;
	background: #fff;
}
.page-num {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 0.05rem 0.1rem;
	color: #333;
	background: #fff;
}

.page li a {
	display: block;
}

.page-num-current {
	color: #fff;
	background: #20407D;
	border: 1px solid #20407D;
}
.pages {
	width: 100px;
	height: 100px;
	right: -70% !important;
	bottom: -20% !important;
}