@charset "utf-8";

/* 
	内页样式表
 */

/* 内页banner */
.banner-ny {
	width: 100%;
	position: relative;
	z-index: 1;
}

.banner-ny img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}


/* 内页主体 */
.ny-main-box {
	position: relative;
	overflow: hidden;
	padding-top: 110px;
}

.ny-main-box .container {
	position: relative;
	z-index: 2;
}

.ny-main {}

.ny-main-box .bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	background-position: top center;
	background-size: cover;
	height: 100%;
}

/* page-culture */
.page-culture {}

.logo-bt {
	display: block;
	height: 90px;
	margin: 0 auto 40px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}


.page-culture .img-bt {
	margin-bottom: 90px;
}

/* culture-index */
.culture-index {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 120px;
}

.culture-index a {
	display: block;
	width: 48%;
	border-radius: 15px;
	overflow: hidden;
}

.culture-index a img {
	display: block;
	width: 100%;
}

.culture-index a:nth-child(2),
.culture-index a:nth-child(5) {
	margin-left: 4%;
}

.culture-index a:nth-child(3) {
	width: 100%;
	margin: 4% 0;
}

/* Advantage */
.Advantage {
	background: var(--col2);
	color: #fff;
	padding: 120px;
	font-size: 20px;
	line-height: 2;
	margin-bottom: 120px;
}

.Advantage .item {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.Advantage .item~.item {
	margin-top: 120px;
}

.Advantage .item:nth-child(2n) {
	flex-direction: row-reverse;
}

.Advantage .item .text {
	width: 40%;
}

.Advantage .item .title {
	font-size: 30px;
	font-weight: bold;
	width: 10em;
	text-align: center;
	line-height: 2.2em;
	border-radius: 5px;
	margin: 0 auto 1em;
}

.Advantage .item:nth-child(1) .title {
	background: #f5031f;
}

.Advantage .item:nth-child(2) .title {
	background: #da8a0d;
}

.Advantage .item:nth-child(3) .title {
	background: #1b4291;
}

.Advantage .item:nth-child(4) .title {
	background: #679a3f;
}

.Advantage .item:nth-child(5) .title {
	background: #b408a1;
}

.Advantage .item:nth-child(6) .title {
	background: #0faba9;
}

.Advantage img {
	display: block;
	width: 53%;
}

/* Vision */
.Vision {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2%;
}

.Vision .item {
	width: 49%;
	position: relative;
}

.Vision .item img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}

.Vision .item .text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.Vision .item .text .typename {
	background: var(--col2);
	color: #fff;
	font-size: 44px;
	line-height: 1.5;
	width: 6em;
	border-radius: 10px;
	margin: 7% auto;
	text-align: center;
}

.Vision .item .text .info {
	width: 90%;
	margin: 0 auto;
	background: rgba(0, 0, 0, .6);
	font-size: 15px;
	line-height: 1.75em;
	color: #fff;
	padding: 40px 50px;
	height: 55%;
}

.Vision .item .text .tit {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}


/* Mission */
.Mission {
	display: flex;
	justify-content: space-between;
	margin-bottom: 120px;
}

.Mission .item {
	width: 23.5%;
	position: relative;
}

.Mission .item:nth-child(1) {
	width: 49%;
	position: relative;
}

.Mission .item img {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.Mission .item .text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.Mission .item .text .typename {
	background: var(--col2);
	color: #fff;
	font-size: 44px;
	line-height: 1.5;
	width: 6em;
	border-radius: 10px;
	margin: 7% auto;
	text-align: center;
}

.Mission .item .text .info {
	width: 90%;
	margin: 0 auto;
	background: rgba(0, 0, 0, .6);
	font-size: 15px;
	line-height: 1.75em;
	color: #fff;
	padding: 40px 50px;
	height: 55%;
}

.Mission .item .text .tit {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}

/* Values */
.Values {
	padding-bottom: 80px;
}

.Values .img-bt {
	margin-bottom: 35px;
}

.Values-info {
	text-align: center;
	font-size: 15px;
	color: #666;
	margin-bottom: 70px;
}

.Values-info p:first-child {
	font-size: 35px;
	color: #333;
	margin-bottom: 20px;
}

.Values-imgs {
	display: flex;
	justify-content: space-between;
}

.Values-imgs img {
	display: block;
	width: 32%;
}


/* page-products */
.page-products {
	padding-top: 0;
}

.page-products .container {
	padding-top: 120px;

}

.page-products .products-index {
	max-width: 1400px;
	padding: 120px 100px 0;
	background: rgba(255, 255, 255, .66);
}

.porductIndex-gongyilist {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 100px;
}

.porductIndex-gongyilist .item {
	width: 32%;
	margin-right: 2%;
}

.porductIndex-gongyilist .item img {
	display: block;
	width: 100%;
}

.porductIndex-gongyilist .item:nth-child(3n) {
	margin-right: 0%;
}

.porductIndex-gongyilist .item:nth-child(n+4) {
	margin-top: 2%;
}

/* technology */
.Technical-process {}

.Technical-process-cont {
	margin-bottom: 120px;
	background: var(--col2);
	padding: 100px 60px;
}

.Technical-process-cont .tit {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 50px;
}

.Technical-process-cont .tit p {
	font-size: 14px;
	font-weight: normal;
}

.Technical-process-cont1 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.Technical-process-cont1 .text {
	width: 56%;
	color: #fff;
	font-size: 16px;
	line-height: 1.7;
}

.Technical-process-cont1 img {
	width: 40%;
	display: block;
}

.Technical-process-cont1 .info ul,
.Technical-process-cont1 .info ol {
	position: relative;
	padding: 50px 0;
}

.Technical-process-cont1 .info ul::before,
.Technical-process-cont1 .info ol::before {
	position: absolute;
	left: 50%;
	top: 0;
	content: '';
	width: 1px;
	height: 100%;
	background: #fff;
	opacity: .3;
	z-index: 1;
}

.Technical-process-cont1 .info ul::after,
.Technical-process-cont1 .info ol::after {
	content: '......';
	position: absolute;
	width: 6em;
	font-size: 20px;
	color: #fff;
	left: 50%;
	margin-left: -3em;
	bottom: 0;
	background: var(--col2);
	text-align: center;
	display: block;
	z-index: 2;
	line-height: 1;
	padding-bottom: 100px;
}

.Technical-process-cont1 .info li {
	width: 50%;
	padding-right: 80px;
	margin-right: 50%;
	position: relative;
	z-index: 2;
}

.Technical-process-cont1 .info li~li {
	margin-top: 30px;
}

.Technical-process-cont1 .info li p:nth-child(1) {
	position: absolute;
	right: -50px;
	top: 0;
	font-size: 30px;
	line-height: 50px;
	font-weight: bold;
	width: 100px;
	text-align: center;
	background: var(--col2);
}

.Technical-process-cont1 .info li:nth-child(2n) p:nth-child(1) {
	left: -50px;
	right: 0;
}



.Technical-process-cont1 .info li p:nth-child(2) {
	font-size: 20px;
	line-height: 50px;
	font-weight: bold;
	width: 8em;
	text-align: center;
	margin: 0 auto 15px;
	border-radius: 10px;
}

.Technical-process-cont1 .info li:nth-child(1) p:nth-child(2) {
	background: #f5031f;
}

.Technical-process-cont1 .info li:nth-child(2) p:nth-child(2) {
	background: #da8a0d;
}

.Technical-process-cont1 .info li:nth-child(3) p:nth-child(2) {
	background: #1b4291;
}

.Technical-process-cont1 .info li:nth-child(4) p:nth-child(2) {
	background: #598238;
}

.Technical-process-cont1 .info li p:nth-child(2)~* {}

.Technical-process-cont1 .info li:nth-child(2n) {
	margin-right: 0;
	margin-left: 50%;
	padding-right: 0%;
	padding-left: 80px;
}

.Technical-process-cont2 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	color: #fff;
}

.Technical-process-cont2 .left-img {
	width: 45%;
}

.Technical-process-cont2 .left-img img {
	display: block;
	width: 100%;
}

.Technical-process-cont2 .right-text {
	width: 50%;
}

.Technical-process-cont2 .right-text .text:nth-child(1) .info ol,
.Technical-process-cont2 .right-text .text:nth-child(1) .info ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.Technical-process-cont2 .right-text .text:nth-child(1) .info li {
	background: #f5031f;
	font-size: 18px;
	line-height: 2em;
	padding: 0 1.5em;
	border-radius: 10px;
	margin: 10px 10px 0;
}

.Technical-process-cont2 .right-text .text:nth-child(2) {
	margin-top: 60px;
}

.Technical-process-cont2 .right-text .text:nth-child(2) .info ol,
.Technical-process-cont2 .right-text .text:nth-child(2) .info ul {
	position: relative;
	padding: 50px 0;
}

.Technical-process-cont2 .right-text .text:nth-child(2) .info ol::before,
.Technical-process-cont2 .right-text .text:nth-child(2) .info ul::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 100%;
	display: block;
	background: #fff;
	top: 0;
	left: 50%;
	z-index: 1;
}

.Technical-process-cont2 .right-text .text:nth-child(2) .info ol::after,
.Technical-process-cont2 .right-text .text:nth-child(2) .info ul::after {
	content: '......';
	position: absolute;
	width: 6em;
	font-size: 20px;
	color: #fff;
	left: 50%;
	margin-left: -3em;
	bottom: 0;
	background: var(--col2);
	text-align: center;
	display: block;
	z-index: 2;
	line-height: 1;
	padding-bottom: 50px;
}

.Technical-process-cont2 .right-text .text:nth-child(2) .info li {
	width: 50%;
	padding-right: 80px;
	margin-right: 50%;
	position: relative;
	z-index: 2;
}

.Technical-process-cont2 .right-text .text:nth-child(2) .info li~li {
	margin-top: 30px;
}

.Technical-process-cont2 .right-text .text:nth-child(2) .info li:nth-child(2n) {
	margin-right: 0;
	margin-left: 50%;
	padding-right: 0%;
	padding-left: 80px;
}

.Technical-process-cont2 .right-text .text:nth-child(2) .info li p:nth-child(1) {
	position: absolute;
	right: -50px;
	top: 0;
	font-size: 30px;
	line-height: 50px;
	font-weight: bold;
	width: 100px;
	text-align: center;
	background: var(--col2);
}

.Technical-process-cont2 .right-text .text:nth-child(2) .info li:nth-child(2n) p:nth-child(1) {
	left: -50px;
	right: auto;
}

.Technical-process-cont2 .right-text .text:nth-child(2) .info li p:nth-child(2) {
	font-size: 20px;
	line-height: 50px;
	font-weight: bold;
	width: 8em;
	text-align: center;
	margin: 0 auto 15px;
	border-radius: 10px;
}

.Technical-process-cont2 .right-text .text:nth-child(2) .info li:nth-child(1) p:nth-child(2) {
	background: #d743da;
}

.Technical-process-cont2 .right-text .text:nth-child(2) .info li:nth-child(2) p:nth-child(2) {
	background: #be3c62;
}

.Technical-process-cont2 .right-text .text:nth-child(2) .info li:nth-child(3) p:nth-child(2) {
	background: #2e7d6b;
}

/* porduct-type */
.porduct-type {
	padding-bottom: 120px;
}

.porduct-type-list {
	display: flex;
	justify-content: space-between;
}

.porduct-type-list .item {
	display: block;
	position: relative;
	width: 19%;
	margin-top: 20px;
	color: #fff;
}

.porduct-type-list .item:hover {
	margin-top: 0px;
	color: var(--col3);
}

.porduct-type-list .tit {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.porduct-type-list .tit p {
	font-weight: bold;
	font-size: 30px;
	width: 1em;
	line-height: 1.1;
}

.porduct-type-list .item img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}

/* products-list */
.products-list {
	background: var(--col4);
	padding: 50px;
	display: flex;
	flex-wrap: wrap;
}

.products-list .item {
	width: 32%;
	margin-right: 2%;
}

.products-list .item:nth-child(3n) {
	margin-right: 0;
}

.products-list .item:nth-child(n+4) {
	margin-top: 2%;
}

.products-list .item .pic {
	width: 100%;
	padding-bottom: 120%;
	border: solid 1px var(--col5);
}

.products-list .item .text {
	display: flex;
	align-items: center;
	background: #000;
	padding: 0 15px;
	margin-top: 2px;
}

.products-list .item .tit {
	font-size: 15px;
	color: #ccc;
	width: 30%;
	text-align: right;
}

.products-list .item .price {
	font-size: 38px;
	color: #fff;
	width: 40%;
	text-align: center;
	line-height: 55px;
}

.products-list .item a {
	width: 30%;
	display: block;
	height: 34px;
	background-position: top right;
	background-size: auto 100%;
	background-repeat: no-repeat;
}


/* about */
.page-about {
	padding-top: 0;
}

/* about-index */
.about-index {
	padding: 120px 100px;
	max-width: 1400px;
	background: rgba(255, 255, 255, .66);
}

.about-list {
	display: flex;
	flex-wrap: wrap;
}

.about-list a {
	display: block;
	width: 48%;
	margin-top: 4%;
	background: #000;
}

.about-list a img {
	display: block;
	width: 100%;
	transition: .5s;
}

.about-list a:hover img {
	opacity: .7;
}

.about-list a:first-child {
	width: 100%;
	margin: 0;
}

.about-list a:nth-child(2n) {
	margin-right: 4%;
}

/* CompanyProfile */
.CompanyProfile {
	padding: 110px 0 120px;
}

.CompanyProfile-text {
	font-size: 18px;
	line-height: 1.7;
	color: #333;
	text-align: center;
	margin-bottom: 50px;
}

.CompanyProfile-cont .item {
	margin-bottom: 60px;
	font-size: 14px;
	line-height: 2;
	color: #fff;
	display: flex;
	align-items: center;
}

.CompanyProfile-cont .item:nth-child(2n) {
	flex-direction: row-reverse;
}

.CompanyProfile-cont .item>img {
	display: block;
	width: 52%;
	border-radius: 10px;
}

.CompanyProfile-cont .item .text {
	width: 48%;
}

.CompanyProfile-cont .item .bt {
	height: 60px;
	margin: 0 auto 30px;
	display: block;
}

.CompanyProfile-cont .item .info {
	padding: 80px 60px 60px 60px;
	border-radius: 0 10px 10px 0;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}

.CompanyProfile-cont .item:nth-child(2n) .info {
	border-radius: 10px 0 0 10px;
}

.CompanyProfile-end {
	font-size: 18px;
	line-height: 1.7;
	color: #333;
	text-align: center;
}

.CompanyProfile-end img {
	display: block;
	margin: 60px auto 0;
}

/* BrandStory */
.BrandStory {
	padding: 110px 0 0;
}

.BrandStory-cont1 {
	font-size: 20px;
	line-height: 2em;
	color: #333;
	text-indent: 2em;
	width: 90%;
	margin: 0 auto 50px;
}

.BrandStory-imgs1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.BrandStory-imgs1 img {
	display: block;
	width: 32%;
}

.BrandStory-imgs1 img:nth-child(n+4) {
	margin-top: 2%;
}

.BrandStory-cont2 {
	margin-top: 95px;
	background: rgba(0, 0, 0, .62);
	font-size: 20px;
	line-height: 2em;
	color: #fff;
	text-indent: 2em;
	margin-bottom: 80px;
	padding: 80px 80px 120px 80px;
}

.BrandStory-cont2 img {
	display: block;
	margin: 0 auto 60px;
}

.BrandStory-imgs2 {
	display: flex;
	justify-content: space-between;
	padding-bottom: 120px;
}

.BrandStory-imgs2 img {
	display: block;
	width: 32.5%;
}

/* History */
.History {
	padding: 110px 0 120px;
}

.History-cont {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px;
	font-size: 16px;
	color: #fff;
	line-height: 1.5em;
}

.History-cont ul {
	position: relative;
	padding-top: 50px;
}

.History-cont ul::before {
	content: '';
	width: 1px;
	background: var(--col1);
	height: 92%;
	left: 50%;
	top: 0;
	position: absolute;
	z-index: 1;
}

.History-cont ul li {
	position: relative;
	width: 50%;
	margin-right: 50%;
	z-index: 2;
	text-align: right;
	padding-right: 40px;
}

.History-cont ul li~li {
	margin-top: 40px;
}

.History-cont ul li::before {
	content: '';
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: #fff;
	border: solid 8px var(--col3);
	position: absolute;
	right: 0%;
	top: 0;
	margin-right: -15px;
}

.History-cont ul li .tit {
	font-size: 24px;
	font-weight: bold;
	color: #e9e88f;
	margin-bottom: 10px;
}

.History-cont ul li:nth-child(2n) {
	margin-left: 50%;
	margin-right: 0;
	text-align: left;
	padding-left: 40px;
	padding-right: 0px;
}

.History-cont ul li:nth-child(2n)::before {
	right: auto;
	left: 0;
	margin-left: -7px;
	margin-right: 0;
	width: 14px;
	height: 14px;
	border: none;
	margin-top: 6px;
}

.History-cont ul li:last-child {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 50px 0 0;
}

.History-cont ul li:last-child::before {
	right: auto;
	left: 50%;
	margin-left: -15px;
	margin-right: 0;
	width: 30px;
	height: 30px;
	border: solid 8px var(--col3);
	position: absolute;
	right: auto;
	top: 0;
}

.History-cont img {
	display: block;
	margin: 60px auto 0;
}

/* figure */
.figure {
	padding: 110px 0 120px;
}

.figure-cont {
	width: 1060px;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 1350px 60px 100px;
	margin: 0 auto;
}

.figure-cont .position {
	width: 610px;
	margin: 0 auto 60px;
}

.figure-cont .position p {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 30px;
	color: #333;
	line-height: 2em;
}

.figure-cont .position p span~span {
	color: #da1e1e;
}

.figure-cont .text {
	font-size: 20px;
	line-height: 1.7;
	text-indent: 2em;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.figure-cont .text img {
	display: block;
	width: 220px;
}

.figure-cont .text .info {
	width: calc(100% - 280px);
}

/* Organization */
.Organization {
	padding: 110px 0 120px;
	text-align: center;
	font-size: 30px;
	color: var(--col1);
	line-height: 2;
	font-weight: bold;
}

.Organization-img {
	margin-bottom: 90px;
}

.Organization-img img {
	display: block;
	width: auto;
	height: 170px;
}

.Organization-img1 img {
	margin: 0 auto;
}

.Organization-img2 {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
}

.Organization-img2::before {
	content: '';
	position: absolute;
	width: 70%;
	left: 15%;
	height: 4px;
	background: var(--col1);
	top: 40px;
}

.Organization-img2 .item {
	width: 30%;
	position: relative;
	z-index: 2;
	padding-top: 40px;
}

.Organization-img2 .item::before {
	content: '';
	position: absolute;
	width: 4px;
	left: 50%;
	height: 40px;
	top: 0;
	background: var(--col1);
	margin-left: -2px;
}

.Organization-img2 .item:nth-child(2)::before {
	height: 70px;
	top: -30px;
}

.Organization-img2 .item img {
	margin: 0 auto;
}

.Organization-img3 {
	display: flex;
	justify-content: space-between;
}

.Organization-img3>* {
	width: 32%;
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.Organization-img3>*::before {
	content: '';
	position: absolute;
	width: 68%;
	left: 16%;
	height: 4px;
	background: var(--col1);
	top: 40px;
}

.Organization-img3 .item {
	width: 32%;
	padding-top: 40px;
	position: relative;
}

.Organization-img3 .item::before {
	content: '';
	position: absolute;
	width: 4px;
	left: 50%;
	height: 40px;
	top: 0;
	background: var(--col1);
	margin-left: -2px;
}

.Organization-img3 .item:nth-child(2)::before {
	height: 70px;
	top: -30px;
}

.Organization-img3 .item .tit {
	width: 1em;
	font-size: ;
	line-height: 1.1em;
	margin: 0 auto;
}

.Organization-img3 .item img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.Organization .laboratory {
	line-height: 3em;
}

.Organization .laboratory img {
	display: block;
	margin-bottom: 15px;
}



/* Honor */

/* CompanyHonor */
.page-CompanyHonor {
	padding-top: 0;
}

.page-CompanyHonor .container {
	padding-top: 110px;
}

/* CompanyHonor-index */
.CompanyHonor-index {
	max-width: 1400px;
	padding: 0 100px 120px;
	background: rgba(255, 255, 255, .66);
}

.CompanyHonor-index-list {
	display: flex;
	flex-wrap: wrap;

}

.CompanyHonor-index-list a {
	width: 32%;
	height: 260px;
	margin-right: 2%;
	position: relative;
}


.CompanyHonor-index-list a:nth-child(3n) {
	margin-right: 0;
}

.CompanyHonor-index-list a:nth-child(n+4) {
	margin-top: 2%;
}

.CompanyHonor-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 300px 11% 180px;
	/* min-height: 122vw; */
}

.CompanyHonor-list .item {
	position: relative;
	width: 47%;
	margin-right: 6%;
	padding: 2.3% 2% 9%;
}

.CompanyHonor-list .item .bk {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 2;
}

.CompanyHonor-list .item .tit {
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 3;
	left: 0;
	top: 74%;
	font-size: 20px;
	font-weight: bold;
	color: var(--col2);
}

.CompanyHonor-list .item .pic {
	width: 100%;
	padding-bottom: 66.7%;
}

.CompanyHonor-list .item:nth-child(2n) {
	margin-right: 0%;
}

.CompanyHonor-list .item:nth-child(n+3) {
	margin-top: 4%;
}


/* Aptitude-list */
.Aptitude-list {
	display: flex;
	flex-wrap: wrap;
}

.Aptitude-list .item {
	width: 30.6%;
	margin-right: 4%;
	position: relative;
	text-align: center;
	font-size: 20px;
	color: var(--col2);
	padding: 4px 4.7% 0;
}

.Aptitude-list .item .tit {
	margin-top: -2px;
	font-weight: bold;
	color: var(--col2);
	position: relative;
	z-index: 2;
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 1;
}

.Aptitude-list .item .bk {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
}

.Aptitude-list .item .pic {
	width: 100%;
	padding-bottom: 128%;
	z-index: 1;
	border-radius: 5px 5px 0 0;
}

.Aptitude-list .item:nth-child(3n) {
	margin-right: 0%;
}

.Aptitude-list .item:nth-child(n+4) {
	margin-top: 4%;
}


/* page-news */
.page-news {
	padding-top: 0;
}

.page-news .container {
	padding-top: 110px;
}

.CorporateNews-cont {
	display: flex;
	justify-content: space-between;
	margin-bottom: 120px;
}

.CorporateNews-left {
	width: 63%;
	position: relative;
	overflow: hidden;
	border: solid 1px #ccc;
	background: #fff;
}

.CorporateNews-left .box {
	display: block;
	color: #333;
	font-size: 22px;
	line-height: 50px;
	text-align: left;
	width: 100%;
}

.CorporateNews-left .box:hover {
	color: var(--col1);
}

.CorporateNews-left .box .tit {
	width: 75%;
	padding-left: 15px;
}

.CorporateNews-left .pic {
	width: 100%;
	padding-bottom: 55.3%;
}


.CorporateNews-left .swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	bottom: 0px;
	height: 49px;
	width: auto;
	left: auto;
	right: 0px;
	padding: 0 15px;
	background: #fff;
}

.CorporateNews-left .swiper-pagination>* {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	background: #000;
	color: #fff;
	border-radius: 0;
	font-size: 12px;
	opacity: 1;
}

.CorporateNews-left .swiper-pagination>*.swiper-pagination-bullet-active {
	background: var(--col1);
}

.CorporateNews-right {
	width: 34%;
	background: #fff;
	border: solid 1px #ccc;
	padding: 25px;
}

.CorporateNews-right-nav {
	display: flex;
	align-items: center;
	color: #333;
}

.CorporateNews-right-nav p {
	font-size: 16px;
	margin-bottom: 25px;
	padding-bottom: 15px;
	position: relative;
	margin-right: 15px;
}

.CorporateNews-right-nav p.show {
	color: var(--col2);
	font-weight: bold;
	font-size: 18px;
}

.CorporateNews-right-nav p.show::before {
	content: '';
	display: block;
	width: 2em;
	height: 4px;
	border-radius: 4px;
	background: var(--col2);
	position: absolute;
	left: 50%;
	margin-left: -1em;
	bottom: 0px;
}

.CorporateNews-right-list .list {
	display: none;
}

.CorporateNews-right-list .list.show {
	display: block;
}

.CorporateNews-right-list .item {
	margin-bottom: 20px;
}

.CorporateNews-right-list .item .box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.CorporateNews-right-list .item .pic {
	width: 30%;
	padding-bottom: 16.6%;
}

.CorporateNews-right-list .item .tit {
	font-size: 14px;
	line-height: 1.3;
	color: #333;
	font-weight: bold;
	width: 70%;
	padding-left: 10px;
}

.CorporateNews-right-list .item .box:hover .tit {
	color: var(--col1);
}

.CorporateNews-right-list .list .more {
	width: 5em;
	text-align: center;
	font-size: 16px;
	line-height: 2.2em;
	margin: 0 auto;
	display: block;
	border-bottom: solid 1px #ccc;
}

.CorporateNews-right-list .list .more:hover {
	color: var(--col1);
	border-color: var(--col1);
}


/* IndustryNews-cont */
.IndustryNews-cont {
	display: flex;
	justify-content: space-between;
}

.IndustryNews-cont-left {
	width: 40%;
}

.IndustryNews-cont-left .box {
	display: block;
	background: #fff;
}

.IndustryNews-cont-left .pic {
	padding-bottom: 55.3%;
}

.IndustryNews-cont-left .text {
	padding: 20px;
	font-size: 16px;
	line-height: 1.7;
	color: #999;
}

.IndustryNews-cont-left .tit {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
}

.IndustryNews-cont-left .box:hover .tit {
	color: var(--col2);
}

.IndustryNews-cont-right {
	width: 58%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.IndustryNews-cont-right .item {
	background: #fff;
	display: flex;
	align-items: center;
}

.IndustryNews-cont-right .time {
	width: 90px;
	height: 90px;
	background: #999;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	text-align: center;
}

.IndustryNews-cont-right .time span {
	display: block;
	font-size: 12px;
}

.IndustryNews-cont-right .item:hover .time {
	background: var(--col2);
	color: #fff;
}

.IndustryNews-cont-right .text {
	width: calc(100% - 90px);
	padding: 0 15px;
	font-size: 16px;
	line-height: 1.5;
	color: #999;
}

.IndustryNews-cont-right .text .tit {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.IndustryNews-cont-right .item:hover .tit {
	color: var(--col2);
}


.page-news .streamer-pic {
	margin: 80px 0;
}

/* Plant-area */
.Plant-area-imgs {
	margin-bottom: 750px;
	position: relative;
	overflow: hidden;
	padding: 0 40px;
}

.Plant-area-imgs .item {
	background: #fff;
	position: relative;
}

.Plant-area-imgs .item .pic {
	position: relative;
	z-index: 1;
	padding-bottom: 140px;
}

.Plant-area-imgs .item .pic img {
	display: block;
	width: 100%;
}

.Plant-area-imgs .item .text {
	text-align: center;
	font-size: 14px;
	color: #999;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 140px;
	background: #fff;
	width: 100%;
	z-index: 2;
	padding: 0 30px 30px;
	transition: .5s;
	overflow: hidden;
}

.Plant-area-imgs .item .text::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 120px;
	margin-left: -16px;
	width: 32px;
	height: 32px;
	display: block;
	background: url('../img/icon-jia.png') no-repeat 0 0/100%;
}

.Plant-area-imgs .item:hover .text {
	height: 190px;
	background: var(--col2);
	color: #fff;
}

.Plant-area-imgs .item:hover .text .tit {
	color: #fff;
}

.Plant-area-imgs .item .text .tit {
	color: #333;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 5px;
	padding-top: 30px;
	transition: .5s;
}

.Plant-area-imgs .swiper-button-prev,
.Plant-area-imgs .swiper-button-next {
	background-color: var(--col2);
	width: 30px;
	height: 50px;
	margin-top: -25px;
	background-size: 10px;
}

/* page-news-list */
.page-news-list {
	background: rgba(255, 255, 255, 0.6);
	max-width: 1400px;
	padding: 0 150px;
}

.News-list {}


.News-list .item~.item {
	margin-top: 40px;
}

.News-list .item {
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #333;
	line-height: 1.7;
}

.News-list .item .pic {
	width: 30%;
	padding-bottom: 16.6%;
}


.News-list .item .text {
	width: 70%;
	padding-left: 30px;
}

.News-list .item .text .tit {
	color: #000;
	font-size: 22px;
}

.News-list .item .text .tit:hover {
	color: var(--col1);
}

.News-list .item .text .info {
	margin: 15px 0;
}

.News-list .item .text .more {
	font-size: 22px;
	color: var(--col2);
}


/* page-newsDetail */
.page-newsDetail {
	border-top: solid 8px #000;
	padding: 0;
}

.page-newsDetail .container {
	padding: 60px 150px 120px;
	background: rgba(255, 255, 255, .6);
	max-width: 1400px;
}

.news-title {
	font-size: 30px;
	color: #333;
	line-height: 1.5;
	margin-bottom: 1em;
}

.news-params {
	font-size: 16px;
	color: #666;
	margin-bottom: 50px;
}

.news-text {
	font-size: 18px;
	color: #000;
	line-height: 2em;
	text-indent: 2em;
}

.news-text>*~* {
	margin-top: 1em;
}

.news-text>img {
	display: block;
	margin: 0 auto;
}