/*****************************************
*                  news                  *
*****************************************/

#news {}

#list {
	width: 100%;
	background: #eeeee9;
}

#list .box-title {
	width: 940px;
/* 	height: 21px; */
	color: #252525;
	font-size: 20px;
	font-weight: 500;
	text-indent: 0;
	margin: 0 auto 0;
	padding: 25px 0 17px;
}

.navigation {padding-bottom: 13px; border-bottom: #dddddd 1px solid;}
.navigation .inner {width: 940px; font-size: 0; padding-left: 1px; box-sizing: border-box;}
.navigation li {
	display: inline-block;
	margin-bottom: 10px;
	margin-left: -1px;
	border-right: #bfbfbf 1px solid;
	border-left: #bfbfbf 1px solid;
}
.navigation li:first-child {}
.navigation li:last-child {border-right: #bfbfbf 1px solid;}
.navigation li a {
	display: block;
	width: 155px;
	height: 38px;
	color: #505050;
	font-size: 14px;
/*	font-weight: bold;*/
	line-height: 38px;
	padding-left: 38px;
	background: url(../images/products/list-navigation-arrow.png) 22px center no-repeat;
	box-sizing: border-box;
}

.navigation li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.catalog {
	padding-bottom: 90px;
	background: #f7f7f6;
}

.catalog .inner {width: 940px;}

.catalog .group {}
.catalog .group-title {
	height: 80px;
	color: #252525;
	font-size: 20px;
	line-height: 80px;
}

.catalog .group-title h2 {
	font-weight: 500;
}

.catalog .group-content {font-size: 0;}
.catalog .group-content ul {width: 952px;}
.catalog .group-content li {display: inline-block; width: 226px; height: auto; margin-right: 12px; margin-bottom: 30px; vertical-align: top; overflow: hidden;}
.catalog .group-content li:last-child {}
.catalog .group-content li a {
	display: block;
	width: 224px;
	color: #393939;
	font-size: 13px;
	border: #dedede 1px solid;
}
.catalog .group-content .pic {width: 224px; height: 224px; overflow: hidden;}
.catalog .group-content .pic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
/*	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);*/
}
.catalog .group-content a:hover .pic img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.catalog .group-content .info {
	height: 81px;
	line-height: 21px;
	padding: 8px 15px 10px;
	background: #ffffff;
	box-sizing: border-box;
	overflow: hidden;
}
.catalog .group-content .date {color: #adadad; font-weight: 500;}
.catalog .group-content .text {
	max-height: 42px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.catalog .pagination {text-align: center; margin: 42px 0 0;}

.catalog .pagination a {}
.catalog .pagination a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.catalog .pagination .unable a,
.catalog .pagination .unable a:hover {
	opacity: 0.3;
	filter: alpha(opacity=30);
	cursor: default;
}

.catalog .pagination .arrow {
	display: inline-block;
	width: 33px;
	height: 33px;
}
.catalog .pagination .arrow a {
	display: block;
	width: 33px;
	height: 33px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.catalog .pagination .arrow .prev {background-image: url(../images/news/arrow-prev.gif);}
.catalog .pagination .arrow .next {background-image: url(../images/news/arrow-next.gif);}
.catalog .pagination ul {display: inline-block; vertical-align: top; margin: 0 50px;}
.catalog .pagination li {display: inline-block; vertical-align: top; margin: 0 4px;}
.catalog .pagination li a {
	display: block;
	min-width: 33px;
	height: 33px;
	color: #505050;
	font-size: 16px;
/*	font-weight: bold;*/
	text-align: center;
	line-height: 33px;
}
.catalog .pagination li.current a {
	color: #d7000f;
	cursor: default;
}
.catalog .pagination li.current a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

#article {
/*	padding: 60px;*/
	padding: 56px 0;
	margin: 83px auto 90px;
	border: #dedede 1px solid;
	background: #ffffff;
	box-sizing: border-box;
}

#article .box-title {
	width: 720px;
	font-size: 22px;
	font-weight: 500;
	text-indent: 0;
	margin: 0 auto;
}

#article .box-title .title {
	font-weight: inherit;
	line-height: 30px;
}

#article .box-title .date {
	color: #d7000f;
	font-size: 16px;
/*	font-weight: 600;*/
	line-height: 18px;
	margin-top: 8px;
}

#article .box-content {position: static; padding-top: 30px;}

#article .back {
	position: absolute;
	top: -72px;
	left: -1px;
	width: 224px;
	height: 57px;
	color: #6b6b6b;
	font-size: 15px;
	font-weight: 500;
	line-height: 57px;
	text-indent: 31px;
	border: #dedede 1px solid;
	background: url(../images/products/detail-back-arrow.png) 16px center #ffffff no-repeat;
}

#article .back:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.slide {
	position: relative;
	width: 720px;
	margin: 0 auto;
}

.slide-content {
	position: relative;
	width: 100%;
	height: auto;
/*	margin: 0 auto;*/
	border: #dedede 1px solid;
	overflow: hidden;
}

.slide-content .controller {
	position: relative;
	top: 0;
	left: 0;
	font-size: 0;
	white-space: nowrap;
}

.slide-content .controller div {
	display: inline-block;
}

.slide-content a {}

.slide-content img {
	width: 100%;
	height: auto;
	display: block;
}

.slide-nav {margin: 30px 0 25px;}

.slide-nav ul {
	text-align: center;
}

.slide-nav li {
	display: inline-block;
	margin: 0 11px;
}

.slide-nav li a {
	display: block;
	width: 12px;
	height: 12px;
	background: url(../images/index/banner-dots.png) 0 0 no-repeat;
}

.slide-nav li a:hover, .slide-nav li.current a {background-position: 0 -12px;}

.slide-arrow {}
.slide-arrow li {}
.slide-arrow li a {
	position: absolute;
	top: 190px;
	width: 33px;
	height: 33px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.slide-arrow li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.slide-arrow li.prev a {background-image: url(../images/news/arrow-prev.gif); left: -50px;}
.slide-arrow li.next a {background-image: url(../images/news/arrow-next.gif); right: -50px;}

#content {
	position: relative;
	width: 646px;
	color: #646464;
	font-size: 14px;
	text-align: justify;
	line-height: 24px;
	margin: 0 auto 26px;
	word-break: break-all;
}

#content a {
	color: #262626;
	text-decoration: underline;
}

#article .box-content .links {
	width: 646px;
	margin: 0 auto;
}

#article .box-content .links a {
	display: inline-block;
	height: 57px;
	color: #6b6b6b;
	font-size: 14px;
	font-weight: 500;
	line-height: 57px;
	padding: 0 20px 0 30px;
	border: #dedede 1px solid;
	background: url(../images/news/links-arrow.png) 16px center no-repeat;
}

#article .box-content .links a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


@media (max-width: 992px) {
	#list .box-title {
		width: 100%;
	    font-size: 34px;
/* 	    height: 104px; */
	    line-height: 104px;
	    padding: 0 62px;
	}
	.navigation {
	    padding-bottom: 30px;
	}
	.navigation {padding-bottom: 30px; border-bottom: #dddddd 1px solid;}
	.navigation .inner {font-size: 0; padding-left: 62px; box-sizing: border-box;width: 100%;}
	.navigation li {
		position: relative;
		display: inline-block;
		margin: 0 10px 10px 0;
		border: #bfbfbf 1px solid;
	}

	.navigation li:first-child {}
	.navigation li:last-child {}
	.navigation li a {
		width: 306px;
		height: 106px;
		font-size: 28px;
		line-height: 106px;
		padding-left: 60px;
		background: url(../images/products/list-navigation-arrow.png) 24px center no-repeat;
		background-size: 12px 18px;
	}
	.catalog .inner{width: 100%;}
	.catalog .group-title {
	    height: 144px;
	    font-size: 36px;
	    line-height: 144px;
	    margin: 0 0 0 38px;
	}
	.catalog .group-content {
	    font-size: 0;
	    width: 100%;
	    padding: 0 38px;
	}
	.catalog .group-content ul{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
	.catalog .group-content li {
		width: 332px;
		margin: 0 0px 10px 0;
	}

	.catalog .group-content li a {
		width: 328px;
		font-size: 24px;
		border: #dedede 1px solid;
	}

	.catalog .group-content li .pic {width: 328px; height: 328px;}

	.catalog .group-content li .info {
		height: auto;
		line-height: 34px;
		padding: 12px 24px 18px;
		background: #ffffff;
	}

	.catalog .group-content li .date {color: #adadad; font-size: 24px; margin-bottom: 0;}

	.catalog .group-content li .text {
		max-height: 68px;
		height: 68px;
	}

	.inner{
		width: 100%;
	}
	#article {
		position: relative;
		width: 672px;
		padding: 0 22px;
		margin: 178px auto 40px;
		border: #dedede 1px solid;
		background: #ffffff;
		box-sizing: border-box;
	}

	#article .box-title {
		width: 100%;
		font-size: 36px;
		margin-top: 34px;
	}

	#article .box-title .title {
		line-height: 52px;
	}

	#article .box-title .date {
		font-size: 26px;
		line-height: 1.25;
		margin: 12px 0 32px;
	}

	#article .box-content {position: static;}

	#article .back {
		position: absolute;
		top: -142px;
		left: -2px;
		width: 332px;
		height: 96px;
		font-size: 26px;
		line-height: 96px;
		text-indent: 64px;
		border: #dedede 1px solid;
		background: url(../images/products/detail-back-arrow.png) 40px center #ffffff no-repeat;
		background-size: 10px 16px;
	}
	
	.slide {
		width: 100%;
/* 		height: 372px; */
		margin-bottom: 0px;
	}

	.slide-content {

	}

	.slide-content div {
		float: left;
	}
	.slide-content img {
		display: block;
		width: 100%;
	}

	.slide-nav {text-align: center; margin: 54px 0;}

	.slide-nav .arrow {
		display: inline-block;
		width: 48px;
		height: 48px;
		vertical-align: middle;
	}
	.slide-nav .arrow a {
		display: block;
		width: 48px;
		height: 48px;
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: contain;
	}


	.slide-nav ul {
		display: inline-block;
		text-align: center;
		vertical-align: middle;
		margin: 0 24px;
	}

	.slide-nav li {
		display: inline-block;
		margin: 0 16px;
		width: 18px;
		height: 18px;
		background: url(../images/index/banner-dots.png) 0 0 no-repeat;
		background-size: 18px 36px;
	}

	/*
	.slide-nav li a {
		display: block;
		width: 9px;
		height: 9px;
		background: url(../images/index/banner-dots.png) 0 0 no-repeat;
		background-size: 9px 18px;
	}


	.slide-nav li.current a {background-position: 0 -9px;}
	*/

	.slide-nav li.current {background-position: 0 -9px;}

	#content {
		width: 592px;
		font-size: 24px;
		text-align: justify;
		line-height: 36px;
		margin: 0 auto 40px;
		word-break: break-all;
	}

	#content a {
		color: #262626;
		text-decoration: underline;
	}

	#article .box-content .links {
		width: 592px;
		margin: 0 auto 40px;
	}

	#article .box-content .links a {
		height: 96px;
		font-size: 26px;
		line-height: 96px;
		padding: 0 66px;
		border: #dedede 1px solid;
		background: url(../images/news/links-arrow.png) 40px center no-repeat;
		background-size: 10px 16px;
	}


}


@media (max-width: 750px) {
	#list .box-title {
		width: 100%;
		font-size: 4.53vw; /* 34px */
		line-height: 13.87vw; /* 104px */
		padding: 0 8.27vw; /* 62px */
	}
	.navigation {
		padding-bottom: 4vw; /* 30px */
		border-bottom: #dddddd 1px solid; /* 保留 1px */
	}
	.navigation .inner {
		font-size: 0; 
		padding-left: 8.27vw; /* 62px */
		box-sizing: border-box;
		width: 100%;
	}
	.navigation li {
		position: relative;
		display: inline-block;
		margin: 0 1.33vw 1.33vw 0; /* 10px */
		border: #bfbfbf 1px solid; /* 保留 1px */
	}

	.navigation li:first-child {}
	.navigation li:last-child {}
	.navigation li a {
		width: 40.8vw; /* 306px */
		height: 14.13vw; /* 106px */
		font-size: 3.73vw; /* 28px */
		line-height: 14.13vw; /* 106px */
		padding-left: 8vw; /* 60px */
		background: url(../images/products/list-navigation-arrow.png) 3.2vw center no-repeat; /* 24px */
		background-size: 1.6vw 2.4vw; /* 12px 18px */
	}
	.catalog .inner{width: 100%;}
	.catalog .group-title {
		height: 19.2vw; /* 144px */
		font-size: 4.8vw; /* 36px */
		line-height: 19.2vw; /* 144px */
		margin: 0 0 0 5.07vw; /* 38px */
	}
	.catalog .group-content {
		font-size: 0;
		width: 100%;
		padding: 0 5.07vw; /* 38px */
	}
	.catalog .group-content ul{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
	.catalog .group-content li {
		width: 44.27vw; /* 332px */
		margin: 0 0 1.33vw 0; /* 10px */
	}

	.catalog .group-content li a {
		width: 43.73vw; /* 328px */
		font-size: 3.2vw; /* 24px */
		border: #dedede 1px solid; /* 保留 1px */
	}

	.catalog .group-content li .pic {
		width: 43.73vw; /* 328px */ 
		height: 43.73vw; /* 328px */
	}

	.catalog .group-content li .info {
		height: auto;
		line-height: 4.53vw; /* 34px */
		padding: 1.6vw 3.2vw 2.4vw; /* 12px 24px 18px */
		background: #ffffff;
	}

	.catalog .group-content li .date {
		color: #adadad; 
		font-size: 3.2vw; /* 24px */
		margin-bottom: 0;
	}

	.catalog .group-content li .text {
		max-height: 9.07vw; /* 68px */
		height: 9.07vw; /* 68px */
	}

	.inner{
		width: 100%;
	}
	#article {
		position: relative;
		width: 89.6vw; /* 672px */
		padding: 0 2.93vw; /* 22px */
		margin: 23.73vw auto 5.33vw; /* 178px auto 40px */
		border: #dedede 1px solid; /* 保留 1px */
		background: #ffffff;
		box-sizing: border-box;
	}

	#article .box-title {
		font-size: 4.8vw; /* 36px */
		margin-top: 4.53vw; /* 34px */
	}

	#article .box-title .title {
		line-height: 6.93vw; /* 52px */
	}

	#article .box-title .date {
		font-size: 3.47vw; /* 26px */
		line-height: 1.25;
		margin: 1.6vw 0 4.27vw; /* 12px 0 32px */
	}

	#article .box-content {position: static;}

	#article .back {
		position: absolute;
		top: -18.93vw; /* -142px */
		left: -0.27vw; /* -2px */
		width: 44.27vw; /* 332px */
		height: 12.8vw; /* 96px */
		font-size: 3.47vw; /* 26px */
		line-height: 12.8vw; /* 96px */
		text-indent: 8.53vw; /* 64px */
		border: #dedede 1px solid; /* 保留 1px */
		background: url(../images/products/detail-back-arrow.png) 5.33vw center #ffffff no-repeat; /* 40px */
		background-size: 1.33vw 2.13vw; /* 10px 16px */
	}
	
	.slide {
		width: 100%;
		margin-bottom: 0px;
	}

	.slide-content {}

	.slide-content div {
		float: left;
	}
	.slide-content img {
		display: block;
		width: 100%;
	}

	.slide-nav {
		text-align: center; 
		margin: 7.2vw 0; /* 54px */
	}

	.slide-nav .arrow {
		display: inline-block;
		width: 6.4vw; /* 48px */
		height: 6.4vw; /* 48px */
		vertical-align: middle;
	}
	.slide-nav .arrow a {
		display: block;
		width: 6.4vw; /* 48px */
		height: 6.4vw; /* 48px */
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.slide-nav ul {
		display: inline-block;
		text-align: center;
		vertical-align: middle;
		margin: 0 3.2vw; /* 24px */
	}

	.slide-nav li {
		display: inline-block;
		margin: 0 2.13vw; /* 16px */
		width: 2.4vw; /* 18px */
		height: 2.4vw; /* 18px */
		background: url(../images/index/banner-dots.png) 0 0 no-repeat;
		background-size: 2.4vw 4.8vw; /* 18px 36px */
	}

	.slide-nav li.current {
		background-position: 0 -1.2vw; /* -9px -> 9/750 = 1.2vw */
	}

	#content {
		width: 78.93vw; /* 592px */
		font-size: 3.2vw; /* 24px */
		text-align: justify;
		line-height: 4.8vw; /* 36px */
		margin: 0 auto 5.33vw; /* 40px */
		word-break: break-all;
	}

	#content a {
		color: #262626;
		text-decoration: underline;
	}

	#article .box-content .links {
		width: 78.93vw; /* 592px */
		margin: 0 auto 5.33vw; /* 40px */
	}

	#article .box-content .links a {
		height: 12.8vw; /* 96px */
		font-size: 3.47vw; /* 26px */
		line-height: 12.8vw; /* 96px */
		padding: 0 8.8vw; /* 66px */
		border: #dedede 1px solid; /* 保留 1px */
		background: url(../images/news/links-arrow.png) 5.33vw center no-repeat; /* 40px */
		background-size: 1.33vw 2.13vw; /* 10px 16px */
	}
}