body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	color: #4c4c4c;
	font-size: 14px !important;
	font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.6;
	overflow-x: hidden;
}

.swiper-pagination-bullet,
.swiper-button-next,
.swiper-button-prev {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
	cursor: pointer;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	text-decoration: none;
}

td,
th,
caption {
	font-size: 14px;
}

a {
	color: #000;
	text-decoration: none !important;
}

a:hover {
	text-decoration: none !important;
}

a:visited,
a:focus,
a:hover {
	text-decoration: none;
	color: #333;
}

img {
	border: 0;
	vertical-align: middle;
}

img {
	border: none;
}

ol,
ul,
li {
	list-style: none;
}

input,
textarea,
select,
button {
	vertical-align: middle;
	font-size: 14px;
	font-family: inherit;
	line-height: normal;
	outline: none;
}

button {
	cursor: pointer;
}

table {
	border-collapse: collapse;
}

video {
	object-fit: contain;
}

.block {
	width: 1600px;
	margin: 0 auto;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

/*通用*/
body {
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Chrome/Safari/Opera */
	-khtml-user-select: none;
	/* Konqueror */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently not supported by any browser */
}

#top {
	position: fixed;
	bottom: 60px;
	right: 10px;
	z-index: 99999;
	display: none;
	width: 48px;
	height: 48px;
	background: #333;
	line-height: 48px;
	text-align: center;
}

#top img {
	width: 30px;
	height: auto;
}

#top:hover {
	background: #e60012;
}

.public-footer .right-box .item-box .img-box img {
	width: 90px;
}

.page-box span:hover {
	color: #fff;
}

/*首页*/
.index .section_4 .centent-box .all-box .left-box .item-box .txt-box ul li.active {
	color: #fff;
}

.index .section_6 .all-box .left-box .list-box .item-box .icon-box img {
	transition: all .3s;
}

.index .section_6 .all-box .left-box .list-box .item-box:hover .icon-box img {
	transform: rotateY(180deg);
}

.index .section_8 .centent-box .all-item .item-box:hover .txt-box .top-box h3 {
	color: #e60012;
}

.index .section_7 .centent-box .all-box .item-box .center-box .title-box {
	text-align: center;
}

/*关于*/
.about-wrap .session_6 .centent-box .img-box {
	height: 540px;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
}

/*产品*/
.pro_list-wrap .session_3 .left-box .box_2 .img-box img {
	max-width: 90%;
}

.pro_list-wrap .session_1 .item-box .img-box>img {
	height: 600px;
	object-fit: cover;
}

/*加盟*/
/*案例*/
/*新闻*/
.news_list-wrap .session_1 .list-box .item-box .img-box img {
	height: 290px;
	width: 100%;
}

/*联系*/
.link-wrap .session_2 .form-box .btn-box .ok {
	display: block;
	border: none;
	width: 1116px;
	height: 65px;
	background: #e60012;
	color: #fff;
	line-height: 65px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	border-radius: 8px;
}

.link-wrap .session_1 {
	margin-top: -235px;
}

.public-header {
	position: fixed;
	top: 0;
	z-index: 999;
	left: 0;
	right: 0;
	height: 70px;
	background: #fff;
	box-shadow: 0px 0px 4px #eeeeee;
	box-sizing: border-box;
}

.public-header .body-box {
	position: relative;
}

.public-header .body-box .logo-box {
	float: left;
	line-height: 70px;
}

.public-header .body-box .logo-box img {
	vertical-align: middle;
}

.public-header .body-box .public_header_ul {
	text-align: center;
	float: right;
}

.public-header .body-box .public_header_ul li {
	display: inline-block;
	text-align: center;
	line-height: 70px;
}

.public-header .body-box .public_header_ul li a {
	display: inline-block;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	overflow: hidden;
	width: 100%;
	padding-left: 24px;
	padding-right: 24px;
	box-sizing: border-box;
}

.public-header .body-box .public_header_ul li a span {
	position: relative;
	display: inline-block;
	height: 44px;
	line-height: 22px;
	vertical-align: middle;
	transition: transform .3s;
}

.public-header .body-box .public_header_ul li a span:before {
	position: absolute;
	content: '';
	width: 0px;
	height: 1px;
	left: -15px;
	top: 33px;
	background: #e60012;
}

.public-header .body-box .public_header_ul li a span:after {
	position: absolute;
	content: '';
	right: -15px;
	top: 33px;
	width: 0px;
	height: 1px;
	background: #e60012;
}

.public-header .body-box .public_header_ul li:hover a,
.public-header .body-box .public_header_ul li.active a {
	color: #e60012;
}

.public-header .body-box .public_header_ul li:hover a span,
.public-header .body-box .public_header_ul li.active a span {
	transform: translate(0, -22px);
}

.public-header .body-box .public_header_ul li:hover a span:before,
.public-header .body-box .public_header_ul li.active a span:before {
	width: 10px;
	transition: all .3s .2s;
}

.public-header .body-box .public_header_ul li:hover a span:after,
.public-header .body-box .public_header_ul li.active a span:after {
	width: 10px;
	transition: all .3s .2s;
}

.public-header .body-box .public_header_ul li.active a span {
	transform: translate(0, -22px);
}

.public-header .body-box .public_header_ul li.tel {
	color: #e60012;
	font-size: 16px;
	font-weight: bold;
}

@media screen and (max-width: 1800px) {
	.block {
		width: 1300px;
	}
}

.public-footer {
	background-color: #383838;
	padding-top: 60px;
	padding-bottom: 60px;
}

.public-footer .left-box {
	float: left;
}

.public-footer .left-box h3 {
	font-size: 20px;
	color: #fff;
	margin-bottom: -5px;
	line-height: 1;
}

.public-footer .left-box ul li {
	font-size: 16px;
	color: #c5c5c5;
	margin-top: 35px;
}

.public-footer .left-box ul li em {
	display: inline-block;
	margin-left: 35px;
	margin-right: 35px;
}

.public-footer .left-box ul li span {
	display: inline-block;
	margin-left: 30px;
}

.public-footer .right-box {
	float: right;
	text-align: center;
}

.public-footer .right-box .item-box {
	font-size: 0;
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
}

.public-footer .right-box .item-box p {
	font-size: 14px;
	color: #ffffff;
	line-height: 1;
	margin-top: 18px;
}

.video-pop {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999999999;
}

.video-pop .pop-bg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.video-pop .video-box {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.video-pop .video-box video {
	outline: none;
	width: 750px;
	height: auto;
}

.public_a {
	position: relative;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	width: 140px;
	display: block;
	text-align: center;
	box-sizing: border-box;
	font-size: 0;
	background-color: #fff;
}

.public_a span {
	position: relative;
	color: #666666;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	z-index: 3;
}

.public_a:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #eeeeee;
	box-sizing: border-box;
}

.public_a:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #e60012;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	z-index: 2;
}

.public_a:hover:before,
.public_a:focus:before,
.public_a:hover:before {
	right: auto;
	left: 0;
	width: 100%;
}

.public_a:hover span {
	color: #fff;
}

/*# sourceMappingURL=common.css.map */