@charset "utf-8";

/* CSS Document */
@font-face {
	font-family: "myFont";
}

* {
	margin: 0;
	padding: 0;
	/*去移动端点击阴影*/
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-overflow-scrolling: unset;
	font-family: "myFont";
}

html,
body {
	-webkit-text-size-adjust: none;
	font-family: "myFont";
}

em,
i,
s,
b,
u {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

body {
	display: block;
	font-size: 14px;
	color: #333;
	font-family: "myFont";
	background: #fff;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	position: relative;
	margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

form {
	display: inline-block;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	color: #999;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

img {
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}



button,
input,
select,
textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
	border: none;
	background: none;
}

/*移除文本框可拉伸大小属性*/
textarea {
	resize: none;
}

textarea::-webkit-input-placeholder {
	font-family: "myFont";
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	-moz-appearance: button;
	border: none;
	background: none;
}

input,
textarea {
	border: none;
	border-radius: 0;
	font-size: 14px;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input::-webkit-input-placeholder {
	color: #999;
	font-family: "myFont";
}

input:-moz-placeholder {
	color: #999;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
label {
	vertical-align: middle;
}

input[type=number] {
	-moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

div:focus,
span:focus {
	outline: none;
}

/*清除浮动*/
.clear {
	clear: both;
}

.clear::after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}

.Maximg img {
	width: 100%;
	height: 100%;
}

.maximg img {
	max-height: 100%;
	max-width: 100%;
}

.maxwimg img {
	width: 100%;
	height: auto;
}

.maxhimg img {
	width: auto;
	height: 100%;
}

.companyimg {
	position: relative;
}

.companyimg img {
	width: 100%;
	height: auto;
}

.companyimg .explain {
	width: 470px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	position: absolute;
	top: 18%;
	right: 9%;
}

/*文字超出影藏  在火狐或者ie9之下则不会影藏*/
.over1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.over2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.over3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.over4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

/*绝对居中  在低版本ie是不能使用flex布局*/
.zhong {
	text-align: center;
	vertical-align: middle;
	justify-content: center;
	align-items: center;
	display: flex;
}

/*中间主题宽度*/
.width {
	width: 1200px;
	margin: 0 auto;
	height: auto;
}

.wid1300 {
	width: 1300px;
	margin: 0 auto;
	height: auto;
}

.wid1400 {
	width: 1400px;
	margin: 0 auto;
	height: auto;
}

.wid1640 {
	width: 1640px;
	margin: 0 auto;
	height: auto;
}

.wid1654 {
	margin: 0 auto;
	height: auto;
}

.main {
	display: block;
	width: 100%;
	height: auto;
	background-size: auto;
}

.bgCen {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.bgBot {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

/*左右浮动*/
.right {
	display: inline-block;
	float: right;
}

.left {
	display: inline-block;
	float: left;
}

.auto {
	margin: 0 auto;
}

.marTop10 {
	margin-top: 10px;
}

.marTop15 {
	margin-top: 15px;
}

.marTop20 {
	margin-top: 20px;
}

.marTop25 {
	margin-top: 25px;
}

.marTop30 {
	margin-top: 30px;
}

.marTop40 {
	margin-top: 40px;
}

.marTop50 {
	margin-top: 50px;
}

.marTop60 {
	margin-top: 60px;
}

.marTop70 {
	margin-top: 70px;
}

.marTop80 {
	margin-top: 80px;
}

.marBot10 {
	margin-bottom: 10px;
}

.marBot15 {
	margin-bottom: 15px;
}

.marBot20 {
	margin-bottom: 20px;
}

.marBot25 {
	margin-bottom: 25px;
}

.marBot30 {
	margin-bottom: 30px;
}

.marBot40 {
	margin-bottom: 40px;
}

.marBot50 {
	margin-bottom: 50px;
}

.marBot60 {
	margin-bottom: 60px;
}

.marBot70 {
	margin-bottom: 70px;
}

.marBot80 {
	margin-bottom: 80px;
}

/*版本过低提醒*/
.guoshiPop-bg {
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	filter: alpha(opacity=50);
}

.guoshiPop {
	display: block;
	width: 500px;
	height: 200px;
	border-radius: 12px;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -140px;
	z-index: 201;
	font-size: 16px;
	line-height: 28px;
	padding: 34px 30px;
}

.guoshiPop h3 {
	font-weight: normal;
	color: #333;
	margin-bottom: 28px;
}

.guoshiPop>div {
	text-align: center;
	font-size: 0;
}

.guoshiPop a {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	height: 42px;
	border: 1px solid #999;
	line-height: 40px;
	text-decoration: none;
	margin: 0 5px;
	color: #333;
	border-radius: 4px;
}

.guoshiPop a:hover {
	border-color: red;
	color: red;
}


/*置顶*/
.zhiding {
	position: fixed;
	right: 0;
	bottom: 14%;
	width: .7rem;
	height: .7rem;
	border-radius: 100%;
	z-index: 190;
	background: #214015 url(../images/zhiding.png) no-repeat center;
	background-size: 90% auto;
}

.productlists {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: -40px;
	padding: 0 0.1rem;
}

.product-box {
	width: 1800px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.productlists-item {
	margin: 0 0.01rem;
	/* width: 420px;
	height: 720px; */
}

.productlists-item .img {
	width: 420px;
	height: 560px;
	background: #E8E8E8;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.productlists-item .img img {
	height: 423px;
}

.productlists-item_title {
	width: 420px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 22px;
	color: #999999;
	line-height: 34px;
	margin-top: 12px;
}

#banner {
	height: 100vh;
	width: 100%;
	z-index: 0;
	background: #000;
	overflow: hidden
}

#banner {}

#banner .banner_slider {
	width: 100%;
	height: 100%
}

#banner li {
	/* position: relative */
}

#banner li .img {
	width: 100%;
	height: 860px;
	z-index: 8;
}

.zn {
	padding-top: 60px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	position: relative;
}

.zn .swiper-button-prev {
	left: 60px;
}

.zn .swiper-button-next {
	right: 60px;
}

.zn .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: '';
}

.zn .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: '';
}