@charset "utf-8";

.container {
	width: 97%;
	margin-left: auto;
	margin-right: auto;
}

/* header */
header {
	height: 100px;
}

header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

header .logo {
	display: block;
	height: 100%;
}

header .logo img {
	display: block;
	height: 100%;
}

header .menu {
	display: none;
}

header nav {
	width: 50%;
	max-width: 600px;
	display: flex;
	justify-content: space-between;
}

nav a {
	color: #666;
}

nav a:hover {
	color: var(--col);
}

nav .focus {
	font-weight: bold;
	color: #333 !important;
}


header .tell {
	display: flex;
	align-items: center;
	height: 100%;
}

header .tell img {
	display: block;
	width: 1.8rem;
	margin-right: .5em;
}

header .tell p {
	font-size: 1.2rem;
	font-weight: bold;
}

/* banner */
.banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.banner img {
	display: block;
	width: 100%;
}

.banner .swiper-pagination>* {
	background: #fff;
}

/* index-main */
.index-main {
	padding: 3%;
}

.index-main .item {
	position: relative;
	overflow: hidden;
}

.index-main img {
	display: block;
	width: 100%;
	position: absolute;
	height: 100%;
	z-index: 1;
	left: 0;
	top: 0;
	transition: 1s;
}

.index-main .title {
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
}

.index-main .more {
	display: block;
	font-size: .8rem;
	width: 6em;
	margin: 1em auto 0;
	background: #fff;
	color: #333;
	line-height: 2em;
	border-radius: 2em;
	text-align: center;
	margin-top: 10px;
}

.index-main .more:hover {
	background: var(--col);
	color: #fff;
}

.index-main .cont1 {
	margin-bottom: 1%;
	display: flex;
	position: relative;
	align-items: flex-start;
}

.index-main .cont1 .left {
	width: 49.5%;
	height: 0;
	padding-bottom: 49.5%;
	position: relative;
	margin-right: 1%;
}

.index-main .cont1 .left .item {
	width: 100%;
	height: 100%;
	position: absolute;
}

.index-main .item .text {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	text-align: center;
}

.index-main .cont1 .right {
	width: 49.5%;
	height: 0;
	padding-bottom: 49.5%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.index-main .cont1 .right .item {
	width: 100%;
	height: 0;
	padding-bottom: 49%;
	left: 0;
	position: absolute;
}

.index-main .cont1 .right .item:nth-child(1) {
	top: 0;
}

.index-main .cont1 .right .item:nth-child(2) {
	bottom: 0;
}

.index-main .item:hover img {
	transform: scale(1.05);
}

.index-main .cont2 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.index-main .cont2 .item {
	width: 17%;
	height: 0;
	padding-bottom: 17%;
	z-index: 2;
}


.index-main .cont2 .item:nth-child(2) {
	width: 64%;
	padding-bottom: 17%;
}

/* footer */
footer {
	padding-bottom: 20px;
}

footer nav {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	display: flex;
	justify-content: center;
}

footer nav a {
	line-height: 5em;
}

footer a:hover {
	color: var(--col);
}

footer nav a~a {
	margin-left: 10vw;
}

footer .copyright {
	font-size: .9rem;
	text-align: center;
	color: #666;
	line-height: 3em;
}

/* banner-ny */
.banner-ny {
	position: relative;
	z-index: 1;
}

.banner-ny img {
	display: block;
	width: 100%;
}

/* position */
.position {
	position: relative;
	overflow: hidden;
	z-index: 2;
	margin-top: -40px;
	margin-bottom: 30px;
}

.position .container {
	max-width: 1400px;
	margin: 0 auto 0;
	height: 80px;
	line-height: 80px;
	display: flex;
	align-items: flex-end;
}

.position .pageName {
	font-size: 1.2rem;
	color: var(--col);
	display: flex;
	align-items: center;
	font-weight: bold;
	height: 40px;
}

.position .pageName span {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #f60;
	margin: 0 10px;
}

.position .pageName span~p {
	color: #333;
}

.position .positionUrl {
	position: absolute;
	width: 40%;
	height: 100%;
	top: 0;
	right: 0;
	background: #eee;
	padding: 0 2em;
	color: #666;
	display: flex;
	align-items: center;
	line-height: initial;
}

.position .positionUrl p {}

.position .positionUrl span {
	margin: 0 10px;
	color: #ccc;
}

.position .positionUrl a:hover {
	color: var(--col);
}

/* page */
.page .main {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	min-height: 500px;
	padding-bottom: 30px;
}

.page .main .cont {
	line-height: 2em;
	color: #666;
	text-align: justify;
}

.page .main .cont p {
	text-indent: 2em;
}

.page .main .cont>*~* {
	margin-top: 1em;
}

.page .main .cont img {
	display: block;
	max-width: 100%;
	height: auto !important;
	margin-left: auto;
	margin-right: auto;
}



/* 代理经销 */
.dljx-list {
	display: flex;
	flex-wrap: wrap;
}

.dljx-list .item {
	width: 24.25%;
	margin-right: 1%;
	border: solid 1px #eee;
}

.dljx-list .item:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.dljx-list .item img {
	display: block;
	width: 100%;
}

.dljx-list .item:nth-child(4n) {
	margin-right: 0;
}

.dljx-list .item:nth-child(n+5) {
	margin-top: 1%;
}

/* 产品中心 */
.cpzx-list {
	display: flex;
	flex-wrap: wrap;
}

.cpzx-list li {
	width: 32%;
	position: relative;
}

.cpzx-list li .box {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
}

.cpzx-list li .box img {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.cpzx-list li .box .title {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: .75em 1em;
	font-size: 1.1em;
}

.cpzx-list .item2 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.cpzx-list .item2 .box {
	height: 48%;
	overflow: hidden;
}

.cpzx-list .item {
	margin: 0 2%;
}

/* 联系我们 */
.lxwm>ol {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2vw;
}

.page .main .cont.lxwm p {
	text-indent: 0;
}

.lxwm>ol>li a:hover {
	color: var(--col);
}

.lxwm>ol>li {
	text-align: center;
	flex: 1;
	padding: 0 2em;
}

.lxwm>ol>li img {
	display: block;
	width: 1.3rem;
	margin: 0 auto;
}

.lxwm>ol>li .info {
	line-height: 1.5em;
}

.lxwm>ol>li~li {
	background: url(../img/line.png) no-repeat left center / 1px;
}

.lxwm .map {
	display: block;
	width: 100%;
}

/* 平板 */
@media (max-width: 810px) {
	:root {
		--fonts: 14px;
	}

	header {
		height: 60px;
	}

	header nav {
		width: 40%;
	}

	.index-main .title {
		font-size: 1.2rem;
	}

	.position {
		margin-bottom: 1em;
	}


	.page .main {
		padding-left: 1.5%;
		padding-right: 1.5%;
	}

	.lxwm>ol {
		flex-wrap: wrap;
	}

	.lxwm>ol>li {
		padding: 0 1em;
	}

	.lxwm>ol>li:last-child {
		display: none;
	}

	footer {
		padding-bottom: 0;
	}

	footer nav a {
		line-height: 3em;
	}

	footer .copyright {
		font-size: 12px;
	}
}

/* 手机 */
@media (max-width: 375px) {
	:root {
		--fonts: 12px;
	}

	.container {
		width: 94%;
	}

	header {
		height: 50px;
	}

	header .menu {
		display: block;
	}

	header .menu i {
		font-size: 2rem;
	}

	header nav {
		width: 100%;
		display: block;
		height: calc(100vh - 50px);
		position: fixed;
		left: 0;
		top: 0px;
		z-index: 999;
		background: #eee;
		padding-top: 20px;
		transform: translateY(-100VH);
	}

	header nav.show {
		transform: translateY(50PX);
	}

	header nav a {
		display: block;
		text-align: center;
		line-height: 3em;
	}

	header .tell {
		display: none;
	}

	.index-main .title {
		font-size: 1rem;
	}

	.index-main .more {
		display: none;
	}

	.position {
		margin: 0;
	}

	.position .container {
		line-height: 3em;
		height: 3em;
	}

	.position .pageName {
		height: inherit;
	}

	.position .pageName span {
		width: 5px;
		height: 5px;
	}

	.position .positionUrl {
		display: none;
	}

	.dljx-list .item {
		width: 32%;
		margin-right: 2%;
	}

	.dljx-list .item:nth-child(4n) {
		margin-right: auto;
	}

	.dljx-list .item:nth-child(3n) {
		margin-right: 0;
	}

	.dljx-list .item:nth-child(n+4) {
		margin-top: 2%;
	}

	.page .main {
		width: 94%;
		padding: 0 0 20px;
	}

	.lxwm>ol {
		display: block;
	}

	.lxwm>ol>li {
		text-align: left;
		margin-bottom: 10px;
		background: none !important;
		padding: 0;
	}

	.lxwm>ol>li img {
		float: left;
		margin-top: 2px !important;
		margin-right: 5px !important;
	}

	footer {
		padding-bottom: 0;
	}

	footer nav a {
		line-height: 3em;
	}

	footer .copyright {
		font-size: 12px;
	}
}