﻿/* .swiper-container {
    width: 100%;
    height: 450px;
} 
 */
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 1px;
}

.swiper-pagination-bullet {
	background-color: rgba(240, 240, 240, 1.0);
	width: 30px;
	height: 10px;
	border-radius: 0;
	margin: 0;
	opacity: 0.8;
}

.swiper-pagination-bullet-active {
    background-color: #70afd2;
    width: 30px;
		border-radius: 0;
}

/* .swiper-slide>a>img {
	min-height: 450px;
} */

.contentbox {
	width: 100%;
	
}

.content {
	width: 1180px;
	margin: 0 auto;
	display: flex;
	padding: 160px 0 20px 0;
}

.content-one {
	flex: 1;
	margin-left: 15px;
}

.top-info {
	display: flex;
	justify-content: space-between;
	padding-bottom: 8px;
	border-bottom: 1px solid red;
}

.top-infotitle {
	font-weight: bolder;
}

.top-infomore {
	font-size: 10px;
}

.top-infomore>a:hover {
	color: red;
}

.info {
	padding: 10px 5px 0 10px;
}

.info-one {
	margin-bottom: 15px;
}

.info-one :hover {
	color: red;
}

.info-one>a {
	display: flex;
	justify-content: space-between;
}

.info-one>a>span {
	font-size: 12px;
}

.info-title {
	width: 290px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.aboutus-contnet {
	padding-top: 10px;
	font-size: 12px;
	line-height: 25px;
	
	width: 347px;
	height: 162px;
	overflow: hidden;

	color: #8f8f8f;
}

.mutitem-titlebox {
	width: 100%;

}

.mutitem-title {
	margin: 0 auto;
	font-weight: bolder;
	
	width: 1180px;
	height: 32px;
	border: 1px solid #e5e5e5;
	line-height: 32px;
	padding-left: 5px;

}

.mutitem-container {
	margin: 0 auto;
	margin-bottom: 20px;
	height: 175px;
	width: 1180px;
	border: 1px solid #e5e5e5;
	
	position: relative;
}

.swiper-slide {
	background-color: #FFFFFF;
}

.oneslide {
	display: flex;
}

.oneslide>li {
	list-style: none;
	padding: 0;
	
	display: flex;
	flex-direction: column;
	padding-right: 74px;
	
}

.item-img>img {
	margin: 20px 0 0 0;
	width: 131px;
	height: 131px;
	object-fit: contain;
}



.item-disc {
	font-weight: 100;
	width:130px;
	overflow: hidden;
	text-overflow: ellipsis;/* 超出内容显示为省略号*/	 
	white-space: nowrap;
}

.item-disc:hover {
	color: red;
}

.mutitem-pagposition {
	position: relative;
	top: -33px;
	text-align: right;
	padding-right: 40px;
}

.swiper-pagination-bullet-active {
	background-color: red;
}

.mutitem-pagposition>.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 5px;
}

.muswiper-button-prev {
	position: relative;
	left: 1134px;
	top: -35px;
	padding: 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-size: 10px 10px;
	background-color: #82c073;
	color: #ffffff;
}

.muswiper-button-next {
	position: relative;
	right: -1153px;
	top: -28px;
	padding: 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-size: 10px 10px;
	background-color: #82c073;
	color: #ffffff;
}


.indexswiperbox {
	width: 100%;
	position: relative;
	margin-bottom: 150px;
}

.indexswiper {
	position: relative;
	width: 1300px;
	margin: 0 auto;
	padding: 0 50px 0 50px;
}

.swiper-banner2 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
	position: relative;
}

.swpre2 {
	position: absolute;
	left: 0px;
	color: #ffffff;
	background-image: url(/public/img/swiperleft.png);
	background-size: contain;
	width: 40px;
	z-index: 200;
}

.swnex2 {
	position: absolute;
	right: 0px;
	color: #ffffff;
	width: 40px;
	background-image: url(/public/img/swiperright.png) ;
	background-size: contain;
	z-index: 200;
}

.prooneslide {
	display: flex;
	background-color: #eeeeee;
}

.indextitcontentbox {
	width: 100%;
	padding-top: 160px;
}

.indextitcontent {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.indextitwords {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.indextitenwords {
	font-size: 32px;
	color: #999999;
}

.indextitcnwords {
	font-size: 24px;
	font-weight: bolder;
	margin-bottom: 10px;
}

.prooneimg {
	width: 300px;
	height: 230px;
	overflow: hidden;
	position: relative;
	margin: 10px;
}

.proonedesc {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 30px;
}

.imgmask>i {
	font-size: 24px;
	color: #fff;
}

.imgmask {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(4, 70, 176, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: linear 0.5s;
	opacity: 0;
	z-index: 100;
}

.prooneslide:hover .imgmask {
	opacity: 1;
}

.onepropic {
	transition: ease 0.5s;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.prooneslide:hover .onepropic{

	transform: scale(1.1);
}

.proonedescname:hover {
	color: #0d24a7;
}