.ny-banner {
	position: relative;
	background-color: #1E97D3;
}

.ny-banner::after {
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #1E97D3;
}

.ny-banner .container {
	position: relative;
	z-index: 2;
	height: 100px;
	
}

.ny-banner .name {
	font-size: 40px;
	color: #fff;
}

.crumbs-row {
	background-color: #F7F7FB;
}

.crumbs-row .container {
	padding: 20px 0;
	font-size: 14px;
}

.crumbs-row a {
	color: #1e97d3;
}

.crumbs-row .cc-right {
	font-size: 12px;
	color: #bbb;
	margin: 0 10px;
}

.crumbs-row span {
	color: #333;
}

.main-row {
	background-color: #fff;
}

.main-row .inner {
	padding: 30px 0;
}

.sidebar-nav dt {
	background-color: #1e97d3;
}

.sidebar-nav dt strong {
	font-size: 30px;
	color: #fff;
	padding: 10px 40px;
}

.sidebar-nav .sidebar-list {
	padding: 0;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
}
.sidebar-nav .sidebar-list ul, .sidebar-nav .sidebar-list li{
	padding: 0;
	margin: 0;
	list-style: none;
}

.sidebar-nav .sidebar-list .li-head {
	width: 100%;
	flex-shrink: 0;
	/* background-color: #f5f5f5; */
	padding: 14px 20px;
	color: #444;
	transition: all 0.3s ease;
}

.sidebar-nav .sidebar-list .li-head .iconfont {
	font-size: 12px;
	color: #888;
	margin-right: 10px;
}

.sidebar-nav .sidebar-list .li-head span {
	font-size: 16px;
}

.sidebar-nav .sidebar-list .li-head:hover {
	background-color: #f8f8f8;
	padding-left: 30px;
}

.sidebar-nav .sidebar-list .li-head:hover,
.sidebar-nav .sidebar-list .li-head:hover .iconfont {
	color: #1e97d3;
}

.sidebar-nav .sidebar-list .li-head.active {
	background-color: #fff;
	padding-left: 30px;
	border-bottom: 1px solid #f5f5f5;
}

.sidebar-nav .sidebar-list .li-head.active .iconfont,
.sidebar-nav .sidebar-list .li-head.active,
.sidebar-nav .sidebar-list .li-head.active a,
.sidebar-nav .sidebar-list .li-head.active span {
	color: #1e97d3;
}
.sidebar-nav .sidebar-list .li-body{
	display: none;
	background-color: #fff;
}
.sidebar-nav .sidebar-list .li-head.active + .li-body{
	display: block;
}
.sidebar-nav .sidebar-list .li-body .li-head{
	padding-left: 60px;
	border-bottom: 1px dashed #f5f5f5;
}

.main-content .main-title {
	border-bottom: 2px solid #eee;
}

.main-content .main-title .tit-item {
	padding: 10px 20px;
	position: relative;
	font-size: 20px;
	cursor: pointer;
	margin-right: 20px;
	font-weight: 400;
}

.main-content .main-title .tit-item.active {
	color: #1e97d3;
	font-weight: 800;
}

.main-content .main-title .tit-item.active::after {
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	background-color: #1e97d3;
	height: 2px;
}

.main-content .main-body-item {
	padding: 20px 0;
	display: none;
}

.main-content .main-body-item.active {
	display: block;
}

.main-content .edit-con {
	padding: 20px 0;
}

.main-content .edit-con p {
	margin: 10px;
	line-height: 1.75;
	text-indent: 2em;
}

.about-banner {
	background-image: url("../images/about_banner.jpg");
	background-position: center center;
	background-size: cover;
}

.contact-banner {
	background-image: url("../images/contact_banner.jpg");
	background-position: center center;
	background-size: cover;
}

.job-banner {
	background-image: url("../images/job_banner.jpg");
	background-position: center center;
	background-size: cover;
}

.new-list ol {
	margin: 20px 10px;
	padding: 0;
}

.new-list li {
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
	border-bottom: 1px dashed #eee;
}

.new-list li:hover {
	background-color: #f6f6f6;
}

.new-list li::before {
	content: "\27A4";
	color: #1e97d3;
	margin-right: 10px;
	font-size: 12px;
}

.new-list .text-list-a {
	flex-wrap: wrap;
	width: 100%;
	display: flex;
	align-items: center;
	height: 50px;
	text-overflow: ellipsis;
	color: #1e97d3;
	font-size: 16px;
}

.new-list .text-list-times {
	color: #bbb;
	flex-shrink: 0;
}

.new-details .new-title {
	padding: 20px 0;
	font-size: 32px;
	margin: 0;
}

.new-details .new-time {
	font-size: 12px;
	padding: 0 0 10px;
	align-items: center;
}

.new-details .new-time .time {
	color: #999;
}

.new-details .new-content {
	padding: 10px 0;
}

.new-details .new-content p {
	text-indent: 2em;
	color: #666;
}

.product-list .ol {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0;
}

.product-list .item-inner {
	margin: 20px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #fff;
	position: relative;
	transition: all 0.3s ease;
}

.product-list .item-inner:hover {
	transform: translateY(-5px);
}

.product-list .pic {
	width: 100%;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.product-list .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-list .pro-title {
	font-size: 18px;
	padding: 10px 20px;
}

.product-list .pro-summary {
	font-size: 14px;
	color: #888;
	padding: 0 20px;
}

.company-address .map-area img {
	max-width: 100%;
}

.contact-way .contact-list {
	margin: 0;
	padding: 0;
}

.contact-way .contact-list .item {
	font-size: 16px;
	padding: 10px 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	margin: 0 10px;
}

.contact-way .contact-list .item .iconfont {
	font-size: 60px;
	margin-right: 20px;
}

.contact-way .contact-list .item .span-1 {
	color: #999;
	font-size: 16px;
}

.contact-way .contact-list .item .span-2 {
	color: #444;
	font-size: 18px;
}

/*--page style--*/
.page {
	position: relative;
	z-index: 2;
	margin-top: 50px;
}

.page .p-inner {
	text-align: center;
	padding: 10px 5px;
	clear: both;
	font-size: 0;
}

.page a,
.page span,
.page strong,
.page b {
	display: inline-block;
	margin-left: 5px;
	border-width: 1px;
	border-style: solid;
	padding: 5px 10px;
	font: 400 12px/1 'Microsoft Yahei';
	vertical-align: top;
}

.page .page-ellipsis {
	display: inline-block;
	font-size: 14px;
	margin-left: 5px;
	padding: 3px 0;
	border: none;
}

.page span {
	cursor: not-allowed;
}

.page a:hover {
	text-decoration: none;
}

.page .page-no-area {
	display: inline-block;
}

.page .page-sum {
	display: inline-block;
	margin-left: 5px;
	padding: 5px 10px;
	font: 400 12px/1 'Microsoft Yahei';
	vertical-align: top;
}

.page .page-sum em {
	font-style: normal;
}

.page .page-select {
	margin-left: 5px;
	text-align: left;
	display: inline-block;
	position: relative;
	line-height: 1;
	vertical-align: top;
}

.page .page-select dt {
	display: inline-block;
	border: 1px solid #ccc;
	position: relative;
}

.page .page-select dt i {
	position: absolute;
	right: 5px;
	top: 50%;
	height: 0;
	width: 0;
	overflow: hidden;
	border-width: 8px 5px 0;
	border-style: solid dashed dashed solid;
	border-color: #ccc transparent;
	margin-top: -4px;
}

.page .page-select em {
	font-style: normal;
	font-size: 12px;
	display: inline-block;
}

.page .page-select dt em {
	padding: 5px 20px 5px 10px;
}

.page .page-select ol {
	position: absolute;
	left: 0;
	bottom: 100%;
	border: 1px solid #ccc;
	width: 100%;
	background-color: #fff;
	padding: 2px 0;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.page .page-select-hover ol {
	display: block;
}

.page .page-select li {
	line-height: 24px;
	cursor: pointer;
}

.page .page-select li em {
	padding-left: 10px;
}

.page .page-select li:hover {
	background-color: #f5f5f5;
}

.page .page-select li.selected {
	background-color: #ececec;
}

.page .page-form {
	margin-left: 5px;
	display: inline-block;
	font-size: 12px;
	vertical-align: top;
}

.page .page-form .page-num-input {
	width: 40px;
	padding: 3px 0;
	border: 1px solid #aaaaaa;
	margin: 0 5px;
	text-align: center;
}

.page .page-form .page-enter-btn {
	margin-left: 5px;
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #aaaaaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f0f0f0;
	cursor: pointer;
}

.page .page-form .page-enter-btn s {
	text-decoration: none;
	font-style: normal;
}

/*--page style--*/
.page a {
	border-color: #AAA;
	color: #666;
	background-color: #FFF;
}

.page span {
	border-color: #DDD;
	color: #AAA;
	background-color: #FFF;
}

.page a:hover,
.page strong {
	color: #FFF;
	background-color: #1e97d3;
	border-color: #1e97d3;
}