@charset "utf-8";

/* 
 * Project Name:华南集团
 * 
 */

@font-face {
	font-family: "DINCond-Bold";
	src: url("fonts/DINCond-Bold.woff2") format("woff2"), url("fonts/DINCond-Bold.woff") format("woff"), url("fonts/DINCond-Bold.ttf") format("truetype"), url("fonts/DINCond-Bold.eot") format("embedded-opentype"), url("fonts/DINCond-Bold.svg") format("svg");
}

@font-face {
	font-family: "DIN.woff";
	src: url("fonts/DIN.woff.woff2") format("woff2"), url("fonts/DIN.woff.woff") format("woff"), url("fonts/DIN.woff.ttf") format("truetype"), url("fonts/DIN.woff.eot") format("embedded-opentype"), url("fonts/DIN.woff.svg") format("svg");
}

.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 "Microsoft Yahei", sans-serif, "微软雅黑", "微软正黑体", "Microsoft JhengHei", "SimHei", "黑体", Arial, Helvetica;
	margin: 0 auto;
	color: #666;
	overflow-x: hidden;
	background-repeat: repeat;
	background-size: cover;
}

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;
}

.tx-l {
	text-align: left !important;
}

.fc {
	text-align: center;
}

.fr {
	text-align: right;
}

.vt {
	vertical-align: top;
}

.vm {
	vertical-align: middle;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.w1440 {
	width: 75%;
	margin: 0 auto;
}

.fixedImg {
	background-position: center center;
	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: #DD761E;
}

.pageC a:active,
.pageC a:hover {
	color: #333;
}

.pageC img {
	max-width: 100% !important;
	height: auto !important;
	vertical-align: bottom;
}

.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: 1.1s;
	animation-duration: 1.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 3.5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown 3.5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.w1538 {
	position: relative;
	z-index: 50;
	width: 80%;
	margin: 0 auto;
}


/* 头部  */

.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	height: 64px;
	line-height: 64px;
	transition: 0.45s;
	box-sizing: border-box;
	padding: 0 40px;
	margin-top: 25px;
}

.header.active,
.header.gdactive {
	background: #1F1F1F;
	margin-top: 0;
}

.head-wrap {
	/*width: 1440px;
	margin: 0 auto;*/
	/*position: relative;*/
}

.header .head-logo {
	position: absolute;
	left: 40px;
	top: 0;
	z-index: 99;
}

.head-logo img {
	width: 100%;
}

.img1 {
	display: block;
}

.img2 {
	display: none;
}

.header .nav {
	/*position: relative;*/
	float: right;
	width: 100%;
	text-align: center;
	height: 64px;
	line-height: 64px;
}

.header .yj-bot li {
	display: inline-block;
	/*position: relative;*/
	/*transition: 0.35s;*/
	z-index: 1;
	text-align: center;
}

.header .yj-bot .yj-link {
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 20px;
	display: inline-block;
	text-transform: uppercase;
	height: 64px;
	line-height: 64px;
	padding: 0 25px;
}


/*.header .yj-bot li:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 6px;
	background: #B30017;
	transition: 0.65s;
}*/

.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);
	pointer-events: visible;
}

.header .yj-bot li:hover .yj-link,
.header .yj-bot li.active .yj-link {
	color: #F8B500;
}

.nav-right {
	position: absolute;
	top: 0;
	right: 40px;
}

.oa {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 14px;
}

.nrsearch {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 20px;
	margin-left: 30px;
}

.ej-list {
	position: absolute;
	z-index: 10;
	left: 0;
	width: 100%;
	height: 69px;
	line-height: 69px;
	top: 100%;
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	transition: 0.48s;
	box-sizing: border-box;
	pointer-events: none;
}

.el-link {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	margin: 0 20px;
}

.el-link:hover:before,
.el-link.active:before {
	width: 100%;
}

.el-link:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 4px;
	background: #DD761E;
	transition: 0.5s;
}

.menu-handler {
	position: fixed;
	right: 0;
	top: 0;
	width: 56px;
	height: 56px;
	display: none;
	cursor: pointer;
	z-index: 1010;
}

.menu-handler span {
	position: relative;
	display: block;
	margin: 25.5px auto 0;
	width: 20px;
	height: 4px;
	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: 120%;
	height: 4px;
	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: #333333;
	-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: #333;
}

.menuMoblie .nav-link:active,
.menuMoblie .nav-link:hover {
	background: #198ACC;
}

.menuMoblie .nav-link:active i,
.menuMoblie .nav-link:hover i {
	color: #fff;
	transform: rotate(90deg);
}

.menuBox a:active,
.menuBox a:hover {
	color: #fff;
}

.menuBox {
	background-color: #fff;
	padding-top: 20px;
	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: 16px;
	padding: 14px 5%;
}

.menuMoblie .nav-link i {
	float: right;
	color: #b1b1b1;
	font-size: 20px;
	vertical-align: middle;
}

.menuMoblie .subnav {
	padding: 12px 0px;
	display: none;
}

.menuMoblie .subnav .item {
	display: block;
	padding: 0px 5% 0 10%;
}

.menuMoblie .subnav .item:active,
.menuMoblie .subnav .item:hover {
	background: #999;
}

.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.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
}

.pswp * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.pswp img {
	max-width: none
}

.pswp--animate_opacity {
	opacity: .001;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 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/op1.png) repeat;
	background: none rgba(0, 0, 0, .9);
	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(.4, 0, .22, 1);
	transition: transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .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
}

.pswp__error-msg 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__button:focus,
.pswp__button:hover {
	opacity: 1
}

.pswp__button:active {
	outline: 0;
	opacity: .9
}

.pswp__button::-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--touch .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: "\e638";
}

.pswp__button--arrow--right:before {
	content: "\e639";
}

.pswp__button--arrow--left:hover,
.pswp__button--arrow--right:hover {
	color: #fff;
	background-color: #B30017;
}

.pswp__counter,
.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.pswp__share-modal {
	display: block;
	background: rgba(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, .25);
	box-shadow: 0 2px 5px rgba(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
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px
}

.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000
}

.pswp__share-tooltip a:first-child {
	border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
	opacity: 1
}

.pswp__share-modal--fade-in .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
}

a.pswp__share--facebook:hover {
	background: #3E5C9A;
	color: #FFF
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3E5C9A
}

a.pswp__share--twitter:hover {
	background: #55ACEE;
	color: #FFF
}

a.pswp__share--pinterest:hover {
	background: #CCC;
	color: #CE272D
}

a.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
}

.pswp__caption__center .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--active .pswp__preloader__icn {
	background: url(preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise .5s linear infinite;
	animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
	animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
	background: 0 0;
	opacity: .75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden
}

.pswp--css_animation .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--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible;
}

.pswp__caption,
.pswp__top-bar {
	background-color: rgba(0, 0, 0, .5);
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
	background-color: rgba(0, 0, 0, .3);
}

.pswp__ui--idle .pswp__top-bar {
	opacity: 1;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0;
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
	opacity: .001;
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .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;
}


/* banner */

.banner-wrap {
	position: relative;
	overflow: hidden;
}

.banner {
	position: relative;
	overflow: hidden;
}

.banner .slick-dots {
	position: absolute;
	right: 50px;
	bottom: 40px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	/*z-index: 104;*/
}

.banner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	vertical-align: middle;
	transition: 0.35s;
}

.banner .slick-dots li a {
	position: relative;
	display: block;
	font-family: "DINCond-Bold";
	text-align: center;
	border-radius: 50%;
	padding: 0px;
	cursor: pointer;
	width: 42px;
	height: 42px;
	color: #FFFFFF;
	font-size: 14px;
	overflow: hidden;
}

.banner .slick-dots li a:focus {
	outline: none;
}

.banner .slick-dots li.slick-active {
	opacity: 1;
	visibility: visible;
	border: 1px solid #fff;
}

.banner .item {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	opacity: 1 !important;
}

.banner .item .pimg {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
}

.slick-active .pimg {
	visibility: visible !important;
	-webkit-animation: scaleUpDown1 4.8s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown1 4.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);
	}
}

.bicover {
	position: absolute;
	width: 1260px;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 1.5;
}

.bicpic {
	display: block;
	width: 652px;
	margin: 0 auto;
	transform: translateX(80px) !important;
	-webkit-transform: translateX(80px) !important;
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}

.bicpic img {
	display: inline-block;
	/*width: 100%;*/
}

.banner .show .bicpic {
	opacity: 1;
	visibility: visible;
	transform: translateX(0px) !important;
	-webkit-transform: translateX(0px) !important;
}

.number {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 60px;
}

.number b {
	display: block;
	width: 1500px;
	height: 1px;
	background: rgba(255, 255, 255, .25);
	margin: 0 auto;
	position: relative;
	line-height: 1;
}

.number b i {
	display: block;
	width: 0;
	height: 1px;
	background: #F8B500;
	position: absolute;
	left: 0;
	top: 0;
}

.isbg {
	position: relative;
	background-size: cover;
	background-position: center;
}

.mouseBox {
	position: absolute;
	left: 45px;
	bottom: 39px;
	color: #fff;
	z-index: 800;
	text-align: center;
	cursor: pointer;
	font-family: arial, helvetica, sans-serif;
}

.mouseIco {
	border-radius: 8px 8px 20px 20px;
	width: 32px;
	height: 39px;
	border: 2px solid #fff;
	margin: 0px auto;
	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;
}

@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;
	}
}

.mstxt {
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 5px;
}


/* 404 */

.not-found-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}

.nfw-pic {
	width: 917px;
	height: 410px;
	position: relative;
	margin: 190px auto 0;
	text-align: center;
	overflow: hidden;
}

.nfw-pic img {
	width: 100%;
	display: block;
}

.nfw-txt1 {
	color: #000000;
	font-size: 24px;
	margin-top: 30px;
	text-align: center;
	padding: 0 5%;
}

.link-back {
	display: block;
	position: relative;
	width: 143px;
	height: 42px;
	margin: 40px auto 0;
	text-align: center;
	line-height: 42px;
	color: #fff;
	font-size: 16px;
	background: #BF9F62;
}

.fixed-lmenu {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	left: 20px;
	top: 50%;
	transform: translate(-50px, -50%);
	z-index: 200;
	transition: 0.35s;
}

.fixed-lmenu.active {
	opacity: 1;
	visibility: visible;
	transform: translate(0, -50%);
}

.fixed-lmenu .flfy.hsys,
.fixed-imenu .fian.hsys {
	color: #585858;
}

.fixed-lmenu .flfy.hsys i,
.fixed-imenu .fian.hsys i {
	border: 1px solid #585858;
}

.fixed-lmenu .flfy {
	display: block;
	margin: 35px 0;
	text-align: center;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
}

.flfy i {
	position: relative;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 auto;
	border-radius: 50%;
	border: 1px solid #fff;
}

.fixed-lmenu .flfy.active {
	color: #F8B500;
}

.fixed-lmenu .flfy.active i {
	border: 1px solid #F8B500;
}

.fixed-lmenu .flfy.active i:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1px;
	height: 3px;
	background: #F8B500;
}

.index-about {
	position: relative;
}

.iazc {
	float: left;
	width: 50%;
}

.izau {
	background: url(../img/bg5.jpg) no-repeat;
	background-size: cover;
	padding: 25px 35px;
	box-sizing: border-box;
	height: 320px;
}

.aueng {
	font-family: "DINCond-Bold";
	float: left;
	color: #F8B500;
	font-size: 40px;
	line-height: 1;
	text-align: left;
	font-weight: normal;
}

.aucont {
	position: relative;
	float: right;
	width: 72%;
	text-align: left;
	overflow: hidden;
}

.actxt1 {
	position: relative;
	color: #363636;
	font-size: 30px;
	font-weight: normal;
	padding-bottom: 10px;
	margin-bottom: 30px;
	line-height: 1.3;
}

.actxt1:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 3px;
	background: #F8B500;
}

.actxt2 {
	color: #A2A2A2;
	font-size: 20px;
	height: 30px;
	overflow: hidden;
	line-height: 1.5;
}

.acmore {
	position: relative;
	display: block;
	width: 200px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	font-family: "DIN.woff";
	font-size: 14px;
	text-transform: uppercase;
	overflow: hidden;
}

.acmore i {
	display: inline-block;
	font-size: 18px;
	margin-left: 10px;
	font-style: normal;
}

.acmhs {
	color: #0B0B0B;
}

.acmore i {
	color: #0B0B0B;
}

.aubtn {
	margin-top: 40px;
}

.acmore {
	position: relative;
	z-index: 3;
}

.acmore:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 49px;
	height: 49px;
	border-radius: 50%;
	z-index: -3;
	transition: 1.1s;
}

.aubtn:before,
.inbtn:before {
	background: #E0E0E0;
}

.dhbtn:before,
.icbtn:before {
	background: #0B0B0B;
}

.acmore:hover:before {
	width: 100%;
	border-radius: 40px;
}

.iztj {
	margin-top: 6px;
	margin-left: -1%;
}

.tjl {
	position: relative;
	float: left;
	width: 49%;
	margin-left: 1%;
	height: 320px;
	background: rgba(248, 181, 0, .7);
}

.tjr {
	position: relative;
	float: left;
	width: 49%;
	margin-left: 1%;
	height: 320px;
	background: rgba(9, 112, 201, .7);
}

.dwp {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.tlnum {
	display: block;
	font-family: "DINCond-Bold";
	color: #fff;
	font-size: 80px;
	text-align: center;
	line-height: 1.2;
}

.tltxt {
	display: block;
	font-style: normal;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
}

.iayc {
	float: right;
	width: 49.9%;
}

.iyjd {
	position: relative;
	float: left;
	width: 49%;
	margin-left: 1%;
}

.ijdpic {
	position: relative;
	overflow: hidden;
}

.ijdpic img {
	display: block;
}

.dwiy {
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
}

.iyy {
	float: left;
	width: 49%;
	margin-left: 1%;
}

.iydh {
	position: relative;
}

.idpic {
	position: relative;
	overflow: hidden;
}

.idpic img {
	display: block;
}

.idwz {
	position: absolute;
	top: 25px;
	left: 45px;
}

.ideng {
	font-family: "DINCond-Bold";
	color: #F8B500;
	font-size: 40px;
	line-height: 1;
}

.idch {
	display: block;
	color: #fff;
	font-size: 24px;
	margin-top: 20px;
	line-height: 1.5;
}

.acmbs {
	color: #fff;
}

.acmbs i {
	color: #fff;
}

.dhbtn {
	margin-top: 60px;
}

.iypsl {
	position: relative;
	height: 320px;
	margin-top: 6px;
	background: rgba(247, 187, 24, .7);
}

.ibleft {
	float: left;
	width: 47%;
	margin-top: 100px;
}

.ileng {
	font-family: "DINCond-Bold";
	display: block;
	color: #5A5A5A;
	font-size: 40px;
	line-height: 1.5;
}

.ildz {
	display: block;
	color: #F8B500;
	font-size: 40px;
	line-height: 1.3;
}

.ilxz {
	color: #5A5A5A;
	font-size: 18px;
	margin-top: 50px;
}

.ibright {
	position: relative;
	float: right;
	width: 51%;
}

.ibrmap {
	overflow: hidden;
}

.ibrmap img {
	display: block;
	width: 100%;
}

.irdw {
	position: absolute;
	text-align: center;
	cursor: pointer;
	transition: 0.45s;
	z-index: 3;
	width: 51px;
	height: 51px;
	border-radius: 50%;
}

.irdw .irdtxt {
	color: #676767;
}

.irdw .irdicon {
	color: #D1AD70;
}

.irdw.active {
	background: #F8B500;
}

.irdw.active:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: rgba(248, 181, 0, 0.38);
	position: absolute;
	left: 0%;
	top: 0%;
	z-index: -1;
	/*opacity: 0;*/
	/*visibility: hidden;*/
	animation: bannerbuIn1 infinite linear 2s normal;
	-webkit-animation: bannerbuIn1 infinite linear 2s normal;
}

.irdw.active .irdicon,
.irdw.active .irdtxt {
	color: #fff;
}

@keyframes bannerbuIn1 {
	0% {
		opacity: 1;
		filter: alpha(opacity=100);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		filter: alpha(opacity=0);
		transform: scale(2);
	}
}

.iri1 {
	left: 47%;
	bottom: 30%;
}

.iri2 {
	left: 56%;
	bottom: 29%;
}

.iri3 {
	left: 64%;
	bottom: 33%;
}

.iri4 {
	left: 54%;
	bottom: 20%;
}

.iri5 {
	left: 64%;
	bottom: 25%;
}

.iri6 {
	left: 44%;
	bottom: 14%;
}

.iri7 {
	left: 59%;
	bottom: 13%;
}

.iri8 {
	left: 68%;
	bottom: 13%;
}

.iri9 {
	bottom: 0;
	left: 60%;
}

.iri10 {
	bottom: 22%;
	right: 22%;
}

.irdicon {
	display: block;
	color: #D1AD70;
	font-size: 20px;
	line-height: 1;
	margin-top: 7px;
}

.irdtxt {
	display: block;
	color: #676767;
	font-size: 14px;
	line-height: 1;
}

.ilwc {
	color: #fff;
}

.iccont {
	position: relative;
	z-index: 20;
	width: 700px;
	margin: 0 auto;
	text-align: center;
}

.icln {
	color: #fff;
	font-size: 24px;
	margin-top: 50px;
}

.iceng {
	display: block;
	font-style: normal;
	margin-top: 50px;
	color: #fff;
	font-size: 14px;
}

.icbtn {
	margin: 50px auto 0;
}

.index-news {
	background: #FEFAF2;
}

.itwz {
	float: left;
	color: #363636;
	font-size: 40px;
	line-height: 1;
}

.itqh {
	float: right;
}

.iqbtn {
	display: inline-block;
	width: 91px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border: 1px solid #9B9B9B;
	border-radius: 18px;
	color: #949494;
	font-size: 14px;
	margin: 0 4px;
}

.iqbtn.active {
	color: #fff;
	border: 1px solid #F8B500;
	background: #F8B500;
}

.incbot {
	display: none;
	margin-top: 45px;
}

.jtlist {
	margin-left: -1%;
}

.jtlist li {
	position: relative;
	float: left;
	width: 49%;
	background: #FFFFFF;
	margin-left: 1%;
	margin-top: 18px;
}

.jtlist li:hover .icpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.icpic {
	float: left;
	width: 50%;
	overflow: hidden;
}

.icpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.icnr {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 35px 45px 0 45px;
	text-align: left;
}

.icdate {
	font-family: "DIN.woff";
	display: block;
	color: #F8B500;
	font-size: 14px;
}

.ictitle {
	color: #363636;
	font-size: 20px;
	height: 60px;
	line-height: 1.5;
	overflow: hidden;
}

.icdesc {
	color: #9B9B9B;
	font-size: 16px;
	margin-top: 10px;
	height: 56px;
	overflow: hidden;
}

.inbtn {
	margin: 70px auto 0;
}

.ipbanner {
	position: relative;
	overflow: hidden;
	margin-top: 60px;
	padding-bottom: 90px;
}

.ipbanner .slick-arrow {
	position: absolute;
	z-index: 99;
	bottom: 0;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	border: 2px solid #fff;
	color: #fff;
}

.ipbanner .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;
}

.ipbanner .slick-prev:before {
	content: "\e638";
}

.ipbanner .slick-next:before {
	content: "\e639";
}

.ipbanner .slick-prev {
	left: 45%;
}

.ipbanner .slick-next {
	right: 45%;
}

.ipbanner .slick-arrow:hover {
	background: #F8B500;
	border: 2px solid #F8B500;
}

.ipbitem {
	float: left;
	position: relative;
}

.ibpic {
	display: block;
	float: left;
	width: 15.666%;
	margin: 18px 0.5% 0 0.5%;
}

.ibpic img {
	display: block;
	width: 100%;
}

.fb1z {
	float: left;
	margin-left: -140px;
}

.fb1z li {
	float: left;
	margin-left: 140px;
}

.fzbt {
	display: block;
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
}

.fzlj {
	display: block;
	color: #D2D2D2;
	font-size: 14px;
}

.fzadr {
	color: #D2D2D2;
	font-size: 20px;
}

.fzphone {
	display: block;
	color: #F8B500;
	font-size: 20px;
	margin-top: 20px;
}
.fzxx {
	color: #D2D2D2;
	font-size: 14px;
	margin-bottom: 5px;
}

.fzshare {
	position: relative;
	margin-top: 15px;
}

.wxewm {
	opacity: 0;
	visibility: visible;
	display: block;
	position: absolute;
	top: 50px;
	left: -50px;
	transform: translateY(20px);
	transition: 0.55s;
}

.wxewm.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.fsicon {
	display: inline-block;
	color: #D2D2D2;
	font-size: 22px;
	margin-right: 15px;
}

.return-top {
	position: absolute;
	right: 30px;
	bottom: 60px;
	width: 49px;
	height: 49px;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	text-align: center;
	line-height: 49px;
	cursor: pointer;
	z-index: 20;
}

.return-top i {
	display: block;
	color: #fff;
	font-size: 20px;
}

.ftcbot2 {
	margin-top: 60px;
	padding-top: 25px;
	border-top: 1px solid #303030;
}

.fb2txt {
	display: block;
	color: #858585;
	font-size: 14px;
}

.fb2txt a {
	color: #858585;
}

.fb2logo {
	float: left;
	width: 50px;
}

.fb2logo img {
	display: block;
	width: 100%;
}

.fb2right {
	float: right;
	text-align: right;
}

.footerss .fp-tableCell {
	display: block !important;
}

.ftbot {
	position: relative;
	background: #1F1F1F;
	padding: 70px 10% 45px 10%;
}

.mousepic {
	display: none;
	position: fixed;
	margin: -50px 0 0 -50px;
	width: 49px;
	z-index: 99;
	pointer-events: none;
	transition: 0.2s;
}

.mousepic img {
	display: block;
	width: 100%;
}


/* 走进华南 */

.fixed-imenu.active {
	opacity: 0;
	visibility: hidden;
}

.fixed-imenu {
	position: fixed;
	top: 50%;
	left: 40px;
	transform: translateY(-50%);
	z-index: 99;
	transition: 0.45s;
}

.fian {
	position: relative;
	display: block;
	color: #fff;
	font-size: 16px;
	margin: 45px 0;
	padding-bottom: 5px;
}

.fian:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #F8B500;
	transition: 0.45s;
}

.fian.active:before {
	width: 100%;
}

.about-item {
	position: relative;
	height: 100vh;
}

.aibg {
	position: relative;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.aicont1 {
	width: 1200px;
	position: absolute;
	bottom: 200px;
	left: 50%;
	transform: translateX(-50%);
}

.ac1eng {
	display: block;
	font-family: "DIN.woff";
	padding: 7px 0;
	width: 180px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background: #F8B500;
}

.ac1txt1 {
	color: #fff;
	font-size: 48px;
}

.ac1txt2 {
	position: relative;
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 40px;
	margin-left: 100px;
	padding-left: 15px;
	width: 670px;
}

.ac1txt2:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 1px;
	height: 100%;
	background: #fff;
}

.aicmb {
	bottom: 30px;
	left: 583px;
}

.aibot2 {
	height: 100%;
	position: relative;
	padding-left: 15%;
}

.aititle {
	position: absolute !important;
	float: left;
	left: 15%;
	top: 50%;
	transform: translateY(-50%);
}

.agtitle {
	position: relative;
	padding-left: 20px;
}

.agtitle:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background: #fff;
}

.cttitle:before {
	background: #F8B500;
}

.cttitle .ateng,
.cttitle .atname,
.cttitle .atne {
	color: #0B0B0B;
}

.ateng {
	display: block;
	font-family: "DIN.woff";
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 1;
}

.atname {
	display: block;
	color: #fff;
	font-size: 47px;
	line-height: 1.5;
}

.atne {
	font-style: normal;
	color: #fff;
	font-size: 14px;
}

.aicont2 {
	width: 1200px;
	box-sizing: border-box;
	position: absolute;
	/*float: right;*/
	top: 0;
	right: 0;
	bottom: 0;
	overflow-y: scroll;
	/*margin-left: 416px;*/
	background: rgba(0, 0, 0, .5);
	padding: 100px 190px 150px 80px;
}
.aicont2::-webkit-scrollbar {
	width: 3px;
	height: 7px;
	background-color: rgba(255, 255, 255, 0);
}

.aicont2::-webkit-scrollbar-track {
	border-radius: 0;
	background-color: rgba(255, 255, 255, 0);
}

.aicont2::-webkit-scrollbar-thumb {
	border-radius: 0;
	width: 17px;
	height: 17px;
	background-color: #000;
}

.ac2txt1 {
	color: #fff;
	font-size: 35px;
	font-weight: normal;
	line-height: 1.5;
}

.ac2txt2 {
	display: block;
	font-family: "DIN.woff";
	color: #fff;
	font-size: 40px;
	line-height: 1.5;
}

.ac2txt3 {
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 60px;
	text-align: justify;
	text-indent: 2em;
}

.awhbot {
	padding: 170px 15%;
}

.awhlist {
	margin-top: 40px;
	margin-left: -4%;
}

.awhlist li {
	position: relative;
	float: left;
	width: 21%;
	margin: 40px 0 0 4%;
}

.awhlist li:hover .actp:before {
	opacity: 1;
	visibility: visible;
	width: 100%;
}

.awhlist li:hover .atwz {
	opacity: 1;
	visibility: visible;
}

.awhlist li:hover .atimg img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.actp {
	position: relative;
}

.atimg {
	display: block;
	overflow: hidden;
}

.atimg img {
	display: block;
	width: 100%;
	transition: 0.5s;
}

.actp:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	bottom: 0;
	background: rgba(248, 181, 0, .81);
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
	z-index: 3;
}

.atwz {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 40px;
	left: 28px;
	right: 28px;
	padding-top: 40px;
	transition: 0.5s;
	z-index: 10;
}

.awtxt {
	color: #fff;
	font-size: 20px;
}

.atwz:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 28px;
	height: 5px;
	background: #fff;
}

.acwh {
	background: #fff;
	text-align: center;
	padding: 40px 0;
}

.awtxt1 {
	display: block;
	font-weight: normal;
	color: #0B0B0B;
	font-size: 18px;
	line-height: 1.5;
}

.awtxt2 {
	font-style: normal;
	color: #999999;
	font-size: 14px;
	line-height: 1.5;
}

.ospic {
	text-align: center;
}

.ospic img {
	display: inline-block;
	max-width: 100%;
}

.adhbot {
	position: relative;
	padding: 0 15%;
}

.ahbl {
	padding: 310px 0;
	float: left;
	width: 30%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.ahnr {
	color: #fff;
	font-size: 16px;
	margin-top: 60px;
	text-align: justify;
	text-indent: 2em;
}

.ahbr {
	position: relative;
	z-index: 888;
	float: right;
	width: 50%;
	height: 100vh;
}

.aritem {
	position: relative;
	height: 33.333%;
	background: rgba(0, 0, 0, .5);
	padding: 0 57px;
	z-index: 3;
	cursor: pointer;
	overflow: hidden;
}

.aritem:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 0;
	background: #fff;
	transition: 0.65s;
	z-index: -3;
}

.aritem:hover:before,
.aritem.active:before {
	height: 100%;
}

.aritem:hover .ariyb,
.aritem.active .ariyb {
	opacity: 0;
	visibility: hidden;
}

.aritem:hover .arihv,
.aritem.active .arihv {
	opacity: 1;
	visibility: visible;
}

.ariyb {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.aytxt {
	float: left;
	color: #fff;
	font-size: 30px;
}

.ayicon {
	float: right;
	width: 45px;
	height: 45px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 45px;
	color: #F8B500;
	font-size: 17px;
}

.arihv {
	opacity: 0;
	visibility: hidden;
	transition: 0.65s;
}

.avftxt {
	float: left;
	color: #999999;
	font-size: 30px;
	line-height: 1;
}

.avfyear {
	display: block;
	float: right;
	color: #C0C0C0;
	font-size: 26px;
	line-height: 1;
}

.avfyear strong {
	display: block;
	margin-left: 60px;
	color: #828282;
	font-size: 49px;
}

.ahvnr {
	color: #5A5A5A;
	font-size: 16px;
	margin-right: 120px;
	padding-right: 20px;
	height: 140px;
	overflow-y: scroll;
}

.ahvnr::-webkit-scrollbar {
	width: 3px;
	height: 7px;
	background-color: rgba(255, 255, 255, 0);
}

.ahvnr::-webkit-scrollbar-track {
	border-radius: 0;
	background-color: rgba(255, 255, 255, 0);
}

.ahvnr::-webkit-scrollbar-thumb {
	border-radius: 0;
	width: 17px;
	height: 17px;
	background-color: #F8B500;
}

.qhbot {
	padding: 160px 15%;
}

.qhleft {
	position: absolute;
	left: 15%;
	width: 31%;
	top: 300px;
}

.srleft {
    width: 30%;
    position: absolute;
    left: 15%;
    top: 50%;
    transform: translateY(-50%);
}

.qhright {
	float: right;
	width: 60%;
}

.qhright ul {
	height: 600px;
	overflow-y: scroll;
	/*margin-left: -3%;*/
}
.qhright ul::-webkit-scrollbar {
	width: 3px;
	height: 7px;
	background-color: rgba(255, 255, 255, 0);
}

.qhright ul::-webkit-scrollbar-track {
	border-radius: 0;
	background-color: rgba(255, 255, 255, 0);
}

.qhright ul::-webkit-scrollbar-thumb {
	border-radius: 0;
	width: 17px;
	height: 17px;
	background-color: #000;
}

.qhright li {
	position: relative;
	/*float: left;*/
	/*width: 47%;
	margin: 0 0 50px 3%;*/
	box-sizing: border-box;
}

.qrpic {
	overflow: hidden;
	background: #fff;
	padding: 10px;
}

.qrpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.qrtxt {
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-top: 5px;
}

.qhright li:hover .qrpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.srbot {
	position: relative;
	height: 100%;
	box-sizing: border-box;
	padding: 300px 15%;
}

.srright {
	position: absolute;
	top: 45%;
	right: 15%;
}

.scllink {
	display: block;
	width: 114px;
	height: 114px;
	background: rgba(0, 0, 0, .57);
	text-align: center;
	color: #fff;
	font-size: 16px;
	box-sizing: border-box;
	padding-top: 30px;
}

.scllink:hover {
	background: #F8B500;
}

.scllink i {
	display: block;
	font-size: 15px;
	margin-top: 5px;
}

.pjbot {
	padding: 150px 10% 0 15%;
}

.hblist {
	float: right;
	width: 70%;
	margin-left: -5%;
	height: 650px;
	overflow-y: scroll;
	padding-right: 3%;
}

.hblist::-webkit-scrollbar {
	display: none;
}

.hblist li {
	position: relative;
	float: left;
	width: 45%;
	margin: 0 0 100px 5%;
}

.pltitle {
	position: relative;
	float: left;
	margin-top: 200px;
}

.hltp {
	overflow: hidden;
}

.hltp img {
	display: block;
	width: 100%;
}

.hlnr {
	position: relative;
	padding-left: 28px;
	margin-top: 20px;
}

.hlnr:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	background: #F8B500;
}

.hntxt1 {
	line-height: 1;
	color: #fff;
	font-size: 18px;
	height: 18px;
	overflow: hidden;
}

.hntxt2 {
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
	height: 25px;
	overflow: hidden;
}

.noh {
	height: auto;
}

.pdwrap {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	/*height: calc(100vh - 64px);*/
	margin-top: 64px;
	overflow: hidden;
}

.pdwleft {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	width: 16%;
	box-sizing: border-box;
	padding: 65px 50px;
	background: rgba(0, 0, 0, .5);
}

.fwleng {
	display: block;
	font-family: "DIN.woff";
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}

.fwltitle {
	position: relative;
	margin-top: 170px;
	padding-top: 20px;
}

.fwltitle:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 27px;
	height: 6px;
	background: #FFFFFF;
}

.ftwz1 {
	color: #fff;
	font-size: 30px;
}

.fttxt2 {
	color: #fff;
	font-size: 14px;
}

.fwlbottom {
	position: absolute;
	bottom: 50px;
	left: 50px;
}

.fwbtxt {
	display: block;
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
}

.pdwright {
	float: right;
	width: 84%;
	padding: 100px 0;
}

.pdwnr {
	width: 1004px;
	margin: 0 auto;
}

.pdwbanner {
	position: relative;
	overflow: hidden;
}

.pdwbanner .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	width: 54px;
	height: 39px;
	text-align: center;
	line-height: 39px;
	background: #F8B500;
	color: #fff;
}

.pdwbanner .slick-arrow:before {
	font-family: "iconfont" !important;
	font-size: 25px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: lighter;
}

.pdwbanner .slick-prev:before {
	content: "\e739";
}

.pdwbanner .slick-next:before {
	content: "\e738";
}

.pdwbanner .slick-prev {
	left: 0;
}

.pdwbanner .slick-next {
	right: 0;
}

.pwbitem {
	float: left;
	position: relative;
}

.pwbitem img {
	display: block;
	width: 100%;
}

.pbwwz {
	color: #fff;
	font-size: 14px;
	margin-top: 50px;
}

.news-wrap {
	background: #FEFAF2;
	padding: 70px 0 190px 0;
}

.nwfrist {
	position: relative;
	overflow: hidden;
}

.nwfrist .slick-arrow {
	position: absolute;
	z-index: 99;
	bottom: 60px;
	width: 42px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	border: 2px solid #999999;
	color: #999999;
	border-radius: 50%;
}

.nwfrist .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;
}

.nwfrist .slick-prev:before {
	content: "\e638";
}

.nwfrist .slick-next:before {
	content: "\e639";
}

.nwfrist .slick-prev {
	left: 54%;
}

.nwfrist .slick-next {
	right: 39%;
}

.nwfrist .slick-arrow:hover {
	background: #F8B500;
	color: #fff;
	border: 2px solid #F8B500;
}

.nfritem {
	position: relative;
	float: left;
	background: #fff;
	margin: 0 1px;
}

.nfpic {
	float: left;
	width: 50%;
	overflow: hidden;
}

.nfpic img {
	display: block;
	width: 100%;
}

.nfcont {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 60px 60px 0 60px;
}

.ncdate {
	display: block;
	font-family: "DIN.woff";
	color: #F8B500;
	font-size: 20px;
}

.nctitle {
	color: #363636;
	font-size: 30px;
	line-height: 1.5;
	height: 90px;
	overflow: hidden;
}

.ncdesc {
	color: #9B9B9B;
	font-size: 16px;
	margin-top: 30px;
	height: 84px;
	overflow: hidden;
}

.nfbox {
	margin-top: 40px;
}

.nfblist {
	margin-left: -3%;
}

.nfblist li {
	position: relative;
	float: left;
	width: 22%;
	margin: 30px 0 0 3%;
	overflow: hidden;
	height: 450px;
}

.nblcont:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background: #F8B500;
	transition: 0.65s;
	height: 0;
	z-index: -3;
}

.nfblist li:hover .nblcont:before {
	height: 100%;
}

.nfblist li:hover .ncjt {
	opacity: 1;
	visibility: visible;
}

.nfblist li:hover .nblcont {
	transform: translateY(-50px);
	height: 306px;
}

.nfblist li:hover .ncrq,
.nfblist li:hover .ncbt,
.nfblist li:hover .ncms {
	color: #fff;
}

.nblpic {
	overflow: hidden;
}

.nblpic img {
	display: block;
	width: 100%;
}

.nblcont {
	position: relative;
	z-index: 3;
	padding: 15px 20px 40px 20px;
	box-sizing: border-box;
	height: 240px;
	overflow: hidden;
	background: #fff;
	transition: 0.45s;
}

.ncrq {
	display: block;
	font-family: "DIN.woff";
	color: #F8B500;
	font-size: 13px;
}

.ncbt {
	color: #363636;
	font-size: 18px;
	font-weight: normal;
	height: 64px;
	overflow: hidden;
}

.ncms {
	margin-top: 20px;
	color: #9B9B9B;
	font-size: 14px;
	height: 50px;
	overflow: hidden;
}

.ncjt {
	opacity: 1;
	visibility: visible;
	display: block;
	color: #fff;
	font-size: 28px;
	margin-top: 40px;
	line-height: 1;
}

.pages-list {
	margin-top: 80px;
	text-align: center;
}

.pages-list a {
	display: inline-block;
	font-family: arial;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #fff;
	border: 1px solid #F2F2F2;
	color: #A4A4A4;
	font-size: 14px;
	margin: 0 5px;
}

.plpn {
	width: 100px;
}

.plnum {
	width: 50px;
}

.pages-list a:hover,
.pages-list a.active {
	color: #fff;
	border: 1px solid #F8B500;
	background: #F8B500;
}

.inside-banner {
	position: relative;
	overflow: hidden;
}
.intp img{
	display: block;
	width: 100%;
}

.inside-banner .aicont1 {
	width: 1170px;
}

.inside-banner .ac1txt2 {
	width: 600px;
}

.news-detail {
	background: #FEFAF2;
	padding: 70px 0 180px 0;
}

.news-detail .w1538 {
	position: relative;
}

.ndshare {
	position: absolute;
	left: 0;
	top: 0;
}

.nsicon {
	display: block;
	color: #666;
	font-size: 22px;
	margin: 10px 0;
}

.ndbox {
	width: 1000px;
	margin: 0 auto;
}

.ndbdate {
	display: block;
	color: #999999;
	font-size: 16px;
}

.ndbnr {
	margin-top: 80px;
	padding: 0 50px;
	color: #5A5A5A;
	font-size: 16px;
}

.pmwrap {
	background: #FEFAF2;
	padding: 120px 0;
}

.pmbox {
	width: 1200px;
	margin: 0 auto;
}

.pmbtitle {
	color: #D80000;
	font-size: 30px;
	text-align: center;
}

.pmbnr {
	color: #5A5A5A;
	font-size: 16px;
	margin-top: 50px;
}

.jilnbt {
	font-weight: normal;
	color: #F8B500;
	font-size: 35px;
}

.jibot {
	float: right;
	width: 66%;
}

.jiltitle {
	background: #1F1F1F;
}

.jixk {
	display: block;
	float: left;
	width: 25%;
	text-align: center;
	line-height: 85px;
	height: 85px;
	color: #fff;
	font-size: 18px;
	overflow: hidden;
}

.jilist {
	border-top: 1px solid #707070;
}

.jilist li {
	border-bottom: 1px solid #707070;
	cursor: pointer;
	transition: 0.35s;
}

.jipb {
	padding: 150px 10% 150px 15%;
}

.jilist li:hover {
	background: rgba(255, 255, 255, .69);
}

.jilist li:hover .jixk {
	color: #5A5A5A;
}

.tk-bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .8);
	z-index: 9999;
}

.tkbot {
	position: absolute;
	width: 998px;
	height: 720px;
	background: #fff;
	box-sizing: border-box;
	padding: 65px 75px 100px 75px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-top: 8px solid #F8B500;
}

.jttitle {
	color: #F8B500;
	font-size: 35px;
	font-weight: normal;
}

.jtnr {
	margin-top: 40px;
	color: #5A5A5A;
	font-size: 16px;
	height: 448px;
	overflow-y: scroll;
}

.jtnr::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 6px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.jtnr::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	background: #999;
}

.jtnr::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	background: #ededed;
}

.tkclose {
	position: absolute;
	right: -57px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.tkclose i {
	display: block;
	color: #F8B500;
	font-size: 30px;
}

.bg-FEFAF2 {
	background: #FEFAF2;
}

.contact-zb {
	padding: 100px 0;
}

.cttitle {
	float: left;
}

.ctway {
	float: right;
	width: 58%;
}

.ctwl {
	margin-bottom: 10px;
}

.cticon {
	display: block;
	float: left;
	color: #000000;
	font-size: 28px;
	width: 28px;
	text-align: left;
	line-height: 1.5;
}

.cttxt {
	display: block;
	float: left;
	width: 80%;
	margin-left: 13px;
	color: #0B0B0B;
	font-size: 20px;
}

.ctbot1 {
	width: 1200px;
	margin: 0 auto;
}

.maps {
	height: 564px;
}

.anchorBL {
	display: none;
}

.ctcy {
	position: relative;
}

.cymap img {
	display: block;
	width: 100%;
}

.cydw {
	position: absolute;
	cursor: pointer;
}

.cyname {
	background: #F8B500;
	border-radius: 4px;
	padding: 2px 5px;
	color: #fff;
	font-size: 12px;
}

.cyys {
	position: relative;
	display: block;
	width: 7px;
	height: 7px;
	background: #FFEBB4;
	border-radius: 50%;
	margin: 10px auto 0;
	z-index: 3;
}

.cyys:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: rgba(241, 181, 0, .21);
	position: absolute;
	left: 0%;
	top: 0%;
	animation: bannerbuIn infinite linear 2s normal;
	-webkit-animation: bannerbuIn infinite linear 2s normal;
	z-index: -1;
}

@keyframes bannerbuIn {
	0% {
		opacity: 1;
		filter: alpha(opacity=100);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		filter: alpha(opacity=0);
		transform: scale(8);
	}
}

.cy1 {
	bottom: 30%;
	left: 44%;
}

.cy2 {
	bottom: 32%;
	left: 55%;
}

.cy3 {
	bottom: 35%;
	left: 62%;
}

.cy4 {
	bottom: 22%;
	left: 51%;
}

.cy5 {
	bottom: 24%;
	left: 61%;
}

.cy6 {
	bottom: 29%;
	left: 67%;
}

.cy7 {
	bottom: 15%;
	left: 41%;
}

.cy8 {
	bottom: 13%;
	left: 57%;
}

.cy9 {
	bottom: 14%;
	left: 66%;
}

.cy10 {
	bottom: 17%;
	left: 72%;
}

.iwz1 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
	}
}


/*.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 .85s forwards;
}

@keyframes leftRight {
	40% {
		transform: translate(50px, 0) scale(.7);
		opacity: 1;
		color: #fff;
	}
	60% {
		color: #fff;
	}
	80% {
		transform: translate(0) scale(2);
		opacity: 0;
	}
	100% {
		transform: translate(0) scale(1);
		opacity: 1;
	}
}*/

.ibsearch {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	width: 800px;
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	padding: 0 0 0 20px;
	overflow: hidden;
}

.ibsearch input {
	display: block;
	float: left;
	width: 80%;
	border: none;
	height: 60px;
	color: #666;
	font-size: 16px;
}

.ibsbtn {
	display: block;
	float: right;
	width: 100px;
	height: 60px;
	line-height: 60px;
	background: #F8B500;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.sltitle {
	color: #454545;
	font-size: 20px;
}

.sltitle em {
	font-style: normal;
	color: #F8B500;
}

.search-list {
	margin-top: 30px;
}

.search-list li {
	position: relative;
	border-bottom: 1px solid #eee;
	margin-top: 0;
	height: 50px;
	line-height: 50px;
}

.al7txt {
	float: left;
	width: 70%;
	height: 50px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.al7date {
	float: right;
}

.sstp img {
	display: block;
	width: 100%;
}

.ewmbot {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 250px;
	background: #fff;
	box-sizing: border-box;
	padding: 20px;
}

.ewmclose {
	display: block;
	position: absolute;
	right: -25px;
	top: 50%;
	transform: translateY(-50%);
	color: #F8B500;
	font-size: 25px;
	line-height: 1;
	cursor: pointer;
}

.ewmtp img {
	display: block;
	width: 100%;
}

.szgd {
	display: inline-block;
}

.ilsj {
	margin-top: 48px;
	margin-left: -2%;
}

.ilsj li {
	float: left;
	width: 31.333%;
	margin: 10px 0 0 2%;
	box-sizing: border-box;
	border: 2px solid #F8B500;
	border-radius: 0 20px 0 20px;
	padding: 10px 20px;
}

.isicon {
	display: inline-block;
	vertical-align: middle;
	color: #F8B500;
	font-size: 40px;
}

.iswz {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.iswtxt1 {
	display: block;
	color: #F8B500;
	line-height: 0.8;
}

.itnum {
	display: inline-block;
	font-size: 48px;
	font-family: "DINCond-Bold";
}

.itsup {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
}

.iswtxt2 {
	display: block;
	color: #F8B500;
	font-size: 14px;
}

.abswiper {
	position: relative;
	margin-top: 20px;
}

.alitem {
	position: relative;
	float: left;
	width: 22%;
	margin-top: 40px;
	text-align: center;
	padding: 30px 0;
	background: rgba(255, 255, 255, .5);
	transition: 0.45s;
}

.alitem:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 4px;
	background: #fff;
	transition: 0.45s;
}

.alitem:hover {
	background: #F8B500;
}

.alitem:hover:before {
	width: 100%;
}

.alibt {
	display: block;
	color: #fff;
	font-size: 24px;
	line-height: 1.5;
	height: 36px;
	overflow: hidden;
}

.alibtn {
	display: block;
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
}

.swiper-container {
	width: 100%;
	height: 100%;
	padding-bottom: 90px !important;
}

.swiper-container .swiper-pagination-progressbar {
	height: 6px !important;
	background: rgba(255, 255, 255, .3) !important;
	top: auto !important;
	bottom: 0 !important;
}

.swiper-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #fff !important;
}

.ambot {
	padding: 150px 15%;
	overflow: hidden;
}

.swiper-container-multirow-column>.swiper-wrapper {
	flex-direction: row !important;
}

.mudbot {
	width: 950px;
	margin: 0 auto;
}

.mdtitle {
	color: #0B0B0B;
	font-size: 24px;
	font-weight: normal;
}

.mdnr {
	color: #5A5A5A;
	font-size: 16px;
	margin-top: 30px;
}

.mdline {
	width: 100%;
	height: 1px;
	background: #D4D1CB;
	margin: 80px 0 50px 0;
}

.bg-E3DCCE {
	background: #E3DCCE;
}

.xqdb {
	padding: 60px 0;
}

.mbway {
	margin-top: 35px;
}

.mwtxt {
	float: left;
	width: 50%;
	color: #5A5A5A;
	font-size: 16px;
}

.mwtxt i {
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	color: #0B0B0B;
	margin-right: 8px;
}

.md-maps {
	height: 409px;
}

.ndpn {
	display: block;
	color: #5A5A5A;
	font-size: 16px;
	margin-bottom: 10px;
	height: 28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ndreturn {
	display: block;
	width: 148px;
	height: 53px;
	border: 1px solid #707070;
	margin-top: 50px;
	text-align: center;
	line-height: 53px;
	color: #5A5A5A;
	font-size: 16px;
}

.ndpn:hover {
	color: #F8B500;
}

.ndreturn:hover {
	color: #fff;
	background: #F8B500;
	border: 1px solid #F8B500;
}

.hswz {
	color: #F8B500;
}

.icpic1 {
	width: 676px;
	margin: 10px auto 0;
}

.icpic1 img,
.icpic2 img {
	display: block;
	width: 100%;
}

.icpic2 {
	width: 434px;
	margin: 20px auto 0;
}

.tagcloud {
	margin: 120px auto 0;
	min-width: 100% !important;
	min-height: 430px !important;
	position: relative;
	z-index: 99;
}

.tagcloud a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	color: #F8B500;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	transition: all 0s, color 0.35s;
	/*padding: 0 100px;*/
}


/*.tagcloud a:hover {
	transition: 0.35s;
	font-size: 30px !important;
}*/

.pjwz {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 820px;
}

.pjwz img {
	display: block;
	width: 100%;
}

.mclist {
	float: right;
	width: 65%;
}

.mclbox {
	/*border-top: 5px solid #0B0B0B;*/
	padding-right: 50px;
	height: 530px;
	overflow-y: scroll;
}

.mclbox::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 6px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.mclbox::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	background: #0B0B0B;
}

.mclbox::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	background: #EDEDED;
}

.mclbox li {
	padding: 25px 0;
}

.mlbname {
	float: left;
	width: 50%;
	color: #0B0B0B;
	font-size: 24px;
}

.mlbadr {
	float: left;
	width: 50%;
}

.mlbtxt {
	color: #5A5A5A;
	font-size: 16px;
}

.slbot {
	position: relative;
}

.slblist li {
	position: relative;
}

.slblist li:not(:first-child) {
	margin-top: 68px;
}

.sblpic {
	position: absolute;
	top: 0;
	width: 50%;
	overflow: hidden;
}

.sblpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.sblcont {
	margin-top: 60px;
	background: #fff;
	width: 88%;
	box-sizing: border-box;
}

.slblist li:nth-of-type(odd) .sblpic {
	left: 0;
}

.slblist li:nth-of-type(odd) .sblcont {
	float: right;
	padding: 30px 54px 66px 522px;
}

.slblist li:nth-of-type(even) .sblpic {
	right: 0;
}

.slblist li:nth-of-type(even) .sblcont {
	float: left;
	padding: 30px 522px 66px 54px;
}

.slcdate {
	font-family: "DINCond-Bold";
	display: block;
	color: #F8B500;
	font-size: 20px;
}

.slctitle {
	color: #363636;
	font-size: 30px;
	height: 90px;
	overflow: hidden;
	line-height: 1.5;
}

.slcdesc {
	color: #9B9B9B;
	font-size: 16px;
	margin-top: 25px;
	line-height: 1.5;
	height: 48px;
	overflow: hidden;
}

.slcbtn {
	display: block;
	color: #0B0B0B;
	font-size: 16px;
	margin-top: 40px;
	transition: 0.35s;
}

.slcbtn i {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-size: 15px;
}

.slblist li:hover .sblpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.slblist li:hover .slcbtn {
	color: #F8B500;
}

.fb1l {
	float: left;
}

.fs-select {
	position: relative;
	width: 350px;
	height: 52px;
	line-height: 52px;
	color: #999999;
	font-size: 14px;
	background: transparent;
	background: url(../images/down.png) 95% no-repeat;
	background-size: 17px 9px;
	box-sizing: border-box;
	border: 1px solid #999999;
	padding: 0 20px;
	margin-top: 40px;
}

.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 {
	background: #092E4D;
	color: #fff;
}

.fb1r {
	float: right;
	text-align: right;
}

.fb1r li {
	display: inline-block;
	vertical-align: top;
	margin-left: 160px;
	text-align: left;
}

.frbt {
	display: block;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 15px;
}

.frlink {
	display: block;
	color: #8F8F8F;
	font-size: 16px;
	margin-top: 10px;
}

.frlink:hover {
	color: #fff;
}

.flch {
	display: block;
	line-height: 1.5;
}
.zzry{
	
}
.zzry li{
	/*float: left;
	width: 50%;*/
	color: #F8B500;
	font-size:22px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px 0 !important;
	cursor: pointer;
}
.ftway{
	margin-top: 20px;
}
.fwl{
	float: left;
	width: 70%;
}
.fwr{
	float: right;
	width: 90px;
	height: 90px;
	background: #fff;
}
.fwr img{
	display: block;
	width: 100%;
}
.ctbn{
	height: 500px;
}
.ctbn .aicont1{
	bottom: 80px;
}
.jinr{
	position: absolute;
    top: 50%;
    left: 80px;
    right: 190px;
    transform: translateY(-50%);
}
