@charset "utf-8";

/* 
 * Project Name:阳光ca88
 */

.iconfont {
	font-family: "iconfont" !important;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0px;
	border: 0;
	font-size: 100%;
	outline: none;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0px;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*html::-webkit-scrollbar {
	width: 8px;
	background: none;
}

html::-webkit-scrollbar-thumb {
	width: 8px;
	background: #3d9911;
}

html::-webkit-scrollbar-corner {
	background: none;
}

html::-webkit-scrollbar:horizontal {
	height: 9px;
}*/

body {
	font: 14px/1.8 sans-serif, "Microsoft Yahei", "微软雅黑", "微软正黑体", "Microsoft JhengHei", "SimHei", "黑体", Arial, Helvetica;
	margin: 0 auto;
	color: #666;
	overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

strong {
	font-weight: bold;
}

img {
	border: 0;
}

input {
	outline: none;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
}

textarea {
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
}

::-moz-selection {
	background: #8b8b8b;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #8b8b8b;
	color: #fff;
	text-shadow: none;
}

select {
	outline: none;
}

select::-ms-expand {
	display: none;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

a {
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

a:link,
a:visited {
	text-decoration: none;
}

a:active,
a:hover {
	text-decoration: none;
}

.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;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.fixedImg {
	background-position: center bottom;
	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;
}

.content {
	padding: 0 3% 100px 3%;
}

.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 3s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown 3s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.mtop {
	height: 80px;
}


/* 头部  */

.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	height: 80px;
	line-height: 80px;
	background: #fff;
	transition: 0.45s;
	box-shadow: 0 0 3px #eee;
}

.head-wrap {
	position: relative;
}

.header .head-logo {
	position: absolute;
	width: 19.5%;
	height: 80px;
	padding-top: 20px;
	padding-left: 40px;
	box-sizing: border-box;
	z-index: 99;
}

.head-logo .img2 {
	display: none;
}

.head-logo img {
	display: block;
	/*width: 100%;*/
}

.header .nav {
	position: relative;
	width: 61%;
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 40px 0 25px;
}

.head-link ul li {
	display: inline-block;
}

.header .yj-bot li {
	position: relative;
	display: inline-block;
	transition: 0.35s;
	z-index: 1;
}

.header .yj-bot li:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 5px;
	background: #F27100;
	transition: 0.55s;
}

.header .yj-bot .yj-link {
	position: relative;
	z-index: 1;
	color: #333333;
	font-size: 16px;
	line-height: 1.5;
	display: inline-block;
	padding: 0 15px;
	text-align: center;
}

.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 .yj-bot li:hover .ej-list {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
}

.header .yj-bot li:hover .yj-link,
.header .yj-bot li.active .yj-link {
	color: #F27100;
}

.header .yj-bot li:hover:before,
.header .yj-bot li.active:before {
	left: 0;
	width: 100%;
}

.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: 0;
	width: 100%;
	top: 100%;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transition: 0.48s;
	box-sizing: border-box;
	border: 1px solid #eee;
}

.ej-list ul {
	width: 1200px;
	margin: 0 auto;
}

.ej-list li {
	display: inline-block;
	float: left;
	width: 12.5%;
	box-sizing: border-box;
	vertical-align: top;
	padding: 15px 0 20px 0;
	border-left: 1px solid #5b6dbd;
	height: 100vh;
}

.el-link {
	display: block;
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	padding: 12px;
	transition: 0.35s;
	border-bottom: 1px solid #eee;
	text-align: center;
}

.el-link:hover {
	color: #F27100;
}

.menu-handler {
	position: fixed;
	right: 0;
	top: 0;
	width: 60px;
	height: 56px;
	display: none;
	cursor: pointer;
	z-index: 1010;
	background-color: #F27100;
}

.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: #fff;
}

.menuMoblie .nav-link:active,
.menuMoblie .nav-link:hover {
	background: #F27100;
}

.menuMoblie .nav-link:active i,
.menuMoblie .nav-link:hover i {
	color: #fff;
	transform: rotate(90deg);
}

.menuBox a:active,
.menuBox a:hover {
	color: #fff;
}

.menuBox {
	border-top: 1px solid #e4e4e4;
	background-color: #222222;
	color: #333333;
	position: fixed;
	display: none;
	right: 0px;
	top: 55px;
	width: 100%;
	height: 100%;
	height: 100vh;
	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 {
	padding: 0 0 100px 0;
}

.menuMoblie .nav-link {
	position: relative;
	display: block;
	font-size: 18px;
	padding: 14px 28px;
}

.menuMoblie .nav-link i {
	float: right;
	color: #b1b1b1;
	font-size: 20px;
	vertical-align: middle;
}

.menuMoblie li {
	border-bottom: 1px solid #e4e4e4;
}

.menuMoblie .subnav {
	display: none;
	background: #fff;
}

.menuMoblie .subnav .item {
	display: block;
}

.menuMoblie .subnav .item:active,
.menuMoblie .subnav .item:hover {
	background: #EEEEEE;
}

.menuMoblie .subnav a {
	position: relative;
	display: block;
	line-height: 1.4;
	font-size: 16px;
	color: #222222;
	padding: 15px 28px;
	border-bottom: 1px solid #EEEEEE;
}

.menuOpen .menuBox {
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.head-right {
	position: absolute;
	width: 19.5%;
	top: 0;
	right: 0;
	padding-left: 35px;
	box-sizing: border-box;
}

.hrsearch,
.hrphone {
	display: inline-block;
	vertical-align: middle;
}

.hrsearch {
	color: #333333;
	font-size: 14px;
	margin-right: 30px;
}

.hrsearch i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	font-size: 22px;
}

.hrphone {
	color: #F27100;
	font-size: 20px;
}

.hrphone i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	font-size: 25px;
	color: #F27100;
}


/* 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.08);
		transform: scale(1.08);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}
	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: "\e76f";
}

.pswp__button--arrow--right:before {
	content: "\e618";
}

.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(/css/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;
}

.mouseBox {
	position: absolute;
	left: 33px;
	width: 48px;
	bottom: 25px;
	color: #fff;
	/*z-index: 800;*/
	text-align: center;
	cursor: pointer;
	font-family: arial, helvetica, sans-serif;
}

.mouseIco {
	border-radius: 14px;
	width: 24px;
	height: 42px;
	margin: 0 auto;
	border: 2px solid #fff;
	display: block;
	position: relative;
}

.mouseIco i {
	width: 2px;
	height: 8px;
	border-radius: 1px;
	display: block;
	background-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 5px;
	-webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
	animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}

.mouseTxt {
	font-size: 12px;
	margin-top: 5px;
}

@keyframes mouse-dot {
	from {
		opacity: 0;
	}
	33% {
		opacity: 1;
	}
	to {
		transform: translateY(10px);
		-webkit-transform: translateY(10px);
		opacity: 0;
	}
}

@-webkit-keyframes mouse-dot {
	from {
		opacity: 0;
	}
	33% {
		opacity: 1;
	}
	to {
		transform: translateY(10px);
		-webkit-transform: translateY(10px);
		opacity: 0;
	}
}

.apply-show {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}


/* 头部搜索弹框 */

.tk-wrap {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(/images/op1.png) repeat;
	z-index: 9999;
}

.tk-wrap.active {
	opacity: 1;
	visibility: visible;
	transition: 0.65s;
}

.tk-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.search-bot.active {
	transform: translate(-50%, -50%);
}

.search-bot {
	transition-delay: 0.25s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 30%);
	z-index: 1;
	transition: 0.85s;
}

.sbenter {
	width: 720px;
	height: 64px;
	line-height: 64px;
	background: #fff;
	box-sizing: border-box;
	padding: 0 20px;
	overflow: hidden;
}

.sbenter input {
	display: block;
	float: left;
	width: 60%;
	line-height: 64px;
	color: #666666;
	font-size: 14px;
	border: none;
}

.sbenter a {
	display: block;
	float: right;
	color: #333333;
	font-size: 22px;
}

.sbenter a:hover {
	color: #F27100;
}

.sblabel {
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-top: 15px;
}

.sblabel a {
	color: #F27100;
	margin: 0 5px;
}


/* banner */

.swiper-container {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.swiper-container .swiper-slide {
	overflow: hidden;
}

.swiper-slide {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.swiper-button-prev,
.swiper-button-next {
	background-image: none !important;
}

.banner-wrap {
	position: relative;
}

.banner {
	position: relative;
	overflow: hidden;
}

.banner .item {
	position: relative;
	overflow: hidden;
	perspective: 1000px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.banner .pimg {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	webkit-transition-duration: 1.6s;
	-o-transition-duration: 1.6s;
	transition-duration: 1.6s;
}

.banner .slick-dots,
.swiper-pagination {
	position: absolute;
	text-align: center;
	left: 40px;
	bottom: 32px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	z-index: 104;
}

.swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
	background: #fff !important;
	margin-right: 20px;
	opacity: 1 !important;
}

.swiper-pagination-bullet-active {
	background: #F27100 !important;
}

.banner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	vertical-align: middle;
	color: #fff;
	margin-right: 20px;
	overflow: hidden;
}

.banner .slick-dots li a {
	/*text-indent: 10em;*/
	position: relative;
	display: block;
	text-align: center;
	padding: 0px;
	cursor: pointer;
	width: 18px;
	height: 18px;
	overflow: hidden;
}

.banner .slick-dots li a:focus {
	outline: none;
}

.banner .slick-dots li.slick-active {
	opacity: 1;
	visibility: visible;
	color: #F27100;
}

.bweng {
	position: absolute;
	width: 1200px;
	top: 30%;
	left: 50%;
	margin-left: -600px;
	color: #fff;
	font-size: 39px;
	font-weight: normal;
}

.ibCont:hover {
	transform: rotateY(0);
}

.ibCont {
	position: absolute;
	width: 90%;
	left: 50%;
	margin-left: -45%;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	text-align: center;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	cursor: pointer;
}

.cfz1 {
	transform: rotateX(30deg) rotateY(0deg);
}

.cfz2 {
	transform: rotateX(-15deg) rotateY(-15deg);
}

.cfz3 {
	transform: rotateX(-30deg) rotateY(15deg);
}

.ictxt1,
.ictxt2,
.ictxt3 {
	/*transform: translateY(50px);
	-webkit-transform: translateY(50px);
	opacity: 0;
	visibility: hidden\9;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	transition: transform 800ms, opacity 0.65s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 800ms, opacity 0.65s cubic-bezier(0.445, 0.145, 0.355, 1);*/
}

.show .ictxt1,
.show .ictxt2,
.show .ictxt3 {
	opacity: 1;
	visibility: visible\9;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

@keyframes ictdh {
	from {
		background-position: -500px;
	}
	to {
		background-position: 500px;
	}
}

.ictxt1 {
	display: block;
	font-size: 59px;
	line-height: 1.5;
	font-weight: normal;
	font-weight: bold;
	text-transform: uppercase;
	transition-delay: 0.25s;
}

.ictxt2 {
	display: block;
	font-size: 32px;
	line-height: 1.5;
	font-weight: bold;
	transition-delay: 0.35s;
}

.ictxt3 {
	display: block;
	width: 200px;
	margin: 20px auto 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	transition-delay: 0.45s;
}

.slick-active .pimg {
	visibility: visible !important;
	-webkit-animation: scaleUpDown1 8s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown1 8s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

@keyframes scaleUpDown1 {
	from {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.ibpn a {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 25px;
}

.ibprev {
	left: 27px;
}

.ibnext {
	right: 27px;
}

.ibpn a:hover,
.ictxt3:hover {
	color: #F27100;
}

.index-ab {
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 136px;
}

.ia-activity {
	position: relative;
	float: left;
	width: 50%;
}

.iabanner {
	position: relative;
	overflow: hidden;
}

.iaitem img {
	display: block;
	width: 100%;
}

.ia-cover {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 20px;
	background: url(/images/op1.png) repeat;
}

.announce-tit {
	float: left;
	color: #F27100;
	font-size: 16px;
	line-height: 56px;
	font-weight: normal;
	vertical-align: middle;
}

.announce-list {
	float: left;
	width: 70%;
	margin-top: 17.5px;
	margin-left: 15px;
}

.an-item {
	position: relative;
	line-height: 1.3;
}

.an-item p {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	height: 21px;
	color: #fff;
	font-size: 14px;
}

.icpn {
	margin-top: 14.5px;
}

.ipnjt {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 15px;
}

.ipnjt:hover {
	color: #F27100;
}

.ipline {
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 24px;
	background: #CBCBCB;
	margin: 0 20px;
}

.ia-about {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 50px 50px 0 50px;
	background-image: url(/img/bg2.png) no-repeat;
	background-size: contain;
}

.iatitle {
	display: block;
	color: #F27100;
	font-size: 16px;
}

.iatxt1 {
	color: #222222;
	font-size: 32px;
	font-weight: normal;
}

.iatxt2 {
	color: #666666;
	font-size: 14px;
	margin-top: 30px;
	height: 75px;
	overflow: hidden;
}

.iamore {
	display: block;
	color: #222222;
	font-size: 14px;
	margin-top: 65px;
}

.iamore:hover {
	color: #F27100;
}

.iaai {
	background: #fff;
}

.bg-EFEFEF {
	background: #EFEFEF;
}

.index-pcn {
	padding-bottom: 100px;
}

.ibox {
	position: relative;
	padding-top: 100px;
}

.ibtitle {
	float: left;
	color: #333333;
	font-size: 40px;
	font-weight: normal;
}

.ibmore {
	display: block;
	float: right;
	color: #333333;
	font-size: 16px;
	line-height: 90px;
}

.ibmore:hover {
	color: #F27100;
}

.mt20 {
	margin-top: 20px;
}

.ipbbanner {
	position: relative;
	overflow: hidden;
}

.ibitem {
	position: relative;
	overflow: hidden;
}

.ibitem:hover .ipimg {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	transform: scale(1.03);
}

.ipimg {
	display: block;
	width: 100%;
	transition: 1s;
}

.ipctxt {
	position: absolute;
	left: 35px;
	right: 35px;
	bottom: 25px;
	color: #fff;
	font-size: 18px;
}

.iptab {
	display: flex;
	background: #fff;
}

.itxz {
	position: relative;
	flex: 1;
	text-align: center;
	padding: 40px 0;
	line-height: 1.5;
	z-index: 3;
	cursor: pointer;
}

.itxz:not(:first-child) {
	border-left: 1px solid #EFEFEF;
}

.itxz.active:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -15px;
	transition: 0.55s;
	z-index: -3;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-bottom: 15px solid #F27100;
}

.itxz:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 0;
	transition: 0.55s;
	z-index: -3;
	background: #F27100;
}

.itxz:hover .ixzicon,
.itxz:hover .ixztxt,
.products-tab a:hover,
.products-tab a:hover i {
	color: #F27100;
}

.itxz:hover .ixzicon {
	-webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	-webkit-animation: gelatine 0.5s 1;
	animation: gelatine 0.5s 1;
}

.itxz.active .ixzicon,
.itxz.active .ixztxt {
	color: #fff;
}

.itxz.active:before {
	left: 0;
	width: 100%;
}

.ixzicon {
	display: block;
	color: #000000;
	font-size: 32px;
	transition: 0.45s;
}

.ixztxt {
	display: block;
	color: #333333;
	font-size: 16px;
	transition: 0.45s;
}

@keyframes gelatine {
	from,
	to {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	25% {
		-webkit-transform: scale(0.9, 1.1);
		transform: scale(0.9, 1.1);
	}
	50% {
		-webkit-transform: scale(1.1, 0.9);
		transform: scale(1.1, 0.9);
	}
	75% {
		-webkit-transform: scale(0.95, 1.05);
		transform: scale(0.95, 1.05);
	}
}

.index-cases {
	position: relative;
	background: #fff;
}

.iclpic {
	position: relative;
	float: left;
	width: 50%;
}

.iclpic img {
	display: block;
	width: 100%;
}

.ipct {
	position: absolute;
	left: 35px;
	right: 35px;
	bottom: 35px;
	color: #fff;
	font-size: 24px;
	line-height: 1.5;
}

.icrnr {
	float: left;
	width: 50%;
}

.ipt {
	position: relative;
	float: left;
	width: 50%;
}

.ipt img {
	display: block;
	width: 100%;
}

.inrcont {
	padding: 30px 40px 0 40px;
}

.inrcont:hover .inctitle a,
.inrcont:hover .idt2 {
	color: #F27100;
}

.inctitle {
	display: block;
	font-weight: normal;
	color: #333333;
	font-size: 24px;
}

.inctitle a {
	color: #333333;
}

.incyz {
	margin-top: 15px;
}

.iyzp,
.iyzc {
	display: inline-block;
	vertical-align: middle;
}

.iyzp {
	color: #666666;
	font-size: 14px;
}

.iyzp img {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

.iyzc {
	margin-left: 30px;
	color: #F27100;
	font-size: 14px;
}

.incdesc {
	position: relative;
	margin-top: 20px;
}

.idt1 {
	color: #666666;
	font-size: 14px;
	height: 50px;
	overflow: hidden;
}

.idt2 {
	display: block;
	font-weight: normal;
	color: #666666;
	font-size: 14px;
	margin-top: 15px;
}

.index-cases .icpn {
	position: absolute;
	right: 25px;
	bottom: 25px;
}

.index-cases .icpn .ipnjt {
	color: #666666;
}

.index-cases .icpn .ipnjt:hover {
	color: #F27100;
}

.index-news ul {
	margin-left: -1%;
}

.index-news li {
	position: relative;
	float: left;
	width: 32.333%;
	margin-left: 1%;
	margin-top: 10px;
}

.index-news li:hover .inpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.index-news li:hover .incont {
	background: #F27100;
}

.index-news li:hover .icdate,
.index-news li:hover .inrtxt,
.index-news li:hover .inrmore {
	color: #fff;
}

.inpic {
	overflow: hidden;
}

.inpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.incont {
	position: relative;
	padding: 30px;
	background: #fff;
	z-index: 3;
	transition: 0.45s;
}

.icdate {
	display: block;
	float: left;
	color: #CCCCCC;
	line-height: 1.3;
}

.icdate strong {
	display: block;
	font-size: 24px;
}

.icdate em {
	display: block;
	font-style: normal;
	font-size: 12px;
}

.icnr {
	float: right;
	width: 70%;
}

.inrtxt {
	color: #333333;
	font-size: 16px;
	line-height: 1.5;
	height: 48px;
	overflow: hidden;
}

.inrmore {
	display: block;
	font-weight: normal;
	color: #666666;
	font-size: 14px;
	margin-top: 10px;
}


/* 底部 */

.footer-bg {
	background: #fff;
	border-top: 1px solid #e2e2e2;
}

.ftbot1 {
	padding: 68px 0;
}

.ftbot1c {
	padding: 68px 0;
	margin-left: -125px;
}

.fb1z {
	float: left;
	margin-left: 125px;
}

.fb1z a {
	display: block;
	color: #333333;
	font-size: 14px;
}

.fb1z a:hover {
	color: #F27100;
}

.fzt1 {
	position: relative;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 16px !important;
}

.ftline {
	width: 100%;
	height: 1px;
	background: #E2E2E2;
}

.ftbot2 {
	float: left;
	width: 90%;
	padding: 45px 0;
	margin-left: -5%;
}

.fblx {
	float: left;
	width: 20%;
	margin-left: 5%;
}

.flxtxt1 {
	display: block;
	color: #333333;
	font-size: 16px;
	margin-bottom: 15px;
}

.flxtxt2 {
	display: block;
	font-weight: normal;
	color: #F27100;
	font-size: 24px;
	margin-top: 5px;
	line-height: 1;
}

.flxtxt3 {
	display: block;
	font-weight: normal;
	color: #333333;
	font-size: 14px;
}

.ftbewm {
	float: right;
	padding: 45px 0;
}

.flxewm {
	display: inline-block;
	width: 92px;
	height: 92px;
}

.flxtxt4 {
	display: block;
	font-style: normal;
	color: #999999;
	font-size: 12px;
	text-align: center;
}

.ftbot3 {
	padding: 20px 0;
}

.fb3txt {
	color: #333333;
	font-size: 14px;
}

.fb3txt a {
	color: #333333;
}


/* 关于ca88 */

.insides-banner {
	position: relative;
}

.ibpic {
	position: relative;
	overflow: hidden;
}

.ibpic img {
	display: block;
	width: 100%;
}

.ibcont {
	position: absolute;
	width: 1200px;
	left: 50%;
	bottom: 100px;
	transform: translateX(-50%);
	color: #fff;
	line-height: 1.3;
}

.istxt1 {
	display: block;
	font-size: 50px;
}

.istxt2 {
	position: relative;
	font-family: arial;
	display: block;
	font-size: 30px;
	padding-bottom: 25px;
}

.istxt2:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 47px;
	height: 5px;
	background: #fff;
}

.insides-tab {
	display: flex;
}

.itlink {
	position: relative;
	display: block;
	flex: 1;
	text-align: center;
	line-height: 60px;
	background: #333333;
	color: #fff;
	font-size: 16px;
	z-index: 3;
}

.itlink i {
	display: inline-block;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 17px;
	margin-right: 5px;
}

.itlink:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	background: #F27100;
	z-index: -3;
	transition: 0.45s;
}

.itlink:hover:before,
.itlink.active:before {
	width: 100%;
}

.ibtxt {
	color: #333333;
	font-size: 14px;
}

.ab1bot {
	padding-top: 40px;
}

.about1-total {
	display: flex;
	margin: 40px 0 0 0;
	text-align: center;
}

.about1-total li {
	flex: 1;
	line-height: 1.5;
	text-align: center;
}

.aticon {
	display: block;
	color: #222222;
	font-size: 38px;
}

.atxt {
	display: block;
	font-style: normal;
	color: #848484;
	font-size: 18px;
}

.about1-bot2 {
	margin-top: 60px;
	padding: 0 160px 0 40px;
}

.abpic {
	position: relative;
	float: left;
	width: 60%;
}

.abpic img {
	display: block;
	width: 100%;
}

.abcont {
	float: left;
	width: 40%;
	box-sizing: border-box;
	padding: 0 0 0 75px;
}

.aclabel {
	display: block;
	color: #333333;
	font-size: 14px;
}

.actitle {
	color: #333333;
	font-size: 40px;
}

.acdesc {
	color: #666666;
	font-size: 14px;
	margin-top: 30px;
	height: 380px;
	overflow-y: scroll;
	padding-right: 30px;
}
.acdesc::-webkit-scrollbar {
	width: 6px;
	background: none;
}

.acdesc::-webkit-scrollbar-thumb {
	width: 6px;
	background: #eee;
}

.acdesc::-webkit-scrollbar-corner {
	background: none;
}

.acdesc::-webkit-scrollbar:horizontal {
	height: 9px;
}
.about2-wrap {
	padding: 40px;
}

.aw2list {
	margin-top: 20px;
}

.aw2list li {
	overflow: hidden;
}

.aw2list li:nth-of-type(odd) {
	background: #fff;
}

.aw2list li:nth-of-type(odd) .al2pic {
	float: left;
}

.aw2list li:nth-of-type(odd) .al2cont {
	padding: 50px 21.5% 50px 55px;
	float: left;
}

.aw2list li:nth-of-type(even) {
	background: #EFEFEF;
}

.aw2list li:nth-of-type(even) .al2pic {
	float: right;
}

.aw2list li:nth-of-type(even) .al2cont {
	float: left;
	padding: 50px 8% 50px 16.666%;
}

.al2pic {
	width: 50%;
	overflow: hidden;
}

.al2cont {
	width: 50%;
	box-sizing: border-box;
}

.al2pic img {
	position: relative;
	left: 50%;
	display: block;
	/*width: 100%;*/
	transform: translateX(-50%);
}

.ac2t1 {
	display: block;
	font-style: normal;
	color: #333333;
	font-size: 14px;
}

.ac2t2 {
	position: relative;
	display: block;
	color: #333333;
	font-size: 40px;
	line-height: 1;
	margin-top: 15px;
}

.ac2t2:before {
	content: "";
	position: absolute;
	left: -55px;
	top: 0;
	width: 6px;
	height: 42px;
	background: #F27100;
}

.ac2sj {
	position: relative;
	margin-top: 40px;
}

.aw2list li:nth-of-type(odd) .ac2sj:before {
	background: #E4E4E4;
}

.aw2list li:nth-of-type(even) .ac2sj:before {
	background: #C9C9C9;
}

.ac2sj:before {
	content: "";
	position: absolute;
	left: 100px;
	top: 0;
	width: 1px;
	height: 100vh;
}

.asjl {
	padding-bottom: 38px;
}

.ajl1 {
	display: block;
	float: left;
	width: 20%;
	font-family: arial;
	font-weight: normal;
	font-style: italic;
	font-size: 32px;
	line-height: 1;
}

.aw2list li:nth-of-type(odd) .ajl1 {
	color: #CCCCCC;
}

.aw2list li:nth-of-type(even) .ajl1 {
	color: #999999;
}

.ajl2 {
	position: relative;
	display: block;
	float: left;
	width: 80%;
	box-sizing: border-box;
	padding-left: 72px;
	color: #333333;
	font-size: 14px;
}

.ajl2:before {
	content: "";
	position: absolute;
	left: 5px;
	top: 12px;
	width: 30px;
	height: 1px;
}

.aw2list li:nth-of-type(odd) .ajl2:before {
	background: #E4E4E4;
}

.aw2list li:nth-of-type(even) .ajl2:before {
	background: #C9C9C9;
}

.about3-wrap {
	padding: 40px 0 48px 0;
}

.about3-bot1 {
	margin-top: 40px;
}

.about3-bot1 li {
	background: #fff;
}

.about3-bot1 li:nth-of-type(odd) .ab3pic {
	float: right;
}

.about3-bot1 li:nth-of-type(odd) .ab3cont {
	float: left;
}

.about3-bot1 li:nth-of-type(odd) .ab3cont:before {
	content: "";
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #fff;
}

.about3-bot1 li:nth-of-type(even) .ab3pic {
	float: left;
}

.about3-bot1 li:nth-of-type(even) .ab3cont {
	float: left;
}

.about3-bot1 li:nth-of-type(even) .ab3cont:before {
	content: "";
	position: absolute;
	left: -15px;
	top: 50%;
	transform: translateY(-50%);
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid #fff;
}

.ab3pic {
	width: 50%;
}

.ab3pic img {
	display: block;
	width: 100%;
}

.ab3cont {
	position: relative;
	width: 50%;
	box-sizing: border-box;
	padding: 84px 64px;
}

.ac3txt1 {
	display: block;
	color: #333333;
	font-size: 14px;
}

.ac3txt2 {
	color: #333333;
	font-size: 30px;
	line-height: 1.5;
	margin-top: 20px;
}

.ac3txt2 b {
	display: block;
}

.about3-bot2 {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}

.ab3l {
	float: left;
	width: 50%;
}

.al3box {
	background: #fff;
	padding: 84px 64px;
}

.al3bg {
	position: relative;
}

.abg3pic img {
	display: block;
	width: 100%;
}

.abg3nr {
	position: absolute;
	left: 60px;
	bottom: 60px;
}

.abg3nr .ac3txt1,
.abg3nr .ac3txt2,
.ab3r .ac3txt1,
.ab3r .ac3txt2 {
	color: #fff;
}

.ab3r {
	float: right;
	width: 50%;
	box-sizing: border-box;
	padding: 100px 0 0 100px;
}

.ar3pic {
	position: absolute;
	bottom: -48px;
}

.ar3pic img {
	display: block;
	width: 100%;
}

.about4-wrap {
	padding: 40px 0 100px 0;
}

.aw4bot {
	margin-top: 40px;
}

.ab4pic {
	float: left;
	width: 45%;
}

.ab4pic img {
	display: block;
	width: 100%;
}

.ab4box {
	float: right;
	width: 50%;
	box-sizing: border-box;
}

.ab4box .aclabel,
.ab4box .actitle {
	padding-left: 20px;
}

.ab4list {
	margin-top: 40px;
	height: 240px;
	overflow-y: scroll;
}

.ab4list::-webkit-scrollbar {
	width: 5px;
	background: none;
}

.ab4list::-webkit-scrollbar-thumb {
	width: 5px;
	background: #F27100;
}

.ab4list::-webkit-scrollbar-corner {
	background: none;
}

.ab4list::-webkit-scrollbar:horizontal {
	height: 9px;
}

.al4txt {
	position: relative;
	color: #666666;
	font-size: 14px;
	margin-bottom: 10px;
	transition: 0.45s;
	padding-left: 20px;
	line-height: 1.5;
}

.al4txt:hover {
	color: #222222;
}

.al4txt:hover:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #F27100;
	transition: 0.45s;
}

.pb40 {
	padding: 40px 0;
}

.products-tab {
	margin-top: 20px;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}

.products-tab a {
	position: relative;
	display: inline-block;
	text-align: center;
	padding: 28px 0;
	margin: 0 150px;
	color: #333333;
}

.products-tab a.active {
	color: #F27100;
}

.products-tab a.active:before {
	width: 28px;
}

.products-tab a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 6px;
	background: #F27100;
	transition: 0.45s;
}

.products-tab a:hover i {
	-webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	-webkit-animation: gelatine 0.5s 1;
	animation: gelatine 0.5s 1;
}

@keyframes gelatine {
	from,
	to {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	25% {
		-webkit-transform: scale(0.9, 1.1);
		transform: scale(0.9, 1.1);
	}
	50% {
		-webkit-transform: scale(1.1, 0.9);
		transform: scale(1.1, 0.9);
	}
	75% {
		-webkit-transform: scale(0.95, 1.05);
		transform: scale(0.95, 1.05);
	}
}

.ptqh i {
	display: block;
	font-size: 26px;
}

.ptqh em {
	display: block;
	font-style: normal;
	font-size: 16px;
}

.pwlist {
	display: none;
	margin-top: 60px;
}

.plbot {
	margin-left: -1%;
}

.plitem {
	position: relative;
	float: left;
	width: 49%;
	margin: 10px 0 0 1%;
	cursor: pointer;
}

.plitem:hover .plpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.plitem:hover .pclt1 {
	color: #F27100;
}

.pbl .pcl {
	width: 100%;
}

.plpic {
	overflow: hidden;
}

.plpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.plcont {
	position: relative;
	background: #fff;
	padding: 35px;
}

.plcont:before {
	content: "";
	position: absolute;
	left: 28px;
	top: -10px;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #fff;
}

.pcl {
	position: relative;
	float: left;
	width: 80%;
}

.pclt1 {
	color: #333333;
	font-size: 20px;
	height: 36px;
	overflow: hidden;
}

.pct2 {
	color: #666666;
	font-size: 14px;
	height: 50px;
	overflow: hidden;
}

.pct3 {
	display: block;
	color: #999999;
	font-size: 12px;
	margin-top: 20px;
}

.pcr {
	float: right;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
}

.pcr:hover i {
	-webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	-webkit-animation: gelatine 0.5s 1;
	animation: gelatine 0.5s 1;
}

.pcr a {
	color: #333333;
}

.pcr i {
	display: block;
	font-size: 24px;
}

.pcr em {
	display: block;
	font-style: normal;
}

.pages-list {
	margin-top: 50px;
	text-align: center;
}

.plfy {
	position: relative;
	display: inline-block;
	color: #333333;
	font-size: 16px;
	margin: 0 10px;
	padding-bottom: 10px;
}

.plfy:hover,
.plfy.active {
	color: #F27100;
}

.plfy:hover:before,
.plfy.active:before {
	left: 0;
	width: 100%;
}

.plfy:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 6px;
	background: #F27100;
	transition: 0.45s;
}

.products-xl {
	background: #fff;
	padding-bottom: 50px;
	transition: 0.45s;
	z-index: 99;
}

.products-xl:before {
	content: "";
	position: absolute;
	top: -10px;
	right: 25%;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #fff;
	z-index: 99;
}

.pxl {
	margin-left: -90px;
}

.pxltxt {
	position: relative;
	float: left;
	display: block;
	margin-left: 90px;
	color: #666666;
	font-size: 14px;
	margin-top: 50px;
	padding-bottom: 10px;
}

.pxltxt:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 5px;
	background: #F27100;
	transition: 0.45s;
}

.pxltxt.active,
.pxltxt:hover {
	color: #F27100;
}

.pxltxt.active:before,
.pxltxt:hover:before {
	width: 100%;
}

.pxl-pro {
	position: relative;
	background: #DADADA;
	padding: 95px 0;
	margin-top: 40px;
}

.ppro-pic {
	position: absolute;
	top: 0;
	right: 0;
}

.pxlpw {
	width: 900px;
	margin: 0 auto;
}

.pxl-name {
	text-align: center;
	color: #333333;
	font-size: 30px;
}

.pxl-txt {
	color: #666666;
	font-size: 14px;
	margin-top: 30px;
}

.pxl-box {
	margin-top: 77px;
}

.pbname {
	color: #333333;
	font-size: 30px;
}

.pbname em {
	color: #ccc;
	font-weight: normal;
}

.pblist {
	background: #fff;
	margin-top: 30px;
	padding: 10px;
	margin-left: -1%;
}

.pblist li {
	float: left;
	width: 32.333%;
	margin: 0 0 30px 1%;
	cursor: pointer;
}

.pblist li:hover .pltcover {
	opacity: 1;
	visibility: visible;
}

.pblist li:hover .pltpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.plxlt {
	position: relative;
}

.pltpic {
	overflow: hidden;
}

.pltpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.pltcover {
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 1.5;
	z-index: 3;
}

.ptcp {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.pltcover:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(/images/op2.png) repeat;
	z-index: -3;
}

.pltcover i {
	display: block;
	font-size: 38px;
}

.pltcover em {
	display: block;
	font-style: normal;
	font-size: 14px;
}

.plxlw {
	color: #333333;
	font-size: 16px;
	height: 28px;
	margin-top: 10px;
}

.stores1-list ul {
	margin-left: -1%;
}

.stores1-list li {
	position: relative;
	float: left;
	width: 49%;
	margin: 20px 0 0 1%;
}

.stores1-list li:hover .sl1pic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.sl1pic {
	overflow: hidden;
}

.sl1pic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.sl1cont {
	background: #fff;
	padding: 20px;
}

.sc1bq {
	display: block;
	float: left;
	color: #F27100;
	font-size: 15px;
}

.sc1nr {
	display: block;
	float: right;
	width: 85%;
	color: #666666;
	font-size: 13px;
	line-height: 27px;
	height: 27px;
	overflow: hidden;
}

.stores2-map {
	position: relative;
	background: #fff;
	padding: 40px 110px;
	margin-top: 20px;
}

.sm2pic img {
	display: block;
	width: 100%;
}

.sm2q {
	cursor: pointer;
}

.sq1 .sqlicon {
	top: 41%;
	right: 36%;
}

.sq1 .sqlnr {
	top: 28%;
	right: 28%;
}

.sq2 .sqlicon {
	top: 51%;
	right: 38%;
}

.sq2 .sqlnr {
	top: 38%;
	right: 29%;
}

.sq3 .sqlicon {
	top: 56%;
	right: 32%;
}

.sq3 .sqlnr {
	top: 42%;
	right: 23%;
}

.sq4 .sqlicon {
	top: 65%;
	right: 34%;
}

.sq4 .sqlnr {
	top: 51%;
	right: 25%;
}

.sq5 .sqlicon {
	top: 69%;
	right: 39%;
}

.sq5 .sqlnr {
	top: 54%;
	right: 30%;
}

.sq6 .sqlicon {
	top: 62%;
	right: 45%;
}

.sq6 .sqlnr {
	top: 49%;
	right: 36%;
}

.sq7 .sqlicon {
	top: 61%;
	right: 52%;
}

.sq7 .sqlnr {
	top: 47%;
	right: 43%;
}

.sq8 .sqlicon {
	bottom: 25%;
	right: 46%;
}

.sq8 .sqlnr {
	top: 56%;
	right: 37%;
}

.sq9 .sqlicon {
	bottom: 15%;
	right: 45%;
}

.sq9 .sqlnr {
	bottom: 23%;
	right: 36%;
}

.sq10 .sqlicon {
	bottom: 18%;
	right: 56%;
}

.sq10 .sqlnr {
	bottom: 25%;
	right: 47%;
}

.sq11 .sqlicon {
	bottom: 16%;
	right: 37%;
}

.sq11 .sqlnr {
	bottom: 23%;
	right: 28%;
}

.sq12 .sqlicon {
	bottom: 24%;
	right: 30%;
}

.sq12 .sqlnr {
	bottom: 31%;
	right: 21%;
}

.sq13 .sqlicon {
	bottom: 32%;
	right: 28%;
}

.sq13 .sqlnr {
	bottom: 39%;
	right: 19%;
}

.sq14 .sqlicon {
	bottom: 38%;
	right: 26%;
}

.sq14 .sqlnr {
	bottom: 44%;
	right: 16%;
}

.sq15 .sqlicon {
	bottom: 43%;
	right: 30%;
}

.sq15 .sqlnr {
	bottom: 50%;
	right: 18%;
}

.sq16 .sqlicon {
	top: 45%;
	right: 32%;
}

.sq16 .sqlnr {
	bottom: 49%;
	right: 18%;
}

.sq17 .sqlicon {
	bottom: 35%;
	right: 39%;
}

.sq17 .sqlnr {
	bottom: 42%;
	right: 30%;
}

.sq18 .sqlicon {
	top: 45%;
	right: 40%;
}

.sq18 .sqlnr {
	top: 31%;
	right: 31%;
}

.sq19 .sqlicon {
	top: 52%;
	right: 44%;
}

.sq19 .sqlnr {
	top: 38%;
	right: 35%;
}

.sq20 .sqlicon {
	top: 50%;
	right: 50%;
}

.sq20 .sqlnr {
	top: 36%;
	right: 41%;
}

.sq21 .sqlicon {
	top: 44%;
	right: 48%;
}

.sq21 .sqlnr {
	top: 30%;
	right: 39%;
}

.sq22 .sqlicon {
	top: 46%;
	left: 37%;
}

.sq22 .sqlnr {
	top: 33%;
	left: 26%;
}

.sq23 .sqlicon {
	top: 30%;
	left: 23%;
}

.sq23 .sqlnr {
	top: 17%;
	left: 12%;
}

.sq24 .sqlicon {
	top: 56%;
	left: 25%;
}

.sq24 .sqlnr {
	top: 43%;
	left: 14%;
}

.sq25 .sqlicon {
	top: 38%;
	right: 34%;
}

.sq25 .sqlnr {
	top: 25%;
	right: 25%;
}

.sq26 .sqlicon {
	top: 36%;
	right: 35%;
}

.sq26 .sqlnr {
	top: 23%;
	right: 26%;
}

.sq27 .sqlicon {
	top: 32%;
	right: 27%;
}

.sq27 .sqlnr {
	top: 19%;
	right: 18%;
}

.sq28 .sqlicon {
	top: 25%;
	right: 24%;
}

.sq28 .sqlnr {
	top: 12%;
	right: 15%;
}

.sq29 .sqlicon {
	top: 16%;
	right: 23%;
}

.sq29 .sqlnr {
	top: 3%;
	right: 14%;
}

.sqlicon.active {
	color: #F27100;
}

.sqlicon {
	display: block;
	position: absolute;
	color: #BCBCBC;
	font-size: 24px;
}

.sqlnr.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.sqlnr.active:before {
	height: 49px;
	background: #F27100;
}

.sqlnr {
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
	transition: 0.45s;
	position: absolute;
	width: 260px;
	box-sizing: border-box;
	background: #fff;
	padding: 15px 20px;
	z-index: 1;
}

.sqlnr:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 0;
	background: #CFCFCF;
	transition: 0.45s;
}

.sqlnr:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 10px solid #fff;
}

.snrt1 {
	display: block;
	color: #333333;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.5;
	height: 27px;
}

.snrt2 em {
	display: inline-block;
	color: #888888;
	font-size: 14px;
	margin: 10px 10px 0 0;
	font-style: normal;
}

.st2icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	font-size: 13px;
	color: #CCCCCC;
}

.stores-list ul {
	margin-left: -2%;
}

.stores-list li {
	position: relative;
	float: left;
	width: 23%;
	margin: 23px 0 0 2%;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
}

.stores-list li:before,
.stores-list li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	transition: 0.45s;
}

.stores-list li:before {
	height: 49px;
	background: #CFCFCF;
}

.stores-list li:after {
	height: 0;
	background: #F27100;
}

.stores-list li:hover .snrt1 {
	color: #F27100;
}

.stores-list li:hover:after {
	height: 49px;
}

.w1000 {
	width: 1000px;
	margin: 0 auto;
}

.news-detial {
	padding: 40px 0 80px 0;
}

.nd-bot {
	margin-top: 20px;
	background: #fff;
	padding: 45px 50px;
}

.nbtitle {
	color: #333333;
	font-size: 26px;
	line-height: 1.5;
}

.nbds {
	margin-top: 15px;
}

.adstxt {
	margin-right: 30px;
	color: #999999;
	font-size: 14px;
}

.aticon1 {
	display: inline-block;
	vertical-align: middle;
	color: #CCCCCC;
	font-size: 12px;
	margin-right: 8px;
}

.aticon2 {
	display: inline-block;
	vertical-align: middle;
	color: #CCCCCC;
	font-size: 18px;
	margin-left: 10px;
}

.nbcont {
	margin-top: 30px;
	color: #666666;
	font-size: 14px;
}

.nbbottom {
	margin-top: 48px;
}

.nblbtn {
	float: left;
}

.nblbtn a {
	display: inline-block;
	width: 100px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #EAEAEA;
	color: #999999;
	font-size: 14px;
}

.nblbtn a:hover {
	border: 1px solid #F27100;
	color: #F27100;
}

.nbrbtn {
	float: right;
}

.nbrbtn a {
	display: block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #F27100;
}

.pmcont {
	margin-top: 40px;
}

.pmcont h5 {
	color: #333333;
	font-size: 20px;
}

.pmcont p {
	color: #666666;
	font-size: 14px;
}

.jpl {
	float: left;
	width: 20%;
	height: 317px;
	box-sizing: border-box;
	padding: 35px 40px 20px 40px;
}

.pmjp {
	width: 73%;
	margin: 0 auto;
}

.pmjp .jpl:nth-of-type(odd) {
	background: #FFFFFF;
}

.pmjp .jpl:nth-of-type(even) {
	background: #FAFAFA;
}

.jlnum {
	display: block;
	font-style: italic;
	color: #CCCCCC;
	font-size: 30px;
	line-height: 1.5;
}

.jltitle {
	display: block;
	line-height: 1.5;
	color: #333333;
	font-size: 20px;
}

.jldesc {
	color: #666666;
	font-size: 14px;
	margin-top: 20px;
}

.online-jp {
	width: 67%;
	margin: 60px auto 0;
}

.ojp {
	margin-top: 40px;
}

.ojsr {
	float: left;
}

.ojsr input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 30px;
	line-height: 60px;
	background: #fff;
	border: none;
	color: #999999;
	font-size: 13px;
}

.oj1 {
	width: 18%;
}

.oj2 {
	width: 25%;
	margin-left: 1%;
}

.oj3 {
	width: 39%;
	margin-left: 1%;
}

.ojsubmit {
	display: block;
	float: right;
	width: 15%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	background: #F27100;
	margin-left: 1%;
}

.ojpts {
	margin-top: 30px;
	color: #999999;
	font-size: 14px;
}

.cases-list li {
	margin-bottom: 20px;
	background: #fff;
	transition: 0.45s;
}

.cases-list li:hover .clpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.clpic {
	position: relative;
	float: left;
	width: 35%;
	overflow: hidden;
}

.clpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.cases-list .inrcont {
	float: left;
	width: 65%;
	box-sizing: border-box;
}

.cases-list li:hover .inctitle,
.cases-list li:hover .inctitle a {
	color: #F27100;
}

.cases-list li:hover {
	transform: translateY(-5px);
}

.ri-head {
	background: #666666;
}

.ri-head span {
	width: 15%;
	color: #fff;
}

.rl-information.active {
	background: #333333;
}

.rl-information.active span {
	color: #FFFFFF;
}

.rl-information span {
	color: #666666;
	height: 65px;
	line-height: 65px;
}

.ri-head span {
	padding: 20px 0;
}

.ri-list li {
	background: #fff;
	margin-top: 10px;
}

.ri-total {
	display: block;
}

.ri-total span {
	display: block;
	float: left;
	text-align: center;
	font-size: 16px;
}

.ri-w {
	width: 15%;
}

.ri-lw {
	float: right !important;
	cursor: pointer;
	box-sizing: border-box;
	width: 65px;
	text-align: center;
	border-left: 1px solid #F2F2F2;
}

.ri-lw i {
	display: block;
	width: 17px;
	height: 17px;
	margin: 0 auto;
	background: url(/images/more.png) no-repeat;
	background-size: contain;
	margin-top: 24px;
}

.ri-lw.active {
	background: #FFFFFF !important;
	border-bottom: 1px solid #F2F2F2;
}

.ri-lw.active i {
	width: 17px;
	height: 3px;
	margin-top: 31px;
	background: url(/images/more-zk.png) no-repeat;
	background-size: contain;
}

.rl-detail {
	display: none;
	padding: 40px;
	color: #555555;
	font-size: 15px;
}

.contact2-wrap {
	padding: 40px 40px 0 40px;
}

.cw2left {
	float: left;
	width: 50%;
}

.maps {
	height: 540px;
}

.cw2right {
	position: relative;
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 40px 75px 0 75px;
}

.cw2right:before {
	content: "";
	position: absolute;
	top: 75px;
	left: 0;
	width: 6px;
	height: 42px;
	background: #F27100;
}

.cr2wz {
	margin-top: 30px;
}

.cwzt1 {
	display: block;
	color: #666666;
	font-size: 14px;
}

.cwzt2 {
	display: block;
	color: #333333;
	font-size: 30px;
	line-height: 1.5;
}

.cwzt3 {
	position: relative;
	color: #333333;
	font-size: 18px;
}

.cwzt3:hover:before {
	content: "";
	position: absolute;
	left: -15px;
	top: 50%;
	transform: translateY(-50%);
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #F27100;
	transition: 0.45s;
}

.anchorBL {
	display: none;
}

.bdshare-button-style0-16 a {
	float: none !important;
	background: none !important;
	padding: 0 !important;
	margin: 0 6px 0 0 !important;
	line-height: 1 !important;
	height: auto !important;
	font-size: 18px !important;
	float: none !important;
	position: relative;
}


/* 404 */

.not-found-wrap {
	width: 100%;
	height: 100vh;
	background-image: url(/img/bg3.jpg);
	background-size: cover;
}

.nfwbox {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 90%;
	margin: 0 auto;
}

.nfw-pic {
	width: 462px;
	margin: 0 auto;
}

.nfw-pic img {
	display: block;
	width: 100%;
}

.nfw-txt1 {
	color: #fff;
	font-size: 30px;
	line-height: 1.5;
}

.nfw-txt2 {
	color: #fff;
	font-size: 14px;
}

.nfw-btn {
	text-align: center;
}

.nfw-btn a {
	display: inline-block;
	margin-top: 80px;
	width: 124px;
	height: 43px;
	text-align: center;
	line-height: 43px;
	color: #fff;
	font-size: 14px;
}

.nbsx {
	background: #666666;
}

.nbfh {
	background: #F27100;
}

.smqhover .sqlnr {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.smqhover.hide {
	display: none;
}


/* ca88手机端 */

.mibble-wrap {
	display: none;
}

.mwmenu {
	background: #242424;
	padding: 20px 0;
}
.mwml.active,.mwml:hover{
	color: #F27100;
}
.mwml {
	float: left;
	width: 33.333%;
	text-align: center;
	padding: 18px 0;
	color: #fff;
	font-size: 14px;
}

.mwml i {
	display: block;
	font-size: 36px;
	line-height: 1.5;
}

.mw-products {
	background: #EFEFEF;
	padding: 30px 5%;
}

.mpbot:not(:first-child) {
	margin-top: 30px;
}

.mpbtitle {}

.mbtitle {
	display: block;
	float: left;
}

.mbtitle strong {
	color: #333333;
	font-size: 16px;
}

.mbtitle em {
	font-style: normal;
	color: #919191;
	font-size: 12px;
	text-transform: uppercase;
}

.mbmore {
	display: block;
	float: right;
	color: #9E9E9E;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 3.5px;
}

.mblist {
	margin-left: -3%;
}

.mlitem{
	float: left;
	width: 47%;
	margin: 15px 0 0 3%;
	background: #fff;
}

.mblpic {
	overflow: hidden;
}

.mblpic img {
	display: block;
	width: 100%;
}

.mbltxt {
	text-align: center;
	color: #333333;
	font-size: 12px;
	padding: 10px 15px;
}

.mbltxt p {
	height: 21px;
	overflow: hidden;
}
.mw-news{
	padding: 30px 5%;
}
.mnlist li{
	position: relative;
	margin-top: 15px;
	background: #EFEFEF;
}
.mnlpic{
	float: left;
	width: 36%;
	overflow: hidden;
}
.mnlpic img{
	display: block;
	width: 100%;
}
.mnlcont{
	float: left;
	width: 64%;
	box-sizing: border-box;
	padding: 15px 15px 0 15px;
}
.mlctxt{
	color: #333333;
	font-size: 12px;
	height: 42px;
	overflow: hidden;
}

.mlcdate{
	display: block;
	width: 100%;
	text-align: right;
	color: #9E9E9E;
	font-size: 12px;
	margin-top: 5px;
}
.mibble-bmenu{
	display: none !important;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background: #333333;
	display: flex;
	padding: 10px 0;
}
.mbmlink{
	flex: 1;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.mbicon{
	display: block;
	width: 27px;
	height: 27px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 27px;
	font-size: 15px;
	margin: 0 auto;
	border-radius: 50%;
	margin-bottom: 3px;
}
.stores2-map{display:none}