.banner-article {
	background-image: url(/wp-content/themes/oukai/images/banner-about.jpg);
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.banner-article.banner-product {
	background-image: url(/wp-content/themes/oukai/images/banner-product.jpg);
}

.banner-article.banner-new {
	background-image: url(/wp-content/themes/oukai/images/banner-new.jpg);
}

.banner-article.banner-contact {
	background-image: url(/wp-content/themes/oukai/images/banner-contact.jpg);
}

.banner-article.banner-service {
	background-image: url(/wp-content/themes/oukai/images/banner-service.jpg);
}

.banner-article h6 {
	font-size: 64px;
	font-family: "AkzidenzGroteskBEBolCnTi";
	color: #ffffff;
	margin: 0;
}

.banner-article h4 {
	font-size: 24px;
	color: #ffffff;
	font-weight: 600;
	margin: 0;
	margin-top: 30px;
}

@media (max-width:1200px) {
	.banner-article {
		height: 300px;
	}
	.banner-article h4 {
		margin-top: 20px;
	}
}

@media (max-width:768px) {
	.banner-article {
		height: 150px;
	}
	.banner-article h6 {
		font-size: 32px;
		margin: 0;
	}
	.banner-article h4 {
		font-size: 18px;
		margin: 0;
		padding-top: 10px;
	}
}


/*关于我们*/

.about {
	background-image: url(/wp-content/themes/oukai/images/banner-about2.jpg);
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
}

.about .text {
	background-color: #ffffff;
	width: 100%;
	max-width: 950px;
	padding: 50px;
	box-shadow: 8px 8px 0px #1a1a1a
}

.about .text h4 {
	font-size: 28px;
	color: #1a1a1a;
	font-weight: 600;
	margin: 0;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
}

.about .text h4:after {
	content: '';
	display: inline-block;
	width: 25px;
	height: 5px;
	background-color: #006EBD;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -35px;
}

.about .text .text-p p {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 0;
}

.about .text .text-p p+p {
	padding-top: 15px;
}

@media (max-width:768px) {
	.about .text {
		padding: 30px 15px;
	}
	.about .text h4 {
		font-size: 24px;
	}
}

.vision {
	display: flex;
	flex-flow: wrap;
}

.vision .vision-L {
	width: 40%;
	min-height: 750px;
	padding-left: 15%;
	padding-right: 5%;
	background-image: url(/wp-content/themes/oukai/images/about.svg);
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
	display: flex;
	flex-flow: wrap;
	align-content: space-between
}

.vision .vision-R {
	width: 60%;
}

.vision .vision-L h4 {
	width: 100%;
	font-size: 24px;
	font-weight: 600;
	margin: 0;
	color: #ffffff;
	position: relative;
}

.vision .vision-L h4:after {
	content: '';
	display: inline-block;
	width: 5px;
	height: calc(100% - 5px);
	background-color: #ffffff;
	position: absolute;
	left: -25px;
	top: 1px;
}

.vision .vision-L span {
	font-size: 0.75em;
	display: inline-block;
	padding-top: 10px;
}

.vision .vision-L h6 {
	font-size: 36px;
	color: #ffffff;
	font-weight: 600;
	line-height: 1.8;
	margin: 0;
	padding-left: 10px;
	padding-bottom: 10px;
	position: relative;
}

.vision .vision-L h6:after {
	content: url('/wp-content/themes/oukai/images/fuhao.svg');
	display: inline-block;
	width: 25px;
	position: absolute;
	left: -25px;
	top: -45px;
}

.vision .vision-L p {
	font-size: 16px;
	padding-left: 10px;
	color: #ffffff;
	line-height: 2;
	text-transform: uppercase;
}

.vision .vision-R {}

.vision .vision-R .vision-R-T {
	width: 100%;
	height: 300px;
	background-image: url(/wp-content/themes/oukai/images/vision.jpg);
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
}

.vision .vision-R .vision-R-B {
	width: 100%;
	height: 450px;
	background: linear-gradient(to top, #013281, #006ebd);
	padding-left: 8%;
	padding-right: 20%;
}

.vision .vision-R .vision-R-B ul {
	display: flex;
	flex-flow: wrap;
	height: 100%;
	align-content: space-around;
}

.vision .vision-R .vision-R-B ul li {
	display: flex;
	flex-flow: wrap;
}

.vision .vision-R .vision-R-B ul li .lest-L {
	font-size: 24px;
	font-weight: 600;
	color: #ffffff;
	width: 100px;
}

.vision .vision-R .vision-R-B ul li .lest-R {
	width: calc(100% - 100px);
	font-size: 16px;
	color: #ffffff;
	line-height: 2;
}

@media (max-width:1400px) {
	.vision .vision-L {
		padding-left: 10%;
	}
	.vision .vision-R .vision-R-B {
		padding-right: 13%;
	}
}

@media (max-width:1200px) {
	.vision .vision-L h6 {
		font-size: 24px;
	}
	.vision .vision-L h6:after {
		top: -30px;
	}
}

@media (max-width:980px) {
	.vision .vision-L,
	.vision .vision-R {
		width: 100%;
	}
	.vision .vision-L {
		min-height: auto;
	}
	.vision .vision-L .text {
		padding-top: 80px;
	}
	.vision .vision-R .vision-R-T {
		height: 250px;
	}
	.vision .vision-R .vision-R-B {
		padding-left: 5%;
	}
}

@media (max-width:768px) {
	.vision .vision-R .vision-R-T {
		height: 200px;
	}
	.vision .vision-R .vision-R-B ul li .lest-L {
		width: 80px;
	}
	.vision .vision-R .vision-R-B {
		padding-right: 5%;
		height: auto;
	}
	.vision .vision-R .vision-R-B ul li+li {
		padding-top: 30px;
	}
	.vision .vision-L h4 {
		margin-top: 15px;
	}
}


/*产品列表*/

.product .text-top {
	display: flex;
	flex-flow: wrap;
}

.product .text-top .text-top-L {
	width: calc(17.5% - 22.5px);
	margin-left: 15%;
	height: 250px;
	background-color: #eeeeee;
	padding: 50px;
	display: flex;
	flex-flow: wrap;
	align-items: flex-end;
	align-content: flex-end;
	border: 1px solid #cecece;
	border-bottom: 0;
}

.product .text-top .text-top-R {
	width: calc(67.5% + 22.5px);
	height: 200px;
	background-color: #006EBD;
}

.product .text-top .text-top-L h6 {
	font-size: 24px;
	color: #1A1A1A;
	font-weight: 600;
	padding-bottom: 20px;
}

.product .text-top .text-top-R ul {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
	align-content: center;
	gap: 15px 30px;
	padding: 0 50px;
	height: 100%;
}

.product .text-top .text-top-R ul li a {
	border-radius: 5px;
	border: 1px solid #FFFFFF;
	color: #ffffff;
	display: inline-block;
	padding: 10px 30px;
}

.product .text-top .text-top-R ul li a:hover {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	color: #006EBD;
}

.product .text-top .text-top-R p {
	font-size: 14px;
	color: #1A1A1A;
	margin-bottom: 0;
}

.product .product-list ul {
	display: flex;
	flex-flow: wrap;
	gap: 30px;
}

.product .product-list ul li {
	width: calc(25% - (90px / 4));
	background-color: #eeeeee;
	position: relative;
	border: 1px solid #cecece;
	overflow: hidden;
}

.product .product-list ul li:first-child {
	border-top: none
}

.product .product-list ul li .img img {
	width: 100%;
	mix-blend-mode: multiply;
}

.product .product-list ul li .text {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateY(100%);
	opacity: 0;
	transition: all .3s;
}

.product .product-list ul li:hover .text {
	transform: translateY(0%);
	opacity: 1;
}

.product .product-list ul li .text img {
	width: 80px;
	height: 80px;
	padding: 15px;
	border: 3px solid #ffffff;
	border-radius: 50px;
	opacity: 0.75;
}

.product .product-list ul li .text img:hover {
	opacity: 0.95;
}

@media (max-width:1400px) {
	.product .text-top .text-top-L {
		width: calc(20% - 22.5px);
		margin-left: 10%;
	}
	.product .text-top .text-top-R {
		width: calc(70% + 22.5px);
	}
	.product .product-list ul li {}
}

@media (max-width:1200px) {
	.product .product-list ul li {
		width: calc(33.33% - (60px / 3));
	}
	.product .text-top .text-top-L {
		width: calc(26.7% - 20px);
	}
	.product .text-top .text-top-R {
		width: calc(63.3% + 20px);
	}
}

@media (max-width:980px) {
	.product .text-top .text-top-L {
		width: calc(30.05% - 20px);
		margin-left: 5%;
		padding: 40px 30px;
	}
	.product .text-top .text-top-R {
		width: calc(64.95% + 20px);
	}
}

@media (max-width:768px) {
	.product .product-list ul {
		gap: 15px;
	}
	.product .product-list ul li {
		width: calc(50% - 7.5px);
	}
	.product .text-top .text-top-L {
		display: none;
	}
	.product .text-top .text-top-R {
		width: 90%;
		margin: 5% auto;
		height: auto;
	}
	.product .text-top .text-top-R ul {
		padding: 30px;
		gap: 15px 20px;
	}
	.product .product-list ul li:first-child {
		border: 1px solid #cecece;
	}
}

h2.screen-reader-text {
	display: none;
}

.pagination {
	padding: 0;
	margin: 0;
	margin-top: 30px;
}

.navigation .nav-links {
	display: flex;
	flex-flow: wrap;
	gap: 8px;
}

.navigation .nav-links * {
	width: 40px;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #999999;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999999;
	font-size: 16px;
}

.navigation .nav-links .current,
.navigation .nav-links *:hover {
	background-color: #006ebd;
	border: 1px solid #006ebd;
	color: #ffffff;
}


/*产品详情*/

.product-article {
	display: flex;
	flex-flow: wrap;
}

.product-article .img {
	width: 40%;
}

.product-article .product-article-features {
	width: 60%;
	padding-left: 10%;
}

.product-article .img img {
	border: 1px solid #cecece;
	width: 100%;
}

.product-article .product-article-features h6 {
	font-size: 36px;
	color: #006ebd;
	font-weight: 600;
	margin: 0;
	padding-bottom: 15px;
}

.product-article .product-article-features h5 {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 5px;
}

.product-article .product-article-features p {
	line-height: 2;
	margin-bottom: 0;
	font-size: 16px;
}
.product-article .product-article-features img{
	width: 100%;
	max-width: 360px;
	padding: 30px;
}
.product-article .product-article-features .back a{
	background-color: #006ebd;
	color: #ffffff;
	padding: 5px 30px;
	border-radius: 50px;
}
@media (max-width:980px) {
	.product-article .img {
		width: 100%;
		max-width: 600px;
	}
	.product-article .product-article-features {
		padding-top: 30px;
		padding-left: 0;
		width: 100%;
	}
}


/*联系我们*/

.contact h4 {
	font-size: 28px;
	color: #1a1a1a;
	font-weight: 600;
	margin: 0;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
}

.contact h4:after {
	content: '';
	display: inline-block;
	width: 25px;
	height: 5px;
	background-color: #006EBD;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -35px;
}

.contact .main {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.contact .main .contact-L {
	width: 40%;
	padding: 50px 40px;
	background-color: #f5f5f5;
	border-radius: 12px;
}

.contact .main .contact-R {
	width: calc(60% - 30px);
	background-color: #f5f5f5;
}

.contact .main .contact-L ul li+li {
	padding-top: 40px;
}

.contact .main .contact-L ul li h6 {
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 10px;
}

.contact .main .contact-L ul li .tel img {
	width: 40px;
	padding: 10px;
	border-radius: 50px;
	background-color: rgba(0, 110, 189, 0.1)
}

.contact .main .contact-L ul li .tel {
	padding-top: 20px;
}

.contact .main .contact-L ul li .tel span {
	font-size: 16px;
	line-height: 1;
	padding-left: 10px;
}

.contact .main .contact-L ul li:first-child .tel span {
	font-size: 20px;
	font-weight: 600;
}

@media (max-width:1200px) {
	.contact .main .contact-L {
		width: 100%;
	}
	.contact .main .contact-R {
		width: 100%;
		margin-top: 30px;
	}
}

@media (max-width:768px) {
	.contact h4 {
		font-size: 24px;
	}
	.contact .main .contact-L {
		padding: 25px 15px;
	}
	.contact .main .contact-L ul li .tel img {
		width: 30px;
		padding: 8px;
	}
	.contact .main .contact-L ul li .tel {
		padding-top: 15px;
	}
	.contact .main .contact-L ul li+li {
		padding-top: 25px;
	}
}

.service h4 {
	font-size: 28px;
	color: #1a1a1a;
	font-weight: 600;
	margin: 0;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
}

.service h4:after {
	content: '';
	display: inline-block;
	width: 25px;
	height: 5px;
	background-color: #006EBD;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -35px;
}

.service ul li {
	padding-top: 20px;
}

.service ul li h6 {
	font-size: 18px;
	font-weight: 600;
	color: #1a1a1a;
}

.service ul li p {
	font-size: 18px;
	color: #666666;
}

.new h4 {
	font-size: 28px;
	color: #1a1a1a;
	font-weight: 600;
	margin: 0;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
}

.new h4:after {
	content: '';
	display: inline-block;
	width: 25px;
	height: 5px;
	background-color: #006EBD;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -35px;
}

.new h4+p {
	font-size: 16px;
	padding-bottom: 25px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 35px;
}

.new ul {}

.new ul li {
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #dddddd;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between
}

.new ul li .li-L {
	width: 60%;
	transition: all .5s;
}

.new ul li:hover {
	border-bottom: 1px solid #006ebd;
}

.new ul li:hover .li-L {
	width: 62%;
	padding-left: 2%;
}

.new ul li .li-R {
	width: 30%;
}

.new ul li .li-L time {
	font-size: 14px;
	color: #999999;
	font-weight: 550;
	display: inline-block;
	padding-bottom: 20px;
}

.new ul li .li-L h6 {
	margin: 0;
	padding-bottom: 40px;
}

.new ul li .li-L h6 a {
	font-size: 22px;
	color: #006ebd;
	font-weight: 600;
	display: inline-block;
}

.new ul li:hover .li-L h6 a {
	color: #013281;
}

.new ul li .li-L p {
	font-size: 15px;
	line-height: 1.68;
	margin-bottom: 0;
	padding-bottom: 40px;
	color: #666666;
}

.new ul li .li-L .more a {
	line-height: 1;
	font-weight: 600;
	font-size: 12px;
	color: #006ebd;
	display: flex;
}

.new ul li .li-L .more a img {
	height: 10px;
}

.new ul li .li-R .img {
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
	width: 100%;
	height: 200px;
	border-radius: 10px;
}

@media (max-width:768px) {
	.new ul li {
		padding-top: 25px;
		padding-bottom: 25px;
		flex-direction: column-reverse;
	}
	.new ul li .li-L {
		width: 100%;
	}
	.new ul li .li-R {
		width: 100%;
	}
	.new ul li:hover .li-L {
		width: 100%;
		padding-left: 0;
	}
	.new ul li .li-L h6 {
		padding-bottom: 10px;
	}
	.new ul li .li-L h6 a {
		font-size: 18px;
	}
	.new ul li .li-L p {
		font-size: 15px;
		padding-bottom: 10px;
	}
	.new ul li .li-R .img {
		height: 150px;
		margin-bottom: 15px;
	}
	.new ul li .li-L time {
		padding-bottom: 10px;
	}
	.new h4+p {
		margin-bottom: 0;
	}
}

.new-article .nav ul {
	display: flex;
	gap: 10px;
}

.new-article .nav ul li {
	font-size: 16px;
}

.new-article .nav ul li a {
	color: #333333;
}

.new-article .nav ul li a:hover {
	color: #006ebd;
}

.new-article .new-article-bj {
	background-color: rgba(250, 250, 250, 1);
	width: 100%;
	padding: 5% 5%;
	margin-top: 30px;
	border-radius: 10px;
}

.new-article h3 {
	font-size: 24px;
	color: #1a1a1a;
	font-weight: 600;
	margin: 0;
	padding-bottom: 10px;
}

.new-article time {
	font-size: 15px;
	color: #666666;
}

.new-article .main {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #dddddd;
}

.new-article .main p {
	font-size: 16px;
	line-height: 1.68;
}

.new-article .main ol {
	padding: 0;
}

.new-article .main h4 {
	padding-top: 15px;
}

.new-article .more {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin-top: 20px;
}

.new-article .more .next {
	font-size: 16px;
	color: #555555;
}

.new-article .more .next a {
	color: #555555;
}

.new-article .more .next a:hover {
	color: #006ebd;
}

@media (max-width:768px) {
	.new-article h3 {
		font-size: 18px;
	}
	.new-article time {
		font-size: 14px;
	}
	.new-article .main {
		margin-top: 10px;
		padding-top: 10px;
	}
	.new-article .main p {
		font-size: 15px;
		line-height: 1.6;
		margin-bottom: 5px;
	}
	.new-article .main h4 {
		font-size: 16px;
	}
	.new-article .more {
		margin-top: 15px;
	}
	.new-article .more .next {
		font-size: 14px;
	}
	.new-article .more .next+.next {
		padding-top: 5px;
	}
}