.titlebg{
	height: 420px;
	position: relative;
	margin-top: 118px;
	/*background: url('../images/listbg.png') no-repeat center;*/
	/*background-size: cover;*/
}
.titlebg .bg{
	height: 100%;
	object-fit: cover;
}
.titlebg .card{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.titlebg .card .title{
	font-size: 72px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 100px;
}
.titlebg .card .english{
	font-size: 22px;
	color: #FFFFFF;
	line-height: 31px;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-top: 19px;
}











/*分类*/
.porduct{
	margin: 80px 0 60px
}
.porduct .sort{
	width: 284px;
	padding: 23px 0;
	background: #FFFFFF;
	box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.05);
	border-radius: 0px 0px 0px 0px;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin-right: 5%;
}
.porduct .porduct-right{
	flex: 1;
	width: 50%;
}


.sort{
	-moz-user-select:none;/*火狐*/
    -webkit-user-select:none;/*webkit浏览器*/
    -ms-user-select:none;/*IE10*/
    -khtml-user-select:none;/*早期浏览器*/
      user-select:none;
}
.sort li{
	line-height: 57px;
}
.alllayer{
	line-height: 57px;
	padding-left: 30px;
	cursor: pointer;
}
.firsttitle{
	padding-left: 45px;
	cursor: pointer;
}
.firsttitle:hover{
	color: #334FA0;
}
.twotitle{
	padding-left:77px;
	cursor: pointer;
}
.twotitle:hover{
	color: #334FA0;
}
.firstlist{
	display: none;
}
.twolist{
	display: none;
}
.threelist{
	display: none;
}
.threelist li{
	color: #858585;
	font-size: 14px;
	padding-left: 122px;
	cursor: pointer;
}
.threelist li.active{
	color: #334FA0;
	font-size: 14px;
	border-right: 4px solid #010955;
	background: linear-gradient(-270deg, rgba(82,128,209,0.0001) 0%,  rgba(51,79,160,0.123) 100%);
}
.threelist li:hover{
	color: #334FA0;
	font-size: 14px;
}
.porduct .icon-all{
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 10px;
	background: url('../images/icon-all.png') no-repeat center;
	background-size: 100%;
}

.porduct .icon-frist{
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 10px;
	background: url('../images/icon-frist.png') no-repeat center;
	background-size:100%;
}
.porduct .icon-bott{
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-right: 10px;
	background: url('../images/icon-bott.png') no-repeat center;
	background-size: 11px;
	transition: 0.5s;
}




.firstshow{
	display: block;
}
.twoshow .twolist{
	display: block;
}
.threeshow .threelist{
	display: block;
}


.twoshow .firsttitle .icon-bott{
	transform: rotate(90deg);
}
.threeshow .twotitle .icon-bott{
	transform: rotate(90deg);
}












/*右边*/
.typelist{
	padding: 27px 0 0 30px;
	/*margin-bottom: 30px;*/
	background: #FFFFFF; 
	box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.05);
}
.typelist .lable{
	font-size: 14px;
	color: #303133;
	line-height: 30px;
	font-weight: bold;
	margin-right: 22px;
}
.typelist .type{
	flex: 1;
	overflow: hidden;
}
.typelist .type a{
	font-size: 14px;
	color: #8F9399;
	display: inline-block;
	width: 100%;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.typelist .type li{
	float: left;
	margin-bottom: 25px;
	margin-right: 40px;
	padding: 0 12px;
	text-align: center;
	width: 82px;
	line-height: 30px;
	border: 1px solid #ffffff;
}
.typelist .type li:nth-child(1){
	width: auto;
}
.typelist .type .active{
	font-size: 14px;
	color: #8F9399;
	/*height: 30px;*/
	/*line-height: 30px;*/
	background: rgba(1,9,85,0.102);
	border-radius: 90px 90px 90px 90px;
	opacity: 1;
	border: 1px solid #010955;
}
.typelist .type .active a{
	color: #334FA0;
}








/*列表*/
.img-list{
	/*margin-bottom: -30px*/
}
.img-list .item{
	width: 30%;
	float: left;
	margin-left: 5%;
	background: #FFFFFF;
	margin-top: 30px;
	box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.05);
}
.img-list .item .img{
	height: 248px;
	overflow: hidden;
}
.img-list .item .text {
	padding: 0 16px;
}
.img-list .item .text h3{
	font-size: 16px;
	color: #0D1222;
	margin-top: 20px;
	line-height: 20px;
	line-height: 20px;
}
.img-list .item .text h3:hover{
	color: #334FA0;
}
.img-list .item .text p{
	font-size: 14px;
	color: #969696;
	margin-top: 10px;
	margin-bottom: 20px;
}
.img-list .item .txt{
	width: 70%;
}
.img-list .golink{
	margin-left: 15px;
}
.img-list .golink img{
	width: 28px;
}









.page-leftw{
	width: 284px;
	margin-right: 5%;
}
.page{
	flex: 1;
}




/*空*/
.empty{
	margin: 80px 0 339px;
}
.empty img{
	width: 160px;
}
.empty p{
	color: #010955;
	font-size: 14px;
	margin-top: 15px;
	font-weight: bold;
}






/*产品详情*/
.detail-card{
	margin-bottom: 50px;
}
.detail-card .left-img{
	width: 500px;
	margin-bottom: 30px;
}
.detail-card .right-intro{
	width: 60%;
	margin-left: 12.9%;
}
.detail-card .right-intro .title{
font-size: 20px;
color: #333333;
font-weight: bold;
}
.right-intro .inlist li{
	margin-top: 20px;
	overflow: hidden;
}
.right-intro .inlist li p{
	width: 50%;
	float: left;
font-size: 16px;
color: #B8B9C4;
}
.right-intro .inlist li p span{
color: #333333;
}
.right-intro .btns{
	margin-top: 180px;
	margin-bottom: 30px;
}
.right-intro .btns a{
display: inline-block;
width: 172px;
line-height: 41px;
background: #010955;
border-radius: 4px 4px 4px 4px;
color: #FFFFFF;
font-size: 18px;
text-align: center;
margin-left: 75px;
}

.right-intro .btns a:nth-child(1){
	margin-left: 0;
}


.details{
	padding-top: 30px;
	border-top: 1px solid #EFEDED;
}
.details .title{
color: #333333;
font-size: 22px;
margin-bottom: 30px;
font-weight: bold;
}
.details .title2{
color: #333333;
font-size: 18px;
margin-bottom: 10px;
font-weight: bold;
padding-left: 6px;
    position: relative;
}
.details .title2:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 3px;
    height: 14px;
    background: #010955;
}
.details .text{
color: #B8B9C4;
font-size: 16px;
margin-bottom: 10px;
line-height: 22px;
}
.details .detail-img{
margin-top: 63px;
}













.view .swiper-container {
	width: 100%;
	height: 415px;
}
.view .arrow-left {
	background: url(../images/arrow-left.png) no-repeat left top;
	background-size: 100%;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -25px;
	width: 60px;
	height: 60px;
	z-index: 10;
}
.view .arrow-right {
	background: url(../images/arrow-right.png) no-repeat left bottom;
	background-size: 100%;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	width: 60px;
	height: 60px;
	z-index: 10;
}
.preview {
	width: 100%;
	position: relative;
	margin-top: 25px;
}
.preview .swiper-container {
	height: 88px;
}
.preview .swiper-slide {
	width: 131px;
	height: 88px;
}
.preview .arrow-left {
	background: url(../images/arrow-left2.png) no-repeat left top;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 36px;
    height: 85px;
	z-index: 10;
}

.preview .arrow-right {
	background: url(../images/arrow-right2.png) no-repeat left bottom;
	background-size: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 36px;
    height: 85px;
	z-index: 10;
}
.view img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	border:2px solid #ffffff;
}

.preview .active-nav img{
	border:2px solid #010955;
}
.small-img{
	width: 100%;
	height: 100%;
	padding: 0 25px 0 0;
}









.swiper {
	width: 100%;
	height: 528px;
	overflow: hidden;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.swiper-slide {
	background-size: cover;
	background-position: center;
}

.mySwiper2 {
	height:415px;
	width: 100%;
}

.mySwiper {
	height: 88px;
	box-sizing: border-box;
	margin: 25px 0 0 0;
}

.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	/*opacity: 0.4;*/
}

.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}















/*@media (min-width: 1500px){
	.container {
		width: 1400px;
	}
}*/

@media (max-width: 1200px){ 
	/*分页*/
	.page-leftw{
		/*display: none;*/
	}
	.page .total{
		/*display: none;*/
	}
	.page .eachpage{
		display: none;
	}
	.page .gopage{
		/*display: none;*/
	}
	

/*产品详情*/
.right-intro .btns{
	text-align: center;
}
.right-intro .btns a {
    /*display: block;*/
    width: 120px;
    margin-left: 20px;
    margin-bottom: 30px;
}
}

@media screen and (max-width: 992px){
	/*每页标题*/
	.titlebg {
		height: 240px;
		margin-top:0px;
	}
	.titlebg .card .title {
		font-size: 32px;
		line-height: 70px;
	}
	.titlebg .card .english {
		font-size: 16px;
		margin: 0;
	}


	.porduct {
		margin: 40px 0;
	}
	.por-top{
		display: block;
	}
	/*左边*/
	.porduct .sort {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.porduct .porduct-right {
	    flex: 1;
	    width: 100%;
	}

	/*右边*/
	.typelist .type li {
		margin-bottom: 15px;
		margin-right: 0;
	}
	.typelist .lable {
		margin-right: 10px;
	}


	
	/*产品详情*/
.detail-card .flex{
	display: block;
}
.detail-card .left-img {
    width: 100%;
    margin-bottom: 30px;
}
.detail-card .right-intro {
    width: 100%;
    margin-left: 0;
}
.right-intro .btns {
    margin-top: 50px;
    margin-bottom: 80px;
}
.right-intro .inlist {
    margin-top: 20px;
}
.right-intro .inlist li {
    margin-top: 0;
}
.right-intro .inlist li p {
    width: 100%;
    margin-top: 10px;
}


}



@media screen and (min-width: 768px){
	.img-list a:nth-child(3n+1) .item {
		margin-left: 0;
	}

}

@media screen and (max-width: 768px){
	.img-list .item {
		width: 100%;
		float: left;
		margin-left: 0%;
		background: #FFFFFF;
		margin-top: 30px;
		box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 5%);
	}
	/*.img-list a:nth-child(2n+1) .item {
		margin-left: 0;
	}*/
	/*.img-list .item .img {
	    height: 134px; 
	    overflow: hidden;
	}*/
	

	.mySwiper2 {
	    height: 280px;
	    width: 100%;
	}
	.mySwiper {
	    height: 48px;
	}
}



