/* 关于我们--开始 */

.Company {
	width: 100%;
	overflow: hidden;
	background: url(/assets/image/abbj.jpg) no-repeat;
	padding: 90px 0px 110px;
	background-position-x: center;
	background-position-y: center;
}

.Company .fl {
	width: 60%;
	float: left;
	height: auto;
	overflow: hidden;
	background: #17479ec7;
	padding: 40px;
}

.Company .fl p {
	color: #fff;
	line-height: 30px;
	text-indent: 2em;
	font-weight: 300;
	text-align: justify;
}

.about_right {
	margin-top: 30px;
	margin-bottom: 60px;
}

.about_right ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 60px 4%;

}

.about_right ul li {
	width: 19%;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 1px 19px 4px rgb(191 191 191 / 28%);
	transition: all 0.5s;
	text-align: center;
}

.about_right ul li:hover {
	margin-top: -6px;
	transition: all 0.5s;
}

.about_right ul li .left {
	text-align: center;
	width: 100%;
	margin-top: 10px;
}

.about_right ul li .left img {
	width: 68px;
	transform: rotateY(0deg);
	transition: all 0.6s;
}

.about_right ul li .left img:hover {
	transform: rotateY(180deg);
	transition: all 0.6s;
}

.about_right ul li .right {
	width: 100%;
	float: left;
}

.about_right ul li .right h2 {
	font-size: 20px;
	font-weight: bold;
	color: #17479e;
}

.about_right ul li .right p {
	font-size: 17px;
	line-height: 30px;
	color: #666;
	font-weight: 300;
}

/* 企业宗旨 */

.Purpose {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 80px 0 100px;
}

.Purpose .w h2 {
	text-align: left;
	color: #17479e;
	font-weight: bold;
}

.Purpose .w h3 {
	text-align: left;
	font-weight: 300;
	font-size: 20px;
}

.Purpose .w ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px 0px 40px;
}

.Purpose .w ul li {
	text-align: center;
	width: 23%;
	padding: 40px 25px 30px;
	box-shadow: 0 1px 19px 4px rgb(191 191 191 / 28%);
	transition: all 0.5s;
}

.Purpose .w ul li:hover {
	margin-top: -6px;
	transition: all 0.5s;
}

.Purpose .w .Purpose_img {
	width: 120px;
	height: 120px;
	transition: .5s ease-in-out;
	position: relative;
	background: #17479e;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Purpose .w .Purpose_img img {
	width: 60px;
	height: 60px;
}

.Purpose .w .Purpose_text {
	width: 100%;
	margin-top: 15px;
	float: left;
}

.Purpose .w .Purpose_text h4 {
	font-size: 24px;
	margin: 20px 0px;
}

.Purpose .w .Purpose_text p {
	margin: 0;
	color: #666;
	font-weight: 300;
	line-height: 30px;
	text-align: center;
}

/* 企业宗旨 */


/* 企业文化  */

.Culture {
	width: 100%;
	overflow: hidden;
	background: url(/assets/image/whbj.jpg) no-repeat;
	padding: 90px 0px 110px;
	background-position-x: center;
	background-position-y: center;
}

.Culture .fl {
	width: 60%;
	float: left;
	height: auto;
	overflow: hidden;
}

.Culture ul {
	display: flex;
	width: 90%;
	float: left;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.Culture ul li {
	width: 100%;
	float: left;
	background: #ffffff40;
	padding: 3%;
	transition: all 0.5s;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.Culture ul li .lnimg {
	float: left;
	width: 15%;
	text-align: center;
}

.Culture ul li .lnimg img {
	width: 100px;
}

.Culture ul li .lntext {
	width: 83%;
	float: right;
}

.Culture ul li:hover {
	background-color: #ffffff;
	transition: all 0.5s;
	box-shadow: 0 1px 19px 4px rgb(191 191 191 / 28%);
	margin-left: 20px;
}

.Culture ul li h2 {
	margin: 17px 0px 10px;
	font-size: 22px;
	width: 100%;
	float: left;
	font-weight: bold;
	text-align: left;
}

.Culture ul li p {
	line-height: 24px;
	margin: 9px 0px;
	width: 100%;
	float: left;
	color: #666;
	text-align: left;
	font-weight: 300;
}

/* 企业文化 */

/* 资质证书*/

.Certificate {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 60px 0 100px;
}

.Certificate .w ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0px 0px 10px;
	margin: 0;
}

.Certificate .w ul li {
	text-align: center;
	width: 24%;
	padding: 8px;
	box-shadow: 0 1px 19px 4px rgb(191 191 191 / 28%);
	transition: all 0.5s;
	margin-bottom: 25px;
}

.Certificate .w ul li .Certificate_img {
	width: 100%;
	overflow: hidden;
}

.Certificate .w ul li .Certificate_img img {
	width: 100%;
	transition: all 0.5s;
}

.Certificate .w ul li:hover .Certificate_img img {
	transform: scale(1.05);
	transition: all 0.5s;
}

.Certificate .w ul li h4 {
	line-height: 28px;
	margin: 20px 0px 9px;
	font-size: 16px;
	font-weight: 300;
	display: none;
}

/* 资质证书 */


/* 生产基地 */
.Equipment {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 80px 0 100px;
}

.Equipment .w ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0px;
}

.Equipment .w ul li {
	text-align: center;
	width: 24%;
	padding: 8px;
	box-shadow: 0 1px 19px 4px rgb(191 191 191 / 28%);
	transition: all 0.5s;
	margin-bottom: 25px;
}

.Equipment .w ul li .Equipment_img {
	width: 100%;
	overflow: hidden;
}

.Equipment .w ul li .Equipment_img img {
	width: 100%;
	transition: all 0.5s;
}

.Equipment .w ul li:hover .Equipment_img img {
	transform: scale(1.05);
	transition: all 0.5s;
}

.Equipment .w ul li h4 {
	line-height: 28px;
	margin: 20px 0px 9px;
	font-size: 16px;
	font-weight: 300;
}

/* 生产基地 */

/* 销售网络 */
.SalesNetworks {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 80px 0 100px;
}

.SalesNetworks .SalesNetworks_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.SalesNetworks .SalesNetworks_box .left {
	float: left;
	width: 50%;
}

.SalesNetworks .SalesNetworks_box .left h3 {
	line-height: 70px;
	font-size: 32px;
}

.SalesNetworks .SalesNetworks_box .left p {
	color: #666;
	line-height: 34px;
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 20px;
}

.SalesNetworks .SalesNetworks_box .right {
	float: right;
	width: 50%;
}

.SalesNetworks .SalesNetworks_box .right img {
	width: 100%;
}

/* 销售网络 */


/* 发展历程 */
.Milestones {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 80px 0 80px;
}

.clearfix-time {
	display: block;
	zoom: 1
}

.clearfix-time:after {
	content: '\20';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.Milestones ul {
	background: url(/assets/image/sy51.png) repeat-y LEFT;
	margin-left: 20px;
	padding: 30px 0px;
}

.Milestones li {
	float: left;
	width: 94%;
	text-align: left;
	position: relative;
	margin-bottom: 40px;
	padding: 20px;
	margin-left: 24px;
	background: #f9f9f9;
	transition: .5s;
}

.Milestones li:before {
	left: -35px;
	top: 35px;
	content: "";
	display: block;
	position: absolute;
	width: 22px;
	height: 22px;
	BACKGROUND: #FFF;
	BORDER-RADIUS: 50PX;
	BORDER: 4PX SOLID #17479e;
}

.Milestones li:hover {
	color: #17479e;
	transition: .5s;
	transform: translateY(-10px);
	box-shadow: 0 1px 19px 4px rgb(191 191 191 / 28%);
	background-color: #fff;
}

.Milestones li h4 {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	font-size: 22px;
	font-family: "AlibabaSans-Heavy";
}

.Milestones li p {
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	font-weight: 300;
	margin: 0;
	line-height: 40px;
}

/* 发展历程 */


/* 合作伙伴 */
.partners {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 80px 0 100px;
}

.partners .w ul {
	width: 100%;
	padding: 0px 0px 30px;
	border-bottom: 1px solid #e1e1e1cc;
	overflow: hidden;
	display: flex;
}

.partners .w ul:nth-last-child(1) {
	border-bottom: 1px solid #fff;
}

.partners .w ul li {
	text-align: center;
	width: 14%;
	transition: all 0.5s;
	margin-bottom: 8px;
	margin: 0px 10px 0px 0px;
	border: 1px solid #d9d9d9;
}

.partners .w h2 {
	font-size: 22px;
	width: 100%;
	float: left;
	margin: 11px 0px 20px;
	background: #ededed;
	padding: 12px;
}


.partners .w ul li .partners_img {
	width: 100%;
	overflow: hidden;
}

.partners .w ul li .partners_img img {
	width: 100%;
	transition: all 0.5s;
	margin: 5px;
}

.partners .w ul li:hover .partners_img img {
	transform: scale(1.05);
	transition: all 0.5s;
}

/* 合作伙伴 */


/*质量体系 */
.Quality {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 80px 0 100px;
}

.Quality .w ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 15px 0px 20px;
	margin: 0;
}

.Quality .w ul li {
	text-align: center;
	width: 24%;
	padding: 8px;
	box-shadow: 0 1px 19px 4px rgb(191 191 191 / 28%);
	transition: all 0.5s;
	margin-bottom: 30px;
}

.Quality .w ul li h3 {
	font-size: 16px;
}

.Quality .w ul li .Quality_img {
	width: 100%;
	overflow: hidden;
}

.Quality .w ul li .Quality_img img {
	width: 100%;
	transition: all 0.5s;
}

.Quality .w ul li:hover .Quality_img img {
	transform: scale(1.05);
	transition: all 0.5s;
}

/*质量体系 */

/* 工作环境 */
.Working {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 80px 0 100px;
}

.Working .w h2 {
	text-align: left;
	color: #17479e;
	font-weight: bold;
}

.Working .w h3 {
	text-align: left;
	font-weight: 300;
	font-size: 16px;
	color: #666;
	line-height: 26px;
}

.Working .w ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 60px 0px;
}

.Working .w ul li {
	text-align: center;
	width: 19%;
	padding: 25px;
	box-shadow: 0 1px 19px 4px rgb(191 191 191 / 28%);
	transition: all 0.5s;
}

.Working .w ul li:hover {
	margin-top: -6px;
	transition: all 0.5s;
}

.Working .w .Working_img {
	width: 100px;
	height: 100px;
	transition: .5s ease-in-out;
	position: relative;
	background: #ffffff;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px #17479e dashed;
}

.Working .w .Working_img img {
	width: 60px;
	height: 60px;
}

.Working .w .Working_text {
	width: 100%;
	margin-top: 15px;
	float: left;
}

.Working .w .Working_text h4 {
	font-size: 24px;
	margin: 20px 0px;
}

.Working .w .Working_text p {
	margin: 0;
	color: #666;
	font-weight: 300;
	line-height: 30px;
	text-align: center;
}

/* 工作环境 */

/* 质量管理休系 */
.QualityManagement {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 80px 0 100px;
}

.QualityManagement .w h3 {
	text-align: left;
	font-weight: 300;
	line-height: 34px;
	margin: 0;
	font-size: 16px;
	color: #666;
}

.QualityManagement .w .imgbox {
	max-width: 70%;
	margin: 0 auto;
	text-align: center;
}

.QualityManagement .w img {
	max-width: 632px;
}

/* 质量管理休系 */

/* 产品实现 */

.ProductRealization {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 80px 0 100px;
}

.ProductRealization h3 {
	width: 100%;
	text-align: left;
	color: #17479e;
	font-size: 20px;
	font-weight: bold;
}

.ProductRealization p {
	font-weight: 300;
	line-height: 26px;
	width: 100%;
	color: #666;
}

.ProductRealization table {
	border-collapse: collapse;
	width: 100%;
	margin: 25px 0px;
}

.ProductRealization tr {
	border-bottom: 2px solid #ffffff;
	background: #f5f5f5;
}

.ProductRealization table td {
	padding: 10px;
	font-weight: 300;
	color: #666;
}

.ProductRealization table td:nth-child(1) {
	background-color: #c2e6ff;
	color: #000;
	font-weight: bold;
	width: 22%;
	text-align: center;
}

.ProductRealization .w .imgbox {
	max-width: 70%;
	text-align: left;
	float: left;
}

.ProductRealization .w img {
	max-width: 553px;
}

/* 产品实现 */
/* 供应商管理 */
.SupplierManagement {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 80px 0 100px;
}

.SupplierManagement .Suppbox {
	display: flex;
	justify-content: space-between;
	clear: both;
	max-width: 100%;
	overflow: hidden;
	align-items: center;
}

.SupplierManagement .Suppbox .left {
	width: 47%;
}

.SupplierManagement .Suppbox .left img {
	width: 100%;
}

.SupplierManagement .Suppbox .left img {
	width: 100%;
	transition: all 0.5s;
}

.SupplierManagement .Suppbox .left img:hover {
	transform: scale(1.05);
	transition: all 0.5s;
}

.SupplierManagement .Suppbox .right {
	width: 50%;
	padding: 10px;
}

.SupplierManagement .Suppbox .right h3 {
	width: 100%;
	text-align: left;
	color: #17479e;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 10px;
	float: left;
	margin-top: 0;
}

.SupplierManagement .Suppbox .right p {
	font-weight: 300;
	line-height: 26px;
	width: 100%;
	color: #666;
}

/* 供应商管理 */

/* 实验与检测设备 */
.Experimentalandtestingequipment {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 80px 0 100px;
}

.Experimentalandtestingequipment .Experbox {
	display: flex;
	justify-content: space-between;
	clear: both;
	max-width: 100%;
	overflow: hidden;
	align-items: center;
	background: #f5f5f5;
	margin-bottom: 40px;
}

.Experimentalandtestingequipment .Experbox .left {
	width: 50%;
}

.Experimentalandtestingequipment .Experbox .left img {
	width: 100%;
	transition: all 0.5s;
}

.Experimentalandtestingequipment .Experbox .left img:hover {
	transform: scale(1.05);
	transition: all 0.5s;
}

.Experimentalandtestingequipment .Experbox .right {
	width: 50%;
	padding: 10px;
}

.Experimentalandtestingequipment .Experbox .right p {
	font-weight: 300;
	line-height: 34px;
	width: 88%;
	color: #000;
	margin: 0 auto;
	font-size: 18px;
}

/* 实验与检测设备 */

/* 生产流程 */

.ProductionProcess {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 80px 0 100px;
}

.ProductionProcess .w .left {
	width: 100%;
	float: left;
}

.ProductionProcess .w .left h3 {
	width: 100%;
	text-align: left;
	color: #17479e;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}


.ProductionProcess .w .left ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0px;
	align-items: center;
}

.ProductionProcess .w .left ul li {
	width: 14%;
	margin-bottom: 18px;
}

.ProductionProcess .w .left ul li img {
	width: 100%;
}

.ProductionProcess .w .left ul p {
	width: 100%;
	float: left;
	font-size: 18px;
	font-weight: 300;
	color: #333;
	line-height: 33px;
}

.li_left {
	margin-right: 15px;
}

.ProductionProcess .w .left ul p .icon {
	color: #e50000;
	font-size: 16px;
	margin-right: 10px;
}

.ProductionProcess .w .left ul .icona {
	font-size: 16px;
	margin: 0px 10px;
}

/* 生产流程 */

/* 职业 */
.job {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 80px 0 100px;
}


/* 职业 */

/* 联系我们--开始 */
.cont {
	width: 100%;
	overflow: hidden;
	background: url(/assets/image/contbj.jpg) no-repeat;
	padding: 80px 0px;
	background-position-x: center;
	background-position-y: center;
}

.cont .w ul {
	width: 57%;
	margin: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #ffffff6b;
	padding: 25px;
}

.cont .w ul li {
	color: #333;
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #ccd6ef;
	padding: 0px;
}

.cont .w ul li .divimg {
	width: 8%;
	float: left;
	text-align: center;
}

.cont .w ul li .divimg span {
	font-size: 30px;
	color: #17479e;
	line-height: 50px;
}

.cont .w ul li .divp {
	width: 91%;
}

.cont .w ul li .divp p {
	font-weight: 300;
	margin: 0;
	line-height: 26px;
}

.cont .w ul>div {
	width: 144px;
	text-align: center;
	margin-top: 20px;
}

.cont .w ul>div p {
	font-weight: 300;
	margin: 0;
	line-height: 26px;
}

.cont .w ul>div img {
	width: 100%;
	margin-bottom: 15px;
}

#dituContent {
	width: 100%;
	height: 350px;
}

.message {
	width: 100%;
	overflow: hidden;
	padding: 100px 0px 20px;
}

.right_input {
	width: 100%;
	overflow: hidden;
	float: right;
}

.right_input li {
	text-align: left;
	display: block;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 50%;
	float: left;
}

.right_input li input,
.right_input li textarea {
	border: 0;
	padding: 10px;
	border-radius: 0;
	width: 98%;
	outline: none;
	border: 1px solid #ccc;
}

.right_input li input::placeholder {
	font-size: 15px;
	color: #666;
	font-weight: 300;
}

.right_input li textarea::placeholder {
	font-size: 15px;
	color: #666;
	font-weight: 300;
}

.right_input .fbxj_sub span {
	display: inline-block;
	width: 100%;
	border: 0;
	height: 52px;
	line-height: 52px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
}

.right_input .fbxj_sub {
	color: #fff;
	width: 99%;
	background-color: #17479e;
	border: 1px solid #17479e;
	line-height: 52px;
	height: 52px;
	text-align: center;
	transition: all 0.6s;
	float: left;
	margin: 25px 0px;
}

.right_input .fbxj_sub:hover {
	color: #17479e;
	width: 99%;
	background-color: #fff;
	border: 1px solid #17479e;
	line-height: 52px;
	height: 52px;
	text-align: center;
	transition: all 0.6s;
	float: left;
	margin: 25px 0px;
}

.bz_box {
	width: 100% !important;
	margin-top: 10px;
	float: left;
}

#bzContact {
	width: 99%;
}

.tips {
	font-size: 12px;
	color: #17479e !important;
}

#allmap {
	height: 400px;
	width: 100%;
}

.BMap_bubble_title {
	overflow: hidden;
	height: auto;
	line-height: 27px;
	white-space: nowrap;
	width: auto;
	font-size: 15px;
	font-weight: 300;
	color: #333;
}

.BMap_bubble_content {
	line-height: 27px;
	font-size: 15px;
	font-weight: 300;
	color: #333;
}

/* 联系我们--结束 */
.sjj-tit {
	font-size: 42px;
	color: #000;
	margin: 50px 0 10px;
	font-weight: normal;
	text-align: center;
}

@media(max-width:768px) {

	/* 关于我们 */
	.Company {
		width: 100%;
		overflow: hidden;
		padding: 80px 0px 90px;
	}

	.Company .fl {
		width: 100%;
		float: left;
		height: auto;
		overflow: hidden;
		background: #17479ec7;
		padding: 18px;
	}

	.Company .fl p {
		color: #fff;
		line-height: 28px;
		text-indent: 2em;
		font-weight: 300;
		text-align: justify;
	}

	.about_right ul li {
		width: 49%;
		padding: 20px;
		background-color: #fff;
		box-shadow: 0 1px 19px 4px rgb(191 191 191 / 28%);
		transition: all 0.5s;
		text-align: center;
		margin-bottom: 20px;
	}

	/* 企业资质 */

	.Certificate .w ul li {
		text-align: center;
		width: 49%;
		padding: 8px;
		box-shadow: 0 1px 19px 4px rgb(191 191 191 / 28%);
		transition: all 0.5s;
		margin-bottom: 25px;
	}

	/* 企业宗旨 */
	.Purpose .w ul li {
		text-align: center;
		width: 100%;
		padding: 40px 25px 30px;
		box-shadow: 0 1px 19px 4px rgb(191 191 191 / 28%);
		transition: all 0.5s;
		margin-bottom: 20px;
	}

	/* 企业文化 */
	.Culture .fl {
		width: 100%;
		float: left;
		height: auto;
		overflow: hidden;
	}


	.Culture ul {
		display: flex;
		width: 100%;
		float: left;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.Culture ul li {
		width: 100%;
		float: left;
		background: #ffffffc4;
		padding: 3%;
		transition: all 0.5s;
		margin-bottom: 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	.Culture ul li:hover {
		background-color: #ffffff;
		transition: all 0.5s;
		box-shadow: 0 1px 19px 4px rgb(191 191 191 / 28%);
		margin-left: 0px;
	}

	.Culture ul li .lnimg {
		float: left;
		width: 22%;
		text-align: center;
	}

	.Culture ul li .lnimg img {
		width: 70px;
	}

	.Culture ul li .lntext {
		width: 76%;
		float: right;
	}

	/* 销售网络 */
	.SalesNetworks .SalesNetworks_box .left {
		float: left;
		width: 100%;
	}

	.SalesNetworks .SalesNetworks_box .right {
		float: right;
		width: 100%;
	}

	/* 生产设备 */
	.Equipment .w ul li {
		text-align: center;
		width: 49%;
		padding: 8px;
		box-shadow: 0 1px 19px 4px rgb(191 191 191 / 28%);
		transition: all 0.5s;
		margin-bottom: 25px;
	}

	/* 合作伙伴 */
	.partners .w ul {
		width: 100%;
		padding: 0px;
		border-bottom: 1px solid #e1e1e1cc;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.partners .w ul li {
		text-align: center;
		width: 47%;
		transition: all 0.5s;
		margin-bottom: 8px;
		margin: 0px 10px 10px 0px;
		border: 1px solid #d9d9d9;
	}

	/* 实验与检测设备 */
	.Experimentalandtestingequipment .Experbox {
		display: flex;
		justify-content: space-between;
		clear: both;
		max-width: 100%;
		overflow: hidden;
		align-items: center;
		background: #f5f5f5;
		margin-bottom: 40px;
		flex-wrap: wrap;
	}

	.Experimentalandtestingequipment .Experbox .left {
		width: 100%;
	}

	.Experimentalandtestingequipment .Experbox .right {
		width: 100%;
		padding: 0px;
	}

	.Experimentalandtestingequipment .Experbox .right p {
		font-weight: 300;
		line-height: 28px;
		width: 88%;
		color: #000;
		margin: 36px auto;
		font-size: 15px;
		text-align: justify;
	}

	/* 生产流程 */
	.ProductionProcess .w .left ul p {
		width: 100%;
		float: left;
		font-size: 16px;
		font-weight: 300;
		color: #333;
		line-height: 26px;
	}

	.ProductionProcess .w .left ul li {
		width: 36%;
		margin-bottom: 10px;
	}

	.ProductionProcess .w .left ul .icona {
		font-size: 14px;
		margin: 0px 5px;
	}

	/* 检测仪器 */
	.Quality .w ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0px 0px 20px;
		margin: 0;
	}

	.Quality .w ul li {
		text-align: center;
		width: 49%;
		padding: 8px;
		box-shadow: 0 1px 19px 4px rgb(191 191 191 / 28%);
		transition: all 0.5s;
		margin-bottom: 30px;
	}

	/* 工作环境*/

	.Working .w h2 {
		text-align: left;
		color: #17479e;
		font-weight: bold;
		font-size: 26px;
	}

	.Working .w ul li {
		text-align: center;
		width: 49%;
		padding: 25px;
		box-shadow: 0 1px 19px 4px rgb(191 191 191 / 28%);
		transition: all 0.5s;
		margin-bottom: 20px;
	}

	.Working .w .Working_img {
		width: 90px;
		height: 90px;
		transition: .5s ease-in-out;
		position: relative;
		background: #ffffff;
		border-radius: 50%;
		overflow: hidden;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 2px #17479e dashed;
	}

	.Working .w .Working_text h4 {
		font-size: 22px;
		margin: 10px 0px;
	}

	/* 质量管理体系 */
	.QualityManagement .w img {
		max-width: 100%;
	}

	.QualityManagement .w .imgbox {
		max-width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	/* 产品实现 */
	.ProductRealization table td:nth-child(1) {
		background-color: #c2e6ff;
		color: #000;
		font-weight: bold;
		width: 35%;
		text-align: center;
	}

	.ProductRealization .w .imgbox {
		max-width: 100%;
		text-align: left;
		float: left;
	}

	.ProductRealization .w img {
		max-width: 100%;
	}

	/* 供应商管理 */
	.SupplierManagement .Suppbox {
		display: flex;
		justify-content: space-between;
		clear: both;
		max-width: 100%;
		overflow: hidden;
		align-items: center;
		flex-wrap: wrap;
	}

	.SupplierManagement .Suppbox .left {
		width: 100%;
	}

	.SupplierManagement .Suppbox .right {
		margin-top: 20px;
		width: 100%;
		padding: 0px;
	}

	/* 联系我们 */
	.cont .w ul {
		width: 100%;
		margin: 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		background: #ffffffc2;
		padding: 20px;
	}

	.cont .w ul li .divp {
		width: 82%;
	}

	.cont .w ul li .divimg {
		width: 16%;
		float: left;
		text-align: center;
	}

	/* 留言 */
	.right_input li {
		text-align: left;
		display: block;
		overflow: hidden;
		margin-top: 10px;
		margin-bottom: 10px;
		width: 100%;
		float: left;
	}





}