.requiem-bullet {
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 100%;
	background: white;
	opacity: 0.9;
	margin: 0px 4px;
}

.requiem-bullet-active {
	width: 65px;
	background: white;
	opacity: 0.9;
	border-radius: 30px;
}

#topAcross {
	background-color: #333333;
	color: white;
	font-size: 14px;
}

#topAcross>div>div>.left {
	line-height: 3em;
}

#topAcross>div>div>.right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#topAcross>div>div>.right>a {
	color: white;
	padding: 0px 15px;
	border-left: 1px solid white;
	line-height: 1;
	text-decoration: none;
}

#topAcross>div>div>.right>a:first-child {
	border: none;
}

#logo {
	border-bottom: 1px solid #f7f7f7;
}

#logo>div>div>div.right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#logo>div>div>div.right>.tel>p {
	margin: 0px;
	line-height: 1em;
	text-indent: 5px;
}

#logo>div>div>div.right>.tel>p.tips {
	font-size: 14px;
	color: #999999;
}

#logo>div>div>div.right>.tel>p.number {
	font-size: 32px;
	color: #fe7e00;
	font-weight: bold;
}

#menu>div {
	display: flex;
	justify-content: space-between;
}

#menu>div>a {
	line-height: 3em;
	border-right: 1px solid #eeeeee;
	text-align: center;
	flex-grow: 1;
	text-decoration: none;
	font-size: 16px;
	color: #333333;
	transition: .3s;
}

#menu>div>a:hover {
	background-color: #1e468e;
	color: white;
}

#menu>div>a:first-child {
	border-left: 1px solid #eeeeee;
}

#search>div>div>div {
	line-height: 1;
}

#search>div>div>div>img {
	height: 14px !important;
}

#search>div>div>div>.tips {
	font-size: 14px;
	color: #333333;
	text-indent: 0.5em;
}

#search>div>div>div>a {
	padding: 0px 10px;
	border-right: 1px solid #989898;
	color: #666666;
	font-size: 14px;
}

.divTitle {
	text-align: center;
}

.divTitle>p.title {
	font-size: 36px;
	color: #333333;
	text-align: center;
}

.divTitle>p.title>span {
	color: #fe7e00;
	font-size: 40px;
	font-weight: bold;
}

#divsion1 {
	background-color: #f7f7f7;
}

.niceItem>p {
	font-size: 15px;
	color: #666666;
	text-align: center;
	margin-top: 0.9375rem;
}

.divsion1Tel {
	display: flex;
	justify-content: center;
	font-size: 18px;
	color: white;
	align-items: center;
	background-color: #fe7e00;
	border-radius: 30px;
}

.divsion1Tel>span {
	font-size: 36px;
	font-weight: bold;
}

.categoryItem {
	padding: 20px 25px;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	flex-grow: 1;
}

.categoryItem:first-child {
	background: url(../img/bg1.jpg) no-repeat center center;
	background-size: 100% 100%;
	border-left: 1px solid #dddddd;
}

.categoryItem>p.english {
	font-size: 32px;
	color: white;
	font-weight: bold;
}

.categoryItem>p.chinese {
	font-size: 24px;
	color: white;
}

.categoryItem>a {
	font-size: 18px;
	color: #666666;
	display: flex;
	align-items: center;
	text-decoration: none;
	transition: .3s;
}

.categoryItem>a:hover {
	color: #1E468E;
}

.categoryItem>a>img {
	margin-right: .5em;
}

.goodsItem {
	border: 1px solid #dddddd;
}

.goodsItem>.imgArea {
	max-height: 212px;
	overflow: hidden;
}

.goodsItem>.imgArea>img {
	width: 100%;
	height: auto;
	transition: .3s;
}

.goodsItem:hover>.imgArea>img {
	transform: scale(1.5, 1.5);
}

.goodsItem:hover>.imgArea>.layerInfo {
	width: 100%;
	height: 212px;
	position: relative;
	top: -212px;
	padding: 10px;
	background-color: rgb(30, 70, 142, 0.6);
	transition: .3s;
}

.goodsItem:hover>.imgArea>.layerInfo>.layerInfoBody {
	height: 100%;
	border-radius: 5px;
	border: 1px solid #DDDDDD;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.goodsItem:hover>.imgArea>.layerInfo>.layerInfoBody>a {
	padding: 5px 15px;
	display: inline-table;
	text-decoration: none;
}

.goodsItem:hover>.imgArea>.layerInfo>.layerInfoBody>a.callPrice {
	background-color: white;
	color: #1E468E;
	border-radius: 5px;
}

.goodsItem:hover>.imgArea>.layerInfo>.layerInfoBody>a.buy {
	background-color: #fe7e00;
	color: white;
	border-radius: 5px;
}

.goodsItem>.goodsText>p {
	width: 100%;
	text-align: left;
}

.goodsItem>.goodsText>p.title {
	font-size: 18px;
	color: #333333;
}

.goodsItem>.goodsText>p.description {
	font-size: 15px;
	color: #999999;
}

.goodsItem>.goodsText {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: flex-start;
}

.cnb {
	background-color: #f7f7f7;
	margin-top: 17px;
	text-align: left;
}

.cnb>h3 {
	font-size: 28px;
	color: #111111;
}

.cnb>h3>span {
	color: #1E468E;
	font-weight: bold;
}

.cnb>p.english {
	font-size: 12px;
	color: #999999;
}

.cnb>.description>p {
	font-size: 16px;
	color: #555555;
	margin: 0px;
	padding-left: .5em;
	line-height: 2em;
}

.cnb>.description>p>span {
	color: #fe7e00;
}

.cnb>a {
	font-size: 16px;
	background-color: #1E468E;
	color: white;
	padding: 10px 15px;
	margin-left: 1em;
	text-decoration: none;
	border: 1px solid #1E468E;
	transition: .3s;
}

.cnb>a:hover {
	color: #1E468E;
	background-color: white;
}

#cases {
	background-color: #f7f7f7;
}

.caseItem>.thumb {
	width: 100%;
	max-height: 180px;
	overflow: hidden;
}

.caseItem>p {
	line-height: 3em;
	background-color: white;
	font-size: 16px;
	color: #666666;
	transition: .3s;
	margin: 0px;
}

.caseItem>.thumb>img {
	width: 100%;
	height: auto;
	transition: .3s;
}

.caseItem:hover>.thumb>img {
	transform: scale(1.5, 1.5);
}

.caseItem:hover>p {
	background-color: #ff8a00 !important;
	color: white;
}

.description2 {
	background-color: #f7f7f7;
}

.description2>.title {
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #333333;
}

.description2>.title>span {
	background-color: #1E468E;
	color: white;
	padding: 3px 8px;
	font-size: 28px;
}

.description2>p {
	text-align: left;
	color: #666666;
	font-size: 16px;
	line-height: 2.3em;
}

.description2>a {
	color: #fe7e00;
	font-size: 20px;
	text-decoration: none;
}

#honorTabs {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#honorTabs>a {
	padding: 8px 25px;
	background-color: #1E468E;
	color: white;
	transition: .3s;
	border-radius: 5px;
	text-decoration: none;
	font-size: 16px;
}

#news {
	background-color: #f7f7f7;
}

#news div.left {
	background-color: white;
}

#news div.left>.title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#news div.left>.title>p {
	color: #a3a3a3;
	font-size: 16px;
	margin: 0px;
}

#news div.left>.title>p>span {
	color: #282828;
	font-size: 24px;
}

#news div.left>.title>a {
	font-size: 14px;
	color: #999999;
	text-decoration: none;
}

#news div.right {
	background-color: white;
}

#news div.right>.title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#news div.right>.title>p {
	color: #a3a3a3;
	font-size: 16px;
	margin: 0px;
}

#news div.right>.title>p>span {
	color: #282828;
	font-size: 24px;
}

#news div.right>.title>a {
	font-size: 14px;
	color: #999999;
	text-decoration: none;
}

#honorTabs>a:hover,
#honorTabs>a.active {
	background-color: #fe7e00;
}

.leftNews {
	display: block;
	max-height: 280px;
	transition: .3s;
	overflow: hidden;
}

.leftNews>img {
	width: 100%;
	height: auto;
}

.leftNews:hover>img {
	transform: scale(1.5, 1.5);
	transition: .3s;
}

.leftNews>p.title {
	position: relative;
	top: -45px;
	background-color: rgb(0, 0, 0, 0.6);
	font-size: 16px;
	line-height: 1;
	padding: 12px;
	color: white;
}

.rightNews {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.rightNews>.rightNewsItem {
	display: flex;
	justify-content: space-between;
	padding: 10px 5px;
	border-bottom: 1px dashed #e3e3e3;
}

.rightNews>.rightNewsItem:first-child {
	padding-top: 0px;
}

.rightNews>.rightNewsItem>img {
	max-width: 30%;
}

.rightNews>.rightNewsItem>.rightNewsTextBody {
	padding: 0px 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.rightNews>.rightNewsItem>.rightNewsTextBody>a.title {
	font-size: 16px;
	color: #666666;
	text-decoration: none;
	max-width: 235px;
}

.rightNews>.rightNewsItem>.rightNewsTextBody>a.description {
	font-size: 14px;
	color: #999999;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-clamp: 2;
	box-orient: vertical;
	text-decoration: none;
}

.qaList {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding: 10px;

	box-sizing: border-box;
}

.qaList:first-child {
	padding-top: 0px;
}

.qaList>.qaItem {
	padding: 5px;
	display: flex;
	flex-direction: column;
	border-bottom: 1px dashed #e3e3e3;
}

.qaList>.qaItem>a {
	display: flex;
	align-items: center;
	text-decoration: none;
	padding: 10px 0px;
}

.qaList>.qaItem>a.q {
	color: #1a3d82;
	font-size: 16px;
}

.qaList>.qaItem>a.a {
	font-size: 14px;
	color: #999999;
	max-width: 310px;
}

#footer {
	background-color: #1e468e;
}

.footerItem {
	padding: 15px 40px;
	border-right: 1px solid #122a55;
}

.footerItem:last-child {
	border: none;
}

.footerItem>p.title {
	color: white;
	font-size: 16px;
}

.footerItem>hr {
	width: 32px;
	border-top: 3px solid #fe7e00;
	float: left;
	margin: 0px;
}

.footerItem>.categoryList {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}

.flink {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 15px 0px;
}

.flink>a {
	padding: 0px 10px;
	color: #999999;
	font-size: 14px;
	transition: .3s;
}

.flink>a:hover {
	color: white;
}

.footerItem>.categoryList>a {
	width: 50%;
	text-align: left;
	line-height: 2em;
	font-size: 14px;
	color: #8fa3c7;
	text-decoration: none;
	transition: .3s;
}

.footerItem>.categoryList>a:hover {
	color: white;
}

.footerItem>.contactList {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}

.footerItem>.contactList>a {
	width: 100%;
	text-align: left;
	line-height: 2em;
	font-size: 14px;
	color: #8fa3c7;
	text-decoration: none;
	transition: .3s;
}

.footerItem>.contactList>a:hover {
	color: white;
}

#copyright {
	background-color: #343434;
	color: #717171;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#copyright a {
	color: #717171;
	text-decoration: none;
	transition: .3s;
}

#copyright a:hover {
	color: white;
}

.cateTitle {
	background-color: #1E468E;
}

.cateTitle>img {
	width: 100%;
}

.cateList {
	display: flex;
	flex-direction: column;
}

.cateList>.cateItem>.itemName {
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	background-color: #1E468E;
	padding: 10px 0px;
	text-indent: 0.5em;
	color: white;
	border-top: 1px solid #DDDDDD;
	font-size: 20px;
	transition: .3s;
}

.cateList>.cateItem>.itemName.active,
.cateList>.cateItem>.itemName:hover {
	background-color: #ea5800;
}

.cateList>.cateItem>.itemName>img {
	margin-left: 15px;
}

.cateList>.cateItem>.sonCateList {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	background-color: #f7f7f7;
}

.cateList>.cateItem>.sonCateList>a {
	padding: 10px 15px 10px 40px;
	color: #666666;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: .3s;
	width: 100%;
}

.cateList>.cateItem>.sonCateList>a.active,
.cateList>.cateItem>.sonCateList>a:hover {
	color: #ea5800;
}

#company {
	background-color: #f7f7f7;
}

#company .companyContent {
	font-size: 14px;
	color: #666666;
	line-height: 1.5em;
}

#company .companyContent>span.yellow {
	color: #ea5800;
}

#company .companyContent>span.blue {
	color: #1a3d82;
}

#goodsInfo {
	background-color: #F7F7F7;
}

#goodsInfo p.goodsTitle {
	font-size: 24px;
	color: #333333;
}

#goodsInfo div.goodsDescription {
	font-size: 16px;
	color: #999999;
	background-color: #F7F7F7;
}

#goodsInfo div.goodsDescription>p>span {
	font-weight: bold;
	color: #111111;
}

.goodsDiv {
	display: flex;
	justify-content: space-around;
}

.goodsDiv>a {
	padding: 10px 15px;
	background-color: #eeeeee;
	flex-grow: 1;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	color: #111111;
	transition: .3s;
}

.goodsDiv>a.active,
.goodsDiv>a:hover {
	background-color: #1e468e;
	color: white;
	font-weight: bold;
}

.goodsItemTitle {
	border-bottom: 1px solid #EEEEEE;
	margin: 20px 0px;
}

.goodsItemTitle>span {
	/* border-bottom: 1px solid #1E468E; */
	line-height: 3em;
	font-size: 20px;
	color: #1E468E;
	font-weight: bold;
}

@media (max-width : 576px) {
	#menu>div {
		flex-wrap: wrap;
	}

	#menu>div>a {
		color: #1E468E;
		width: 35%;
		border: 1px solid #dddddd;
		margin: 10px;
		border-radius: 5px;
		line-height: 2.5em;
	}

	.divTitle>p.title {
		font-size: 22px;
		color: #333333;
		text-align: center;
	}

	.divTitle>p.title>span {
		color: #fe7e00;
		font-size: 26px;
	}

	.categoryItem {
		width: 50%;
	}

	.categoryItem:first-child {
		width: 100%;
	}

	.goodsItem>.imgArea {
		max-height: 160px;
		overflow: hidden;
	}

	.goodsItem>.goodsText {
		align-items: center;
	}

	.goodsItem>.goodsText>p.title {
		font-size: 15px;
	}

	.goodsItem>.goodsText>p.description {
		font-size: 13px;
	}

	.cnb {
		margin-top: 0px;
	}

	.divsion1Tel {
		font-size: 14px;
	}

	.divsion1Tel>span {
		font-size: 24px;
	}
}
