.images {
	width: 100%;
	vertical-align: middle;
}

.images img {
	width: 100%;
	height: 100%;
	display: block;
	margin: auto;
	object-fit: cover;
}

.about_title {
	width: 70%;
	margin: 0 auto;
	text-align: center;
}

.about_title p {
	font-size: 2.6rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333;
	text-align: center;
}

.about_title small {
	font-size: 1.5rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #858585;
	letter-spacing: 5px;
}

.about_cont {
	width: 70%;
	margin: 0 auto;
}

.about_cont table {
	width: 100%;
	margin: 20px auto;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.about_cont table th {
	text-align: center;
	color: #666;
	height: 27px;
	line-height: 27px;
	background: #f0f7fd;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.about_cont table td {
	text-align: center;
	color: #666;
	height: 27px;
	line-height: 27px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	font-size: 12px;
}

.about_box {
	margin-top: 5rem;
}

.profile .about_box img {
	margin-bottom: 4.8rem;
}

.profile .about_box div {
	padding-bottom: 8rem;
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #858585;
	line-height: 48px;
	text-align: justify;
}

.publicity {
	margin-bottom: 8rem;
}

.publicity ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.publicity li {
	width: calc((100% - 60px)/2);
	height: 47.2rem;
	position: relative;
}

.publicity video {
	width: 100%;
	height: 100%;
	background-color: #000;
}

.publicity p {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.2);
	background-image: url(../img/about/play.png);
	background-size: 6.8rem 6.8rem;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.culture ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.culture li {
	width: 50%;
	margin-bottom: 3.9rem;
}

.culture li .culture_title {
	margin-bottom: 2rem;
}

.culture_title span {
	font-size: 2rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #0074D6;
	vertical-align: bottom;
}

.culture_title label {
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #CCC;
	margin-left: 1rem;
	vertical-align: bottom;
}

.culture_box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.culture_img {
	width: 17%;
}

.culture_cont {
	width: calc(57% - 21px);
	margin-left: 21px;
}

.culture_cont1 {
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333;
	line-height: 24px;
}

.culture_cont2 {
	font-size: 1.4rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999;
	line-height: 18px;
}

.history {
	box-sizing: border-box;
	padding-bottom: 4.2rem;
	padding-bottom: 8rem;
}

.history ul {
	position: relative;
}

.history ul:after {
	display: block;
	content: '';
	width: 4px;
	height: calc(100% - 30rem);
	background-color: #0074D6;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}

.history ul li {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	box-sizing: border-box;
	margin-top: -10rem;
}

.history ul li:first-child {
	margin-top: 0;
}

.history .box1 {
	padding-right: calc(50% - 4.7rem);
}

.history .box2 {
	padding-left: calc(50% - 4.7rem);
}

.history .time {
	width: 30%;
	background: #0074D6;
	border-radius: 2.5rem;
	font-size: 1.8rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #fff;
	padding: 1.5rem 0;
	text-align: center;
}

.history .text {
	width: 61%;
	background: #F5F5F5;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 3rem;
	position: relative;
}

.history .text p {
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333;
	line-height: 2.4rem;
}

.history .text .img .images {
	border-radius: 5px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 65%;
	margin-top: 1rem;
}

.history .box1 .text:after,
.history .box2 .text:after {
	display: block;
	content: '';
	width: 5%;
	height: 4px;
	background-color: #0074D6;
	position: absolute;
	top: 2.5rem;
}

.history .box2 .text:after {
	left: -10%;
}

.history .box1 .text:after {
	right: -10%;
}

.honor ul,
.patent ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding-bottom: 2rem;
}

.honor li {
	width: calc((100% - 60px)/3);
	margin-right: 30px;
	margin-bottom: 6rem;
	background: #F8F8F8;
	box-sizing: border-box;
	padding: 3rem 2.6rem 4rem;
	cursor: pointer;
}

.honor li:nth-child(3n) {
	margin-right: 0;
}

.honor .images {
	margin-bottom: 2.4rem;
}

.honor .images img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.honor .h3 {
	border-top: 1px solid #0074D6;
	box-sizing: border-box;
	padding-top: 2rem;
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #2B2B2B;
	text-align: center;
}

.honorPop {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 11;
	background-color: rgba(0, 0, 0, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
	box-sizing: border-box;
	padding: 1rem;
}

.honorPopClose {
	width: 3rem;
	height: 3rem;
	position: fixed;
	right: 1rem;
	top: 1rem;
	z-index: 12;
}

.honorPopImg {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.patent ul {
	padding-bottom: 0;
}

.patent li {
	width: calc((100% - 90px)/4);
	margin-right: 30px;
	margin-bottom: 8rem;
}

.patent li:nth-child(4n) {
	margin-right: 0;
}

.patent .images {
	margin-bottom: 2.4rem;
}

.patent .h3 {
	height:54px;
	overflow: hidden;
	font-size: 1.8rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #262626;
	text-align: center;
}

.contact .contact_map {
	display: flex;
	align-items: flex-start;
	margin-bottom: 6.3rem;
}

.contact .contact_map div {
	width: 70%;
}

.contact .contact_company li {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 5rem 0;
	border-bottom: 1px solid #F4F4F4;
}

.contact .contact_company li .contact_company_cont,
.contact .contact_company li map {
	display: block;
	width: 50%;
	font-family: Source Han Sans CN;
	color: #333;
}

.contact .contact_company li map {
	height: 35rem;
}

.contact .contact_company_cont p,
.contact .contact_company_cont a {
	font-size: 2rem;
	margin-top: 2.5rem;
	display: block;
	font-family: Source Han Sans CN;
	font-weight: normal;
	color: #333;
}

.contact .contact_company_cont .h5 {
	font-size: 2.6rem;
	font-weight: bold;
	margin-top: 0;
}
.anchorBL{
	display: none;
}
.newFirst {
	display: flex;
	align-items: center;
	margin-top: 8.2rem;
	margin-bottom: 7.7rem;
	position: relative;
}

.newFirst .detail {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.newFirst_img {
	width: 50%;
	height: 36.8rem;
}
.newFirst_img .images{
	width:100%;
	height: 100%;
}
.newFirst_text {
	width: 50%;
	height: 36.8rem;
	box-sizing: border-box;
	padding-left: 3.8rem;
	padding-top: 2.2rem;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
}

.newFirst_text .title {
	font-size: 2rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #2B2B2B;
	line-height: 33px;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-o-text-line-clamp: 2;
	-moz-text-line-clamp: 2;
	-ms-text-line-clamp: 2;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-o-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-box-orient: vertical;
	-ms-box-orient: vertical;
}

.newFirst_text i {
	display: block;
	width: 100%;
	height: 0;
	border-bottom: 2px dashed #D4D4D4;
}

.newFirst_text article {
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 300;
	color: #6A6A6A;
	line-height: 33px;
	width: 100%;
	overflow: hidden;
	height: 56%;
	line-height: 25px;
}

.newFirst_text div,
.newList .newList_text div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.newFirst_text div span,
.newList .newList_text span {
	font-size: 1.4rem;
	font-family: Source Han Sans CN;
	font-weight: 300;
	color: #AFAFAF;
}

.newFirst_text div a,
.newList .newList_text a {
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 300;
	color: #0074D6;
	border: 1px solid #0074D6;
	width: 10.7rem;
	height: 30px;
	line-height: 30px;
	text-align: center;
}


.newList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.newList li {
	width: calc((100% - 86px)/3);
	margin-right: 43px;
	box-sizing: border-box;
	padding-bottom: 3.4rem;
	margin-bottom: 5rem;
	border-bottom: 1px dashed #D4D4D4;
	position: relative;
}

.newList li:nth-child(3n) {
	margin-right: 0;
}

.newList li .detail {
	display: block;
	width: 100%;
	height: 70%;
	position: absolute;
	left: 0;
	top: 0;
}

.newList li a {
	display: block;
	width: 100%;
	height: 100%;
}

.newList .newList_img {
	margin-bottom: 1.9rem;
	height: 28.8rem;
}
.newList .newList_img .images{
width: 100%;
height: 100%;
}

.newList .newList_text .titles {
	font-size: 1.8rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #2B2B2B;
	line-height: 33px;
	margin-bottom: 1.8rem;
	width: 100%;
	overflow: hidden;
	height: 6.6rem;
}

.newList .newList_text article {
	font-size: 1.6rem;
	font-family: Source Han Sans CN;
	font-weight: 300;
	color: #6A6A6A;
	line-height: 26px;
	margin-bottom: 1.7rem;
	width: 100%;
	overflow: hidden;
	height: 78px;
}

.newList .newList_text .more {
	border: 0;
	background: #F0F0F0;
	color: #959595;
}

.newDetail_title {
	font-size: 4.2rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333;
	text-align: center;
	margin-bottom: 3rem;
	margin-top: 7.9rem;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-o-text-line-clamp: 2;
	-moz-text-line-clamp: 2;
	-ms-text-line-clamp: 2;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-o-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-box-orient: vertical;
	-ms-box-orient: vertical;
}

.newDetail_small {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #BBB8B8;
	margin-bottom: 6.9rem;
}

.newDetail_small span {
	margin-right: 4rem;
}

.newDetail_cont {
	font-size: 1.6rem;
}
.newDetail_cont p {
	text-indent: 2em;
	line-height: 2em;
	padding-bottom: 1em;
}
.newDetail_cont img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%
}
.cont img{width: 100%;margin-top: 20px;margin-right: auto;margin-bottom: 0px;margin-left: auto;}
.cont p.beizhu{margin: 0 auto;width: 100%;padding-top: 10px;color: #000;line-height: 35px;text-indent: 2em;font-size: 1rem;}
.cont p{margin: 0 auto;width: 100%;padding-top: 10px;color: #000;line-height: 35px;text-indent: 2em;font-size: 2rem;}
.cont h2{line-height: 5rem;width: 100%;font-size: 2rem;font-weight: bold;background-color:#6c90ef;color: #FFF;text-indent: 2em;margin-top: 20px; margin-bottom: 20px;}
.cont p.tedian{line-height: 50px;padding-top: 10px;font-size: 2rem;font-weight: bold;border-bottom-width: 3px;border-bottom-style: dashed;border-bottom-color: #900;color: #000;margin-top: 20px;margin-right: auto;margin-bottom: 20px;margin-left: auto;}
.cont p.span{line-height: 50px;padding-top: 10px;font-size: 2rem;font-weight: bold; color: #000;margin-top: 20px;margin-right: auto;margin-bottom: 20px;margin-left: auto;}


@media (max-width: 1024px) {
	.publicity div {
		height: 30rem;
	}
	.contact .contact_company li map {
		height: 25rem;
	}
}

@media (max-width: 768px) {
	.about_title,
	.about_cont {
		width: 94%;
	}
	.anchor ul {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		box-sizing: border-box;
		padding: 0 1rem;
		margin: 0 auto
	}
	.anchor li {
		width: 7.6rem;
		margin: 0 1rem 1rem 0;
	}
	.about_title p {
		font-size: 1.8rem;
		margin: 1.2rem;
	}
	.about_title small {
		font-size: 1.4rem;
	}
	.about_box {
		margin-top: 1.5rem;
	}
	.profile .about_box img {
		margin-bottom: 2.1rem;
	}
	.profile .about_box div {
		padding-bottom: 2.4rem;
		font-size: 1.4rem;
		line-height: 24px;
	}
	.publicity {
		margin-bottom: 4rem;
		width: 100%;
	}
	.publicity ul {
		width: 100%;
		flex-wrap: wrap;
	}
	.publicity li {
		width: 100%;
		height: 23.6rem;
		margin-right: 0;
		margin-bottom: 1rem;
		position: relative;
	}
	.culture ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	.culture li {
		width: 100%;
		margin-bottom: 2.5rem;
	}
	.culture li .culture_title {
		margin-bottom: 1.5rem;
	}
	.culture_cont {
		width: calc(83% - 21px);
	}
	.culture_title span {
		font-size: 1.6rem;
	}
	.culture_title label {
		font-size: 1.2rem;
		margin-left: 0.6rem;
	}
	.culture_cont1 {
		font-size: 1.4rem;
	}
	.culture_cont2 {
		font-size: 1.2rem;
	}
	.history ul {
		box-sizing: border-box;
		padding: 0 1rem;
	}
	.history ul:after {
		left: .4rem;
		height: calc(100% - 18px);
		top: 18px
	}
	.history .box1 .img .images:nth-child(2),
	.history .box2 .img .images:nth-child(2) {
		display: none;
	}
	.history .box1 {
		padding-right: 0;
		flex-direction: column-reverse;
	}
	.history .box2 {
		padding-left: 0;
	}
	.history ul li {
		margin: 0 0 2.5rem;
		flex-wrap: wrap;
		position: relative;
	}
	.history ul li:after {
		display: block;
		width: 10px;
		height: 10px;
		content: '';
		position: absolute;
		left: -0.9rem;
		top: 1.5rem;
		background-image: url(../img/about/circle.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
	.history ul li .text {
		padding: .5rem;
		width: 100%;
	}
	.history .time {
		width: auto;
		padding: .5rem;
		margin-bottom: .5rem;
		margin-left: 2.2rem;
	}
	.history .text p {
		-webkit-line-clamp: 3;
		-o-text-line-clamp: 3;
		-moz-text-line-clamp: 3;
		-ms-text-line-clamp: 3;
	}
	.history .box1 .text:after,
	.history .box2 .text:after {
		display: block;
		content: '';
		width: 3%;
		height: 4px;
		background-color: #0074D6;
		position: absolute;
		top: -2.4rem;
		left: .5rem;
		right: 0;
	}
	.honor ul,
	.patent ul {
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		box-sizing: border-box;
		padding-bottom: 2rem;
	}
	.honor li {
		width: calc((100% - 1.2rem)/2);
		margin-right: 1.2rem;
		margin-bottom: 1.5rem;
		background: #F8F8F8;
		box-sizing: border-box;
		padding: 1rem 2rem 1.7rem;
	}
	.honor li:nth-child(3n) {
		margin-right: 1.2rem;
	}
	.honor li:nth-child(2n) {
		margin-right: 0;
	}
	.honor img {
		margin-bottom: 1rem;
	}
	.honor .h3 {
		border-top: 1px solid #0074D6;
		padding-top: .9rem;
		font-size: 1.4rem;
	}
	.patent li {
		width: calc((100% - 2rem)/2);
		margin-right: 2rem;
		margin-bottom: 2.9rem;
	}
	.patent li:nth-child(4n) {
		margin-right: 1.2rem;
	}
	.patent li:nth-child(2n) {
		margin-right: 0;
	}
	.patent img {
		margin-bottom: 1.2rem;
	}
	.patent .h3 {
		font-size: 1.4rem;
	}
	.contact .contact_map {
		margin-bottom: 2.4rem;
	}
	.contact .contact_map ul {
		width: calc(30% + 3.6rem);
		box-sizing: border-box;
		padding-left: 0;
		padding-bottom: 0;
		margin-left: -3.6rem;
	}
	.contact .contact_map ul li {
		font-size: 1.2rem;
		padding-left: 1.3rem;
		background-size: .8rem 1rem;
	}
	.contact .contact_company li {
		flex-wrap: wrap;
		padding: 1.5rem 0;
	}
	.contact .contact_company li .contact_company_cont,
	.contact .contact_company li map {
		width: 100%;
	}
	.contact .contact_company_cont p,
	.contact .contact_company_cont a {
		font-size: 1.4rem;
		margin-top: 1rem;
	}
	.contact .contact_company_cont .h5 {
		font-size: 1.6rem;
		font-weight: bold;
		margin-top: 0;
	}
	.contact .contact_company li map {
		margin-top: 1.5rem;
		height: 17.5rem;
	}
	.newFirst {
		display: none;
	}
	.newList .newList_text div {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.newList .newList_text span {
		font-size: 1.2rem;
	}
	.newList .newList_text .more {
		font-size: 1.2rem;
		width: 6rem;
		height: 2rem;
		line-height: 20px;
	}
	.newList li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0;
		border-bottom: 1px dashed #D4D4D4;
		box-sizing: border-box;
		padding: 1.8rem 0;
		display: block;
		display: flex;
		align-items: center;
		position: relative;
	}
	.newList .newList_img {
		margin-bottom: 0;
		width: 43%;
		height: 11.8rem;
	}
	.newList .newList_text {
		width: 57%;
		box-sizing: border-box;
		padding-left: 1rem;
		padding-top: 0;
	}
	.newList .newList_text .titles {
		font-size: 1.6rem;
		line-height: 25px;
		margin-bottom: 1.2rem;
		height: 20px;
	}
	.newList .newList_text article {
		font-size: 1.4rem;
		line-height: 20px;
		height: 57px;
		margin-bottom: 1.5rem;
	}
	.newList .newList_text a {
		font-size: 1.2rem;
		font-family: Source Han Sans CN;
		font-weight: 300;
		color: #959595;
		border: none;
		width: 9.5rem;
		height: 25px;
		line-height: 25px;
		text-align: center;
		background-color: #F0F0F0;
	}
	.newList .newList_text .more {
		font-size: 1.2rem;
	}
	.newDetail_title {
		font-size: 1.8rem;
		margin-bottom: 1.2rem;
		margin-top: 2.5rem;
	}
	.newDetail_small {
		font-size: 1.4rem;
		margin-bottom: 2.4rem;
	}
	.newDetail_cont {
		font-size: 1.2rem;
		line-height: 25px;
	}
	.newListWap{
		box-sizing: border-box;
		padding:0 1rem;
	}
}