@charset "utf-8";

* {
	word-break: break-all;
	margin: 0;
	padding: 0;
}

body {
	behavior: url("csshover3.htc");
}

body {
	font-size: 16px;
	color: #333333;
font-family: "Microsoft YaHei", "Courier New", Courier, monospace;
	padding: 0px;
	margin: 0px auto;
	line-height: 26px;
	background-color: #FFF;
	overflow-x: hidden;
	width: 100%;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

ul,
li,
dl,
dt,
dd {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	overflow: hidden;
}

.imgZoom {
	overflow: hidden;
}

.imgZoom img {
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
	display: block;
}

.imgZoom:hover img {
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

table {
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
}

table tr:nth-child(odd) {
	background: #F4F4F4;
}


table tr:hover {
	background: #d30009;
	color: #fff;
}

table td,
table th {
	border: 1px solid #dddddd;
}

table tr:nth-of-type(1) {
	background: #666666;
	color: #ffffff;
}

img {
	max-width: 100%;
	border: 0;
	height: auto;
}

.input,
.textarea {
	border-top: ridge 1px #ccc;
	border-right: inset 1px #D8D8D8;
	border-bottom: inset 1px #D8D8D8;
	border-left: ridge 1px #ccc;
	font-size: 14px;
	color: #666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	background-color: #fff
}

.wrap {
	width: 1600px;
	margin: 0 auto;
}

/* Carousel styles */
.carousel-container {
	position: relative;
	width: 100%;
	height: 600px;
	overflow: hidden;
}

.carousel-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

.carousel-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}

.carousel-slide.active {
	opacity: 1;
}

.carousel-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Carousel indicators - positioned to avoid overlapping the navigation */
.carousel-indicators {
	position: absolute;
	bottom: 140px; /* Increase bottom spacing to prevent overlap with the navigation */
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
	z-index: 5; /* Lower z-index so the navigation stays above */
}

.indicator {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.indicator.active {
	background-color: #2b57a8;
}

.indicator:hover {
	background-color: rgba(255, 255, 255, 0.8);
}

/* Carousel arrows - positioned to avoid overlapping the navigation */
.carousel-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background-color 0.3s ease;
	z-index: 5; /* Lower z-index so the navigation stays above */
}

.carousel-arrow:hover {
	background-color: rgba(0, 0, 0, 0.7);
}

.carousel-prev {
	left: 20px;
}

.carousel-next {
	right: 20px;
}

.carousel-lang-switch {
	position: absolute;
	right: 24px;
	bottom: 24px;
	background: rgba(43, 87, 168, 0.92);
	color: #ffffff;
	padding: 10px 22px;
	border-radius: 24px;
	font-weight: 600;
	font-size: 16px;
	box-shadow: 0 12px 32px rgba(43, 87, 168, 0.18);
	transition: all 0.3s ease;
	z-index: 6;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.carousel-lang-switch:hover,
.carousel-lang-switch:focus {
	background: rgba(30, 64, 128, 0.95);
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 16px 30px rgba(43, 87, 168, 0.25);
}

.carousel-lang-switch .icon-lang {
	font-size: 18px;
	line-height: 1;
}

.carousel-lang-switch .lang-text {
	line-height: 1;
	color: #ffffff;
}

@media screen and (max-width: 768px) {
	.carousel-lang-switch {
		right: 16px;
		bottom: 16px;
		padding: 8px 18px;
		font-size: 14px;
	}
}

@media screen and (max-width: 480px) {
	.carousel-lang-switch {
		right: 12px;
		bottom: 12px;
		padding: 6px 16px;
		font-size: 13px;
	}
}


/*topnav*/


.topnav {
	background: url(../image/cpbj.png) no-repeat;
	position: relative;
	bottom: 114px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 9999;
	width: 1900px;
	max-width: 100%;
	height: 900px; /* Expanded height to display the complete product range */
	background-size:100% 100%;
	overflow: visible; /* Allow overflow to avoid clipping content */
}

/* Responsive adjustments - overlay and menu alignment */
@media screen and (max-width: 1900px) {
	.topnav {
		width: 100%;
		height: 800px; /* Increased height to keep content fully visible */
	}
	
	.dh li {
		width: 16.66%;
		font-size: 16px;
	}
	
	.dh li a {
		font-size: 16px;
	}
	
	.dh li span {
		font-size: 12px;
	}
	
	.cpxl {
		margin-top: 60px;
		padding: 0 20px;
		box-sizing: border-box;
	}
	
	.cpxl a {
		width: 22%;
		margin: 0 1.5%;
	}
}

/* Responsive adjustments - overlay and menu alignment */
@media screen and (max-width: 1700px) {
	.topnav {
		width: 100%;
		height: 800px; /* Increased height to keep content fully visible */
	}
	
	.dh li {
		width: 16.66%;
		font-size: 16px;
	}
	
	.dh li a {
		font-size: 16px;
	}
	
	.dh li span {
		font-size: 12px;
	}
	
	.cpxl {
		margin-top: 60px;
		padding: 0 20px;
		box-sizing: border-box;
	}
	
	.cpxl a {
		width: 22%;
		margin: 0 1.5%;
	}
}

@media screen and (max-width: 1200px) {
	.topnav {
		height: 750px; /* Increased height to keep content fully visible */
	}
	
	.dh li {
		width: 16.66%;
		font-size: 14px;
	}
	
	.dh li a {
		font-size: 14px;
	}
	
	.dh li span {
		font-size: 11px;
	}
	
	.cpxl {
		margin-top: 50px;
		padding: 0 15px;
		box-sizing: border-box;
	}
	
	.cpxl a {
		width: 21%;
		margin: 0 2%;
	}
}

@media screen and (max-width: 992px) {
	.topnav {
		height: 700px; /* Increased height to keep content fully visible */
	}
	
	.dh li {
		width: 16.66%;
		font-size: 13px;
	}
	
	.dh li a {
		font-size: 13px;
	}
	
	.dh li span {
		font-size: 10px;
	}
	
	.cpxl {
		margin-top: 40px;
		padding: 0 10px;
		box-sizing: border-box;
	}
	
	.cpxl a {
		width: 20%;
		margin: 0 2.5%;
	}
}

@media screen and (max-width: 768px) {
	.topnav {
		height: 650px; /* Increased height to keep content fully visible */
	}
	
	.dh {
		padding: 15px 0;
	}
	
	.dh li {
		width: 16.66%;
		font-size: 12px;
	}
	
	.dh li a {
		font-size: 12px;
	}
	
	.dh li span {
		font-size: 9px;
	}
	
	.cpxl {
		margin-top: 30px;
		padding: 0 5px;
		box-sizing: border-box;
	}
	
	.cpxl a {
		width: 19%;
		margin: 0 3%;
	}
}

/* Responsive adjustments for smaller screens */
@media screen and (max-width: 600px) {
	.topnav {
		height: 600px; /* Increased height to keep content fully visible */
	}
	
	.dh li a {
		font-size: 11px;
	}
	
	.dh li span {
		font-size: 8px;
	}
	
	.cpxl {
		margin-top: 20px;
		padding: 0 5px;
	}
	
	.cpxl a {
		width: 18%;
		margin: 0 4%;
	}
}

@media screen and (max-width: 480px) {
	.topnav {
		height: 550px; /* Increased height to keep content fully visible */
	}
	
	.dh li a {
		font-size: 10px;
	}
	
	.dh li span {
		font-size: 7px;
	}
	
	.cpxl {
		margin-top: 15px;
		padding: 0 2px;
	}
	
	.cpxl a {
		width: 17%;
		margin: 0 5%;
	}
}

.dh {
	padding: 20px 0;
	box-sizing: border-box;
}

.dh li {
	float: left;
	width: 16.66%;
	text-align: center;
}

.dh li a {
	font-size: 18px;
}

.dh li:hover a {
	color: #2b57a8;
}

.dh li span {
	display: block;
	font-size: 14px;
}

.cpxltop img {
	display: block;
	margin: 0 auto;
}

.cpxl {
	margin-top: 76px;
}

.cpxl a {
	display: block;
	float: left;
	width: 23%;
	margin: 0 1%;
}
.cpxl a .img2{
	display: none;
}
.cpxl a:hover>.img1{
	display: none;
}
.cpxl a:hover>.img2{
	display: block;
}
/*.cpxl a:nth-child(1) {
	background: url(../image/psjxl.png) no-repeat;
}

.cpxl a:nth-child(1):hover {
	background: url(../image/psjxl2.png) no-repeat;
}

.cpxl a:nth-child(2) {
	background: url(../image/ydps.png) no-repeat;
}

.cpxl a:nth-child(2):hover {
	background: url(../image/ydps2.png) no-repeat;
}

.cpxl a:nth-child(3) {
	background: url(../image/slsf.png) no-repeat;
}

.cpxl a:nth-child(3):hover {
	background: url(../image/slsf2.png) no-repeat;
}

.cpxl a:nth-child(4) {
	background: url(../image/slscx.png) no-repeat;
}

.cpxl a:nth-child(4):hover {
	background: url(../image/slscx2.png) no-repeat;
}*/


/* About us */

.about {
	background: url(../image/aboutbg.jpg) no-repeat;
	margin-top: -290px;
	padding-bottom: 94px;
	box-sizing: border-box;
	background-size:100%;
}

.bt1 {
	margin-bottom: 26px;
}

.bt2 {
	margin-top: 26px;
}

.aboutcon>.fl {
	padding-top: 180px;
	box-sizing: border-box;
	width: 54%;
	color: white;
}

.aboutcon>.fl p {
	line-height: 32px;
	text-indent: 34px;
}

.aboutcon>.fr {
	width: 38%;
	padding-top: 124px;
	box-sizing: border-box;
}

.xwl {
	width: 64%;
}

.xwl a {
	color: white;
}

.xwl p {
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.xwl span {
	font-size: 14px;
}

.xwr {
	width: 33%;
}

.xwr img {
	width: 100%;
}

.syxwlb {
	background: rgb(255, 255, 255, 0.3);
	padding: 24px 40px;
	box-sizing: border-box;
	border-bottom: 1px solid white
}


/* Case studies */

.case {
	background: url(../image/case.jpg) no-repeat;
	padding: 60px 0;
	box-sizing: border-box;
	background-size:100%;
}

.casetop img {
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}

.casecon dl {
	float: left;
	width: 23%;
	margin: 0 1%;
}

.casecon dl {
	position: relative;
}

.casecon dl dd {
	width: 100%;
	position: absolute;
	bottom: 7px;
	left: 0;
	padding: 10px 10px;
	box-sizing: border-box;
	background: rgb(0, 0, 0, 0.5);
}

/* Unified styling for case thumbnails */
.case-thumb {
    width: 100%;
    height: 296px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 6px;
}

.casecon dl dd a {
	color: white;
}

.casecon dl dd p {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.cpqh img{
	width: 100%;
}

/* Single post styles */
.content {
	padding: 40px 0;
}

.entry-header {
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.entry-title {
	font-size: 28px;
	color: #333;
	margin-bottom: 15px;
	line-height: 1.4;
}

.entry-meta {
	color: #666;
	font-size: 14px;
	margin-bottom: 20px;
}

.entry-meta span {
	margin-right: 20px;
}

.entry-content {
	line-height: 1.8;
	color: #333;
	margin-bottom: 30px;
}

.entry-content p {
	margin-bottom: 15px;
}

.entry-content img {
	max-width: 100%;
	height: auto;
	margin: 20px 0;
}

.post-thumbnail {
	margin-bottom: 30px;
	text-align: center;
}

.post-thumbnail img {
	max-width: 100%;
	height: auto;
}

.entry-footer {
	border-top: 1px solid #eee;
	padding-top: 20px;
	margin-top: 30px;
}

.tags, .categories {
	margin-bottom: 10px;
}

.tags-title, .categories-title {
	font-weight: bold;
	color: #333;
}

.page-links {
	margin: 20px 0;
	text-align: center;
}

.page-links a {
	display: inline-block;
	padding: 8px 15px;
	margin: 0 5px;
	background: #f5f5f5;
	color: #333;
	text-decoration: none;
	border-radius: 3px;
}

.page-links a:hover {
	background: #2b57a8;
	color: white;
}

.post-navigation {
	margin: 40px 0;
	padding: 20px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.nav-links {
	display: flex;
	justify-content: space-between;
}

.nav-previous, .nav-next {
	flex: 1;
}

.nav-next {
	text-align: right;
}

.nav-subtitle {
	color: #666;
	font-size: 14px;
}

.nav-title {
	color: #2b57a8;
	font-weight: bold;
}

.no-posts {
	text-align: center;
	padding: 60px 20px;
}

.no-posts h2 {
	color: #333;
	margin-bottom: 15px;
}

.no-posts p {
	color: #666;
	font-size: 16px;
}

/* Product category page styles */
.product-category-page {
	padding: 40px 0 80px;
	background: #f8f9fa;
}

.page-header {
	text-align: center;
	margin-bottom: 60px;
}

.page-title {
	font-size: 36px;
	color: #333;
	margin-bottom: 15px;
	font-weight: bold;
}

.page-description {
	font-size: 16px;
	color: #666;
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.6;
}

/* Product category navigation */
.product-categories {
	margin-bottom: 60px;
}

.product-categories .cpxltop {
	margin-bottom: 20px;
}

.product-categories .cpxl {
	margin-top: 20px;
}

.product-categories .cpxl a {
	position: relative;
}

.product-categories .cpxl a.active {
	opacity: 0.8;
	transform: scale(0.95);
}

.product-categories .cpxl a.active::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(43, 87, 168, 0.3);
	border-radius: 8px;
	pointer-events: none;
}

/* Product showcase area */
.product-showcase {
	background: white;
	border-radius: 12px;
	padding: 40px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.product-grid {
	display: none;
}

.product-grid.active {
	display: block;
}

.grid-header {
	text-align: center;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 2px solid #f0f0f0;
}

.grid-header h2 {
	font-size: 28px;
	color: #333;
	margin-bottom: 10px;
}

.grid-header p {
	font-size: 16px;
	color: #666;
	margin: 0;
}

.products-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 30px;
}

/* Product card */
.product-card {
	background: white;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
}

.product-card:hover {
	box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.product-image {
	position: relative;
	overflow: hidden;
	height: 200px;
}

.product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
	transform: scale(1.05);
}

.product-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(43, 87, 168, 0.9);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.product-card:hover .product-overlay {
	opacity: 1;
}

.view-product {
	color: white;
	text-decoration: none;
	padding: 10px 20px;
	border: 2px solid white;
	border-radius: 25px;
	font-weight: bold;
	transition: all 0.3s ease;
}

.view-product:hover {
	background: white;
	color: #2b57a8;
}

.product-info {
	padding: 20px;
}

.product-title {
	margin: 0 0 10px 0;
	font-size: 18px;
}

.product-title a {
	color: #333;
	text-decoration: none;
	transition: color 0.3s ease;
}

.product-title a:hover {
	color: #2b57a8;
}

.product-excerpt {
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 15px 0;
}

.product-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product-date {
	font-size: 12px;
	color: #999;
}

.no-products {
	text-align: center;
	padding: 60px 20px;
	color: #666;
}

/* Contact us section */
.contact-section {
	background: #2b57a8;
	color: white;
	border-radius: 12px;
	padding: 40px;
	margin-top: 60px;
	text-align: center;
}

.contact-content h3 {
	font-size: 24px;
	margin-bottom: 15px;
}

.contact-content p {
	font-size: 16px;
	margin-bottom: 25px;
	opacity: 0.9;
}

.btn {
	display: inline-block;
	padding: 12px 30px;
	background: white;
	color: #2b57a8;
	text-decoration: none;
	border-radius: 25px;
	font-weight: bold;
	transition: all 0.3s ease;
}

.btn:hover {
	background: #f8f9fa;
	transform: translateY(-2px);
}

/* Responsive tweaks */
@media (max-width: 768px) {
	.category-nav {
		flex-direction: column;
		align-items: center;
	}
	
	.category-item {
		width: 100%;
		max-width: 300px;
	}
	
	.products-container {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.page-title {
		font-size: 28px;
	}
	
	.product-showcase {
		padding: 20px;
	}
}


/* News center */

.news {
	margin-top: 90px;
	margin-bottom: 66px;
}

.newscon .fl {
	width: 50%;
}

.newscon .fl img {
	display: block;
}

.newscon .fl dl dd p {
	font-size: 20px;
	font-weight: bold;
	color: #2b57a8;
	margin-top: 18px;
}

.newscon .fl dl dd span {
	display: block;
	margin: 10px 0;
}

.newscon .fr {
	width: 48%;
	box-sizing: border-box;
}

.newscon .fr dl {
	padding: 10px 0;
}

.newsriht {
	border-bottom: 1px solid #a8a8a8;
}

.newsriht .fl {
	width: 20%;
}

.newsriht .fl span {
	display: block;
	text-align: center;
	color: #a8a8a8;
}

.newsriht .fl span:nth-child(1) {
	font-weight: bold;
	font-size: 80px;
	display: block;
	line-height: 80px;
}

.newsriht .fr {
	width: 78%;
}

.newsriht .fr p {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}

.newsriht .fr span {
	line-height: 22px;
	display: inline-block;
	color: #a29f9f;
}


/* Partner links */

.link {
	background: #2b57a8;
	padding: 28px 0;
	box-sizing: border-box;
}

.link span {
	color: white;
}

.link a {
	color: white;
}


/* Footer */

.foot {
	background: url(../image/footbg.jpg) no-repeat;
	padding: 84px 0;
	box-sizing: border-box;
	background-size:100%;
}

.wrap1 {
	width: 1300px;
	margin: 0 auto;
}

.foot .fr {
	color: white;
}


/* Inner page hero */

.ndh {
	background-color: #3e4040;
	padding: 30px 0;
}

.ndh .fl {
	width: 34%;
}

.ndh ul {
	width: 66%;
}

.ndh ul li {
	float: left;
	width: 16%;
	text-align: center;
	line-height: 62px;
}

.ndh ul li a {
	color: white;
}


/* Product list */

.cpxlnr {
	margin-top: 40px;
	margin-bottom: 80px;
}

#banner {
	position: relative;
}

#banner ul {
	overflow: hidden;
	margin-bottom: 0;
}

#banner ul li {
	list-style: none;
	display: none;
}

#p {
	margin: 38px 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}

#p p {
	width: 100px;
	text-align: center;
	color: #dde2e2;
	font-weight: bold;
	font-size: 20px;
}

#p p:nth-child(1) {
	margin-left: 0;
}

#p .on {
	color: white;
}

#left {
	font-size: 60px;
	font-weight: bold;
	color: #ffffff;
	position: absolute;
	top: 0;
	text-decoration: none;
	display: inline-block;
	display: block!important;
	margin-top: 10px;
}

#left img {
	display: block;
}

#right {
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	right: 0%;
	top: 0;
	display: inline-block;
	display: block!important;
	margin-top: 10px;
}

#right img {
	display: block;
}

.tp1,
.tp2 {
	overflow: hidden;
}

.tp1 dl,
.tp2 dl {
	position: relative;
	color: white;
}

.tp1 dd,
.tp2 dd {
	position: absolute;
	bottom: 10px;
	background-color: rgba(54, 56, 55, 0.9);
	width: 100%;
	padding: 14px 0 14px 26px;
	box-sizing: border-box;
	display: none;
	border-radius: 0 0 14px 14px;
}

.tp1 dl:hover dd {
	display: block;
}

.tp2 dl:hover dd {
	display: block;
}

.tp1 dl a {
	display: inline-block;
	width: 49%;
}

.tp1 dl {
	width: 100%;
	margin-bottom: 20px;
}

.tp1 dl dt img {
	width: 100%;
	border-radius: 16px;
}

.tp2 dl dt img {
	width: 100%;
	border-radius: 16px;
}

/* About page product imagery */
.about-product-image {
	width: 100%;
	height: 262.5px; /* 4:3 aspect ratio for 700×525 images */
	object-fit: cover;
	object-position: center;
	border-radius: 16px;
}

.tp1 dd p {
	font-size: 20px;
	color: white;
	font-weight: bold;
}

.tp2 dd p {
	font-size: 18px;
	color: white;
	font-weight: bold;
}

.tp2 a {
	width: 23%;
	margin: 20px 1%;
	float: left;
}

#d {
	margin: 38px 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}

#d p {
	width: 200px;
	text-align: center;
	color: #000000;
	font-weight: bold;
	font-size: 20px;
}

#d .on {
	color: #03433f;
}

#lef {
	font-size: 60px;
	font-weight: bold;
	color: #ffffff;
	position: absolute;
	top: 0;
	text-decoration: none;
	display: inline-block;
	display: block!important;
	margin-top: 10px;
}

#lef img {
	display: block;
}

#righ {
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	right: 0%;
	top: 0;
	display: inline-block;
	display: block!important;
	margin-top: 10px;
}

#righ img {
	display: block;
}


/* News center */

.xwzx {
	margin-top: 50px;
}

.xwtop {
	margin-bottom: 34px;
}
.xwtop img{
	display: block;
	margin: 0 auto;
}
.xwnr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.zswd .zsbtn img {
	display: block;
	margin: 0 auto;
	margin-top: 45px;
}

.xwnr a {
	display: block;
	width: 32%;
	margin-bottom: 24px;
	background: #efefef;
	padding: 24px;
	box-sizing: border-box;
}

.xwnr dl dt p {
	font-size: 18px;
	color: #565656;
	font-weight: bold;
}

.xwnr dl dt span {
	font-size: 14px;
	margin: 10px 0;
	color: #c1c1c1;
}

.xwnr dl dd p {
	line-height: 24px;
	color: #565656;
}

.xwnr dl dd span {
	margin-top: 23px;
	display: inline-block;
	border: 1px solid #565656;
	padding: 0 6px;
	padding: 0 25px;
}

.xwnr a:hover {
	background: #444646;
}

.xwnr a:hover dt p {
	color: white;
}

.xwnr a:hover dd p {
	color: white;
}

.xwnr a:hover dd span {
	color: white;
	border: 1px solid white;
}


/* Knowledge base */

.zswd {
	background: url(../image/wdbg.jpg)no-repeat;
	height: 611px;
	padding: 50px 0;
	background-size:100%;
}

.zswd .zstop img {
	display: block;
	margin: 0 auto;
}

.zsnr {
	margin-top: 50px;
}

.zsnr a {
	display: block;
}

.zswd1 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 26px;
}

.zsnr p {
	width: 47%;
	background: white;
	height: 50px;
	border-radius: 12px;
	line-height: 50px;
}

.zsnr span {
	display: inline-block;
	background: #e99128;
	width: 60px;
	border-radius: 11px;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 16px;
}

.zsnr em {
	display: inline-block;
	margin-left: 20px;
	font-size: 16px;
	color: #175d4c;
}

.wznr {
	margin: 54px auto;
	text-align: center;
}

.wznr h1 {
	color: #1c1d1d;
    line-height: 52px;
}

.wznr span {
	margin-bottom: 34px;
	display: inline-block;
}


/* About us */

.gsjs_top img:nth-child(1) {
	display: block;
	margin: 0 auto;
	margin-top: 53px;
	margin-bottom: 18px;
}

.gsjs_top img:nth-child(3) {
	display: block;
	margin: 0 auto;
	margin-top: 28px;
	margin-bottom: 51px;
}


/* Case studies */

.hl img {
	width: 100%;
}

.nbanner img {
	width: 100%;
}

.fy {
	margin-bottom: 50px;
}

.anli1 img {
	margin-top: 50px!important;
}

.anli .al_top img {
	display: block;
	margin: 0 auto;
}

.aimg {
	transition: all 0.6s;
}

.ddd:hover .aimg {
	transform: scale(1.1);
}

.alnr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 58px;
	margin-bottom: 58px;
}

.alnr a {
	display: block;
}

.alnr dl {
	width: 24%;
	overflow: hidden;
	margin-bottom: 20px;
}

.alnr dl {
	position: relative;
}

.alnr dt img {
	width: 100%;
	display: block;
}

.alnr dd {
	position: absolute;
	bottom: 26px;
	left: 19px;
	font-size: 24px;
	font-weight: bold;
	color: white;
}

.al_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(54, 56, 55, 0.5);
	color: white;
	border-radius: 8px;
	display: none;
}

.al_bg img {
	display: block;
	margin: 82px 38%;
}

.al_bg p {
	font-size: 24px;
	font-weight: bold;
	color: white;
	margin-left: 30px;
}

.al_bg span {
	display: block;
	width: 60px;
	height: 4px;
	background: white;
	margin: 10px 0 10px 30px;
}

.al_bg em {
	display: block;
	color: white;
	margin-left: 30px;
	line-height: 20px;
}

.alnr dl:hover dd {
	display: none;
}

.alnr dl:hover dd p {
	display: none;
}

.alnr dl:hover .al_bg {
	display: block;
}


/* Product detail page */

.cpxq {
	margin-top: 80px;
}

.cpxq_l {
	width: 36%;
}

.cpxq_l img {
	width: 100%;
}

.cpxq_r {
	width: 52%;
}

.cpxq_r h1 {
	width: 54%;
    color: #262727;
    line-height: 30px;
}

.cpxq_r span {
	display: inline-block;
	margin-top: 26px;
	margin-bottom: 18px;
}

.cpxqt {
	margin: 50px auto;
}

.cpxqt span {
	font-size: 24px;
	color: #05544f;
	font-weight: bold;
}

#d {
	margin: 38px 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}

#d p {
	width: 200px;
	text-align: center;
	color: #000000;
	font-weight: bold;
	font-size: 20px;
}

#d .on {
	color: #03433f;
}

#lef {
	font-size: 60px;
	font-weight: bold;
	color: #ffffff;
	position: absolute;
	top: 0;
	text-decoration: none;
	display: inline-block;
	display: block!important;
	margin-top: 10px;
}

#lef img {
	display: block;
}

#righ {
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	right: 0%;
	top: 0;
	display: inline-block;
	display: block!important;
	margin-top: 10px;
}

#righ img {
	display: block;
}


/* Contact us */

.lxwm {
	width: 880px;
	margin: 70px auto 0;
}

.lxwm img {
	display: block;
}

.lw_l {
	margin-top: 20px;
	color: #030303;
	font-size: 20px;
	font-weight: bold;
}

.lw_l img {
	margin-bottom: 20px;
}

iframe {
	margin: 110px 0;
}

.alnr1 img{
	width: 100%important;
	height: auto!important;
}

