.categoryArea {
	/* display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap; */
}

.categoryArea>.categoryItem {
	transition: .5s;
	/* border-right: 1px dashed #e0e0e0; */
	overflow: hidden;
	margin-bottom: 15px;
}

.categoryArea>.categoryItem>.links {
	position: absolute;
	display: flex;
	align-items: center;
	top: 250px;
}

.categoryArea>.categoryItem>.links>a {
	background-color: #1b6eda;
	color: white;
	padding: 10px 20px;
	margin: 0px 15px;
	border-radius: 30px;
	display: flex;
	justify-content: center;
}

.categoryArea>.categoryItem:last-child {
	border-right: none;
}

.categoryArea>.categoryItem:nth-of-type(1):hover>.thumb {
	border-radius: 50%;
	background-color: #fc5442;
}
.categoryArea>.categoryItem:nth-of-type(2):hover>.thumb {
	border-radius: 50%;
	background-color: #44de9b;
}
.categoryArea>.categoryItem:nth-of-type(3):hover>.thumb {
	border-radius: 50%;
	background-color: #46a6ff;
}
.categoryArea>.categoryItem:nth-of-type(4):hover>.thumb {
	border-radius: 50%;
	background-color: #ff8e42;
}
.categoryArea>.categoryItem:nth-of-type(5):hover>.thumb {
	border-radius: 50%;
	background-color: #757fdf;
}
.categoryArea>.categoryItem:nth-of-type(6):hover>.thumb {
	border-radius: 50%;
	background-color: #196be8;
}

.categoryArea>.categoryItem:hover>.thumb {
	border-radius: 50%;
	background-color: #196be8;
}

.categoryArea>.categoryItem>.thumb {
	width: 100px;
	height: 100px;
	padding: 20px;
	transition: .3s;
	margin: 20px auto;
}

.categoryArea>.categoryItem>.title {
	color: #575757;
}

.categoryArea>.categoryItem.divsion {
	width: 30px;
}

.categoryArea>.categoryItem.divsion>hr {
	width: 100%;
	display: inline;
}

.categoryArea>.categoryItem>.english {
	color: #b5b5b5;
	font-size: 0.8em;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.proArea {
	margin-top: 40px;
}

.proItem {
	border: 1px solid #e6e6e6;
	margin: 10px 0px;
	padding-bottom: 15px;
}

.proItem>.thumb {
	background-color: #d1d9ea;
	height: 200px;
	box-sizing: border-box;
	padding-top: 20px;
}

.proItem>.thumb>img {
	height: 160px;
}

.proItem>p {
	margin: 10px auto;
	text-align: left;
	padding-left: 20px;
}

.proItem>p.title {
	color: #427eea;
	font-size: 18px;
	font-weight: bold;
}

.proItem>p.description {
	font-size: 14px;
	color: #333333;
}

.proItem>a.hrefButton {
	width: 100px;
	background-color: #427eea;
	color: white;
	display: block;
	border-radius: 5px;
	height: 30px;
	line-height: 28px;
	margin-left: 20px;
}

#companyStyle img {
	height: 200px;
}

.applicationItem {
	border: 1px solid #adadb6;
	margin: 10px 0px;
	overflow: hidden;
}

.applicationItem>.left {
	box-sizing: border-box;
	padding: 0px;
}

.applicationItem>.left>img {}

.applicationItem>.right {
	box-sizing: border-box;
	padding: 10px;

}

.applicationItem>.right>p {
	color: #eaeaec;
}

.applicationItem>.right>p.title {
	font-size: 22px;
}

.applicationItem>.right>p.description {
	font-size: 14px;
}

.categoryTitle {
	height: 80px;
	line-height: 80px;
}

.categoryTitle>div>img {
	height: 31px;
	display: inline;
}

.categoryTitle>div>span {
	color: #666666;
	font-size: 23px;
}

.categoryTitle>div>a {
	color: #666666;
	font-size: 16px;
	border-bottom: 1px solid #e2e2e2;
}

.goodsItem {
	background-color: white;
	padding: 10px 10px 20px 10px;
	transition: .4s;
}

.goodsItem:hover {
	box-shadow: 10px 10px 10px rgb(4, 0, 0, 0.1);
}

.goodsItem:hover>.thumb {
	background-color: #acacac;
}

.goodsItem>.thumb {
	background-color: #f7f7f7;
	transition: .4s;
}

.goodsItem>.thumb>img {
	width: 100%;
}

.goodsItem>.actionA>a {
	border-radius: 20px;
	padding: 3px 10px;
	color: white;
}

.goodsItem>p {
	margin: 10px 0px;
	font-size: 16px;
	color: #666666;
}

.goodsItem>.actionA>a {
	font-size: 14px;
	margin: 10px 0px;
	box-sizing: border-box;
}

.goodsItem>.actionA>a:first-child {
	background-color: #196be8;
}

.goodsItem>.actionA>a:last-child {
	background-color: #e30000;
}

@media (max-width : 576px) {
	.categoryArea>.categoryItem>.links {
		top: 130px;
	}
}
