﻿@charset "utf-8";

/* 
 * Project Name:徽记食品
 * 
 */










.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0px;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.tx-c {
	text-align: center;
}

.fc {
	text-align: center;
}

.fr {
	text-align: right;
}

.vt {
	vertical-align: top;
}

.vm {
	vertical-align: middle;
}

.db {
	display: block;
}

.wzbs {
	color: #fff !important;
}

.w84 {
	width: 100%;
	margin: 0 auto;
}

.fixedImg {
	background-repeat: no-repeat;
	background-size: cover;
}

.imgw {
	width: 100%;
	display: block;
}

.eT {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.linkA {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/w0.png) no-repeat;
	z-index: 99;
}

.pageC a:link,
.pageC a:visited {
	color: #183D82;
}

.pageC a:active,
.pageC a:hover {
	color: #333;
}

.pageC img {
	max-width: 100% !important;
	height: auto !important;
}

.pageC {
	overflow: hidden;
}

.load-words.target span {
	opacity: 0;
	visibility: hidden;
}

.action.load-words span {
	visibility: visible;
	display: inline-block;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: wordsRightFade;
	animation-name: wordsRightFade;
}

@-webkit-keyframes wordsRightFade {
	0% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
		visibility: hidden;
	}

	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
		visibility: visible;
	}
}

@-moz-keyframes wordsRightFade {
	0% {
		-moz-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
		visibility: hidden;
	}

	100% {
		-moz-transform: none;
		transform: none;
		opacity: 1;
		visibility: visible
	}
}

@keyframes wordsRightFade {
	0% {
		-webkit-transform: translateX(50px);
		-moz-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
		visibility: hidden
	}

	100% {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
		opacity: 1;
		visibility: visible
	}
}

.nimg.target {
	visibility: hidden;
}

.nimg.action {
	visibility: visible !important;
	-webkit-animation: scaleUpDown 1.2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown 1.2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}


/* 头部  */

.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	/*height: 90px;
	line-height: 90px;*/
	transition: 0.45s;
}

.head-zd {
	width: 100%;
	height: 44px;
	line-height: 44px;
	background: #f3981e;
	box-sizing: border-box;
	padding: 0 8%;
}

.hzhy {
	float: left;
	color: #fff;
	font-size: 14px;
}

.hzdsf {
	float: right;
}

.hdlink {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	margin-left: 25px;
}

.hdlink i {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	margin-right: 10px;
}

.head-wrap {
	position: relative;
	height: 90px;
	line-height: 90px;
	background: #fff;
	padding: 0 8%;
	box-shadow: 0 1px 2px #eee;
}

.header .head-logo {
	position: relative;
	float: left;
	z-index: 99;
}

.hllg,
.hlline {
	display: inline-block;
	/* vertical-align: middle; */
}

.hl1 {
	vertical-align: middle;
}

.hlline {
	margin: 0 30px;
	width: 1px;
	height: 40px;
	background: #E2E2E2;
}

.head-logo img {
	display: block;
	vertical-align: middle;
}

.header .nav {
	position: relative;
	float: right;
	margin-top: -3px;
}

.header .yj-bot {
	display: inline-block;
	vertical-align: middle;
}

.search-icon {
	display: inline-block;
	vertical-align: middle;
	margin-left: 60px;
}

.search-icon a {
	display: block;
	color: #333333;
	font-size: 25px;
}

.search-icon a:hover {
	color: #f3981e;
}

.select-language {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-left: 48px;
	border-left: 1px solid #DCDCDC !important;
	height: 100%;
	padding: 0 20px;
}

.slxs {
	color: #444444;
	font-size: 18px;
	cursor: pointer;
}

.clselect.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.clselect {
	opacity: 0;
	visibility: hidden;
	transition: 0.45s;
	transform: translateY(20px);
	position: absolute;
	top: 89px;
	height: 60px;
	line-height: 60px;
	left: 0;
	right: 0;
	border-radius: 8px;
	text-align: center;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
}

.clselect a {
	color: #333;
	font-size: 16px;
}

.clselect a:hover {
	color: #f3981e;
}

.header .yj-bot li.active .yj-link,
.header .yj-bot li:hover .yj-link {
	color: #f3981e;
}

.header .yj-bot li {
	position: relative;
	float: left;
	transition: 0.35s;
	z-index: 1;
	text-align: center;
	padding: 0 30px;
	height: 90px;
	line-height: 90px;
	z-index: 10;
}
.header .yj-bot li:hover .yj-link{
	font-weight: bold;
	animation: scaleW 0.85s infinite alternate;
}
@keyframes scaleW{
	from{
		transform: scale(1.2);
	}
	to{
		transform: scale(1);
	}
}
.header .yj-bot .yj-link {
	position: relative;
	z-index: 1;
	color: #333333;
	font-size: 20px;
	display: inline-block;
	text-transform: uppercase;
	transition: 0.85s;
}

.header .yj-bot .yj-link div {
	float: left;
	display: block;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	font-size: 18px;
	overflow: hidden;
	padding: 0;
}

.header .nav li:hover .ej-list {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
}

.ej-list.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
}

.ej-list {
	position: absolute;
	z-index: 10;
	left: 50%;
	margin-left: -59px;
	width: 118px;
	top: 90px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transition: 0.55s;
	text-align: center;
	box-sizing: border-box;
	padding: 15px 0;
	box-shadow: 0 1px 2px #eee;
	border-top: 6px solid #f3981e;
}

.el-link {
	display: block;
	color: #CECECE;
	font-size: 16px;
	line-height: 1.5;
	padding: 5px;
}

.el-link:hover {
	color: #f3981e;
	animation: scaleW 0.85s infinite alternate;
}

.menu-handler {
	position: fixed;
	right: 0;
	top: 0;
	width: 55px;
	height: 56px;
	display: none;
	cursor: pointer;
	z-index: 1010;
	background-color: #f3981e;
}

.menu-handler span {
	position: relative;
	display: block;
	margin: 27.5px auto 0;
	width: 22px;
	height: 2px;
	background-color: #fff;
	-webkit-transition-duration: .3s, .3s;
	-moz-transition-duration: .3s, .3s;
	-ms-transition-duration: .3s, .3s;
	-o-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .3s, 0s;
	-moz-transition-delay: .3s, 0s;
	-ms-transition-delay: .3s, 0s;
	-o-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s;
}

.menu-handler span:after,
.menu-handler span:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 2px;
	left: 0;
	background-color: #fff;
	-webkit-transition-duration: .3s, .3s;
	-moz-transition-duration: .3s, .3s;
	-ms-transition-duration: .3s, .3s;
	-o-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .3s, 0s;
	-moz-transition-delay: .3s, 0s;
	-ms-transition-delay: .3s, 0s;
	-o-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s
}

.menu-handler span:before {
	top: -7px;
	-webkit-transition-property: top, transform;
	-moz-transition-property: top, transform;
	-ms-transition-property: top, transform;
	-o-transition-property: top, transform;
	transition-property: top, transform;
}

.menu-handler span:after {
	bottom: -7px;
	-webkit-transition-property: bottom, transform;
	-moz-transition-property: bottom, transform;
	-ms-transition-property: bottom, transform;
	-o-transition-property: bottom, transform;
	transition-property: bottom, transform;
}

.menu-handler.active span {
	background-color: transparent;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
	-ms-transition-delay: 0s, 0s;
	-o-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s
}

.menu-handler.active span:after,
.menu-handler.active span:before {
	background-color: #fff;
	-webkit-transition-delay: 0s, .3s;
	-moz-transition-delay: 0s, .3s;
	-ms-transition-delay: 0s, .3s;
	-o-transition-delay: 0s, .3s;
	transition-delay: 0s, .3s
}

.menu-handler.active span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.menu-handler.active span:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menuBox a:link,
.menuBox a:visited {
	color: #333333;
}

.menuMoblie .nav-link.active,
.menuMoblie .cur .nav-link,
.menuMoblie .nav-link:hover {
	background: #f3981e;
}

.menuMoblie .nav-link:active i,
.menuMoblie .nav-link:hover i {
	color: #fff;
	transform: rotate(90deg);
}

.menuBox a:active,
.menuBox a:hover,
.menuMoblie .cur .nav-link {
	color: #fff;
}

.menuBox {
	border-top: 1px solid #e4e4e4;
	background-color: #fff;
	color: #333333;
	position: fixed;
	display: none;
	right: 0px;
	top: 55px;
	width: 100%;
	height: 100%;
	height: 100vh;
	box-sizing: border-box;
	padding-bottom: 100px;
	overflow-x: hidden;
	overflow-y: auto;
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-overflow-scrolling: touch;
	z-index: 1008;
	-webkit-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-moz-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-ms-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-o-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.menuMoblie {
	margin: 0 0 30px 0;
}

.menuMoblie .nav-link {
	position: relative;
	display: block;
	font-size: 18px;
	padding: 14px 5% 14px 10%;
}

.menuMoblie .nav-link i {
	float: right;
	color: #b1b1b1;
	font-size: 20px;
	vertical-align: middle;
}

.menuMoblie li {
	border-bottom: 1px solid #e4e4e4;
}

.menuMoblie .subnav {
	padding: 12px 5% 12px 10%;
	display: none;
}

.menuMoblie .subnav .item {
	display: block;
	/*padding: 0px 5% 0 10%;*/
}

.menuMoblie .subnav .item:active a,
.menuMoblie .subnav .item:hover a {
	/*background: #999;*/
	color: #2B3C91 !important;
}

.menuMoblie .subnav a {
	position: relative;
	display: block;
	padding: 12px 0;
	line-height: 1.4;
	font-size: 16px;
}

.menuOpen .menuBox {
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}


/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-loading .slick-list {
	background: #f1f1f1 url(../images/loader.gif) center center no-repeat;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}


/* Arrows */

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	padding: 0;
	border: none;
	outline: none;
}

@-webkit-keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.02);
		transform: scale(1.02);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}


/* pswp = photoswipe */

.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	outline: 0;

	* {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	img {
		max-width: none;
	}
}

.pswp--animate_opacity {
	opacity: .001;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
	display: block;
}

.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--dragging .pswp__img {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/black_80.png) repeat;
	background: none rgba(0, 0, 0, 0.8);
	opacity: 0;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.pswp__container,
.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in {

	.pswp__bg,
	.pswp__zoom-wrap {
		-webkit-transition: none;
		transition: none;
	}
}

.pswp__container,
.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
}

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
	background: #222;
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0;
}

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #CCC;

	a {
		color: #CCC;
		text-decoration: underline;
	}
}

.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: 0 0;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: .75;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	-webkit-box-shadow: none;
	box-shadow: none;

	&:focus,
	&:hover {
		opacity: 1;
	}

	&:active {
		outline: 0;
		opacity: .9;
	}

	&::-moz-focus-inner {
		padding: 0;
		border: 0;
	}
}

.pswp__ui--over-close .pswp__button--close {
	opacity: 1;
}

.pswp__button {
	background: url(../images/default-skin.png) 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1),
(-webkit-min-device-pixel-ratio: 1.09375),
(min-resolution: 105dpi),
(min-resolution: 1.1dppx) {
	.pswp--svg .pswp__button {
		background-image: url(../images/default-skin.svg);
	}

	.pswp__button--close {
		color: #fff;
	}
}

.pswp__button--close {
	background-position: 0 -44px;
}

.pswp__button--share {
	background-position: -44px -44px;
}

.pswp__button--fs {
	display: none;
}

.pswp--supports-fs .pswp__button--fs {
	display: block;
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0;
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0;
}

.pswp--touch {

	.pswp__button--arrow--left,
	.pswp__button--arrow--right {
		visibility: hidden;
	}
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	top: 50%;
	width: 48px;
	height: 48px;
	line-height: 48px;
	margin-top: -24px;
	position: absolute;
	background: none #767676;
	color: #fff;
	display: block;
	font-family: "iconfont" !important;
	font-size: 15px;
	text-align: center;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pswp__button--arrow--left {
	left: 2%;
}

.pswp__button--arrow--right {
	right: 2%;
}

.pswp__button--arrow--left:before {
	content: "\e6d8";
}

.pswp__button--arrow--right:before {
	content: "\e6d2";
}

.pswp__button--arrow--left:hover,
.pswp__button--arrow--right:hover {
	color: #fff;
	background-color: #1A1A1A;
}

.pswp__counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: block;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__share-modal--hidden {
	display: none;
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #FFF;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform .25s;
	transition: transform .25s;
	-webkit-backface-visibility: hidden;
	will-change: transform;

	a {
		display: block;
		padding: 8px 12px;
		color: #000;
		text-decoration: none;
		font-size: 14px;
		line-height: 18px;

		&:hover {
			text-decoration: none;
			color: #000;
		}

		&:first-child {
			border-radius: 2px 2px 0 0;
		}

		&:last-child {
			border-radius: 0 0 2px 2px;
		}
	}
}

.pswp__share-modal--fade-in {
	opacity: 1;

	.pswp__share-tooltip {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px;
}

a {
	&.pswp__share--facebook {
		&:before {
			content: '';
			display: block;
			width: 0;
			height: 0;
			position: absolute;
			top: -12px;
			right: 15px;
			border: 6px solid transparent;
			border-bottom-color: #FFF;
			-webkit-pointer-events: none;
			-moz-pointer-events: none;
			pointer-events: none;
		}

		&:hover {
			background: #3E5C9A;
			color: #FFF;

			&:before {
				border-bottom-color: #3E5C9A;
			}
		}
	}

	&.pswp__share--twitter:hover {
		background: #55ACEE;
		color: #FFF;
	}

	&.pswp__share--pinterest:hover {
		background: #CCC;
		color: #CE272D;
	}

	&.pswp__share--download:hover {
		background: #DDD;
	}
}

.pswp__counter {
	float: left;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #FFF;
	opacity: .75;
	padding: 0 10px;
}

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px;
}

.pswp__caption__center {
	text-align: center;
	max-width: 600px;
	font-size: 15px;
	margin: 0 auto;
	padding: 20px 10px;
	color: #fff;

	.xzy-zan {
		float: right;
		display: block;
	}
}

.pswp__caption--empty {
	display: none;
}

.pswp__caption--fake {
	visibility: hidden;
}

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	will-change: opacity;
	direction: ltr;
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px;
}

.pswp__preloader--active {
	opacity: 1;

	.pswp__preloader__icn {
		background: url(preloader.gif) 0 0 no-repeat;
	}
}

.pswp--css_animation {
	.pswp__preloader--active {
		opacity: 1;

		.pswp__preloader__icn {
			-webkit-animation: clockwise .5s linear infinite;
			animation: clockwise .5s linear infinite;
		}

		.pswp__preloader__donut {
			-webkit-animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
			animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
		}
	}

	.pswp__preloader__icn {
		background: 0 0;
		opacity: .75;
		width: 14px;
		height: 14px;
		position: absolute;
		left: 15px;
		top: 15px;
		margin: 0;
	}

	.pswp__preloader__cut {
		position: relative;
		width: 7px;
		height: 14px;
		overflow: hidden;
	}

	.pswp__preloader__donut {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 14px;
		height: 14px;
		border: 2px solid #FFF;
		border-radius: 50%;
		border-left-color: transparent;
		border-bottom-color: transparent;
		position: absolute;
		top: 0;
		left: 0;
		background: 0 0;
		margin: 0;
	}
}

@media screen and (max-width: 1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right;
	}
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550;
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%;
}

.pswp--has_mouse {

	.pswp__button--arrow--left,
	.pswp__button--arrow--right {
		-webkit-backface-visibility: hidden;
		will-change: opacity;
		-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
		transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	}
}

.pswp__caption,
.pswp__top-bar {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--has_mouse {

	.pswp__button--arrow--left,
	.pswp__button--arrow--right {
		visibility: visible;
	}
}

.pswp__caption,
.pswp__top-bar {
	background-color: rgba(0, 0, 0, 0.5);
}

.pswp__ui--fit {

	.pswp__caption,
	.pswp__top-bar {
		background-color: rgba(0, 0, 0, 0.3);
	}
}

.pswp__ui--idle {
	.pswp__top-bar {
		opacity: 1;
	}

	.pswp__button--arrow--left,
	.pswp__button--arrow--right {
		opacity: 0;
	}
}

.pswp__ui--hidden {

	.pswp__button--arrow--left,
	.pswp__button--arrow--right,
	.pswp__caption,
	.pswp__top-bar {
		opacity: .001;
	}
}

.pswp__ui--one-slide {

	.pswp__button--arrow--left,
	.pswp__button--arrow--right,
	.pswp__counter {
		display: none;
	}
}

.pswp__element--disabled {
	display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
	background: 0 0;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background-image: none !important;
}

.mtop {
	height: 135px;
}


/* banner */

.banner-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banner {
	position: relative;
	overflow: hidden;
}

.banner .slick-dots {
	position: absolute;
	left: 14.5%;
	bottom: 65px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	/*z-index: 104;*/
}

.banner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	text-align: center;
	line-height: 12px;
	vertical-align: middle;
	background: rgba(255, 255, 255, .5);
	margin: 0 10px;
}

.banner .slick-dots li a {
	text-indent: 10em;
	position: relative;
	display: block;
	text-align: center;
	border-radius: 50%;
	padding: 0px;
	cursor: pointer;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banner .slick-dots li a:focus {
	outline: none;
}

.banner .slick-dots li.slick-active {
	opacity: 1;
	visibility: visible;
	background: #fff;
}

.banner .bwitem {
	position: relative;
	overflow: hidden;
	height: 100%;
}

.banner .bwitem .pimg {
	position: relative;
	display: block;
	width: 100%;
}

.slick-active .pimg {
	visibility: visible !important;
	/*-webkit-animation: scaleUpDown1 1.2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown1 1.2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);*/
}

@keyframes scaleUpDown1 {
	from {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.scroll {
	position: absolute;
	bottom: 0;
	right: 55px;
}

.sctxt {
	display: block;
	color: #fff;
	font-size: 14px;
	writing-mode: vertical-lr;
	text-transform: uppercase;
}

.scline {
	position: relative;
	display: block;
	width: 1px;
	height: 160px;
	background: rgba(255, 255, 255, .4);
	margin: 15px auto 0;
}

.scline:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 1px;
	height: 0;
	background: #fff;
	z-index: 1;
	-webkit-animation: loadingMove 1.5s linear infinite both;
	animation: loadingMove 1.5s linear infinite both;
}

@-webkit-keyframes loadingMove {
	0% {
		height: 0;
	}

	100% {
		height: 100%;
	}
}

@keyframes loadingMove {
	0% {
		height: 0;
	}

	100% {
		height: 100%;
	}
}


/* banner end */

.index-intro {
	position: relative;
}

.iicont {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50%;
	background: #F8F6F9;
	box-sizing: border-box;
	padding: 160px 180px 0 160px;
}

.gtbt {
	color: #444444;
	font-size: 50px;
	font-weight: normal;
	line-height: 1.5;
}

.icnr {
	margin-top: 50px;
	color: #666666;
	font-size: 18px;
}

.iimore {
	display: block;
	width: 178px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	border: 1px solid #999999;
	color: #999999;
	font-size: 16px;
	margin-top: 130px;
	border-radius: 50px;
}

.iimore:hover {
	background: #f3981e;
	border: 1px solid #f3981e;
	color: #fff;
}

.iiright {
	position: relative;
	float: right;
	width: 50%;
	overflow: hidden;
}

.irpic {
	overflow: hidden;
}

.irpic img {
	display: block;
	width: 100%;
}

.ircv {
	/*position: absolute;
	top: 0;
	right: 0;
	bottom: 0;*/
	/*transform: translateX(226px);*/
}

/* .irclist {
	width: 75%;
} */

.icldz {
	color: #fff;
	font-size: 60px;
	font-weight: normal;
	line-height: 1.3;
}

.idsup {
	display: inline-block;
	vertical-align: text-top;
	font-size: 20px;
	margin-top: 4px;
	margin-left: 5px;
}

.iclms {
	color: #fff;
	font-size: 14px;
}

.irbot {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 30%;
	box-sizing: border-box;
	background: rgba(222, 0, 16, .9);
	padding: 70px 20px 70px 65px;
	/*transform: translateX(226px);*/
	/*-webkit-transition: 0.45s cubic-bezier(0.49, -0.3, 0.68, 1.23);
	transition: 0.45s cubic-bezier(0.49, -0.3, 0.68, 1.23);*/
}

.ilitem {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 30px;
}

.irtz {
	position: absolute;
	left: -31.5px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.index-products {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.ipdesc {
	color: #444444;
	font-size: 24px;
	margin-top: 5px;
}

.wzbs {
	color: #fff !important;
}

.ipcontent {
	position: relative;
}

.ipcmenu {
	float: left;
	margin-top: 160px;
}

.imtxt {
	display: block;
	color: #333333;
	font-size: 18px;
	margin-top: 30px;
	font-weight: bold;
}

.imtxt:hover {
	color: #f3981e;
	animation: scaleW 0.85s infinite alternate;
}

.imtxt.active {
	color: #f3981e;
	font-size: 32px;
}

.ipcright {
	position: relative;
	float: right;
	width: 79%;
}

.icrbg {
	position: absolute;
	width: 72%;
	top: 140px;
	left: 0;
}

.icrbg img {
	display: block;
	width: 100%;
}

.icrbanner {
	position: relative;
	overflow: hidden;
}

.icrbanner .slick-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	width: 56px;
	height: 56px;
	border-radius: 50%;
	text-align: center;
	line-height: 56px;
	border: 1px solid #f3981e;
	color: #f3981e;
}

.icrbanner .slick-arrow:before {
	font-family: "iconfont" !important;
	font-size: 18px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: lighter;
}

.icrbanner .slick-prev:before {
	content: ""; width:20px; height:12px; background-image:url(../images/left1.png); background-repeat:no-repeat; position:absolute; top:22px; left:16px;
}
.icrbanner .slick-prev:hover:before{background-image:url(../images/left.png);}

.icrbanner .slick-next:before {
	content: ""; width:20px; height:12px; background-image:url(../images/right1.png); background-repeat:no-repeat; position:absolute; top:22px; left:16px;

}
.icrbanner .slick-next:hover:before{background-image:url(../images/right.png);}
.icrbanner .slick-prev {
	left: 70px;
}

.icrbanner .slick-next {
	right: 31%;
}

.icrbanner .slick-arrow:hover {
	background: #f3981e;
	color: #fff;
}

.irbitem {
	float: left;
	position: relative;
}

.irbitem:hover .ibipic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.ibipic {
	position: relative;
	float: left;
	width: 72%;
	height: 450px;
	overflow: hidden;
}

.ibipic img {
	position: absolute;
	display: block;
	max-width: 100%;
	max-height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: 0.45s;
}

.ibicont {
	position: relative;
	float: right;
	width: 24%;
	margin-top: 180px;
	box-sizing: border-box;
	position: relative;
	background: #e2e2e6;
	padding: 20px 15px 20px 15px;
}

.ibicont:before {
	content: "";
	position: absolute;
	top: 30px;
	left: -12px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 12px solid #F4EFEC;
}

.icltype {
	display: block;
	color: #f3981e;
	font-size: 20px;
	line-height: 1;
}

.iclname {
	color: #333333;
	font-size: 18px;
	margin-top: 15px;
}

.icllabel {
	margin-top: 15px;
}

.iltxt {
	display: block;
	color: #707070;
	font-size: 14px;
}

.iricon {
	display: block;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 10px;
}

.icl {
	float: left;
	width: 96%;
}

.icr {
	float: right;
}

.icrxt {
	position: relative;
	width: 72%;
	text-align: center; height:44px;
}

.irxpic {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
	border: 4px solid#D2D2D2;
	cursor: pointer;
	transition: 0.35s;
}

.irxpic.active {
	border: 4px solid #f3981e;
}

.irxpic:hover,
.irxpic.active {

}

.irxpic img {
	display: block;
	width: 100%;
}

.ipcright {
	position: relative;
	overflow: hidden;
}

.irbox.active {
	opacity: 1;
	visibility: visible;
}

.irbox {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.ifbanner {
	position: relative;
	overflow: hidden;
}

.ifitem {
	float: left;
	position: relative;
}

.ifpic {
	position: relative;
	overflow: hidden;
}

.ifpic:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .3);
	z-index: 1;
}

.ifpic img {
	display: block;
	width: 100%;
}

.ifcv {
	position: absolute;
	top: 185px;
	left: 160px;
	z-index: 5;
}

.iftab {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 138px;
	width: 100%;
	height: 81px;
	background: url(../img/pic6.png) no-repeat;
	background-size: 100%;
	z-index: 10;
}

.index-factory {
	position: relative;
}

.iftbot {
	position: relative;
	height: 100%;
}

.iftqh {
	position: absolute;
	text-align: center;
	cursor: pointer;
}

.ifdw1 {
	left: 40px;
	top: 30px;
}

.ifdw2 {
	left: 23%;
	bottom: -90px;
}

.ifdw3 {
	left: 44%;
	top: 5px;
}

.ifdw4 {
	left: 66%;
	top: -30px;
}

.ifdw5 {
	right: 40px;
	top: 0;
}

.iftqh.active .ifticon {
	transform: scale(1.4);
	color: #fff;
}

.iftqh.active .ifticon:before {
	background: #f3981e;
}

.iftqh.active .iftxt {
	opacity: 1;
	visibility: visible;
}

.iftqh:hover .ifticon {
	transform: rotateY(180deg) scale(1.4);
}

.ifticon {
	position: relative;
	display: block;
	width: 59px;
	height: 59px;
	line-height: 59px;
	margin: 0 auto;
	text-align: center;
	color: #444444;
	font-size: 30px;
	z-index: 3;
	transition: 0.45s;
}

.ifticon:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	border-radius: 20px;
	transform: rotate(45deg);
	z-index: -1;
}

.iftqh.active .ifticon:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -3;
	display: block;
	border-radius: 20px;
	background: rgba(187, 150, 94, .5);
	animation: bannerbuIn infinite linear 1.4s normal;
	-webkit-animation: bannerbuIn infinite linear 1.4s normal;
}

@keyframes bannerbuIn {
	0% {
		opacity: 1;
		filter: alpha(opacity=100);
		transform: scale(1) rotate(45deg);
	}

	100% {
		opacity: 0;
		filter: alpha(opacity=0);
		transform: scale(1.5) rotate(45deg);
	}

	/* 0% {
		opacity: 1;
		filter: alpha(opacity=100);
		transform: scale(1) rotate(45deg);
		transform-origin: center;
	}
	30% {
		opacity: 0.9;
		filter: alpha(opacity=0.8);
		transform: scale(1.1) rotate(45deg);
		transform-origin: center;
	}
	60% {
		opacity: 0.8;
		filter: alpha(opacity=0.6);
		transform: scale(1.2) rotate(45deg);
		transform-origin: center;
	}
	100% {
		opacity: 0.7;
		filter: alpha(opacity=0.4);
		transform: scale(1.3) rotate(45deg);
		transform-origin: center;
	} */
}


/*.ifticon:after{
	content: "";
	position: absolute;
	top: -9px;
	left: -9px;
	display: block;
	width:101px;
	height: 101px;
	border-radius: 20px;
	border: 1px solid #BB965E;
}*/

.iftxt {
	opacity: 0;
	visibility: hidden;
	display: block;
	color: #fff;
	font-size: 16px;
	margin-top: 50px;
}

.index-news {
	padding: 120px 0 160px 0;
}

.inlist {
	margin-left: -2%;
}

.inlist li {
	position: relative;
	float: left;
	width: 23%;
	margin-left: 2%;
	margin-top: 55px;
	box-sizing: border-box;
}

.ilb {
	position: relative;
	transition: 0.45s;
	border: 1px solid #E8E8E8;
}

.ilb:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	height: 4px;
	background: #f3981e;
	transition: 0.45s;
}

.inlist li:hover .ilb:before {
	width: 100%;
}

.inlist li:hover .ilb {
	transform: translateY(-35px);
	box-shadow: 0 24px 32px rgba(0, 0, 0, .16);
}

.inlist li:hover .ilpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.ilpic {
	overflow: hidden;
}

.ilpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.ilcont {
	padding: 30px;
}

.ilcdate {
	display: block;
	color: #f3981e;
	font-size: 12px;
}

.ilcms {
	color: #333333;
	font-size: 20px;
	margin-top: 10px;
	height: 70px;
	overflow: hidden;
}

.ilcmore {
	display: block;
	color: #f3981e;
	font-size: 14px;
	margin-top: 60px;
}

.footer-bg {
	background: #F4F4F4;
}

.ftbot1 {
	padding: 60px 0 70px 0;
}

.ftlmenu {
	float: left;
	width: 72%;
	margin-left: -100px;
}

.ftlmenu li {
	float: left;
	width: 100px;
	margin-left: 100px;
}

.flmbt {
	display: block;
	color: #444444;
	font-size: 24px;
	margin-bottom: 15px;
}

.flmlink {
	display: block;
	color: #666666;
	font-size: 18px;
	margin-top: 20px;
}

.flmlink:hover {
	color: #f3981e;
}

.ftrlx {
	float: right;
	width: 28%;
}

.flxbt {
	color: #444444;
	font-size: 24px;
}

.flxphone {
	display: block;
	line-height: 1;
	color: #f3981e;
	font-size: 40px;
	margin: 30px 0;
}

.flxadr {
	color: #666666;
	font-size: 16px;
	margin-top: 5px;
}

.flxewm {
	margin-top: 30px;
}

.feb {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	text-align: center;
}

.feb font {
	display: block;
	color: #999999;
	font-size: 16px;
}

.ftbot2 {
	border-top: 1px solid #CFCFCF;
}

.fb2l {
	float: left;
	margin-top: 15px;
}

.fl2txt {
	color: #999999;
	font-size: 16px;
}

.fl2txt a {
	color: #999999;
}

.fs-select {
	float: right;
	position: relative;
	width: 32%;
	height: 58px;
	line-height: 58px;
	color: #fff;
	font-size: 14px;
	background-color: #f3981e !important;
	background: url(../images/down.png) 95% no-repeat;
	background-size: 14px 9px;
	box-sizing: border-box;
	padding: 0 20px;
}

.fs-zk {
	display: none;
	width: 100%;
	background: #fff;
	border: 1px solid #eee;
	position: relative;
	z-index: 99;
	position: absolute;
	left: -1px;
	bottom: 100%;
	z-index: 99;
	box-sizing: border-box;
}

.fs-zk a {
	display: block;
	color: #333;
	text-align: center;
	line-height: 1.5;
	padding: 10px 0;
}

.fs-zk a:hover {
	color: #f3981e;
}

.mbdsf {
	margin: 0 5%;
}

.mdlink {
	display: block;
	float: left;
	margin-left: 20px;
	color: #333;
	font-size: 14px;
}

.mdlink i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	font-size: 15px;
}

.insides-banner {
	position: relative;
}

.icpic {
	overflow: hidden;
}

.icpic img {
	display: block;
	width: 100%;
}

.iccover {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 5%;
	width: 90%;
	text-align: center;
}

.icwz1 {
	color: #fff;
	font-size: 60px;
	line-height: 1.5;
	font-weight: normal;
}

.icwz2 {
	color: #fff;
	font-size: 30px;
}

.about-bot1 {
	padding: 118px 0 180px 0;
}

.ab1left {
	float: left;
	width: 45%;
	margin-top: 60px;
}

.alname {
	position: relative;
	color: #f3981e;
	font-size: 45px;
	font-weight: normal;
}

/*.alnl:before {
	content: "";
	position: absolute;
	right: -140px;
	top: 50%;
	transform: translateY(-50%);
	width: 280px;
	height: 1px;
	background: #f3981e;
	z-index: 1;*/
}

.alms {
	margin-top: 50px;
	color: #666666;
	font-size: 18px;
}

.altj {
	margin-top: 45px;
}

.altj li {
	float: left;
}

.altj li:last-child {
	margin-left: 100px;
}

.atnumber {
	display: block;
	color: #666666;
	font-size: 68px;
	font-weight: lighter;
	line-height: 1.3;
}

.ansup {
	display: inline-block;
	vertical-align: text-bottom;
	font-size: 24px;
}

.atwz {
	color: #666666;
	font-size: 16px;
}

.ab1right {
	position: relative;
	float: right;
	width: 50%;
}

.ab1right:before {
	content: "";
	position: absolute;
	left: -25%;
	top: 0;
	width: 100%;
	height: 115%;
	background: #FAFAFA;
	z-index: -3;
}

.arpic {
	overflow: hidden;
}

.arpic img {
	display: block;
	width: 100%;
}

.about-bot2 {
	position: relative;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 160px 0 200px 0;
	background-position: center;
}

.ab2cv {
	margin-left: 8%;
	width: 40%;
}

.ab2cont {
	margin-top: 120px;
	color: #666666;
	font-size: 30px;
}

.about-bot3 {
	padding: 160px 0;
}

.ab3title {
	position: relative;
	color: #f3981e;
	font-size: 45px;
	text-align: center;
	font-weight: normal;
	padding-bottom: 5px;
}

.ab3title:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 180px;
	height: 1px;
	background: #f3981e;
}

.ab3list {
	margin-top: 20px;
}

.ab3list li {
	position: relative;
	margin-top: 40px;
	background: #FAFAFA;
}

.ab3list li:nth-of-type(odd) .al3pic {
	float: left;
}

.ab3list li:nth-of-type(odd) .al3cont {
	float: left;
}

.ab3list li:nth-of-type(even) .al3pic {
	float: right;
}

.ab3list li:nth-of-type(even) .al3cont {
	float: left;
}

.ab3list li:hover .al3pic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.ab3list li:hover .ac3btn {
	background: #f3981e;
	border: 1px solid #f3981e;
	color: #fff;
}

.al3pic {
	width: 50%;
	overflow: hidden;
}

.al3pic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.al3cont {
	width: 50%;
	box-sizing: border-box;
	padding: 75px 70px 0 70px;
}

.ac3bt {
	color: #444444;
	font-size: 40px;
	font-weight: normal;
	line-height: 1.5;
	height: 60px;
}

.ac3ms {
	color: #666666;
	font-size: 16px;
	margin-top: 30px;
	height: 84px;
	overflow: hidden;
}

.ac3btn {
	position: relative;
	z-index: 3;
	display: block;
	width: 178px;
	height: 56px;
	border-radius: 50px;
	border: 1px solid;
	text-align: center;
	line-height: 56px;
	color: #999999;
	font-size: 16px;
	margin-top: 60px;
	transition: 0.45s;
	font-weight: normal;
}

.iwz1.target span {
	opacity: 0;
	visibility: hidden;
}

.action.iwz1 span {
	visibility: visible;
	display: inline-block;
	transform: translate(-150px, 0) scale(.3);
	animation: leftRight .5s forwards;
}

.iwz1 span {
	opacity: 0;
	transform: translate(-150px, 0) scale(.3);
	animation: leftRight .65s forwards;
}

@keyframes leftRight {
	40% {
		transform: translate(50px, 0) scale(.7);
		opacity: 1;
		color: #fff;
	}

	60% {
		color: #fff;
	}

	80% {
		transform: translate(0) scale(1.5);
		opacity: 0;
	}

	100% {
		transform: translate(0) scale(1);
		opacity: 1;
	}
}

.cdwrap {
	background: #FAFAFA;
	padding-bottom: 80px;
}

.cdbbot {
	position: relative;
	z-index: 1;
	margin-top: -200px;
}

.cdcont {
	background: #fff;
	padding: 50px 236px 90px 118px;
}

.cdbpn {
	text-align: right;
}

.cdpnbtn {
	display: inline-block;
	width: 86px;
	height: 86px;
	background: #333333;
	color: #fff;
	font-size: 32px;
	text-align: center;
	line-height: 86px;
	transition: 0.45s;
}

.cdpnbtn:hover {
	background: #f3981e;
}

.cdpnbtn:first-child {
	margin-right: -3px;
}

.cdbt {
	position: relative;
	color: #f3981e;
	font-size: 45px;
	font-weight: normal;
	padding-bottom: 15px;
	line-height: 1.5;
}

.cdbt:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 160px;
	height: 1px;
	background: #f3981e;
}

.cdnr {
	color: #666666;
	font-size: 18px;
	margin-top: 90px;
}

.cdrturn a {
	position: relative;
	z-index: 3;
	display: block;
	width: 178px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	border-radius: ;
	border: 1px solid;
	color: #999999;
	font-size: 16px;
	margin: 35px auto 35px;
	border-radius: 50px;
	transition: 0.45s;
}

.cdrturn a:hover {
	background: #f3981e;
	border: 1px solid #f3981e;
	color: #fff;
}

.cdpic {
	overflow: hidden;
}

.cdpic img {
	display: block;
	width: 100%;
}

.about2-wh {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 130px 0 200px 0;
}

.awhbt {
	text-align: center;
	color: #f3981e;
	font-size: 45px;
}

.awhnr {
	position: relative;
	margin-top: 100px;
}

.anpic {
	width: 28%;
	margin: 0 auto;
}

.anpic img {
	display: block;
	width: 100%;
}

.andw1 {
	position: absolute;
	left: 18%;
	bottom: 35%;
	text-align: right;
}

.andw2 {
	position: absolute;
	left: 30%;
	top: 0;
	text-align: right;
}

.andw3 {
	position: absolute;
	right: 30%;
	top: 0;
	text-align: left;
}

.andw4 {
	position: absolute;
	right: 18%;
	bottom: 27%;
	text-align: left;
}

.adtxt1 {
	color: #f3981e;
	font-size: 24px;
}

.adtxt2 {
	color: #666666;
	font-size: 20px;
}

.about2-jzg {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0 110px 0;
}

.aj2title {
	width: 366px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 20px;
	background: #f3981e;
	color: #fff;
	font-size: 24px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	margin: 60px auto 0;
	position: relative;
	z-index: 1;
}

.aj2list {
	width: 100%;
	background: #f3981e;
	border-radius: 20px;
	box-shadow: 10px 10px 10px #999999;
	margin-top: -20px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.aj2list li:nth-child(1),
.aj2list li:nth-child(2) {
	border-bottom: 1px solid rgba(255, 255, 255, .46);
}

.aj2list li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 40px 0;
}

.altxt1 {
	display: block;
	float: left;
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
	width: 20%;
	text-align: center;
}

.altxt2 {
	position: relative;
	float: right;
	width: 80%;
	box-sizing: border-box;
	padding-left: 40px;
}

.altxt2:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, .46);
}

.at2wz {
	display: block;
	color: #fff;
	font-size: 20px;
}

.about3-wrap {
	padding: 116px 0 180px 0;
}

.aw3year {
	position: relative;
	overflow: hidden;
	padding: 20px 92px 0 92px;
}

.aw3year .slick-list {
	padding-top: 10px;
}

.aw3year .slick-list:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	border-top: 1px dashed #DCDCDC;
}

.aw3year .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 10px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	text-align: center;
	line-height: 46px;
	background: #D2D2D2;
	color: #fff;
	font-weight: bold;
}

.aw3year .slick-arrow:before {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: lighter;
}

.aw3year .slick-prev:before {
	content: "\e6d8";
}

.aw3year .slick-next:before {
	content: "\e6d2";
}

.aw3year .slick-prev {
	left: 10px;
}

.aw3year .slick-next {
	right: 10px;
}

.aw3year .slick-arrow:hover {
	background: #f3981e;
	color: #fff;
}

.ay3item {
	float: left;
	position: relative;
	color: #999999;
	font-size: 24px;
	padding-top: 35px;
	text-align: center;
	margin-top: -4px;
	transition: 0.35s;
}

.ay3item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	box-sizing: border-box;
	background: #DCDCDC;
}

.aw3year .slick-current.ay3item {
	font-size: 45px;
	color: #f3981e;
	margin-top: -10px;
}

.aw3year .slick-current.ay3item:before {
	width: 20px;
	height: 20px;
	border: 2px solid #f3981e;
	background: #fff;
}

.aw3cont {
	position: relative;
	overflow: hidden;
	border-top: 1px solid #E5E5E5;
	margin: 80px 92px 0 92px;
}

.ac3item {
	float: left;
	position: relative;
}

.ai3l {
	padding: 35px 0 50px 0;
	border-bottom: 1px solid #E5E5E5;
}

.ai3mouth {
	float: left;
	color: #444444;
	font-size: 24px;
	font-weight: normal;
}

.ai3pic {
	float: left;
	width: 36%;
	overflow: hidden;
	margin-left: 5%;
}

.ai3pic img {
	display: block;
	width: 100%;
}

.nopic .ai3cont {
	width: 90%;
}

.ai3cont {
	float: right;
	width: 51%;
}

.ac3title {
	display: block;
	color: #333333;
	font-size: 26px;
	line-height: 1.5;
}

.ac3nr {
	color: #666666;
	font-size: 18px;
	margin-top: 20px;
}

.about4-wrap {
	padding: 30px 0 140px 0;
}

.aw4list {
	margin-left: -3%;
}

.aw4list li {
	position: relative;
	float: left;
	width: 30.333%;
	margin-left: 3%;
	margin-top: 60px;
	box-sizing: border-box;
	border: 1px solid #DDDDDD;
	padding: 20px 38px 70px 38px;
	transition: 0.35s;
	cursor: pointer;
}

.aw4list li:hover {
	box-shadow: 0 3px 6px #ddd;
}

.aw4list li:hover .al4txt {
	color: #f3981e;
}

.al4tp {
	position: relative;
	width: 100%;
	height: 272px;
}

.al4tp img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.al4txt {
	text-align: center;
	color: #444444;
	font-size: 24px;
	margin-top: 50px;
	height: 42px;
}

.news-wrap {
	padding: 60px 0 130px 0;
}

.page-list {
	position: relative;
	margin-top: 130px;
}

.plprev,
.plnext {
	display: block;
	position: absolute;
	top: 0;
	width: 46px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	font-weight: bold;
	border-radius: 50%;
	background: #D2D2D2;
	color: #fff;
	font-size: 16px;
}

.plprev:hover,
.plnext:hover {
	background: #f3981e;
}

.plprev {
	left: 0;
}

.plnext {
	right: 0;
}

.plnum {
	text-align: center;
}

.pntxt {
	display: inline-block;
	color: #D2D2D2;
	font-size: 24px;
	margin: 0 15px;
}

.pntxt:hover {
	color: #f3981e;
}

.news-detail {
	background: #FAFAFA;
}

.ndbot {
	width: 1180px;
	margin: 0 auto;
	padding: 110px 0;
}

.nbtitle {
	color: #444444;
	font-size: 50px;
	font-weight: normal;
	line-height: 1.5;
}

.nbxq {
	margin-top: 40px;
}

.nbwz {
	display: inline-block;
	vertical-align: middle;
	color: #999999;
	font-size: 20px;
}

.nbline {
	display: inline-block;
	vertical-align: middle;
	margin: 0 25px;
	font-style: normal;
}

.nbcont {
	margin-top: 50px;
	padding-top: 60px;
	border-top: 1px solid #E5E5E5;
	color: #999999;
	font-size: 18px;
}

.ndreturn a {
	display: block;
	width: 178px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	border-radius: 50px;
	border: 1px solid #999999;
	color: #999999;
	font-size: 16px;
	margin: 76px auto 106px;
}

.ndreturn a:hover {
	border: 1px solid #f3981e;
	background: #f3981e;
	color: #fff;
}

.nw2list {
	margin-left: -2%;
}

.nw2list li {
	position: relative;
	float: left;
	width: 31.333%;
	margin: 50px 0 0 2%;
	cursor: pointer;
}

.nw2list li:hover .nl2pic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.nl2pic {
	position: relative;
	overflow: hidden;
}

.nl2pic:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .54);
	z-index: 1;
}

.nl2pic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.np2play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 70px;
	z-index: 5;
}

.nl2txt {
	color: #444444;
	font-size: 24px;
	margin-top: 25px;
	height: 84px;
	overflow: hidden;
}


/* 弹框 */

.tk-bg {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 9999;
}

.tk-bot {
	position: relative;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 500px;
	transform: translate(-50%, -50%);
}

.tbclose {
	position: absolute;
	right: -40px;
	top: 0;
	z-index: 1;
	cursor: pointer;
}

.tbclose:hover i {
	transform: rotate(360deg);
}

.tbclose i {
	display: block;
	color: #fff;
	font-size: 40px;
	line-height: 1;
	transition: 0.55s;
}

.tbvideo {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.apply-show {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.products-small {
	position: relative;
	overflow: hidden;
	padding: 70px 110px 34px 110px;
}

.products-small .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	width: 46px;
	height: 46px;
	border-radius: 50%;
	text-align: center;
	line-height: 46px;
	background: #D2D2D2;
	color: #fff;
}

.products-small .slick-arrow:before {
	font-family: "iconfont" !important;
	font-size: 15px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: bold;
}

.products-small .slick-prev:before {
	content: "\e6d8";
}

.products-small .slick-next:before {
	content: "\e6d2";
}

.products-small .slick-prev {
	left: 10px;
}

.products-small .slick-next {
	right: 10px;
}

.products-small .slick-arrow:hover {
	background: #f3981e;
	color: #fff;
}

.psitem {
	position: relative;
	float: left;
	margin: 0 45px;
	padding-bottom: 40px;
}

.products-small .slick-current.psitem:before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	border-right: 14px solid transparent;
	border-left: 14px solid transparent;
	border-top: 20px solid #f3981e;
	transition: 0.35s;
}

.psitem img {
	display: block;
	width: 100%;
}

.products-wrap {
	position: relative;
	overflow: hidden;
	height: 910px;
}

.pwbot.active {
	opacity: 1;
	visibility: visible;
}

.pwbot {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.pwbox {
	position: relative;
	overflow: hidden;
	padding: 98px 13% 135px 13%;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#FCFCFC), to(#E3D3D3));
	background: -webkit-linear-gradient(left, #FCFCFC, #E3D3D3);
	background: -moz-linear-gradient(left, #FCFCFC, #E3D3D3);
	background: -o-linear-gradient(left, #FCFCFC, #E3D3D3);
	background: -ms-linear-gradient(left, #FCFCFC, #E3D3D3);
	background: linear-gradient(left, #FCFCFC, #E3D3D3);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#FCFCFC, endColorstr=#E3D3D3);
}

.pbcpic {
	position: relative;
	overflow: hidden;
	float: left;
	width: 44%;
}
.pbcpic .slick-dots {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 20px;
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	/*z-index: 104;*/
}

.pbcpic .slick-dots li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	text-align: center;
	line-height: 12px;
	vertical-align: middle;
	background: #ccc;
	margin: 0 8px;
}

.pbcpic .slick-dots li a {
	text-indent: 10em;
	position: relative;
	display: block;
	text-align: center;
	border-radius: 50%;
	padding: 0px;
	cursor: pointer;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.pbcpic .slick-dots li a:focus {
	outline: none;
}

.pbcpic .slick-dots li.slick-active {
	opacity: 1;
	visibility: visible;
	background: #f3981e;
}
.pcpitem{
	overflow: hidden;
}
.pcpitem img {
	display: block;
	width: 100%;
}

.pbcwz {
	float: right;
	width: 43%;
}

.pcwname {
	position: relative;
	color: #444444;
	font-size: 45px;
	font-weight: normal;
	line-height: 1.5;
	padding-bottom: 10px;
}

.pcwname:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 25px;
	height: 4px;
	background: #f3981e;
}

.pcwdesc {
	color: #666666;
	font-size: 18px;
	margin-top: 30px;
}

.pcwbtn {
	display: block;
	font-weight: normal;
	width: 183px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border-radius: 50px;
	color: #f3981e;
	font-size: 16px;
	margin-top: 30px;
	border: 1px solid #f3981e;
	cursor: pointer;
	transition: 0.45s;
}

.pcwbtn:hover {
	background: #f3981e;
	color: #fff;
}

.pcwbtn i {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	margin-right: 15px;
}

.pwbcont {
	position: relative;
	float: left;
	/*padding: 0 150px 0 66px;
	box-sizing: border-box;*/
}

.pwbtab {
	position: relative;
	overflow: hidden;
	display: flex;
}

.pbtqh {
	position: relative;
	flex: 1;
	text-align: center;
	padding: 45px 0;
	color: #999;
	font-size: 30px;
	cursor: pointer;
}

.pbtqh:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 5px;
	transition: 0.45s;
	background: #f3981e;
}

.pbtqh.active:before {
	width: 100%;
}

.pbtqh:hover,
.pbtqh:hover {
	color: #666666;
}

.pqsup {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	margin-left: 30px;
}

.factory-wrap {
	position: relative;
}

.fwbanner {
	position: relative;
	overflow: hidden;
}

.fbpic img {
	position: relative;
	display: block;
	width: 100%;
}

.fwqh {
	position: absolute;
	width: 84%;
	left: 50%;
	bottom: 220px;
	transform: translateX(-50%);
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 30px;
}

.fwqh .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 50%;
	text-align: center;
	color: #fff;
}

.fwqh .slick-arrow:before {
	font-family: "iconfont" !important;
	font-size: 20px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: lighter;
}

.fwqh .slick-prev:before {
	content: "\e6d8";
}

.fwqh .slick-next:before {
	content: "\e6d2";
}

.fwqh .slick-prev {
	left: 0;
}

.fwqh .slick-next {
	right: 0;
}

.fwqh .slick-arrow:hover {
	color: #f3981e;
}

.fqtxt {
	position: relative;
	float: left;
	cursor: pointer;
}

.fwqh .slick-current.fqtxt .fqtw {
	color: #f3981e;
}

.fwqh .slick-current.fqtxt .fqtw:before {
	background: #f3981e;
}

.fqtw {
	position: relative;
	display: block;
	color: #fff;
	font-size: 30px;
	padding-bottom: 5px;
}

.fqtw:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70%;
	height: 3px;
	background: #fff;
}

.factory2-wrap {
	padding: 40px 0 180px 0;
}

.fw2list {
	margin-left: -3%;
}

.fw2list li {
	position: relative;
	float: left;
	width: 47%;
	margin: 40px 0 0 3%;
	background: #F8F6F9;
	box-sizing: border-box;
	padding: 40px;
	transition: 0.45s;
}

.fw2list li:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 6px;
	background: #f3981e;
	transition: 0.45s;
}

.fw2list li:hover {
	background: #fff;
	box-shadow: 0 0 16px rgba(0, 0, 0, .06);
}

.fw2list li:hover:before {
	width: 100%;
}

.fl2l {
	float: left;
	width: 70%;
}

.fldate {
	display: block;
	color: #666666;
	font-size: 16px;
}

.fltitle {
	display: block;
	color: #444444;
	font-size: 30px;
	margin-top: 20px;
	font-weight: normal;
	height: 52px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.fl2r {
	float: right;
	color: #999999;
	font-size: 55px;
}

.ct2line {
	display: block;
	width: 49px;
	height: 9px;
	background: #f3981e;
	margin: 40px auto 40px;
}

.ct2-banner {
	position: relative;
	width: 97%;
	padding: 110px 0 160px 0;
	box-sizing: border-box;
}

.ct2-banner .slick-arrow {
	position: absolute;
	z-index: 99;
	bottom: 160px;
	left: 59%;
	width: 86px;
	height: 86px;
	text-align: center;
	line-height: 86px;
	color: #fff;
	background: #333333;
}

.ct2-banner .slick-arrow:before {
	font-family: "iconfont" !important;
	font-size: 32px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: lighter;
}

.ct2-banner .slick-prev:before {
	content: "\e6da";
}

.ct2-banner .slick-next:before {
	content: "\e6d9";
}

.ct2-banner .slick-prev {}

.ct2-banner .slick-next {
	margin-left: 86px;
}

.ct2-banner .slick-arrow:hover {
	background: #f3981e;
}

.ct2-banner .slick-list {
	overflow: visible;
}

.cb2item {
	float: left;
	position: relative;
	margin-right: 89px;
}

.ci2pic {
	float: left;
	width: 55%;
}

.ci2pic img {
	display: block;
	width: 100%;
}

.ci2cont {
	float: right;
	width: 38%;
}

.cc2bt {
	position: relative;
	color: #f3981e;
	font-size: 45px;
	font-weight: normal;
}

.cc2bt:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 180px;
	height: 1px;
	background: #f3981e;
}

.cc2title {
	display: block;
	color: #444444;
	font-size: 35px;
	margin-top: 150px;
	font-weight: normal;
	line-height: 1.5;
}

.cc2desc {
	color: #666666;
	font-size: 18px;
	margin-top: 40px;
}

.contact2-zp {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 90px 0;
}

.cz2title {
	position: relative;
	color: #f3981e;
	font-size: 45px;
	font-weight: normal;
	text-align: center;
}

.cz2title:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 180px;
	height: 1px;
	background: #f3981e;
}

.cz2ms {
	color: #666666;
	font-size: 18px;
	text-align: center;
	margin-top: 30px;
}

.cz2bot {
	margin-top: 45px;
}

.cb2list {
	margin-left: -3%;
}

.cb2list li {
	position: relative;
	float: left;
	width: 22%;
	margin: 34px 0 0 3%;
	box-sizing: border-box;
	padding: 30px 30px 20px 30px;
	background: #fff;
	border: 1px solid #DCDCDC;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	transition: 0.35s;
}

.cb2list li:hover {
	box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
}

.cb2list li:hover .cl2bt {
	color: #f3981e;
}

.cl2bt {
	display: block;
	color: #444444;
	font-size: 20px;
	margin-bottom: 5px;
	transition: 0.35s;
	height: 35px;
	overflow: hidden;
}

.cl2nr {
	color: #666666;
	font-size: 16px;
	height: 28px;
	overflow: hidden;
	margin-top: 3px;
}

.cl2db {
	margin-top: 50px;
	border-top: 1px solid #DCDCDC;
	padding-top: 10px;
}

.cb2l {
	display: block;
	float: left;
	color: #999999;
	font-size: 14px;
}

.cb2r {
	display: block;
	float: right;
	color: #999999;
	font-size: 14px;
}

.zpbot {
	width: 50%;
	height: 100vh;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	box-sizing: border-box;
	padding: 109px 79px;
}

.zpclose {
	position: absolute;
	top: 190px;
	left: -85px;
	width: 85px;
	height: 85px;
	background: #f3981e;
	text-align: center;
	line-height: 85px;
	color: #fff;
}

.zpclose i {
	display: block;
	font-size: 30px;
}

.zpcont {
	color: #666666;
	font-size: 16px;
	height: calc(100vh - 218px);
	overflow-y: scroll;
}

.zpcont::-webkit-scrollbar {
	display: none;
}

.ct1bt {
	position: absolute;
	top: 38%;
	left: 50%;
	width: 84%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 60px;
	line-height: 1.3;
	font-weight: normal;
}

.ct1lx {
	position: absolute;
	left: 50%;
	bottom: -150px;
	transform: translateX(-50%);
	z-index: 1;
	width: 84%;
	background: #fff;
}

.ct1way {
	width: 30%;
}

.ct1adr {
	width: 70%;
	border-left: 1px solid #eee;
}

.ct1way,
.ct1adr {
	float: left;
	padding: 68px 167px 76px 66px;
	box-sizing: border-box;
}

.ct1icon {
	display: block;
	color: #D01B24;
	font-size: 60px;
}

.ct1num {
	display: block;
	color: #333333;
	font-size: 30px;
	line-height: 1.3;
}

.ct1xz1 {
	margin-top: 60px;
}

.ct1xz2 {
	margin-top: 25px;
}

.ct1xz2,
.ct1xz1 {
	display: block;
	color: #666666;
	font-size: 18px;
}

.ct1txt {
	display: block;
	font-size: 24px;
	color: #333333;
	line-height: 1.5;
}

.maps {
	width: 100%;
	height: 725px;
}

.anchorBL {
	display: none;
}

.ct1bot {
	padding: 100px 0;
}

.cb1list {
	margin-left: -4%;
}

.cb1list li {
	float: left;
	width: 29.333%;
	position: relative;
	border-top: 2px solid #DCDCDC;
	padding-top: 50px;
	margin-left: 4%;
	transition: 0.45s;
}

.cb1list li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #f3981e;
	transition: 0.45s;
}

.cb1list li:hover {
	border-top: 2px solid #f3981e;
}

.cb1list li:hover:before {
	width: 100%;
}

.clname {
	color: #333333;
	font-size: 30px;
	line-height: 1.5;
}

.clwz {
	margin-top: 40px;
}

.clwtxt {
	color: #666666;
	font-size: 18px;
}

.cwt,
.cwt2 {
	display: inline-block;
	vertical-align: text-top;
}

.cwt2 {
	width: 85%;
	margin-left: 5px;
}

.gbmt {
	height: 55px;
	display: none;
}

.nysearch {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 800px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	background: #fff;
}

.nsrk {
	display: block;
	float: left;
	width: 70%;
	height: 100%;
	color: #333;
	font-size: 16px;
	padding: 0 20px;
	border: none;
}

.nsbtn {
	display: block;
	float: right;
	width: 100px;
	height: 100%;
	background: #f3981e;
	color: #fff;
	font-size: 20px;
	text-align: center;
}

.ssbt {
	color: #333;
	font-size: 36px;
	font-weight: normal;
}

.sslist {
	margin-top: 30px;
	border-bottom: 1px solid #eee;
}

.sslist li {
	position: relative;
	padding: 20px 0;
	border-top: 1px solid #eee;
}

.sslist li:hover .slwz,
.sslist li:hover .sldate {
	color: #f3981e;
}

.slwz {
	float: left;
	width: 70%;
	height: 35px;
	color: #666;
	font-size: 20px;
}

.sldate {
	display: block;
	float: right;
	color: #999;
	font-size: 16px;
	line-height: 35px;
}
.bisp{
	position: relative;
	overflow: hidden;
	height: 100%;
}.bvideo {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.iimore {
	position: relative;
	z-index: 3;
}

.iimore:before,
.icrbanner .slick-arrow::after,
.ac3btn::before,
.cdrturn a::before,
.aw3year .slick-arrow::after,
.products-small .slick-arrow::after,.plprev::before, .plnext::before {
	opacity: 0;
	visibility: hidden;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(222, 0, 16, .2);
	border-radius: 50px;
	z-index: -3;
}

.iimore:hover:before,
.icrbanner .slick-arrow:hover::after,
.ab3list li:hover .ac3btn::before,
.cdrturn a:hover::before,
.aw3year .slick-arrow:hover::after,.products-small .slick-arrow:hover::after,.plprev:hover::before, .plnext:hover::before {
	opacity: 1;
	visibility: visible;
	animation: bannerbuIn2 infinite linear 1.4s normal;
	-webkit-animation: bannerbuIn2 infinite linear 1.4s normal;
}

@keyframes bannerbuIn2 {
	0% {
		opacity: 1;
		filter: alpha(opacity=100);
		transform: scale(1);
	}

	100% {
		opacity: 0;
		filter: alpha(opacity=0);
		transform: scale(1.5);
	}
}
.lsy{
	overflow: hidden;
}
.lsy img{
	display: block;
	width: 100%;
}