@charset "utf-8";
img {
	image-rendering: -webkit-optimize-contrast;
}
.h-500 {
	height: 500px;
}

/* 邀请大使 */
.bt_invite_tips {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	background: #20a53a;
	z-index: 10;
}

.bt_invite_tips .tips_username {
	/* padding-top: 50px; */
	margin-right: 15px;
}
.bt_invite_tips .tips_username,
.bt_invite_tips .tips_package,
.bt_invite_tips .tips_btn {
	color: #fff;
	text-align: center;
	/* margin-bottom: 15px; */
}
.bt_invite_tips .tips_username {
	display: flex;
	align-items: flex-end;
	height: 26px;
	margin-right: 20px;
	font-size: 16px;
}

.bt_invite_tips .tips_package {
	display: flex;
	align-items: flex-end;
	margin-right: 40px;
	font-size: 16px;
}
.bt_invite_tips .tips_package span:nth-child(2) {
	margin: 0 4px;
	line-height: 26px;
	color: #ff0;
	font-size: 32px;
	font-weight: 600;
}
.bt_invite_tips .tips_btn span {
	display: inline-block;
	width: 150px;
	color: red;
	padding: 10px;
	font-size: 15px;
	background: #ff0;
	border-radius: 3px;
	cursor: pointer;
}
.bt_invite_tips .tips_btn span:hover {
	background: #ffef00;
}
/* END */

/* 顶部提示 */
.top-tips {
	background-color: #646473;
	line-height: 20px;
	color: #eee;
	padding: 10px 20px;
	text-align: center;
	font-size: 14px;
	position: relative;
}
.top-tips a {
	color: yellow;
}
.top-tips .closex {
	position: absolute;
	top: 10px;
	right: 20px;
	line-height: 18px;
	color: #ddd;
	font-size: 24px;
	cursor: pointer;
}
.top-tips .closex:hover {
	color: #fff;
}
/* END */

/* 客服咨询二维码 */
.contact-qrcode {
	width: 120px;
	height: 120px;
	background: url('/Public/new/images/wechat-qrcode.png') no-repeat center;
	background-size: contain;
}
/* END */

/* 按钮 */
.downBtn {
	height: 46px;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.downBtn span {
	display: inline-block;
	width: 130px;
	height: 44px;
	line-height: 44px;
	border: 1px solid #20a53a;
	text-align: center;
	font-size: 16px;
	color: #20a53a;
	border-radius: 5px;
	cursor: pointer;
	margin: 0 5px;
}
.downBtn span:hover {
	background: #20a53a;
	background: linear-gradient(#20a53a, #189d32);
	box-shadow: inset 0 1px 2px #30ad42;
	color: #fff;
	text-shadow: #00851a 0 -1px 0;
}
.downBtn span a {
	display: block;
	color: #20a53a;
}
.downBtn span.on {
	background: #20a53a;
	background: linear-gradient(#20a53a, #189d32);
	box-shadow: inset 0 1px 2px #30ad42;
	color: #fff;
	text-shadow: #00851a 0 -1px 0;
}
.downBtn span.on:hover {
	background-color: #10952a;
	background: linear-gradient(#10952a, #189d32);
	box-shadow: inset 0 1px 2px #10952a;
	color: #fff;
}
.downBtn span.on a {
	display: block;
	color: #fff;
}
/* END */

/*视频*/
.videohide {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	transition: 0.5s;
	display: flex;
	justify-content: center;
	align-items: center;
}
.videohide_class {
	visibility: visible;
	opacity: 1;
}
.videohidebg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 10;
}
.videohidebox i {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 24px;
	border-radius: 30px;
	background: #d50900;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	margin-right: -15px;
	margin-top: -15px;
	border: 2px solid #fff;
	cursor: pointer;
	font-style: normal;
}
.videohidebox i.fa-close:hover {
	-webkit-filter: brightness(110%);
}
.videohidebox {
	position: relative;
	width: 1000px;
	height: auto;
	background: #fff;
	z-index: 20;
	padding: 10px;
	transition: 0.5s;
	margin-top: -100px;
}
.videohidebox_class {
	margin-top: 0;
	opacity: 1;
}
.videohidebox_1 {
	width: 100%;
	height: auto;
}
.videohidebox_1 video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.videohidebox_1 p {
	font-size: 16px;
	color: #000;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.vdbg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.5s;
}
/* END */

/* 企业资质 */
.enterprise_qualification .eq_title {
	margin-bottom: 75px;
	line-height: 1;
	text-align: center;
	font-size: 38px;
}
.enterprise_qualification .box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
}
.enterprise_qualification .box .item {
	width: 180px;
}
.enterprise_qualification .box .item-title {
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.enterprise_qualification .box .img {
	width: 180px;
	margin: 0 auto;
	cursor: pointer;
}
.enterprise_qualification .box img {
	display: block;
	width: 100%;
}
/* END */

.head {
	height: 90px;
	position: fixed;
	left: 0;
	top: 40px;
	z-index: 99;
	width: 100%;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.head-box {
	transition: 0.25s;
}
.head_active .head-box,
.head_list .head-box {
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.logo {
	display: inline-block;
	height: 56px;
	margin-right: 45px;
}
.nav > span {
	position: relative;
	display: flex;
	align-items: center;
	height: 90px;
	margin-right: 30px;
	box-sizing: border-box;
}
.nav span:last-child {
	margin-right: 0;
}
.nava {
	display: block;
	line-height: 48px;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	font-size: 16px;
}

.nava:hover {
	border-bottom: 1px solid #20a53a;
}

.nava.prod::after {
	content: '';
	position: relative;
	top: -2px;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 10px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #333;
	transition: all 0.25s;
}
.nav span.active .nava {
	color: #20a53a;
	border-bottom: 2px solid #20a53a;
	font-weight: 600;
}
.nav span.active .nava.prod::after,
.nava.prod:hover::after {
	border-top-color: #20a53a;
}
.nav span:hover .nava {
	color: #20a53a;
	/* font-weight: 600; */
}
.navhide {
	z-index: 999;
	position: absolute;
	left: 50%;
	top: 100%;
	margin-top: 20px;
	background: #fff;
	padding: 0;
	width: 170px;
	margin-left: -95px;
	opacity: 0;
	visibility: hidden;
	transition: 0.25s;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	/* padding: 5px; */
}
.nav span:hover .navhide {
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
	padding: 8px 0;
}
.navhide a {
	display: flex;
	align-items: center;
	height: 38px;
	padding: 0 20px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #666;
	font-size: 14px;
}
.navhide a.active {
	background-color: #efefef;
	color: #20a53a;
}
.navhide a:hover {
	color: #20a53a;
}
.items-center {
	align-items: center;
}
.hdr a {
	height: 38px;
	line-height: 38px;
	width: 110px;
	font-size: 16px;
	color: #20a53a;
	display: inline-block;
	border: 1px solid #20a53a;
	border-radius: 4px;
	margin-left: 12px;
	text-align: center;
}
.hdr a.active,
.hdr a:hover {
	background: #20a53a;
	color: #fff;
}
.hdr a.active:hover {
	background: #35af4d;
}
.hdr a.user {
	width: 140px;
}
.hdr a.user .icon {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 4px;
	background: url(../../images/account.png) no-repeat;
	background-position: 0 0;
	vertical-align: middle;
}

.sales-customer-link {
	display: inline-block;
	font-size: 16px;
	border: 0;
	color: #333;
	border-radius: 0;
	width: auto;
	margin-right: 15px;
	line-height: 38px;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	padding-left: 25px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAAXNSR0IArs4c6QAAA59JREFUaEPtml1y4jAMx62Ee2x7AybhvXCSlpNQTrJwkmXfcaY32Ow9cLyrjJ1RRD7sxC55gJnOMCFx9LNkSf67ICJ+1uv1ix3+6+urjPgqAaEGR6OTJHkHgK0QAv/6PghUaq0vSZL8vl6vlxA2zAIhxn/OMAahTlVVned4bRIIAqRpevg/sx8MoDYKZxqv32630hpnwyxJki0AvAkhMOyo59BTF6XUcQqQN0iWZQcAoB6ojS+K4ujrlZ5wnDSeM4jxwk8yi/jCY1EUJ1+Arvs3m81Wa43j2wRRKqV2rt5xAjEv+WUN0Fp/TvHAGHDHmisBYO+SEEZBGITzwGNGD/1uvI8Th95xCrVBEAZxkVLu5hjo8ywL5dEJ7AUxA/0xL/9WCAvMYYbWTC9InufoWkyPpZTy1Wc2Q97Lw6zPlk4QmmKVUq+umSMkAB2LRcdJSrnn77oDoetCa70PlV7nQmZZ9gEAmJ4718sdCAmph6yLIeAh21og1BsAsHPJ33Nn2ud5GmLcvhZInufoOuyfOuPQ56Wx7iVeadnIQTQaEKtyh4Cja4VmsBqko4/Cy169TggjHao97fVaNgJvQRCANoaPrCEULM9zLM5NQ0m/Yz8GZF00WYouqiWkYBJOwi5yFkUnBKlJucFLSsN9SYhEU4kg9QLnFZxU94fXEzupPAm10vETJHaaIuM/PYKT8VwjEULOK7R4E7akvqsPpFVf+powUl+iKCY+jqP1gnYatJgDpcKuV2uNGxfsgOt2YAntPNsh1qoK1ZixmMOQfusCYWbroJTa+26J7bNa6/PYTrRDwLNOrdv5po03nnk3bfzFVVQm2c1Jf7JvZ9Kr0/6nQ+9qlM5RgW4sljsE7V4plXi/CV0Url31MroMeEs1G8TuZ8zZSEvcNlsCe8DD1XfvDdxQAgoCQgW1DiDuVK8QtA+TDNWpswUFoUD4Hc9ChBA/7PWpJ1QuokgUkLF15fO7q3S7aBBeP4a23YsF8YGoC7ePm7/rXi6IuAggUUFs3RBC/B2r3D2ylPNJQDQQ30NTfr+vSBgFhOT8WkQzIVk3odZA9NZqtXqpquqNnxK7nhvSUI8Fcie90p6MiYDWnkmF0j4cHIT2Q1LKZnyWhVrGTy2UUT3SEs3Y0bKVnnDfAwDnkMcWwT3CWu0LABzxXznSNG0EaOqpUCk9OIhRYOwx2Z2dLpu1KXBRQNAQu/ujyv6UbOQKFQ2EdsK+W2BX4+l9/wAXyhxiFnOhRwAAAABJRU5ErkJggg==');
	background-size: 18px;
	background-position: left center;
	background-repeat: no-repeat;
}

.sales-customer-link:hover {
	color: #20a53a;
	border-bottom: 1px solid #20a53a;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAAXNSR0IArs4c6QAAA7dJREFUaEPtWlFu2zAMldTeY+4ttmBAk2NswdD5JG1O0gRD1mM0BYZst5h2j1ZeKFkyJcu2ZEuNP9KvwrEtPpF8JJ9MSca/4uljoV/Pv/zhGZciNNXLpdGC3RFaLUlFlz3v5YRW/HTPgQj2wr/9OqSwYRIQYzwhDxOMAU9tCRO7KV4bBaQGcE8I+e4AUEYJ9iKvX79ybZwJM8HAW7eEVoXjOXj2QJjYjAEUDaTYLwAA9oA0nq+Pm1ivdITjqPcFA5GLVvQR7SIsuOHr4zYWgO/+4sfnJWHi8bQpmiA4YWIV6p0gIPUiz8iAhzEeGALsyTlOBCtDCGEQiAMi+MVDRvf9XgOCjQPvBIVaLxALBK0O/Ovv1RQDY551QnlwAzuB1LvyVy7+ziA04BaYnpzpBvLz03Od2Jyvjzcxu5nyXjfMumzxArEolombUOZICQC/y4oORfWlu1YLiJPcZSp6nQqy2C+g+AI9e/OlDUSH1JnyopfNemyzgFjeEGwVwt9TdzrmeSvEHPtsIPsFuA5c6I3DmEVz3Vs0JGTZ6AKpagOyVO4U4HCuYAaTQDx9FFyO6nVSGDlY7e1ez7KRtloQNfToweisNcSi4P0CinPTUOL/BStpofMCsZTD22enYBRO5DTrSBJyomgLQDRSy2CTVDOgYbPZDgmhaOIARCW4U8FNdZ8DkIapLBLCkXMBkpulrES/eAR4TosMlxxJF3yoLQlIdqcJ66K8dOaFv6kTSNPaE9rVhKH6cva+C9cL3F/hYg70qwcW2CLQqEC1gGuqHZhBO+90GkrNtDXmkvbqtwEg5G5dvd0TWpWxI7F5tqK7oUnUI+Dp2JTtvGnjpWdodSd/BaU8UFRG832Q/qRXd6TXoPnHo3cZpXNQoBtKSY+g3SmlIu83oRtB71YaOC3VZCBmnoGzEVfcViOBOuBpq+9wNYpI+ggoCRATLvqwp/+8JCoEUSjqMdw7IyUFYgFSjAcD2gcTniNPqEJEkSxAhvIq5vdQ6XbWQNz60SfdzhZIDAjJJTFufq97XUEkRETPCgTVjX9DldvQuHO8FwIiq0diD00990fVmCweQSMAbJb+4kFrUtJA6a3X64IwcdsqpIHnhjjUcwFpSa9WT2aLgNqeUYVSP5wcCO6HTjvfNKWq6qujvObPfGAwVflPD0Sdl8OJbOtAxmho6uuI3VTjs4aW1WrT6kDerjbwKQf+2AB7KhWlJ/eIpFF76rRtDRjWxoDLAkSC0ZMjUvZDv2KYFRDcCceOwGOA/AfvUeYb30ti0AAAAABJRU5ErkJggg==');
}

.i1 {
	background: url(../images/11bg_01.jpg) no-repeat top center #fff;
	background-size: 100%;
	padding: 80px 0 0;
}
.i1,
.i2 {
	position: relative;
	z-index: 10;
}
.i1.i1-wave {
	background: none;
}
.i1t h1 {
	font-weight: bold;
	font-size: 56px;
	color: #162016;
}
.i1ta a {
	line-height: 65px;
	/* background: url(../images/i1abg_03.png) repeat; */
	background: linear-gradient(#36bd89, #20a53a);
	color: #fff;
	display: inline-block;
	border-radius: 20px;
	width: 240px;
	box-shadow: 0 6px 10px rgba(0, 110, 21, 0.3);
	font-size: 22px;
}
.i1ta a:hover {
	-webkit-filter: brightness(120%);
}
.i1ta a + a {
	margin-left: 50px;
}
.i1timg img {
	/* max-width: 90%; */
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
.i1ba {
	height: 120px;
	border-radius: 8px;
	background: #f7f7f7;
}
.i1ba img {
	max-width: 90%;
	max-height: 70%;
}
.swiper-pagination-i1 {
	position: relative;
	margin-top: 22px;
	text-align: center;
}
.swiper-pagination-i1 .swiper-pagination-bullet {
	width: 3px;
	height: 3px;
	background: #cacaca;
	margin: 0 5px;
	opacity: 1;
	border: 3px solid #fff;
	padding: 3px;
	transition: 0.25s;
}
.swiper-pagination-i1 .swiper-pagination-bullet-active {
	border: 3px solid #20a53a;
	background: #fff;
}
.i2a {
	margin-top: 0;
	padding-top: 100px;
}
.i2a:first-child {
	margin-top: -100px;
	padding-top: 100px;
}
.i2a:nth-child(even) {
	flex-flow: row-reverse;
}
.i2atxt {
	width: 30%;
	padding-bottom: 50px;
}
.i2aimg {
	width: 67%;
}
.i2atxt img {
	width: 36%;
}
.i2atxt h1 {
	line-height: 45px;
	margin-top: -50px;
}
.ititle {
	font-size: 38px;
}
.ititle_big {
	font-size: 50px;
	margin-top: 100px;
}
.i2aline {
	background: #20a53a;
	height: 3px;
	width: 45px;
	display: block;
	margin: 25px 0;
}
.i3ocean {
	height: 200px;
	width: 100%;
	position: relative;
	bottom: -50px;
	z-index: 0;
	overflow: hidden;
}

.i3wave {
	background: url(../images/wave.svg) repeat-x;
	position: absolute;
	top: 0px;
	width: 6400px;
	height: 198px;
	-webkit-animation: i3wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
	animation: i3wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
	transform: translate3d(0, 0, 0);
	opacity: 0.7;
}

.i3wave:nth-of-type(2) {
	top: 20px;
	-webkit-animation: i3wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
	animation: i3wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
	opacity: 0.7;
}

@-webkit-keyframes i3wave {
	0% {
		margin-left: 0;
	}

	100% {
		margin-left: -1600px;
	}
}

@keyframes i3wave {
	0% {
		margin-left: 0;
	}

	100% {
		margin-left: -1600px;
	}
}

@-webkit-keyframes swell {
	0%,
	100% {
		transform: translate3d(0, -25px, 0);
	}

	50% {
		transform: translate3d(0, 5px, 0);
	}
}

@keyframes swell {
	0%,
	100% {
		transform: translate3d(0, -25px, 0);
	}

	50% {
		transform: translate3d(0, 5px, 0);
	}
}

.i3 {
	background: #edf6ef;
	padding: 0 0 140px 0;
	position: relative;
}
.i31a {
	width: 23%;
}
.textcolor {
	color: #20a53a;
}
.md {
	padding: 80px 0;
}
.i4t {
	padding: 15px;
	background: #fff;
	color: #fff;
	position: relative;
	margin-top: -90px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.07);
}
.i4tw {
	background: #20a53a;
	padding: 30px 5%;
	border-radius: 7px;
}
.i4tatop h1 {
	font-size: 60px;
	padding-right: 20px;
	margin-right: 15px;
	line-height: 60px;
}
.i4tatop h1 span {
	font-size: 16px;
	line-height: 30px;
	position: absolute;
	right: 0;
	top: 0;
}
.i4tatop h1 span.unit {
	right: -5px;
	font-size: 18px;
}
.i4taline {
	width: 1px;
	height: 55px;
	background: rgba(0, 0, 0, 0.3);
}
.i4ba {
	height: 130px;
	margin: 10px;
	border-radius: 8px;
	/* filter: grayscale(100%); */
	filter: gray;
}
.i4ba.honor {
	height: 220px;
}
.i4ba:hover {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	filter: inherit;
}
.i4ba img {
	max-width: 85%;
	max-height: 85%;
}
.swiper-button-next-i4,
.swiper-button-prev-i4,
.swiper-button-next-i5,
.swiper-button-prev-i5 {
	width: 42px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -21px;
	font-size: 42px;
	color: #999;
	cursor: pointer;
	background: none;
}
.swiper-button-next-i4:hover,
.swiper-button-prev-i4:hover,
.swiper-button-next-i5:hover,
.swiper-button-prev-i5:hover {
	color: #20a53a;
}
.swiper-button-next-i4,
.swiper-button-next-i5 {
	right: -50px;
}
.swiper-button-prev-i4,
.swiper-button-prev-i5 {
	left: -50px;
}

.flex {
	display: flex;
}
.justify-center {
	justify-content: center;
}
.overview-iframe {
	background-image: url(../../images/extension/pc_bg.png);
	background-repeat: no-repeat;
	height: 850px;
	position: relative;
	background-repeat: no-repeat;
	height: 850px;
	width: 1210px;
	margin: 0 auto;
}
.overview-button-group .button {
	height: 60px;
	line-height: 58px;
	font-size: 22px;
	text-align: center;
	font-weight: 700;
	border-radius: 10px;
	margin: 0 20px;
	width: 240px;
}

.overview-iframe iframe {
	position: absolute;
	left: 15px;
	top: 61px;
	width: 1170px;
	height: 766px;
	margin-top: -12px;
	margin-left: 4px;
	border: 1px solid #bbb;
}

.button {
	border: #20a53a 1px solid;
	border-radius: 4px;
	cursor: pointer;
	background-color: #20a53a;
	color: #fff;
	text-decoration: none;
}

.foot {
	background: url(../images/footbg_02.jpg) no-repeat bottom center #e7f0e9;
	padding: 80px 0 30px 0;
}
.foot a:hover {
	color: #20a53a;
}
.fta p,
.fta p a {
	color: #666;
}
.fb2,
.fb2 a {
	color: #777;
}
.fb {
	line-height: 24px;
}

/*产品*/
.zindex {
	z-index: 9;
	position: relative;
}
.prdbnr {
	width: 53%;
	margin-left: 5%;
}
.prdbnl {
	margin-top: -50px;
}
.i1ta_1 a {
	border-radius: 8px;
	width: 240px;
}
.pd1 {
	position: relative;
	z-index: 9;
	margin-top: -75px;
}
.pd1 .swiper-container {
	z-index: 9;
	width: 100%;
}
.pd1a {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 68, 12, 0.1);
	margin: 10px;
	border-radius: 8px;
	padding: 35px 20px;
	z-index: 9;
	cursor: pointer;
}
.swiper-slide-thumb-active .pd1a {
	background: url(../images/pd1bg_03.jpg) no-repeat center;
	background-size: cover;
}
.swiper-slide-thumb-active .pd1a * {
	color: #fff;
}
.pdbimg {
	cursor: pointer;
}
.pdbimg img {
	width: 100%;
}
.pdbimg img.img1 {
	display: block;
}
.pdbimg img.img2 {
	display: none;
}
.swiper-slide-thumb-active .pdbimg img.img1 {
	display: none;
}
.swiper-slide-thumb-active .pdbimg img.img2 {
	display: block;
}
.pd1ai {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.swiper-slide-thumb-active .pd1a .pd1ai {
	filter: grayscale(100%) brightness(300%);
}
.swiper-slide-thumb-active .pd1a {
	box-shadow: 0 0 10px rgba(0, 68, 12, 0.5);
}
.pd2 {
	background: url(../images/pd2bg_02.png) no-repeat bottom center;
	background-size: auto 60.5%;
}
.pdbox .i2aimg {
	width: 55%;
}
.pdbox .i2atxt {
	width: 40%;
	background-size: 100% !important;
}
.pdbox .i2atxt h1 {
	margin-top: 0;
}
.i2atxt1 p {
	margin-top: 5px;
}
.i2atxt1 p i {
	width: 6px;
	height: 6px;
	background: #20a53a;
	border-radius: 100%;
}
.prd_more {
	width: 160px;
	border-radius: 50px;
	display: inline-block;
	/* background: url(../images/i1abg_03.png) repeat; */
	background: linear-gradient(#36bd89, #20a53a);
	background-size: 100% 100%;
	color: #fff;
	text-align: center;
	line-height: 50px;
	box-shadow: 0 4px 15px rgba(0, 68, 12, 0.2);
}
.prd_more:hover {
	-webkit-filter: brightness(110%);
}

.pi1 {
	margin-top: -30px;
}
.pi1top {
	width: 100%;
	padding-bottom: 0;
}
.pi1top .i2aline {
	margin: 15px auto;
}
.pi1top h1 {
	margin: 0;
}

.pil {
	width: 15%;
	margin-right: 3%;
	border-left: 1px solid #def2e2;
}
.pil li {
	padding-left: 23px;
	border-left: 4px solid rgba(0, 0, 0, 0);
	line-height: 42px;
	cursor: pointer;
	transition: 0.25s;
}
.pil li.active {
	border-left: 4px solid #20a53a;
	color: #20a53a;
	font-size: 26px;
	margin: 5px 0;
}
.pia {
	background-size: 100% !important;
}
.pia:first-child {
	margin-top: 0;
}
.pia:nth-of-type(even) .piw {
	flex-flow: row-reverse;
}
.pia:nth-of-type(even) .pil {
	margin-left: 5%;
	margin-right: 0;
}
.pibox {
	/* background: url(../images/pd2bg_02.png) no-repeat bottom center; */
	/* background-size: auto 56%; */
}

/*活动*/
.hdbn {
	height: 350px;
}
.hdnav {
	box-shadow: 0 8px 25px rgba(0, 68, 12, 0.1);
	margin-top: -35px;
}
.hdnav a,
.hdnav li {
	position: relative;
	display: block;
	line-height: 70px;
	width: 25%;
	text-align: center;
	cursor: pointer;
	transition: 0.25s;
}
.hdnav a.active,
.hdnav li.active {
	background-image: linear-gradient(#e7f5e6, #fff);
}
.hdnav li::before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
}
.hdnav li.active::before {
	border-top: 4px solid #20a53a;
}
.hdnav a:hover,
.hdnav li:hover {
	color: #20a53a;
}
.hdw {
	width: 102%;
}
.hda {
	width: 31.33%;
	margin: 17px 0;
	margin-right: 2%;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0, 68, 12, 0.1);
}
.hdat {
	padding-left: 20px;
	color: #fff;
	border-radius: 8px 8px 0 0;
}
.hdab {
	background: #fff;
	transition: 0.25s;
	border-radius: 0 0 8px 8px;
}
.hdab p {
	line-height: 30px;
	height: 60px;
}
.hdab span {
	display: inline-block;
	line-height: 45px;
	width: 140px;
	border-radius: 48px;
	text-align: center;
	transition: 0.25s;
}
.hda:hover {
	transform: translateY(-10px);
}
.hdab_green span {
	border: 1px solid #20a53a;
	color: #20a53a;
}
.hda:hover .hdab_green {
	box-shadow: 0 0 65px rgba(25, 172, 54, 0.3) inset;
}
.hda:hover .hdab_green span {
	background-image: linear-gradient(#55b991, #22a63d);
	color: #fff;
}
.hdab_yellow span {
	border: 1px solid #ff8134;
	color: #ff8134;
}
.hda:hover .hdab_yellow {
	box-shadow: 0 0 65px rgba(255, 129, 52, 0.3) inset;
}
.hda:hover .hdab_yellow span {
	background-image: linear-gradient(#ff8134, #ef7428);
	color: #fff;
}
.hdab_blue span {
	border: 1px solid #4b78ff;
	color: #4b78ff;
}
.hda:hover .hdab_blue {
	box-shadow: 0 0 65px rgba(72, 120, 255, 0.3) inset;
}
.hda:hover .hdab_blue span {
	background-image: linear-gradient(#4b78ff, #3d6af0);
	color: #fff;
}

.hdab_pu span {
	border: 1px solid #5e18ff;
	color: #5e18ff;
}
.hda:hover .hdab_pu {
	box-shadow: 0 0 65px #5e18ff59 inset;
}
.hda:hover .hdab_pu span {
	background-image: linear-gradient(#5e18ff, #6728f8);
	color: #fff;
}
.hda {
	position: relative;
}
.hot {
	width: 100px;
	height: 100px;
	background: url(../images/hot_03.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	right: -5px;
	top: -5px;
	z-index: 9;
}

/* 友情链接 */
.flink {
	color: #666;
	font-size: 12px;
}

.flink a {
	color: #666;
}

.flink a:hover {
	color: #20a53a;
}

/*定价*/
.head_list_dj {
	position: static;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.djbox {
	padding: 0 0 60px 0;
}
.djtop {
	padding: 50px 0;
}
.djtop h1 {
	font-size: 50px;
}
.djtopa a {
	border: 1px solid #20a53a;
	color: #20a53a;
	line-height: 58px;
	width: 200px;
	border-radius: 58px;
	display: inline-block;
	margin: 0 15px;
	box-shadow: 0 5px 15px rgba(0, 68, 12, 0.1);
}
.djtopa a.active,
.djtopa a:hover {
	background-image: linear-gradient(#55b991, #22a63d);
	color: #fff;
}
.dja {
	width: 440px;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
}
.djam {
	padding: 30px;
}
.djamw {
	margin-top: 30px;
}
.djamw:first-child {
	margin-top: 0;
}
.dja_a {
	height: 36px;
}
.djamw_hidden .djamwbox {
	opacity: 0.3;
}
.djamw_hidden .djamwbox .dja_a i {
	display: none;
}

.djat .prod-head {
	padding: 30px;
	background: #fff;
	border-bottom: 1px solid #e2e2e2;
	border-radius: 8px 8px 0 0;
}

.djbox_active .djat .prod-head {
	position: fixed;
	top: 0;
	z-index: 9;
	width: 438px;
	height: 105px;
	overflow: hidden;
}

.djab {
	position: relative;
	width: 100%;
	height: 214px;
	padding: 30px;
	border-top: 1px solid #e2e2e2;
	background: #fff;
	border-radius: 0 0 8px 8px;
}
.djabb a {
	text-align: center;
	width: 100%;
	border-radius: 4px;
	display: block;
	line-height: 50px;
	box-shadow: 0 5px 15px rgba(0, 68, 12, 0.1);
	background-color: #20a53a;
	background: linear-gradient(#36bd89, #20a53a);
	color: #fff;
}
.djabb a:hover {
	-webkit-filter: brightness(130%);
}
.dja3 .djat * {
	color: #fff;
}
.xzat {
	line-height: 45px;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	padding: 0 15px;
	cursor: pointer;
}
.xza.active .xzat {
	border: 1px solid #20a53a;
}
.xzahide {
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
	display: none;
	background: #fff;
}
.xzahidea {
	line-height: 45px;
	border-bottom: 1px solid #eee;
	padding: 0 15px;
	cursor: pointer;
	color: #666;
}
.xzahidea:hover {
	color: #20a53a;
}

.pay-price .pay-price-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: 30.66%;
	height: 84px;
	border: 1px solid #bbbbbb;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
}

.pay-price .pay-price-item:hover {
	border-color: #20a53a;
}

.pay-price .pay-price-item.active {
	border-width: 2px;
	border-color: #20a53a;
}

.pay-price .pay-price-item.active::before {
	content: '';
	position: absolute;
	right: 1px;
	bottom: 5px;
	display: inline-block;
	width: 10px;
	height: 4px;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #fff;
	transform: rotate(-45deg);
	z-index: 3;
}

.pay-price .pay-price-item.active::after {
	content: '';
	position: absolute;
	right: -1px;
	bottom: -1px;
	display: inline-block;
	border-width: 12px;
	border-color: transparent;
	border-style: solid;
	border-right-color: #20a53a;
	border-bottom-color: #20a53a;
	z-index: 2;
}

.pay-price .pay-price-item + .pay-price-item {
	margin-left: 4%;
}

.pay-price-item .tag {
	position: absolute;
	top: -10px;
	left: -1px;
	padding: 4px 5px;
	line-height: 1;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #ff7300;
	font-size: 12px;
	color: #fff;
}

.pay-price-item.active .tag {
	top: -11px;
	left: -2px;
}

.pay-price .pay-price-name {
	margin-top: 4px;
}

.pay-price .pay-price-num {
	font-size: 18px;
	font-weight: bold;
}

.pricing-tips {
	margin-top: 20px;
	line-height: 22px;
	color: #757575;
}

.pricing-tips p {
	margin-left: 2em;
}

.pricing-tips p:first-child {
	display: flex;
	margin-left: 0;
}

.pricing-tips p + p {
	margin-top: 5px;
}
/* end */

.tcbox {
	display: none;
}
.tcw {
	padding: 20px;
}
.tca {
	width: 48%;
}
.tcaw {
	color: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 70px;
	display: flex;
	align-items: center;
}

/* 插件安装 */
.layer-install-pulgin {
	font-size: 14px;
}
.bt-help-info {
	background: #f7f7f7;
	padding: 15px;
	border: 1px solid #ececec;
	color: #4a4a4a;
	border-radius: 5px;
}
.bt-help-info ul {
	list-style-type: disc;
	padding-left: 10px;
}
.bt-help-info li {
	line-height: 28px;
}
.pulgin_select_project {
	margin: 20px 0 15px 0;
}
.pulgin_select_project .tabs_item {
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #eee;
	margin-right: 10px;
	cursor: pointer;
}
.pulgin_select_project .tabs_item.active {
	border: 1px solid #20a53a;
	background: url('/Public/images/online_instatll/install_type_select.png') no-repeat right bottom;
	background-size: 16px 18px;
}
.tabs_tips {
	color: #6e6e6e;
	margin-top: 20px;
	font-size: 12px;
}
.start_install {
	text-align: center;
	margin-top: 30px;
}
.start_install span {
	cursor: pointer;
	background: #20a53a;
	background: linear-gradient(#36bd89, #20a53a);
	color: #fff;
	padding: 10px 30px;
	border-radius: 5px;
	display: inline-block;
}
.start_install span:hover {
	-webkit-filter: brightness(130%);
}
.pulgin_config_content {
	padding: 20px 15px 10px 15px;
	border: 1px dashed #bbbbbb;
}
.project_select {
	background: #f0f8ff;
	border: none;
	padding: 8px 5px;
	margin-bottom: 10px;
	cursor: pointer;
	color: #5e5e5e;
	margin-right: 20px;
	width: 160px;
}
.project_select option {
	background: #fff;
}
.install_tips_info {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
}
/* 插件安装 end*/
/* 波浪效果背景 */
.bg-wave {
	position: absolute;
	top: 130px;
	left: 0;
	width: 100%;
	height: 800px;
	background: linear-gradient(0deg, #d8efdb, #edf7ef);
	z-index: 8;
}
.bg-wave {
	top: 90px;
}
.bg-wave.transparent {
	opacity: 0;
	z-index: 9;
}
.bg-wave canvas {
	width: 100%;
	height: 100%;
}
.swiper-pagination {
	position: static;
}
.swiper-pagination-i1 .swiper-pagination-bullet {
	width: 18px;
	height: 18px;
}
.swiper-slide .title {
	min-height: 24px;
	line-height: 1;
	margin-bottom: 15px;
	font-size: 22px;
	text-align: center;
}
/* end */

/* 企业资质 */
.enterprise_qualification .box .img {
	position: relative;
}
.enterprise_qualification .box .mask {
	display: none;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.3);
	height: 100%;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 120px;
}
.enterprise_qualification .box .img:hover {
	box-shadow: 0 0 10px #aaa;
}
.enterprise_qualification .box .img:hover .mask {
	display: block;
}

/*客服咨询二维码*/
.contact-service {
	position: relative;
}
.contact-service img {
	width: 120px;
	height: 120px;
	position: absolute;
	top: 50%;
	left: 100px;
	box-shadow: 0 0 1px 2px #fefefe;
	margin-top: -60px;
	display: none;
}
.contact-service:hover img {
	display: block;
}

/* end */

@media only screen and (max-width: 1420px) {
	.hdr a {
		height: 32px;
		line-height: 32px;
		width: 80px;
		font-size: 14px;
	}
	.sales-customer-link {
		font-size: 14px;
		background-size: 16px;
		margin-right: 12px;
	}
}

@media only screen and (max-width: 1399px) {
	.pil li.active {
		font-size: 24px;
	}
	.hdat img {
		height: 80px;
	}
	.hot {
		width: 80px;
		height: 80px;
	}
	.hdab span {
		line-height: 40px;
		width: 130px;
		font-size: 15px;
	}

	.dja {
		width: 380px;
	}
	.djbox_active .djat .prod-head {
		width: 378px;
	}
	.djat .prod-head,
	.djab {
		padding: 20px;
	}
	.djat .mt_20 {
		margin-top: 12px;
	}
	.djab {
		height: 170px;
	}
	.xzat,
	.xzahidea,
	.djabb a {
		line-height: 40px;
		font-size: 16px;
	}
	.djtopa a {
		font-size: 15px;
		width: 150px;
		line-height: 46px;
	}
	.pd1a {
		padding: 25px 15px;
	}
	.pd1ar h3 {
		font-size: 16px;
	}
	.pd1ar p {
		margin-top: 8px;
		font-size: 12px;
	}

	.pay-price .pay-price-item {
		height: 70px;
	}

	.pay-price .pay-price-num {
		font-size: 16px;
	}

	.pay-price .pay-price-name {
		font-size: 12px;
	}
}

@media only screen and (max-width: 1340px) {
	.logo {
		margin-right: 25px;
	}
	.nav > span {
		margin-right: 20px;
	}
	.nava {
		font-size: 15px;
	}
	.hdr a {
		line-height: 32px;
		height: 32px;
		/* padding: 0 10px; */
		width: 70px;
		font-size: 14px;
	}
	.hdr a.user {
		width: 90px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1360px) {
	.videohidebox {
		width: 80%;
	}
	.i1t h1 {
		font-size: 40px;
	}
	.hdl .logo {
		margin-right: 40px;
	}

	/* .head-box .navigation span:first-child .nava {
		width: 76px !important;
	} */
	/* .head-box .navigation span:nth-child(2) .nava {
		width: 102px !important;
	} */
	.i1ta a {
		line-height: 50px;
		width: 220px;
		font-size: 18px;
	}
	.i1ta a img {
		height: 20px;
	}
	.i1 {
		background-size: 100% 60%;
	}
	.i1ba {
		height: 100px;
	}
	.ititle {
		font-size: 26px;
	}
	.ititle_big {
		font-size: 32px;
	}
	.i2atxt h1 {
		line-height: 33px;
	}
	.i3 {
		padding: 0 0 130px 0;
	}
	.i31a img {
		width: 70px;
	}
	.i31a .txt {
		font-size: 13px;
	}
	.i4tatop h1 {
		font-size: 40px;
		line-height: 40px;
	}
	.i4tatop h1 span {
		font-size: 14px;
	}
	.i4tw {
		padding: 20px 3%;
	}
	.i4t {
		margin-top: -75px;
	}
	.swiper-button-next-i4 {
		right: 0;
	}
	.swiper-button-prev-i4 {
		left: 0;
	}
	.i4ba {
		height: 100px;
	}
	.foot {
		padding: 40px 0 20px 0;
	}
	.ftlogo img {
		width: 100px;
	}
	.fta .text16 {
		line-height: 28px;
		font-size: 13px;
	}
	.fta h3 {
		font-size: 16px;
	}
	.ftr img {
		width: 100px;
	}
	.fb {
		line-height: 24px;
		margin-top: 35px;
		font-size: 13px;
	}

	.pd1 {
		margin-top: -54px;
	}
	.pd1a {
		padding: 15px;
	}
	.pd1ai {
		background-size: 80% !important;
	}
	.prd_more {
		line-height: 40px;
		width: 130px;
	}

	.pil li {
		line-height: 36px;
		padding: 0 15px;
	}
	.pil li.active {
		font-size: 20px;
	}

	.hda {
		margin: 10px 0;
		margin-right: 2%;
	}
	.hdat img {
		height: 70px;
	}
	.hot {
		width: 70px;
		height: 70px;
	}
	.hdab span {
		line-height: 35px;
		width: 100px;
		font-size: 14px;
	}
	.hdbn {
		height: 300px;
	}

	.dja {
		width: 32%;
	}
	.djbox_active .djat .prod-head {
		width: 30.8%;
	}
	.djab_null {
		width: 100%;
	}
	.djat .prod-head,
	.djab {
		padding: 15px;
	}
	.djat .mt_20 {
		margin-top: 8px;
	}
	.djab {
		height: 154px;
	}
	.xzat,
	.xzahidea,
	.djabb a {
		line-height: 35px;
		font-size: 14px;
	}
	.djtopa a {
		font-size: 14px;
		width: 130px;
		line-height: 38px;
	}
	.djtop h1 {
		font-size: 36px;
	}

	.enterprise_qualification .box {
		justify-content: space-between;
	}
	.enterprise_qualification .box .item {
		width: 33.33%;
		margin-right: 0;
		margin-top: 40px;
	}
	.enterprise_qualification .box .item:nth-of-type(1),
	.enterprise_qualification .box .item:nth-of-type(2),
	.enterprise_qualification .box .item:nth-of-type(3) {
		margin-top: 0;
	}
}
@media only screen and (max-width: 1210px) {
	.hdl .logo {
		margin-right: 35px;
	}
	/* .nav span {
		margin-right: 30px;
	} */
	.install-box .title {
		margin-bottom: 6px;
		font-size: 16px;
	}
}

@media only screen and (max-width: 1150px) {
	.wrap {
		padding: 0 10px;
	}
	.hdl .logo {
		margin-right: 25px;
	}
	.sales-customer-link {
		display: none !important;
	}
	.hdr a {
		height: 28px;
		line-height: 28px;
		width: 60px;
		font-size: 14px;
	}
	.nav > span {
		margin-right: 14px;
	}
}

@media only screen and (max-width: 1050px) {
	.mt_100 {
		margin-top: 35px;
	}
	.mt_35,
	.mt_40,
	.mt_45,
	.mt_50,
	.mt_60,
	.mt_70,
	.mt_80 {
		margin-top: 45px;
	}

	/*视频*/
	.videohidebox {
		width: 90%;
		margin-left: 0;
		padding-bottom: 0;
	}
	.videohidebox_1 p {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	.i1 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.prdbn {
		padding: 70px 0 50px 0;
		height: auto !important;
	}

	.hdbn {
		margin-top: 0;
		height: 260px;
	}
	.hda {
		width: 48%;
	}
	/* .bg-wave,
	.bg-wave.top {
		top: 60px;
	} */
	.bg-wave {
		height: 600px;
	}
	/* .nav span {
		margin-right: 22px;
	} */
}
@media only screen and (max-width: 970px) {
	.bg-wave,
	.bg-wave.top {
		top: 60px;
	}
}
@media only screen and (max-width: 768px) {
	/* 邀请大使 */
	.bt_invite_tips {
		height: auto;
		padding: 15px 0;
		flex-direction: column;
	}
	.tips_username,
	.tips_package,
	.tips_btn {
		margin-bottom: 10px;
		font-size: 14px !important;
		margin-right: 0 !important;
	}
	.tips_btn {
		margin-bottom: 0;
	}
	.tips_btn span {
		width: 110px !important;
		font-size: 13px !important;
		padding: 7px !important;
	}
	/* end */

	.flex_lmr_wap {
		justify-content: space-between;
		width: 100%;
	}
	.wap_disblock {
		display: block;
	}
	.swiper-button-next-i4,
	.swiper-button-prev-i4 {
		display: none;
	}
	.i1 {
		background-size: 100% 60%;
	}
	.i1,
	.md {
		padding: 25px 0;
	}
	.i1t h1 {
		font-size: 24px;
	}
	.i1t h1 img {
		height: 20px;
	}
	.i1ta a {
		line-height: 40px !important;
		width: 150px;
		font-size: 15px !important;
		margin: 0 5px;
	}
	.i1ta a:nth-child(1) {
		margin-right: 0 !important;
		margin-bottom: 10px;
	}
	.i1ta a img {
		height: 18px;
	}
	.i1ba {
		height: 80px;
	}
	.i2a {
		padding-top: 45px;
		margin-top: 0;
	}
	.i2a:first-child {
		margin-top: -45px;
		padding-top: 45px;
	}
	.i2atxt {
		padding-bottom: 10px;
	}
	.i2atxt img {
		width: 70px;
		display: block;
		margin: 0 auto;
	}
	.i2atxt h1 {
		line-height: 30px;
		margin-top: -30px;
		text-align: center;
	}
	.ititle {
		font-size: 22px;
	}
	.ititle_big {
		font-size: 28px;
	}
	.i2aline {
		width: 30px;
		margin: 15px 0;
		margin: 15px auto;
	}
	.i3 {
		padding: 0 0 25px 0;
		margin-top: 15px;
	}
	.i31 {
		margin-top: 0;
		margin-top: 12px;
	}
	.i31a {
		width: 100%;
		padding: 18px 0;
	}
	.i31a img {
		width: 60px;
	}
	.i4taline {
		width: 100%;
		height: 1px;
		margin: 15px 0;
	}
	.i4tatop h1 {
		font-size: 30px;
		line-height: 30px;
	}
	.i4tatop h1 span {
		font-size: 13px;
		line-height: 20px;
	}
	.i4t {
		margin-top: 15px;
	}
	.i4ba {
		height: 80px;
	}
	.foot {
		padding: 25px 0 15px 0;
	}
	.ftlogo {
		width: 100%;
	}
	.ftlogo img {
		display: block;
		width: 100px;
		margin: 0 auto;
	}
	.fta1 {
		max-width: 33.33%;
		text-align: center;
		margin-top: 15px;
	}
	.fta .text16 {
		font-size: 12px;
		line-height: 22px;
		margin-top: 5px;
	}
	.fta2 {
		margin-top: 15px;
	}
	.ftr {
		margin-top: 15px;
		text-align: center;
		width: 100%;
	}
	.fb {
		font-size: 12px;
		line-height: 22px;
	}

	.prdbn {
		padding-bottom: 0px;
	}
	.pd1 {
		margin-top: -18px;
	}
	.pd1al {
		width: 100%;
	}
	.pd1ar {
		margin-top: 10px;
		width: 100%;
	}
	.pd1ar h3 {
		font-size: 14px;
		line-height: 22px;
	}
	.pd1ar p {
		margin-top: 5px;
	}
	.pd1a {
		padding: 10px 8px;
		width: 100%;
		margin-top: 15px;
		width: 100%;
		margin: 0;
		display: block;
		text-align: center;
	}
	/*.gallery-thumbs .swiper-slide{
		padding: 10px;
	}*/
	.pd1ai {
		background-size: 60% !important;
	}
	.prd_more {
		font-size: 12px;
		line-height: 36px;
		width: 110px;
	}
	.pd2 {
		background-size: 200% 60.5%;
	}

	.piw {
		display: flex !important;
	}
	.pil {
		width: auto !important;
		max-height: 300px;
		overflow: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	/*.pil{
		border: 0;
		margin-bottom: 15px;
	}*/
	/*.pil ul{
		display: flex;
		flex-wrap: wrap;
	}*/
	.pia:first-child {
		margin-top: 25px;
	}
	.pia:nth-child(even) .pil {
		margin-left: 8px !important;
	}
	.pil li {
		line-height: 26px;
		padding: 0 8px;
		font-size: 12px;
	}
	.pil li.active {
		line-height: 26px;
		font-size: 14px;
		border-left: 2px solid #20a53a;
		margin: 0;
	}
	.piw {
		margin-top: 20px;
	}

	.hdbn {
		margin-top: 0;
		height: 150px;
	}
	.hdnav {
		margin-top: 15px;
	}
	.hdnav a,
	.hdnav li {
		line-height: 40px;
		border-top-width: 1px !important;
	}
	.hdbn .prdbnl {
		flex: inherit;
		flex-grow: inherit;
		margin-top: 0 !important;
		width: 70% !important;
	}
	.hda {
		margin: 0;
		margin-top: 15px;
		width: 100%;
	}
	.hdat img {
		height: 70px;
	}
	.hot {
		width: 70px;
		height: 70px;
	}
	.hdab span {
		line-height: 35px;
		width: 100px;
		font-size: 14px;
	}
	.hdmd {
		padding-top: 0;
	}

	.djtop {
		padding: 25px 0;
	}
	.djbox {
		padding-bottom: 25px;
	}
	.dja {
		width: 100%;
		margin: 10px 0;
	}
	.djab_null {
		width: 100%;
	}
	.djat .prod-head,
	.djab {
		padding: 15px;
		position: static;
		width: 100% !important;
	}
	.djat .mt_20 {
		margin-top: 8px;
	}
	.djab {
		height: 160px;
	}
	.xzat,
	.xzahidea,
	.djabb a {
		line-height: 35px;
	}
	.djtopa a {
		font-size: 14px;
		width: 120px;
		line-height: 30px;
		margin: 0 5px;
	}
	.djtop h1 {
		font-size: 24px;
	}
	.dja_a {
		height: 28px;
		font-size: 12px;
	}
	.dja_a img {
		height: 10px;
	}
	.djam {
		padding: 15px;
	}
	.bg-wave {
		height: 460px;
	}
	.swiper-slide .title {
		min-height: 16px;
		margin-bottom: 10px;
		font-size: 16px;
	}

	.enterprise_qualification .box .item {
		width: 50%;
		margin-right: 0;
	}
	.enterprise_qualification .item-title .text {
		font-size: 13px;
	}
	.enterprise_qualification .box .img {
		width: 160px;
	}
	.i1ta a + a {
		margin-left: 12px;
	}
}

@media only screen and (max-width: 400px) {
	.tcw {
		display: block;
		padding: 10px 15px;
	}
	.tca {
		width: 100%;
		margin: 10px 0;
	}
}
