@import url(bootstrap.css);
@import url(bootstrap-theme.css);
@import url(swiper-bundle.min.css);
@import url(icon.css);
@import url(default-skin.css);
@import url(photoswipe.css);

:root {
	--textActiveColor: #0000ff
}

td {
	padding: 8px
}

* {
	padding: 0;
	margin: 0;
	outline: none;
	text-decoration: none
}

.vh-3 {
	height: 30vh
}

.vh-5 {
	height: 50vh
}

p {
	margin: 0
}

.ovhidden {
	overflow: hidden
}

a {
	color: #222;
	transition: color 0.3s;
	text-decoration: none !important
}

a:hover,
a.active {
	color: var(--textActiveColor) !important;
	text-decoration: none !important
}

.imgs img {
	max-width: 100%
}

.imgfd {
	overflow: hidden
}

.imgfd img {
	transition: all .8s;
	transform: scale(1)
}

.imgfd:hover img {
	transform: scale(1.05)
}

.video-ico {
	position: relative
}

.video-ico::after {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	margin-top: -25px;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	background-image: url("../images/video-ico.png");
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 22
}

.flex {
	display: flex
}

.flex.j-c-c {
	justify-content: center
}

.flex.j-c-s-b {
	justify-content: space-between
}

.flex.j-c-e {
	justify-content: end;
	justify-content: flex-end
}

.flex.f-w-w {
	flex-wrap: wrap
}

.flex.a-i-c {
	align-items: center
}

.flex.a-i-e {
	align-items: end;
	align-items: flex-end
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #222
}

@media (max-width: 768px) {
	body {
		font-size: 14px
	}
}

.a-line {
	display: inline-block;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis
}

.b-line {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis
}

.clear::after {
	display: block;
	content: "";
	clear: both
}

.head {
	position: relative;
	z-index: 900
}

.head .hy-tip {
	width: 100%;
	height: 30px;
	background-image: linear-gradient(45deg, blue, #28c8f4);
	color: #fff
}

.head .hy-tip .tip {
	height: 30px;
	font-size: 12px
}

.head .hy-tip .tip a {
	display: inline-block;
	margin-left: 5px;
	color: #fff
}

.head .navbar {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 0
}

.head .navbar-toggle {
	margin-top: 0px;
	margin-right: 0;
	padding-right: 0
}

.head .navbar-toggle.onk .icon-bar {
	position: relative;
	top: 6px
}

.head .navbar-toggle.onk .icon-bar:nth-child(1) {
	transform: rotate(45deg)
}

.head .navbar-toggle.onk .icon-bar:nth-child(2) {
	opacity: 0
}

.head .navbar-toggle.onk .icon-bar:nth-child(3) {
	transform: rotate(-45deg);
	top: -6px
}

.head .navbar-header {
	height: 77px;
	float: initial;
	margin: 10px 0
}

.head .navbar-header>div {
	height: 100%
}

.head .navbar-header .navbar-brand {
	padding: 0;
	margin-left: 0
}

.head .navbar-header .navbar-brand img {
	height: 50px
}

@media (max-width: 768px) {
	.head .navbar-header .navbar-brand img {
		height: 33px
	}
}

.head .navbar-header .head-title {
	font-size: 20px;
	color: #0062d0;
	font-weight: 600
}

.head .navbar-header .head-tel {
	padding: 5px 10px;
	background-color: var(--textActiveColor);
	font-size: 20px;
	color: #fff
}

.head .navbar-header .head-tel span {
	font-size: 15px
}

.head .icon-bar {
	background-color: #fff
}

@media (max-width: 768px) {
	.head .icon-bar {
		background-color: var(--textActiveColor)
	}
}

@media (max-width: 768px) {
	.head .navbar-nav li {
		width: initial
	}
}

.head .navbar-nav li a {
	font-size: 15px;
	padding: 10px 15px;
	color: #fff;
	text-shadow: initial;
	display: inline-block;
	background: #fff;
	transition: all .5s
}

.head .navbar-nav li a:hover,
.head .navbar-nav li a:active,
.head .navbar-nav li a:focus {
	color: var(--textActiveColor)
}

@media (max-width: 768px) {

	.head .navbar-nav li a:hover,
	.head .navbar-nav li a:active,
	.head .navbar-nav li a:focus {
		color: #fff
	}
}

.head .navbar-nav li.open a {
	background-color: initial
}

.head .navbar-nav li>.dropdown-menu {
	border: none;
	background-color: #fff;
	border-radius: 0;
	padding: 0;
	width: 178px;
	padding-top: 2px
}

@media (max-width: 768px) {
	.head .navbar-nav li>.dropdown-menu {
		width: initial
	}
}

.head .navbar-nav li>.dropdown-menu li {
	transition: all .3s
}

.head .navbar-nav li>.dropdown-menu li a {
	font-size: 12px;
	padding: 10.3px 20px;
	color: #000;
	line-height: initial;
	display: block;
	transition: all .5s
}

@media (max-width: 768px) {
	.head .navbar-nav li>.dropdown-menu li a {
		text-align: left
	}
}

@media (min-width: 768px) {

	.head .navbar-nav li>.dropdown-menu li:hover>a,
	.head .navbar-nav li>.dropdown-menu li.act>a {
		color: #fff !important;
		background-color: var(--textActiveColor)
	}
}

.head .navbar-nav li>.dropdown-menu .dropdown-menu .nav-link {
	padding: 8.4px 20px
}

.head .navbar-nav li>.dropdown-menu .dropdown-menu .nav-link:hover {
	background: #bebebe
}

.head .navbar-nav li .dropdown-submenu {
	position: relative;
	line-height: initial
}

@media (min-width: 768px) {
	.head .navbar-nav li .dropdown-submenu:hover .navss {
		background-color: var(--textActiveColor);
		color: #fff
	}

	.head .navbar-nav li .dropdown-submenu:hover .navss a {
		color: #fff
	}
}

.head .navbar-nav li .dropdown-submenu:hover>.dropdown-menu {
	display: block
}

.head .navbar-nav li .dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	width: 100%;
	box-shadow: none;
	margin: 0;
	padding: 0;
	top: 0
}

@media (min-width: 768px) {
	.head .navbar-nav li .dropdown-submenu>.dropdown-menu {
		background-color: var(--textActiveColor)
	}
}

@media (min-width: 768px) {
	.head .navbar-nav li .dropdown-submenu>.dropdown-menu a {
		color: #fff
	}

	.head .navbar-nav li .dropdown-submenu>.navss:hover {
		color: #fff;
		background-color: var(--textActiveColor)
	}

	.head .navbar-nav li .dropdown-submenu>.navss:hover a {
		color: #fff !important
	}
}

.head .navbar-nav li .navss>div:nth-child(1) {
	width: calc(100% - 30px)
}

.head .navbar-nav li .navss>div:nth-child(2) {
	width: 30px
}

.head .navbar-nav li .navss>div:nth-child(2) span {
	margin-right: 8px
}

.head .navbar-nav li .navss>div:nth-child(2) img {
	width: 20px
}

.head .navbar-nav li .navss>div:nth-child(2) .show img {
	transform: rotate(90deg)
}

.head .navbar-nav li .dropdown-submenu>.navss:hover:after {
	border-left-color: #fff
}

.head .navbar-nav.lm li>a {
	position: relative
}

.head .navbar-nav.lm li.active>a,
.head .navbar-nav.lm>li:hover>a {
	background: var(--textActiveColor);
	color: #fff !important
}

@media (max-width: 768px) {

	.head .navbar-nav.lm li.active>a,
	.head .navbar-nav.lm>li:hover>a {
		background-color: initial;
		color: var(--textActiveColor) !important
	}
}

.head .nav-list {
	position: relative;
	padding-left: 0
}

.head .nav-list::before {
	position: absolute;
	content: '';
	width: calc(100vw - 20px);
	border-top: 1px solid #e1e1e1;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5
}

@media (max-width: 768px) {
	.head .nav-list {
		margin-top: 15px
	}
}

.head .nav-list .pc-link {
	position: relative;
	float: right;
	margin-left: 25px
}

@media (max-width: 768px) {
	.head .nav-list .pc-link {
		width: 100%;
		display: flex;
		justify-content: center
	}
}

.head .nav-list .pc-link .form {
	border-left: 1px solid #aaaaaa;
	margin-top: 10px
}

.head .nav-list .pc-link .form .input {
	margin-left: 10px
}

.head .nav-list .pc-link .form .input input {
	border: none;
	background-color: initial;
	font-size: 13px
}

.head .nav-list .pc-link .form .sub button {
	background: none;
	border: none
}

.head .nav-list .pc-link .form .sub button span {
	color: #999
}

.head.bg-white {
	display: block !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	background: #fff
}

.head.bg-white .navbar-nav li a {
	color: #000
}

.head.bg-white .nav-list .pc-link {
	color: #000
}

.head.bg-white .nav-list .pc-link a {
	color: #000
}

.head.bg-white .nav-list .pc-link .dropdown::before {
	border-color: #000
}

.head.pc-nav-show {
	background-color: #fff;
	display: block !important;
	border-bottom: 1px solid #e1e1e1
}

.head.pc-nav-show .navbar-nav li a {
	color: #000
}

.head.pc-nav-show .nav-list .pc-link {
	color: #000
}

.head.pc-nav-show .nav-list .pc-link a {
	color: #000
}

.head.pc-nav-show .nav-list .pc-link .dropdown::before {
	border-color: #000
}

.head.pc-nav-show .pc-e-nav {
	height: 280px
}

@media (max-width: 768px) {
	.head .container {
		background-color: #fff
	}

	.head .navbar {
		height: 60px;
		display: block
	}

	.head .navbar .navbar-header {
		height: 40px;
		position: relative;
		top: 5px
	}

	.head .navbar .navbar-header .navbar-brand {
		height: 40px;
		margin-top: 0
	}

	.head .navbar .navbar-header .navbar-brand img {
		position: relative
	}

	.head .navbar .navbar-collapse {
		overflow: initial;
		padding-right: 0;
		padding-left: 0
	}

	.head .navbar .navbar-collapse.in {
		overflow: initial;
		padding-right: 0;
		padding-left: 0
	}

	.head .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
		width: calc(100% + 15px)
	}

	.head .navbar-nav>li:last-child {
		border-bottom: none
	}

	.head .navbar-nav>li>a {
		width: calc(100% - 60px);
		float: left;
		padding: 12px 18px;
		text-align: left !important
	}

	.head .navbar-nav>li>span {
		width: 60px;
		height: 30px;
		float: right;
		display: flex;
		justify-content: end;
		align-items: center;
		justify-content: flex-end
	}

	.head .navbar-nav>li>span img {
		height: 60%;
		float: right
	}

	.head .navbar-nav>li>.dropdown-menu {
		background: none;
		left: 0;
		margin-left: 0;
		padding: 5px;
		width: 100%
	}

	.head .navbar-nav>li>.dropdown-menu li {
		text-align: left;
		padding-left: 20px
	}

	.head .navbar-nav>li>.dropdown-menu li a {
		color: #000
	}

	.head .navbar-nav>li.open>span img {
		transform: rotate(90deg)
	}

	.head .dropdown-submenu>.dropdown-menu {
		padding-left: 25px
	}

	.head .nav-list {
		width: 100%
	}
}

.banner {
	width: 100%;
	position: relative;
	height: 350px
}

@media (max-width: 1000px) {
	.banner {
		margin-bottom: 0px
	}
}

.banner.n-ban {
	height: 350px;
	margin-bottom: 0
}

@media (max-width: 1000px) {
	.banner.n-ban {
		height: 200px
	}
}

@media (max-width: 1000px) {
	.banner {
		height: auto
	}

	.banner .swiper-button-next,
	.banner .swiper-button-prev {
		display: none
	}
}

.banner .swp-banner {
	height: 100%;
	width: 100%
}

.banner .swp-banner .swiper-wrapper {
	height: 100%
}

.banner .swp-banner .swiper-wrapper .swiper-slide {
	height: 100%;
	width: 100%;
	position: relative
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 89
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container {
	height: 100%;
	color: #fff;
	text-align: center
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .rows {
	transition: all .65s
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .b-title {
	font-size: 40px;
	position: relative;
	text-transform: uppercase;
	line-height: 1
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .b-title h3 {
	font-size: 30px
}

@media (max-width: 1000px) {
	.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .b-title {
		font-size: 18px
	}
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .b-desc {
	font-size: 14px;
	width: 50%;
	margin: 10px auto
}

@media (max-width: 1000px) {
	.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .b-desc {
		font-size: 14px;
		width: 90%
	}
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .link {
	margin-top: 60px;
	position: relative;
	font-size: 22px;
	display: inline-block;
	background-color: #fff;
	color: var(--textActiveColor);
	padding: 5px 30px;
	border-radius: 30px;
	text-transform: uppercase
}

.banner .swp-banner .swiper-wrapper .swiper-slide .imgcon {
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center
}

.banner .swp-banner .swiper-wrapper .swiper-slide .imgcon img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

@media (max-width: 1000px) {
	.banner .swp-banner .swiper-wrapper .swiper-slide .imgcon img {
		display: block
	}
}

.banner .swp-banner .swiper-wrapper .swiper-slide .video {
	width: 100%;
	height: 100%;
	position: relative
}

.banner .swp-banner .swiper-wrapper .swiper-slide .video .banner-video {
	height: 100%;
	width: 100%;
	z-index: 1;
	object-fit: cover
}

@media (max-width: 768px) {
	.banner .swp-banner .swiper-wrapper .swiper-slide .video .banner-video {
		position: initial;
		transform: initial;
		left: initial
	}
}

.banner .swp-banner .swiper-button-next::after,
.banner .swp-banner .swiper-button-prev::after {
	color: #fff;
	font-size: 20px
}

.banner .prod-nav {
	position: absolute;
	bottom: -50px;
	width: 100%;
	z-index: 58
}

.banner .prod-nav .nav-con {
	width: 100%;
	height: 80px;
	background-color: #f4f4f4;
	z-index: 55;
	padding: 20px
}

.banner .prod-nav .nav-con .nav-item {
	position: relative;
	width: calc(100% / 8);
	text-align: center
}

.banner .prod-nav .nav-con .nav-item .link {
	font-size: 14px;
	color: #222
}

.banner .prod-nav .nav-con .nav-item .link a {
	color: #222;
	padding: 12px 0;
	display: inline-block;
	transition: initial
}

.banner .prod-nav .nav-con .nav-item .link a:hover {
	color: #fff !important
}

.banner .prod-nav .nav-con .nav-item .link-lis {
	position: absolute;
	width: 100%;
	background-color: var(--textActiveColor);
	display: none
}

.banner .prod-nav .nav-con .nav-item .link-lis .li:hover {
	background-color: #004a87
}

.banner .prod-nav .nav-con .nav-item .link-lis .li a {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	padding: 8px 0
}

.banner .prod-nav .nav-con .nav-item .link-lis .li a:hover {
	color: #fff !important
}

.banner .prod-nav .nav-con .nav-item:hover .link {
	background-color: var(--textActiveColor)
}

.banner .prod-nav .nav-con .nav-item:hover .link a {
	color: #fff
}

.banner .prod-nav .nav-con .nav-item:hover .link-lis {
	display: block
}

.m-60 {
	margin: 60px 0
}

@media (max-width: 1000px) {
	.m-60 {
		margin: 30px 0
	}
}

.box-title {
	position: relative;
	overflow: hidden
}

.box-title .title {
	font-weight: 600;
	font-size: 28px;
	color: #222;
	text-align: center
}

@media (max-width: 1000px) {
	.box-title .title {
		font-size: 22px
	}
}

.box-title .title span {
	color: var(--textActiveColor)
}

.box-title .logo {
	margin: 10px 0;
	position: relative
}

.box-title .logo::after {
	position: absolute;
	content: '';
	width: 100vw;
	border-top: 1px solid #e1e1e1;
	left: 50%;
	top: 10px;
	transform: translateX(-50%);
	z-index: 5
}

.box-title .logo span {
	width: 20px;
	height: 20px;
	background-image: url("../images/logo-ico.png");
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	animation-name: gd;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	position: relative;
	z-index: 6;
	display: block;
	margin: 0 auto
}

@keyframes gd {
	0% {
		transform: rotateZ(0deg)
	}

	100% {
		transform: rotateZ(360deg)
	}
}

.box-title .desc {
	text-align: center;
	font-size: 15px;
	color: #999
}

@media (max-width: 1000px) {
	.box-title .desc {
		font-size: 12px
	}
}

.prod-box .prod-item {
	width: 100%;
	position: relative;
	transform: translateY(0);
	transition: all .5s;
	margin-bottom: 30px
}

@media (max-width: 768px) {
	.prod-box .prod-item {
		margin-bottom: 20px
	}
}

.prod-box .prod-item .img {
	width: 100%;
	height: 200px;
	overflow: hidden;
	border: 1px solid #eee
}

@media (max-width: 768px) {
	.prod-box .prod-item .img {
		height: 120px
	}
}

.prod-box .prod-item .img img {
	max-width: 100%;
	max-height: 100%
}

.prod-box .prod-item .title {
	width: 100%;
	padding: 8px;
	bottom: 0;
	color: #000;
	text-align: center;
	transition: all .5s;
	height: 55px
}

@media (max-width: 768px) {
	.prod-box .prod-item .title {
		opacity: 1;
		position: initial;
		height: 48px
	}
}

.prod-box .prod-item:hover {
	transform: translateY(-20px)
}

.youshi {
	background-image: url("../images/ys-bg1.png");
	background-position: center;
	background-repeat: no-repeat
}

.youshi .youshi-title {
	width: 60%;
	margin: 100px auto;
	position: relative;
	margin-bottom: 50px
}

@media (max-width: 768px) {
	.youshi .youshi-title {
		width: 90%;
		margin: 30px auto;
		margin-bottom: 0
	}
}

.youshi .youshi-title .zs {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	border: 1px solid #ddd;
	position: relative;
	z-index: 7
}

@media (max-width: 768px) {
	.youshi .youshi-title .zs {
		width: 80px;
		height: 80px
	}
}

.youshi .youshi-title .zs::after {
	width: 1px;
	height: 230px;
	position: absolute;
	border-left: 1px solid #ddd;
	content: "";
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

@media (max-width: 768px) {
	.youshi .youshi-title .zs::after {
		height: 130px
	}
}

.youshi .youshi-title .zs::before {
	width: 230px;
	height: 1px;
	position: absolute;
	border-bottom: 1px solid #ddd;
	content: "";
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

@media (max-width: 768px) {
	.youshi .youshi-title .zs::before {
		width: 130px
	}
}

.youshi .youshi-title .zs span {
	position: relative;
	z-index: 8;
	padding: 5px 10px;
	color: #fff;
	background-color: var(--textActiveColor)
}

@media (max-width: 768px) {
	.youshi .youshi-title .zs span {
		font-size: 12px
	}
}

.youshi .youshi-title .info {
	width: calc(100% - 280px);
	margin-left: 70px;
	position: relative;
	z-index: 7
}

@media (max-width: 768px) {
	.youshi .youshi-title .info {
		width: calc(100% - 150px);
		margin-left: 20px
	}
}

.youshi .youshi-title .info .t {
	font-size: 32px;
	letter-spacing: 4px
}

@media (max-width: 768px) {
	.youshi .youshi-title .info .t {
		font-size: 10px
	}
}

.youshi .youshi-title .info .t span {
	font-weight: 600;
	font-size: 44px;
	color: var(--textActiveColor)
}

@media (max-width: 768px) {
	.youshi .youshi-title .info .t span {
		font-size: 25px
	}
}

.youshi .youshi-title .info .desc {
	font-size: 16px;
	letter-spacing: 0px;
	color: #888
}

@media (max-width: 768px) {
	.youshi .youshi-title .info .desc {
		font-size: 12px
	}
}

.youshi .youshi-title .bg-ti {
	font-size: 90px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #f2f5fa;
	position: absolute;
	font-weight: 600
}

@media (max-width: 768px) {
	.youshi .youshi-title .bg-ti {
		font-size: 40px
	}
}

.youshi .you-item {
	margin: 20px 0
}

@media (min-width: 768px) {
	.youshi .you-item {
		margin: 30px 0
	}

	.youshi .you-item:nth-child(odd) {
		flex-flow: row-reverse
	}
}

.youshi .you-item .img {
	width: 100%
}

@media (max-width: 768px) {
	.youshi .you-item .img {
		margin-bottom: 30px
	}
}

.youshi .you-item .img img {
	max-width: 100%
}

.youshi .you-item .info {
	width: 90%
}

.youshi .you-item .info .num {
	width: 80px;
	height: 80px;
	background-image: url("../images/ba.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%
}

.youshi .you-item .info .num span {
	color: #fff;
	font-size: 25px
}

.youshi .you-item .info .desc {
	margin-left: 10px;
	width: calc(100% - 90px)
}

.youshi .you-item .info .desc .t {
	font-size: 20px;
	text-transform: uppercase;
	color: #666;
	margin-bottom: 30px
}

@media (max-width: 768px) {
	.youshi .you-item .info .desc .t {
		font-size: 15px;
		margin-bottom: 10px
	}
}

.youshi .you-item .info .desc .t span {
	color: var(--textActiveColor);
	font-weight: 600;
	margin-right: 5px
}

.youshi .you-item .info .desc .de-item {
	position: relative;
	padding-left: 20px;
	font-size: 13px;
	color: #5a5a5a;
	margin-bottom: 20px
}

.youshi .you-item .info .desc .de-item::before {
	position: absolute;
	left: 0;
	top: 8px;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: var(--textActiveColor)
}

.lianxi {
	width: 100%;
	height: 200px;
	background-color: #ccc;
	background-position: center;
	background-image: url("../images/400bg1.jpg");
	background-repeat: no-repeat
}

.lianxi .container,
.lianxi .info {
	height: 100%;
	text-align: center
}

.lianxi .info {
	color: #fff
}

.lianxi .info .t {
	font-size: 24px
}

@media (max-width: 768px) {
	.lianxi .info .t {
		font-size: 22px
	}
}

.lianxi .info .desc {
	font-size: 14px;
	margin: 20px 0
}

@media (max-width: 768px) {
	.lianxi .info .desc {
		font-size: 12px
	}
}

.lianxi .info .tel {
	font-size: 14px
}

.lianxi .info .tel span {
	font-size: 20px
}

.lianxi .info .tel b {
	font-size: 20px;
	margin-left: 5px
}

.about {
	background-color: #f2f2f2
}

.about .box-title {
	padding: 60px 0
}

@media (max-width: 768px) {
	.about .box-title {
		padding: 30px 0
	}
}

.about .row>div {
	height: auto
}

.about .row .about-video {
	width: 100%;
	height: 100%
}

.about .row .about-video .b_video {
	min-height: 350px
}

@media (max-width: 768px) {
	.about .row .about-video .b_video {
		min-height: 200px
	}
}

.about .row .about-video .img {
	width: 100%;
	min-height: 350px;
	height: 100%
}

@media (max-width: 768px) {
	.about .row .about-video .img {
		min-height: 200px
	}
}

.about .row .about-video .img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.about .row .about-info {
	background-color: #fff;
	position: relative;
	height: 100%;
	padding: 30px 0;
	padding-right: 30px
}

@media (max-width: 768px) {
	.about .row .about-info {
		padding: 20px 10px
	}
}

.about .row .about-info .t {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px
}

.about .row .about-info .desc {
	font-size: 14px;
	line-height: 220%
}

.about .row .about-info .link {
	margin-top: 30px
}

@media (max-width: 768px) {
	.about .row .about-info .link {
		text-align: center
	}
}

.about .row .about-info .link a {
	border-radius: 5px;
	border: 1px solid #ddd;
	padding: 8px 15px;
	font-size: 14px;
	color: #666
}

.about .row .about-info::before {
	background-color: #fff;
	width: 30px;
	left: -30px;
	top: 0;
	height: 100%;
	content: "";
	position: absolute
}

@media (max-width: 768px) {
	.about .row .about-info::before {
		display: none
	}
}

.about .about-swp {
	margin-top: 20px;
	background-color: #fff;
	padding: 10px 20px
}

.about .about-swp .img {
	width: 100%;
	height: 80px
}

.about .about-swp .img img {
	max-width: 100%
}

.index-news {
	background-color: #f2f2f2;
	padding-bottom: 60px
}

@media (max-width: 768px) {
	.index-news {
		padding-bottom: 30px
	}
}

.index-news .box-title {
	padding: 60px 0
}

@media (max-width: 768px) {
	.index-news .box-title {
		padding: 30px 0
	}
}

.index-news .tj-news {
	position: relative;
	background-color: #fff;
	padding: 30px;
	height: 100%
}

.index-news .tj-news::before {
	height: 150px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--textActiveColor);
	content: ""
}

.index-news .tj-news .img {
	position: relative;
	z-index: 5;
	width: 100%;
	height: 200px;
	overflow: hidden
}

.index-news .tj-news .img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.index-news .tj-news .info .t {
	color: #5A5A5A;
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px
}

.index-news .tj-news .info .t:hover {
	color: var(--textActiveColor)
}

.index-news .tj-news .info .time {
	font-size: 13px;
	color: #999;
	margin-bottom: 20px
}

.index-news .tj-news .info .desc {
	font-size: 13px;
	color: #999;
	line-height: 1.6
}

.index-news .tj-news .info .link {
	margin-top: 15px
}

.index-news .tj-news .info .link a {
	border-radius: 5px;
	border: 1px solid #ddd;
	padding: 8px 15px;
	font-size: 14px;
	color: #666
}

.index-news .news-imgx {
	position: relative;
	background-color: #fff;
	padding: 30px;
	height: 100%
}

.index-news .news-imgx::before {
	height: 150px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--textActiveColor);
	content: ""
}

.index-news .news-imgx a {
	display: block;
	width: 100%;
	height: 100%
}

.index-news .news-imgx .img {
	position: relative;
	z-index: 5;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.index-news .news-imgx .img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.index-news .news-box .row>div {
	height: auto
}

.index-news .list {
	height: 100%;
	background-color: #fff;
	border: 1px solid #ddd;
	padding-right: 30px
}

.index-news .list .list-item {
	margin-top: 30px
}

.index-news .list .list-item:last-child {
	margin-bottom: 30px
}

.index-news .list .list-item .time .num {
	width: 100px;
	text-align: center
}

.index-news .list .list-item .time .num .dd {
	font-size: 42px;
	font-weight: 600;
	color: var(--textActiveColor)
}

.index-news .list .list-item .time .num .yy {
	color: #0062d0;
	font-size: 13px
}

.index-news .list .list-item .info {
	width: calc(100% - 120px);
	margin-top: 10px
}

.index-news .list .list-item .info .t {
	font-size: 16px;
	font-weight: 600;
	height: 44px
}

@media (max-width: 768px) {
	.index-news .list .list-item .info .t {
		height: initial
	}
}

.index-news .list .list-item .info .desc {
	font-size: 13px;
	line-height: 28px;
	padding-top: 8px;
	color: #999999
}

@media (max-width: 768px) {
	.index-news .list .list-item .info .desc {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis
	}
}

.index-news .list .list-item .info .link {
	margin-top: 15px
}

.index-news .list .list-item .info .link a {
	border-radius: 5px;
	border: 1px solid #ddd;
	padding: 8px 15px;
	font-size: 14px;
	color: #666
}

.serve {
	margin-bottom: 60px
}

@media (max-width: 768px) {
	.serve {
		margin-bottom: 30px
	}
}

.serve .img {
	width: 100%;
	height: 250px;
	overflow: hidden
}

@media (max-width: 768px) {
	.serve .img {
		margin-bottom: 30px
	}
}

.serve .img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.serve .info {
	width: 80%;
	margin: 0 auto;
	margin-top: -70px;
	background-color: var(--textActiveColor);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
	z-index: 2;
	padding: 20px;
	text-align: center
}

@media (max-width: 768px) {
	.serve .info {
		position: absolute;
		top: 10px;
		left: 10%;
		margin-top: 30px
	}
}

.serve .info .ico {
	width: 80px;
	height: 80px;
	margin: 0 auto
}

.serve .info .ico img {
	max-width: 100%
}

.serve .info .t {
	font-size: 18px;
	color: #fff;
	margin: 10px 0;
	position: relative;
	padding-bottom: 10px
}

.serve .info .t::after {
	position: absolute;
	bottom: 0;
	width: 60px;
	border-bottom: 2px solid #fff;
	content: "";
	left: 50%;
	transform: translateX(-50%)
}

.serve .info .p {
	color: #fff;
	font-size: 12px
}

.foot .foot-nav {
	width: 100%;
	background-color: #434343
}

.foot .foot-nav .row>div {
	height: auto
}

.foot .foot-nav .row>div>div {
	height: 100%
}

@media (max-width: 768px) {
	.foot .foot-nav .col-xs-8 {
		padding-left: 0
	}
}

.foot .foot-nav .foot-nav-item {
	position: relative;
	border-left: 1px solid #787878;
	padding-top: 30px;
	padding-bottom: 50px;
	height: 100%
}

@media (max-width: 768px) {
	.foot .foot-nav .foot-nav-item {
		border-left: none;
		padding-top: 10px;
		padding-bottom: 20px
	}

	.foot .foot-nav .foot-nav-item .col-xs-8 {
		padding-left: 0
	}
}

.foot .foot-nav .foot-nav-item::before {
	width: 3px;
	height: 50px;
	content: "";
	left: -2px;
	top: 40px;
	background-color: var(--textActiveColor);
	position: absolute
}

@media (max-width: 768px) {
	.foot .foot-nav .foot-nav-item::before {
		display: none
	}
}

.foot .foot-nav .foot-nav-item .t {
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-bottom: 15px;
	padding: 10px
}

.foot .foot-nav .foot-nav-item .nav-list .li {
	font-size: 14px;
	padding-left: 20px
}

.foot .foot-nav .foot-nav-item .nav-list .li a {
	color: #bbb;
	display: inline-block;
	padding: 10px
}

.foot .foot-nav .foot-nav-item .ewm {
	margin-top: 10px;
	width: 100%
}

.foot .foot-nav .foot-nav-item .ewm .img {
	margin: 0 auto;
	width: 150px;
	height: 150px;
	padding: 5px;
	background-color: #fff;
	border-radius: 5px
}

@media (max-width: 768px) {
	.foot .foot-nav .foot-nav-item .ewm .img {
		width: 100%;
		height: initial
	}
}

.foot .foot-nav .foot-nav-item .ewm .img img {
	width: 100%
}

.foot .foot-nav .foot-nav-item .ewm .p {
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin-top: 10px
}

.foot .foot-nav .foot-nav-item.lsfs {
	border-right: 1px solid #787878
}

@media (max-width: 768px) {
	.foot .foot-nav .foot-nav-item.lsfs {
		border-right: none
	}
}

.foot .foot-nav .foot-nav-item.lsfs .t {
	width: 85%;
	margin: 0 auto;
	text-align: left
}

@media (max-width: 768px) {
	.foot .foot-nav .foot-nav-item.lsfs .t {
		width: 100%;
		padding: 10px 0
	}
}

.foot .foot-nav .foot-nav-item.lsfs .info {
	width: 85%;
	margin: 0 auto;
	padding: 10px
}

@media (max-width: 768px) {
	.foot .foot-nav .foot-nav-item.lsfs .info {
		width: 100%;
		padding: 0
	}
}

.foot .foot-nav .foot-nav-item.lsfs .info .tel {
	color: #fff;
	font-size: 13px
}

.foot .foot-nav .foot-nav-item.lsfs .info .add {
	font-size: 13px;
	color: #fff;
	margin: 20px 0
}

@media (max-width: 768px) {
	.foot .foot-nav .foot-nav-item.lsfs .info .add {
		margin: 10px 0
	}
}

.foot .foot-nav .foot-nav-item.lsfs .info .dh {
	font-size: 13px;
	color: #fff;
	margin-bottom: 20px
}

.foot .foot-nav .foot-nav-item.lsfs .info .link a {
	display: inline-block;
	padding: 5px 15px;
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	color: rgba(255, 255, 255, 0.4);
	font-size: 13px
}

.foot .foot-banq {
	background-color: #000;
	color: #fff;
	font-size: 12px;
	padding: 15px 0
}

.foot .foot-banq a {
	color: #fff
}

.dht {
	background-color: #eee;
	padding: 15px 0
}

.pnav-title {
	width: 100%;
	background-color: var(--textActiveColor);
	padding: 20px;
	color: #fff;
	margin-top: 20px
}

@media (min-width: 992px) {
	#maincats>ul {
		overflow: auto;
		max-height: calc(100vh - 100px)
	}
}

#maincats ul,
#maincats li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0
}

#maincats>ul {
	padding: 10px 0;
	display: flex;
	font-size: 13px
}

#maincats>ul>li>a {
	font-weight: 500
}

#maincats>ul {
	position: absolute;
	top: 100%;
	width: 700px;
	z-index: 2000;
	background: white;
	max-width: 100%;
	left: 210px;
	left: calc(50% - 350px);
	border: 1px solid #c0c0c0
}

#maincats>ul>li {
	display: inline-block;
	width: 33%;
	box-sizing: border-box;
	padding: 20px;
	vertical-align: top
}

#maincats>ul>li>ul {
	padding-top: 6px
}

#maincats>ul>hr {
	margin: 0 20px
}

#maincatstoggle {
	position: absolute;
	top: -2000px;
	left: -2000px
}

#maincatstoggle+ul {
	display: none
}

#maincatstoggle:checked+ul {
	display: block
}

@media (max-width: 991px) {
	#maincats>ul {
		left: 0
	}
}

@media (max-width: 570px) {
	#maincats>ul>li {
		width: 100%
	}
}

#maincats {
	position: relative;
	z-index: 4
}

#maincats a {
	text-overflow: ellipsis;
	overflow: hidden
}

#maincats>ul.main {
	position: relative
}

#maincats.alwaysopen {
	transition: opacity 400ms ease;
	opacity: 1;
	pointer-events: all;
	margin-bottom: 30px
}

#maincats.alwaysopen>ul.main {
	display: block
}

#maincats>ul>li>ul {
	display: none
}

#maincats>ul {
	left: 0;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: none;
	padding: 0
}

#maincats>ul>li {
	display: block;
	width: 100%;
	margin: 0;
	padding: 5px 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

#maincats>ul.sub1 {
	display: none;
	top: 0
}

#maincats>ul.sub2 {
	display: none;
	top: 0
}

#maincats a {
	color: black;
	text-decoration: none;
	display: block;
	padding: 10px 20px 10px 10px;
	position: relative;
	line-height: 20px
}

#maincats>ul.main>li>a {
	padding-left: 40px
}

#maincats>ul.main>li>a>img {
	position: absolute;
	left: 0;
	top: 6px;
	width: 30px;
	height: 30px
}

#maincats li {
	position: relative;
	border-bottom: 1px solid #eee
}

#maincats>ul>li>a {
	font-weight: 400
}

#maincats li.act>a {
	color: #004a87
}

#maincats li>i.glyphicon {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate3d(0, -50%, 0)
}

#maincats li.act,
#maincats li:hover {
	background: #f2f2f2
}

.logo-col label[for="maincatstoggle"] {
	margin-left: 20px;
	cursor: pointer
}

#maincats-holder {
	position: absolute;
	top: to;
	left: 0;
	width: 100%;
	height: 0
}

#maincats-holder>.container {
	padding: 10px
}

#maincats-holder #maincats ul {
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3)
}

#maincats>ul.sub1 {
	display: block;
	left: 315px;
	width: 300px
}

#maincats>ul.sub2 {
	display: block;
	left: 610px;
	width: 300px
}

.prod-lis {
	border: 1px solid #ddd;
	margin-top: 20px;
	padding: 15px;
	margin-bottom: 60px
}

.prod-lis .row>div {
	margin-bottom: 30px
}

@media (min-width: 768px) {
  .index .prod-lis .row>div:last-child {
		display: none
	}
}

.prod-lis .img {
	width: 100%;
	height: 240px;
	overflow: hidden;
	border: 1px solid #eee;
	display: flex;
	align-items: center;
	justify-content: center
}

@media (max-width: 768px) {
	.prod-lis .img {
		height: 150px
	}
}

.prod-lis .img img {
	max-width: 100%;
	max-height: 100%
}

.prod-lis .info {
	text-align: center
}

.prod-lis .info .t {
	font-size: 15px;
	color: #000000;
	margin-top: 10px;
	height: 40px
}

.prod-lis .info .bh {
	margin-top: 5px;
	font-size: 13px;
	height: 18px;
}

.video-con {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: #000;
	top: 0;
	z-index: 999999
}

.video-con .icon {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 50px;
	top: 50px;
	display: block;
	cursor: pointer
}

@media (max-width: 768px) {
	.video-con .icon {
		right: 10px;
		top: 10px
	}
}

.video-con .icon.close {
	background: url(../images/x.png) center no-repeat;
	background-size: 100%
}

.video-con #video {
	width: calc(70vw);
	height: 70vh;
	margin: 0 auto;
	margin-top: 15vh
}

@media (max-width: 768px) {
	.video-con #video {
		width: 100%;
		margin-top: 25vh
	}
}

.video-con #video video {
	width: 100%
}

.about-box {
	margin: 60px 0
}

.about-box .title {
	font-size: 26px;
	color: var(--textActiveColor);
	font-weight: 600;
	text-align: center
}

.about-box .about-info {
	font-size: 15px;
	line-height: 1.6;
	color: #313131;
	margin: 30px 0;
	word-wrap: break-word
}

.about-box .about-hj-box .hj-nav .nav-item {
	margin: 0 20px
}

@media (max-width: 768px) {
	.about-box .about-hj-box .hj-nav .nav-item {
		margin: 0 5px;
		margin-bottom: 5px
	}
}

.about-box .about-hj-box .hj-nav .nav-item a {
	display: inline-block;
	padding: 8px 25px;
	background-color: #ececec;
	border-radius: 30px
}

.about-box .about-hj-box .hj-nav .nav-item.act a,
.about-box .about-hj-box .hj-nav .nav-item:hover a {
	color: #fff;
	background-color: var(--textActiveColor)
}

.about-box .about-hj-box .hj-nav .nav-item.act a:hover,
.about-box .about-hj-box .hj-nav .nav-item:hover a:hover {
	color: #fff !important
}

.about-box .hj-swp-box {
	margin-top: 50px
}

@media (max-width: 768px) {
	.about-box .hj-swp-box {
		margin-top: 20px
	}
}

.about-box .hj-swp-box .hj-item {
	display: none
}

.about-box .hj-swp-box .hj-item.show {
	display: block
}

.about-box .hj-swp-box .hj-item .img {
	width: 100%;
	height: 200px;
	overflow: hidden
}

@media (max-width: 768px) {
	.about-box .hj-swp-box .hj-item .img {
		height: 150px
	}
}

.about-box .hj-swp-box .hj-item .img img {
	object-fit: cover;
	width: 100%;
	height: 100%
}

.about-box .hj-swp-box .hj-item .t {
	margin-top: 10px;
	text-align: center
}

.about-biaoyv {
	position: relative
}

.about-biaoyv .about-by-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

@media (max-width: 1000px) {
	.about-biaoyv .about-by-box {
		position: relative;
		z-index: 2
	}
}

.about-biaoyv .bg .ba {
	width: 50%;
	height: auto
}

@media (max-width: 1000px) {
	.about-biaoyv .bg .ba {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0
	}

	.about-biaoyv .bg .ba.a {
		display: none
	}
}

.about-biaoyv .bg .ba img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.about-biaoyv .titlex {
	font-size: 26px;
	color: #fff;
	font-weight: 600;
	margin-left: 30px;
	margin-top: 30px
}

@media (max-width: 768px) {
	.about-biaoyv .titlex {
		margin-left: 0
	}
}

.about-biaoyv .o-p-info {
	font-size: 15px;
	color: #fff;
	margin-left: 30px;
	margin-top: 30px
}

@media (max-width: 768px) {
	.about-biaoyv .o-p-info {
		margin-left: 0
	}
}

.map-about {
	margin: 60px 0
}

@media (max-width: 768px) {
	.map-about {
		margin-bottom: 10px
	}
}

.map-about .m-title {
	font-size: 26px;
	color: var(--textActiveColor);
	font-weight: 600;
	text-align: center
}

.map-about .m-about {
	width: 100%;
	margin: 20px 0;
	text-align: center
}

.map-about .m-about img {
	max-width: 100%
}

.he-news {
	border: 1px solid #eee;
	padding: 10px;
	width: 100%;
	margin: 30px 0
}

@media (max-width: 768px) {
	.he-news {
		margin: 10px 0
	}
}

.he-news .img {
	width: 100%;
	height: 200px;
	overflow: hidden
}

.he-news .img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.he-news .info .t {
	font-size: 16px;
	margin-top: 15px
}

.he-news .info .time,
.he-news .info .desc {
	color: #999999;
	font-size: 12px;
	margin-top: 10px
}

.he-news:hover {
	border-color: var(--textActiveColor)
}

.hfx {
	margin-bottom: 30px;
	height: 5px;
	width: 100%;
	background-image: url("../images/xgray_line02.png")
}

.news-list-box .t-item .t {
	font-size: 22px
}

.news-list-box .t-item .moe {
	font-size: 14px
}

.news-list-box .news-box-lis {
	border: 1px solid #eee;
	padding: 30px;
	margin: 20px 0
}

.news-list-box .news-box-lis .new-item {
	margin-bottom: 30px
}

.news-list-box .news-box-lis .new-item:last-child {
	margin-bottom: 0
}

.news-list-box .news-box-lis .new-item .time {
	width: 80px;
	height: 80px;
	padding: 5px 0;
	color: #fff;
	background-color: var(--textActiveColor)
}

.news-list-box .news-box-lis .new-item .time .d {
	text-align: center;
	font-size: 25px;
	font-weight: 600
}

.news-list-box .news-box-lis .new-item .time .y-d {
	font-size: 13px;
	text-align: center
}

.news-list-box .news-box-lis .new-item .info {
	width: calc(100% - 110px)
}

.news-list-box .news-box-lis .new-item .info .t {
	font-size: 16px
}

.news-list-box .news-box-lis .new-item .info .desc {
	font-size: 13px;
	color: #666;
	margin-top: 10px
}

.down-lis {
	margin-bottom: 30px
}

.down-lis .down-item {
	margin-top: 20px;
	width: 100%;
	border: 1px solid #eee;
	padding: 20px
}

.down-lis .down-item .t {
	font-size: 16px;
	color: #434343;
	width: calc(100% - 110px)
}

.down-lis .down-item .link a {
	width: 100px;
	font-size: 13px;
	text-align: center;
	left: 0px;
	top: 0px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
	background-color: #f0f0f0
}

.down-lis .down-item .link a:hover {
	color: #fff !important;
	background-color: var(--textActiveColor)
}

.rfq-box {
	padding: 30px;
	margin-top: 20px;
	border: 1px solid #eee;
	margin-bottom: 30px
}

.contact .map {
	margin-top: 30px;
	width: 100%;
	height: 400px;
	background-color: #eee;
	margin-bottom: 30px
}

@media (max-width: 768px) {
	.contact .map {
		height: 260px
	}
}

.contact .map .con-map {
	height: 100%
}

.contact .message {
	margin: 24px 0
}

.contact .message form .form-con {
	width: calc(100% / 2 - 16px)
}

@media (max-width: 768px) {
	.contact .message form .form-con {
		width: calc(100%)
	}
}

.contact .message form .form-con .inp-text {
	margin-bottom: 16px
}

.contact .message form .form-con .inp-text input[type=text],
.contact .message form .form-con .inp-text select {
	border: 1px solid #bbbbbb;
	width: calc(100% - 16px);
	padding: 8px
}

.contact .message form .form-con .inp-text textarea {
	width: calc(100% - 16px);
	padding: 8px;
	border: 1px solid #bbbbbb
}

.contact .message form .form-con .inp-text .text-lgs {
	margin-bottom: 5px
}

.contact .message form .form-con .inp-text label {
	display: block;
	width: calc(100% / 3 - 8px)
}

.contact .message form .form-con .inp-text button {
	background-color: var(--textActiveColor);
	color: #fff;
	font-size: 16px;
	border: none;
	padding: 16px
}

.news-lis-box {
	margin-bottom: 30px
}

.news-lis-box .news-item {
	margin-top: 20px;
	width: 100%;
	border: 1px solid #eee;
	padding: 20px
}

@media (max-width: 768px) {
	.news-lis-box .news-item {
		padding: 10px
	}
}

.news-lis-box .news-item .img {
	width: 200px;
	height: 150px;
	overflow: hidden
}

@media (max-width: 768px) {
	.news-lis-box .news-item .img {
		width: 130px;
		height: 80px
	}
}

.news-lis-box .news-item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.news-lis-box .news-item .info {
	width: calc(100% - 220px)
}

@media (max-width: 768px) {
	.news-lis-box .news-item .info {
		width: calc(100% - 150px)
	}
}

.news-lis-box .news-item .info .t {
	font-size: 17px
}

.news-lis-box .news-item .info .time,
.news-lis-box .news-item .info .desc {
	font-size: 14px;
	line-height: 24px;
	padding-top: 10px;
	color: #888888
}

@media (max-width: 768px) {

	.news-lis-box .news-item .info .time,
	.news-lis-box .news-item .info .desc {
		padding-top: 5px;
		line-height: 16px
	}
}

.page {
	margin-bottom: 30px
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important
}

.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem
}

.page-num,
.page-link {
	position: relative;
	display: block;
	padding: 5px 10px;
	margin-left: -1px;
	line-height: 1.25;
	color: #222;
	background-color: #fff;
	border: 1px solid #dee2e6;
	margin: 0 5px;
	border-radius: 50%
}

.page-num:hover,
.page-link:hover {
	z-index: 2;
	color: #fff;
	text-decoration: none;
	background-color: var(--textActiveColor);
	border-color: var(--textActiveColor)
}

.page-num:not(:disabled) {
	cursor: pointer
}

.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: var(--textActiveColor);
	border-color: var(--textActiveColor)
}

.product-box .prod-infox {
	margin-top: 20px
}

.product-box .img {
	width: 100%;
	height: 350px;
	border: 1px solid #eee
}

@media (max-width: 1000px) {
	.product-box .img {
		height: 250px;
		overflow: hidden;
	}
}

.product-box .img img {
	 /*max-width: 100%;
	max-height: 100%;
	object-fit: cover */
}

.product-box .bianhao {
	font-size: 25px;
	color: var(--textActiveColor);
	margin-bottom: 10px
}

.product-box .title {
	font-size: 25px;
	color: var(--textActiveColor);
	font-weight: 600;
	margin-bottom: 15px
}

.product-box .link {
	margin-top: 20px
}

.product-box .link a {
	padding: 8px 10px;
	display: inline-block;
	background-color: var(--textActiveColor);
	color: #fff;
	border-radius: 5px
}

.product-box .link a:hover {
	color: #fff !important;
	background-color: #004a87
}

.product-box .info {
	font-size: 14px;
	line-height: 1.4
}

.product-box .info-prod {
	width:calc(100% - 17px);
	margin-top: 20px;
	font-size: 14px;
	
}
.product-box .info-prod ul{
	width: 100% !important; text-wrap: initial !important

}
.product-box .info-prod img,
.product-box .info-prod table {
	max-width: 100%
}

.product-box .info-prod ul {
	margin-left: 17px
}

.news .news-info {
	margin: 20px 0;
	border: 1px solid #F2F2F2;
	padding: 40PX
}

@media (max-width: 768px) {
	.news .news-info {
		padding: 10px
	}
}

.news .news-info .title h1 {
	text-align: center;
	font-size: 25px
}

@media (max-width: 768px) {
	.news .news-info .title h1 {
		font-size: 20px
	}
}

.news .news-info .tiaox {
	font-size: 13px;
	margin: 20px 0
}

.news .news-info .tiaox span {
	margin: 0 10px;
	color: #5A5A5A
}

.news .news-info .info {
	margin-top: 25px
}

.news .news-info .info img,
.news .news-info .info table {
	max-width: 100%
}

.news .news-info .p-n {
	margin-top: 30px
}

.news .news-info .p-n p {
	font-size: 14px;
	margin-top: 10px
}

.news .news-info .p-n p a {
	color: var(--textActiveColor)
}

.xg-prod {
	margin: 60px 0
}

@media (max-width: 768px) {
	.xg-prod {
		margin: 30px 0
	}
}

.xg-prod .tx {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 30px
}

@media (max-width: 768px) {
	.xg-prod .tx {
		font-size: 18px
	}
}

.xg-prod .prod-item {
	margin-top: 20px
}

.xg-prod .prod-item .img {
	width: 100%;
	height: 230px;
	overflow: hidden
}

@media (max-width: 768px) {
	.xg-prod .prod-item .img {
		height: 150px
	}
}

.xg-prod .prod-item .img img {
	max-width: 100%;
	max-height: 100%
}

.xg-prod .prod-item .t {
	margin-top: 10px;
	font-size: 14px;
	text-align: center
}

.ouradv {
	padding: 60px 0;
	background-color: #388e05
}

@media (max-width: 768px) {
	.ouradv {
		padding: 30px 0
	}
}

.ouradv .box-title {
	margin-bottom: 40px
}

@media (max-width: 768px) {
	.ouradv .box-title {
		margin-bottom: 20px
	}
}

.ouradv .box-title .title {
	color: #fff
}

.ouradv .our-item {
	margin-bottom: 30px;
	background-color: #409f07
}

.ouradv .our-item .img {
	width: 220px;
	height: 118px;
	overflow: hidden
}

@media (max-width: 768px) {
	.ouradv .our-item .img {
		width: 100%
	}
}

.ouradv .our-item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.ouradv .our-item .info {
	width: calc(100% - 230px);
	padding: 10px;
	background-color: #409f07;
	color: #fff
}

@media (max-width: 768px) {
	.ouradv .our-item .info {
		width: 100%
	}
}

.ouradv .our-item .info .ti {
	font-size: 25px;
	margin-bottom: 10px
}

@media (max-width: 768px) {
	.ouradv .our-item .info .ti {
		font-size: 18px
	}
}

.ouradv .our-item .info .desc {
	font-size: 17px
}

@media (max-width: 768px) {
	.ouradv .our-item .info .desc {
		font-size: 14px
	}
}