@charset "UTF-8";
.details-box {
	overflow: hidden;
	padding: 0 15px;
}
.details-box .article {
	margin-top: 50px;
}.details-box .article .a-header .a-title {
	font-size: 28px;
	font-weight: bold;
	color: #333;
	padding-bottom: 18px;	position: relative;
}
.details-box .article .a-header .a-title::after {
	content: "";
	width: 80px;
	height: 2px;
	background-image: linear-gradient(#00C2FF, #0072F3);
	position: absolute;
	bottom: 0;
	left: 0;
}
.details-box .article .a-header .a-t-r {
	font-size: 16px;
	color: #999;
	margin: 20px 0 35px;
}
.details-box .article .a-header .a-t-r .time {
	margin-right: 30px;
}
.details-box .article .a-content p {
	font-size: 16px;
	color: #666;
	line-height: 25px;
	margin-bottom: 12px;
}
.details-box .article .a-content p img {
	display: block;
	max-width: 100%;
}


/*产品详情页*/
.product-article {
	margin-top: 0!important;
}

.product-article .art-tit {
	font-size: 25px;
    color: #333;
    margin: 30px 0;
    position: relative;
    font-weight: bold;
}
.product-article .art-tit::after {
	content: " ";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 40px;
    height: 2px;
    background: #555;
}
.product-article .art-cont p img {
	max-width: 100%;
}

.introduce {
	padding: 50px 0;
}
.introduce:nth-child(even) {
	background-color: #f5f5f5;
}
.introduce_01 {
	display: flex;
	align-items: center;
}
.introduce_01 .left .pro-img {
	overflow: hidden;
}
.introduce_01 .left .pro-img img {
	display: block;
	width: 100%;
	transition: all 0.5s;
}
.introduce_01 .left .pro-img:hover img {
	transform: scale(1.2);
}
.introduce_01 .right {
	padding-left: 60px;
}
.introduce_01 .right .title {
	font-size: 30px;
    color: #333;
    font-weight: bold;
    line-height: 40px;
    padding-bottom: 20px;
}
.introduce_01 .right .line {
	width: 50px;
	height: 2px;
	background-image: linear-gradient(#00C2FF, #0072F3);
	transition: all 0.5s;
}
.introduce_01 .right .content {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-top: 20px;
}
.introduce_02 {
	padding: 50px 0 20px;
}
.categoryName {
	text-align: center;
	margin-bottom: 30px;
}
.categoryName .cn {
	font-size: 30px;
	font-weight: bold;
}
.categoryName .en {
	font-size: 18px;
}
.introduce_02 .features {
	overflow: hidden;
}
.introduce_02 .features ul {
	overflow: hidden;
	padding: 0 15px;
}
.introduce_02 .features ul li.featuresItem {
	height: 350px;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
}
.introduce_02 .features ul li.featuresItem:hover .features-box {
	background-color: #DDE6ED;
}
.introduce_02 .features ul li.featuresItem::after {
	display: inline-block;
	content: "";
	width: 20%;
	height: 4px;
	background-color: #1BAADB;
	position: absolute;
	left: 40%;
	bottom: 0;
	transition: all 0.3s;
}
.introduce_02 .features ul li.featuresItem:hover::after {
	width: 60%;
	left: 20%;
}
li.featuresItem .features-box {
	height: 100%;
	padding: 40px 20px;
	background-color: #fff;
}
li.featuresItem .features-box .icon-img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	bordeR: 1px solid #C5C5C5;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 30px;
}
li.featuresItem:hover .features-box .icon-img {
	border-color: transparent;
	background-color: #fff;
}
li.featuresItem .features-box .icon-img img {
	display: block;
	width: 60%;
	transition: all 0.5s;
}
li.featuresItem:hover .features-box .icon-img img {
	transform: rotate(360deg);
}
li.featuresItem .features-box .cont .title {
	height: 30px;
	overflow: hidden;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 20px;
}
li.featuresItem .features-box .cont .desc {
	height: 75px;
	overflow: hidden;
	font-size: 16px;
	line-height: 25px;
}
.introduce_02 .features ul li.features-Item {
	width: 100%;
	margin-bottom: 30px;
	padding: 30px 20px;
	background-color: #fff;
}
li.features-Item .features-box {
	display: flex;
	align-items: flex-start;
}
li.features-Item .features-box .icon-img {
	width: 30px;
	height: 30px;
	flex-shrink: 0;
}
li.features-Item .features-box .icon-img img {
	display: block;
	width: 100%;
	height: 100%;
}
li.features-Item .features-box .cont {
	margin-left: 20px;
}
li.features-Item .features-box .cont .title {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
}
li.features-Item .features-box .cont .desc {
	font-size: 15px;
	line-height: 25px;
}

.introduce_03 .categoryName {
	text-align: left;
}
.introduce_03 .specification table {
	width: 100%;
	font-size: 16px;
}
.specification table tr th {
	color: #fff;
	text-align: center;
	padding: 15px 20px;
	background-image: url(../images/table_th_bg.jpg);
	border-right: 1px solid #EEEEEE;
}
.specification table tr th:first-child {
	padding: 15px 10px;
}
.specification table tr:nth-child(2n) td {
	background-color: #F5F5F5;
}
.specification table tr td {
	line-height: 25px;
	padding: 15px 20px;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.specification table tr td:first-child {
	width: 160px;
	background-color: #eee;
	text-align: center;
	padding: 15px 10px;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
.specification table tr:last-child td:first-child {
	border-bottom: 1px solid #EEEEEE;
}