@charset "utf-8";

/* 
 * Project Name:东立控股
 * 
 */

.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-family: "兰亭黑简";*/
	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.65 "微软雅黑","Microsoft Yahei", sans-serif, "微软正黑体", "Microsoft JhengHei", "SimHei", "黑体", Arial, Helvetica;
	margin: 0 auto;
	color: #666;
	overflow-x: hidden;
	font-weight: lighter;
}

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;
}

.w1260 {
	width: 1260px;
	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);
}


/* 头部  */

.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	height: 90px;
	line-height: 90px;
	transition: 0.45s;
	background: #fff;
	border-bottom: 5px solid #dfd4b4;
}

.head-wrap {
	width: 1260px;
	margin: 0 auto;
	position: relative;
}

.header .head-logo {
	position: relative;
	top: 22px;
	float: left;
	z-index: 99;
}

.head-logo .img2 {
	display: none;
}

.head-logo img {
	display: block;
	width: 100%;
}

.head-ts {
	float: right;
	position: relative;
	top: 15px;
}

.htxt {
	color: #9E9E9E;
	font-size: 12px;
}

.htlink a {
	position: relative;
	display: inline-block;
	line-height: 1;
	color: #6A6969;
	font-size: 12px;
	padding: 0 10px;
	text-align: right;
}

.htlink a:hover {
	color: #51A56B;
}

.htlink a:not(:first-child) {
	border-left: 1px solid #707070;
}

.header .nav {
	position: relative;
	float: right;
}

.head-link ul li {
	display: inline-block;
}

.hl-txt {
	display: inline-block;
	font-size: 18px;
	color: #fff;
}

.header .nav-menu {
	float: left;
}

.head-right {
	float: right;
}

.hrsearch {
	position: relative;
	display: inline-block;
	width: 32px;
	height: 90px;
	line-height: 90px;
	margin-left: 3px;
}

.hrfk {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	border: 1px solid #e7e7e7;
	text-align: center;
	line-height: 30px;
	color: #cacaca;
	font-size: 15px;
}

.hrlanguage {
	margin-left: 3px;
}

.hrstxt {
	opacity: 0;
	visibility: hidden;
	transition: 0.35s;
	transform: translateY(-20px);
	display: block;
	position: absolute;
	right: 0;
	top: 110px;
	width: 280px;
	height: 0;
	background: rgba(0, 0, 0, .5);
	line-height: 75px;
	padding: 0 20px;
	font-size: 14px;
	color: #c5c6c8;
	border: none;
	font-weight: normal;
	overflow: hidden;
}
.hticon{
	display: inline-block;
	vertical-align: middle;
	color: #c5c6c8;
	font-size: 20px;
}
.hticon:hover{
	color: #c5c6c8 !important;
	border: none !important;
}
.htsr{
	display: inline-block;
	width: 80%;
	line-height: 75px;
	margin-left: 10px;
	background: none;
	border: none;
	color: #c5c6c8;
	font-size: 14px;
}

.hrsearch:hover .hrstxt {
	opacity: 1;
	visibility: visible;
	height: 75px;
}

.head-right a:hover {
	color: #dab86e;
	border: 1px solid #dab86e;
}

.nav-menu {
	position: relative;
}

.header .yj-bot li {
	position: relative;
	float: left;
	transition: 0.35s;
	z-index: 1;
	text-align: center;
	margin: 0 10px;
	height: 90px;
	line-height: 90px;
}

.header .yj-bot .yj-link {
	position: relative;
	z-index: 1;
	color: #464646;
	font-size: 14px;
	display: inline-block;
	text-transform: uppercase;
}

.header .yj-bot li:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 7px;
	background: #b29575;
	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);
}

.header .yj-bot li:hover .yj-link,
.header .yj-bot li.active .yj-link {
	color: #b29575;
}

.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;
	top: 100%;
	width: 2000px;
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-webkit-transition: all .3s;
	transition: all .3s;
	text-align: left;
	box-sizing: border-box;
	padding: 0 8px;
	height: 75px;
	line-height: 75px;
}

.el-link {
	display: inline-block;
	color: #F0F0F0;
	font-size: 14px;
	line-height: 1.5;
	margin: 0 8px;
}

.el-link:hover {
	color: #dab86e;
}

.menu-handler {
	position: fixed;
	right: 0;
	top: 0;
	width: 60px;
	height: 56px;
	display: none;
	cursor: pointer;
	z-index: 1010;
	background-color: #31357c;
}

.menu-handler span {
	position: relative;
	display: block;
	margin: 27.5px auto 0;
	width: 22px;
	height: 2px;
	background-color: #fff;
	-webkit-transition-duration: .3s, .3s;
	-moz-transition-duration: .3s, .3s;
	-ms-transition-duration: .3s, .3s;
	-o-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .3s, 0s;
	-moz-transition-delay: .3s, 0s;
	-ms-transition-delay: .3s, 0s;
	-o-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s;
}

.menu-handler span:after,
.menu-handler span:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 2px;
	left: 0;
	background-color: #fff;
	-webkit-transition-duration: .3s, .3s;
	-moz-transition-duration: .3s, .3s;
	-ms-transition-duration: .3s, .3s;
	-o-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .3s, 0s;
	-moz-transition-delay: .3s, 0s;
	-ms-transition-delay: .3s, 0s;
	-o-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s
}

.menu-handler span:before {
	top: -7px;
	-webkit-transition-property: top, transform;
	-moz-transition-property: top, transform;
	-ms-transition-property: top, transform;
	-o-transition-property: top, transform;
	transition-property: top, transform;
}

.menu-handler span:after {
	bottom: -7px;
	-webkit-transition-property: bottom, transform;
	-moz-transition-property: bottom, transform;
	-ms-transition-property: bottom, transform;
	-o-transition-property: bottom, transform;
	transition-property: bottom, transform;
}

.menu-handler.active span {
	background-color: transparent;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
	-ms-transition-delay: 0s, 0s;
	-o-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s
}

.menu-handler.active span:after,
.menu-handler.active span:before {
	background-color: #fff;
	-webkit-transition-delay: 0s, .3s;
	-moz-transition-delay: 0s, .3s;
	-ms-transition-delay: 0s, .3s;
	-o-transition-delay: 0s, .3s;
	transition-delay: 0s, .3s
}

.menu-handler.active span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.menu-handler.active span:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menuBox a:link,
.menuBox a:visited {
	color: #333333;
}

.menuMoblie .nav-link:active,
.menuMoblie .nav-link:hover {
	background: #b29575;
}

.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: #fff;
	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 40px 0;
}

.menuMoblie .nav-link {
	position: relative;
	display: block;
	font-size: 18px;
	padding: 14px 5% 14px 10%;
}

.menuMoblie .nav-link i {
	float: right;
	color: #b1b1b1;
	font-size: 20px;
	vertical-align: middle;
}

.menuMoblie li {
	border-bottom: 1px solid #e4e4e4;
}

.menuMoblie .subnav {
	padding: 12px 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;
	* {
		-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: "\e600";
}

.pswp__button--arrow--right:before {
	content: "\eb51";
}

.pswp__button--arrow--left:hover,
.pswp__button--arrow--right:hover {
	color: #fff;
	background-color: #1A1A1A;
}

.pswp__counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: block;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__share-modal--hidden {
	display: none;
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #FFF;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform .25s;
	transition: transform .25s;
	-webkit-backface-visibility: hidden;
	will-change: transform;
	a {
		display: block;
		padding: 8px 12px;
		color: #000;
		text-decoration: none;
		font-size: 14px;
		line-height: 18px;
		&:hover {
			text-decoration: none;
			color: #000;
		}
		&:first-child {
			border-radius: 2px 2px 0 0;
		}
		&:last-child {
			border-radius: 0 0 2px 2px;
		}
	}
}

.pswp__share-modal--fade-in {
	opacity: 1;
	.pswp__share-tooltip {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px;
}

a {
	&.pswp__share--facebook {
		&:before {
			content: '';
			display: block;
			width: 0;
			height: 0;
			position: absolute;
			top: -12px;
			right: 15px;
			border: 6px solid transparent;
			border-bottom-color: #FFF;
			-webkit-pointer-events: none;
			-moz-pointer-events: none;
			pointer-events: none;
		}
		&:hover {
			background: #3E5C9A;
			color: #FFF;
			&:before {
				border-bottom-color: #3E5C9A;
			}
		}
	}
	&.pswp__share--twitter:hover {
		background: #55ACEE;
		color: #FFF;
	}
	&.pswp__share--pinterest:hover {
		background: #CCC;
		color: #CE272D;
	}
	&.pswp__share--download:hover {
		background: #DDD;
	}
}

.pswp__counter {
	float: left;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #FFF;
	opacity: .75;
	padding: 0 10px;
}

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px;
}

.pswp__caption__center {
	text-align: center;
	max-width: 600px;
	font-size: 15px;
	margin: 0 auto;
	padding: 20px 10px;
	color: #fff;
	.xzy-zan {
		float: right;
		display: block;
	}
}

.pswp__caption--empty {
	display: none;
}

.pswp__caption--fake {
	visibility: hidden;
}

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	will-change: opacity;
	direction: ltr;
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px;
}

.pswp__preloader--active {
	opacity: 1;
	.pswp__preloader__icn {
		background: url(preloader.gif) 0 0 no-repeat;
	}
}

.pswp--css_animation {
	.pswp__preloader--active {
		opacity: 1;
		.pswp__preloader__icn {
			-webkit-animation: clockwise .5s linear infinite;
			animation: clockwise .5s linear infinite;
		}
		.pswp__preloader__donut {
			-webkit-animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
			animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
		}
	}
	.pswp__preloader__icn {
		background: 0 0;
		opacity: .75;
		width: 14px;
		height: 14px;
		position: absolute;
		left: 15px;
		top: 15px;
		margin: 0;
	}
	.pswp__preloader__cut {
		position: relative;
		width: 7px;
		height: 14px;
		overflow: hidden;
	}
	.pswp__preloader__donut {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 14px;
		height: 14px;
		border: 2px solid #FFF;
		border-radius: 50%;
		border-left-color: transparent;
		border-bottom-color: transparent;
		position: absolute;
		top: 0;
		left: 0;
		background: 0 0;
		margin: 0;
	}
}

@media screen and (max-width: 1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right;
	}
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550;
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%;
}

.pswp--has_mouse {
	.pswp__button--arrow--left,
	.pswp__button--arrow--right {
		-webkit-backface-visibility: hidden;
		will-change: opacity;
		-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
		transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	}
}

.pswp__caption,
.pswp__top-bar {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--has_mouse {
	.pswp__button--arrow--left,
	.pswp__button--arrow--right {
		visibility: visible;
	}
}

.pswp__caption,
.pswp__top-bar {
	background-color: rgba(0, 0, 0, 0.5);
}

.pswp__ui--fit {
	.pswp__caption,
	.pswp__top-bar {
		background-color: rgba(0, 0, 0, 0.3);
	}
}

.pswp__ui--idle {
	.pswp__top-bar {
		opacity: 1;
	}
	.pswp__button--arrow--left,
	.pswp__button--arrow--right {
		opacity: 0;
	}
}

.pswp__ui--hidden {
	.pswp__button--arrow--left,
	.pswp__button--arrow--right,
	.pswp__caption,
	.pswp__top-bar {
		opacity: .001;
	}
}

.pswp__ui--one-slide {
	.pswp__button--arrow--left,
	.pswp__button--arrow--right,
	.pswp__counter {
		display: none;
	}
}

.pswp__element--disabled {
	display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
	background: 0 0;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background-image: none !important;
}

.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;
	}
}

.mtop {
	height: 95px;
}


/* banner */

.banner-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.banner .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	width: 58px;
	height: 58px;
	text-align: center;
	line-height: 58px;
	background: rgba(0, 0, 0, .5);
	color: #fff;
}

.banner .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;
}

.banner .slick-prev:before {
	content: "\e605";
}

.banner .slick-next:before {
	content: "\e601";
}

.banner .slick-prev {
	left: 90px;
}

.banner .slick-next {
	right: 90px;
}

.banner .slick-arrow:hover {
	background: #b29575;
}

.banner .item {
	position: relative;
	overflow: hidden;
}

.banner .item .pimg {
	position: relative;
	width: 100%;
	display: block;
}

.bitp {
	overflow: hidden;
}

.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) translateY(-50px);
		transform: scale(1.08) translateY(-50px);
		transform-origin: top;
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
		transform-origin: center;
	}
}

.index-buiness {
	position: relative;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 40px 0 0 0;
	background-color: #f1ebdf;
}

.ibwz {
	float: left;
	width: 29%;
	margin-top: 12px;
}

.ibwz img {
	display: block;
	width: 100%;
}

.iblist {
	float: right;
	width: 69%;
}

.iblbanner {
	float: left;
	width: 83.33%;
	/*margin-left: 45px;*/
}

.iblmore {
	float: right;
	width: 16.666%;
}

.ibicon {
	position: relative;
	display: block;
	width: 71px;
	height: 71px;
	margin: 0 auto;
	overflow: hidden;
}

.ibicon i {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
	background-repeat: no-repeat;
	background-size: contain;
}

.ibtb2 {
	opacity: 0;
	visibility: hidden;
}

.ilbitem.active .ibtb1 {
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}

.ilbitem.active .ibtb2 {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.ibltxt {
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	height: 56px;
	overflow: hidden;
}

.ibbanner {
	/*position: absolute;
	left: 0;
	top: 200px;*/
	width: 1590px;
	margin-top: 30px;
}

.ibbanner .slick-arrow {
	position: absolute;
	z-index: 99;
	bottom: 115px;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: #7d7b7e;
	color: #fff;
}

.ibbanner .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;
}

.ibbanner .slick-prev:before {
	content: "\e605";
}

.ibbanner .slick-next:before {
	content: "\e601";
}

.ibbanner .slick-prev {
	right: 60px;
}

.ibbanner .slick-next {
	right: 0;
}

.ibbanner .slick-arrow:hover {
	background: #4b494c;
}

.ibitem {
	position: relative;
	background: #fdfbfc;
}

.ibitem:hover .ibipic img {
	transform: scale(1.1);
	transform: scale(1.1);
	transform: scale(1.1);
}

.ibipic {
	float: left;
	width: 50%;
	overflow: hidden;
}

.ibipic img {
	display: block;
	transition: 0.65s;
}

.ibicont {
	position: relative;
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 80px 140px 0 85px;
}

.ibcbt {
	border-bottom: 2px solid #efe6d5;
}

.ibcl {
	float: left;
	width: 80%;
}

.ibcr {
	float: right;
}

.ibczs {
	position: absolute;
	top: 110px;
	right: 155px;
}

.irmt {
	margin-top: 10px;
}

.ibctxt1 {
	color: #ac9575;
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
}

.ibctxt2 {
	display: block;
	/*font-family: "Futura-Medium-6";*/
	width: 80%;
	color: #cbcbcb;
	font-size: 22px;
}

.ibctxt3 {
	color: #999;
	font-size: 14px;
	margin-top: 10px;
	height: 138px;
	overflow: hidden;
	text-align: justify;
}

.icticon {
	display: inline-block;
	width: 19px;
	height: 20px;
	background: url(../img/icon.png) no-repeat;
	background-size: contain;
	margin-left: 10px;
}

.ibcicon {
	display: block;
	color: #b29575;
	font-size: 40px;
	line-height: 1.5;
	margin-top: 35px;
}

.index-news {
	padding: 10px 0 78px 0;
}

.inrfb {
	position: relative;
	float: right;
	width: 62%;
	margin-top: 20px;
}

.irfbt {
	float: left;
	width: 56%;
}

.irfbt img {
	display: block;
	width: 100%;
}

.ircont {
	float: left;
	width: 44%;
}

.ircdq {
	float: left;
	width: 54px;
	margin-top: 40px;
}

.ircdq img {
	display: block;
	width: 100%;
}

.ircwz {
	float: right;
	width: 73%;
}

.irclabel {
	color: #b19071;
	font-size: 18px;
	line-height: 1.5;
	font-weight: normal;
	margin-bottom: 10px;
}

.irclabel .irctxt1 {
	color: #6e6e6e;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.5;
}

.irctxt1 {
	color: #b19071;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.5;
}

.irctxt2 {
	/*font-family: "Futura-Medium-6";*/
	color: #b19071;
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 10px;
}

.irchs {
	color: #b19071;
}

.irctxt3 {
	color: #787878;
	font-size: 14px;
	line-height: 1.3;
}

.irctxt3 .irchs {
	font-size: 20px;
}

.index-news {
	background: #f1ebdf;
}

.inrbt {
	margin-top: 10px;
	margin-left: -1%;
}

.inrleft {
	float: left;
	width: 35%;
	margin-left: 1%;
	box-sizing: border-box;
}

.inrcenter {
	float: left;
	width: 35%;
	margin-left: 1%;
}

.inrright {
	float: right;
	width: 27%;
	box-sizing: border-box;
	margin-left: 1%;
}

.inrleft,
.inrcenter,
.inrright {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	height: 230px;
	overflow: hidden;
}

.inrleft {
	position: relative;
	padding: 30px 80px 30px 65px;
}

.irlwz {
	position: absolute;
	top: 50px;
	right: 87px;
}

.irltxt {
	line-height: 1.5;
	color: #fff;
	font-size: 15px;
}

.irlbtn {
	display: block;
	width: 100px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border-radius: 20px;
	color: #333;
	font-size: 12px;
	background: #e7d9bc;
	margin-top: 10px;
}

.irlbtn:hover {
	text-decoration: underline;
}

.irlicon {
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 23px;
	background: url(../img/1.png) no-repeat;
	background-size: contain;
	margin-left: 5px;
}

.incwz {
	display: block;
	position: absolute;
	top: 50px;
	left: 70px;
}

.inrwz {
	display: block;
	position: absolute;
	top: 50px;
	right: 30px;
}

.inrtxt1 {
	display: block;
	color: #9a9ea1;
	font-size: 16px;
	line-height: 1.5;
}

.inrtxt2 {
	display: block;
	color: #b29575;
	font-size: 15px;
	line-height: 1.5;
	/*font-family: "Futura-Medium-6";*/
}

.irtzt {
	/*font-family: "Futura-Medium-6";*/
}

.inrjt {
	display: block;
	color: #b29575;
	font-size: 40px;
	line-height: 1;
}

.footer-bg {
	background: #373737;
}

.footer-bg .w1260 {
	border-top: 6px solid #b29575;
	padding: 30px 0 60px 0;
}

.ftleft {
	float: left;
	width: 61%;
}

.ftleft ul {
	margin-left: -3%;
}

.ftleft li {
	float: left;
	width: 10%;
	margin-left: 3%;
}

.ftleft li:first-child {
	width: 6%;
}

.ftltxt1 {
	display: block;
	color: #fff;
	font-size: 16px;
	margin-bottom: 5px;
}

.ftltxt2 {
	display: block;
	color: #fff;
	font-size: 13px;
	margin-top: 3px;
}

.ftltxt2:hover {
	color: #dab96b;
}

.ftright {
	float: right;
	text-align: right;
}

.frlicon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	border-radius: 50%;
	background: #fff;
	color: #373737;
	font-size: 17px;
	margin-left: 10px;
	transition: 0.45s;
}

.frlicon:hover .db3hv {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 0);
}

.frlicon:hover,
.frlicon.active {
	background: #b29575;
}

.frltxt {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 16px;
	margin-left: 10px;
}

.frltxt a {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 20px;
}

.frladr {
	color: #fff;
	font-size: 14px;
}

.ftrl {
	float: left;
}

.ftrr {
	position: relative;
	float: right;
}

.ftrr i {
	display: block;
	width: 30px;
	height: 30px;
	background: #72c052;
	border-radius: 50%;
	color: #fff;
	font-size: 15px;
	text-align: center;
	line-height: 30px;
	margin-left: 5px;
	margin-top: 4px;
	cursor: pointer;
}

.ftewm {
	opacity: 0;
	visibility: hidden;
	display: block;
	width: 100px;
	position: absolute;
	top: -110px;
	left: -30px;
	transform: translateY(20px);
	transition: 0.45s;
}

.ftewm.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.ftrwz {
	color: #ffffff;
	font-size: 13px;
	margin-top: 15px;
}

.ftrwz a {
	color: #fff;
}

.ftrbt {
	color: #dab96b;
	font-size: 13px;
	margin-top: 10px;
}

.ftrbt a {
	color: #b29575;
}


/* 东立简介 */

.insides-banner {
	position: relative;
}

.ibtp,
.ibtp2 {
	overflow: hidden;
}

.ibtp img,
.ibtp2 img {
	display: block;
	width: 100%;
}

.insides-menu {
	background: #f9f3e7;
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #a49f99;
}

.imleft {
	float: left;
	width: 40%;
}

.imlk {
	color: #999;
	font-size: 14px;
}

.imjt {
	display: inline-block;
	vertical-align: middle;
	color: #999;
	font-size: 16px;
	margin: 0 10px;
}

.imzy {
	display: inline-block;
	color: #b39678;
	font-size: 18px;
}

.imright {
	float: right;
	text-align: right;
}

.imrtxt {
	position: relative;
	display: inline-block;
	margin-left: 25px;
	color: #acacac;
	font-size: 14px;
	line-height: 2.2;
}

.imrtxt:before {
	opacity: 0;
	visibility: hidden;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #ac9174;
	transition: 0.45s;
}

.imrtxt:hover:before,
.imrtxt.active:before {
	width: 100%;
	opacity: 1;
	visibility: visible;
	left: 0;
}

.imrtxt.active,
.imlk:hover {
	color: #ac9174;
}

.bg-fbf8f1 {
	background: #f9f3e7;
}

.about-intro {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 55px 0 40px 0;
	/*z-index: 10;*/
}

.buiness-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 40px;
}

.buiness-wrap .airnr,
.bi5wrap .airnr {
	color: #fff;
}

.buiness-wrap .aileft {
	padding-top: 60px;
}

.aileft {
	float: left;
	width: 33%;
	overflow: hidden;
	z-index: 5;
	box-sizing: border-box;
}

.aileft img {
	display: block;
	width: 100%;
}

.ailt1 {
	position: relative;
	font-size: 85px;
	line-height: 1;
	background-image: -webkit-linear-gradient(bottom, #f0deb6, #f8f2e4);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.ailt2 {
	color: #daba6f;
	font-size: 24px;
}

.ailt3 {
	display: block;
	/*font-family: "Futura-Medium-6";*/
	color: #daba6f;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 1.5;
}

.ailt4 {
	color: #999;
	font-size: 18px;
	margin-top: 10px;
}

.ailt5 {
	display: block;
	color: #9c9c9c;
	font-size: 28px;
	font-weight: normal;
}

.ailpic {
	display: block;
	margin-left: -65px;
	margin-top: 25px;
}

.airight {
	position: relative;
	float: right;
	width: 67%;
	box-sizing: border-box;
	padding: 0 320px 40px 70px;
	z-index: 20;
}

.airbt {
	position: relative;
	border-bottom: 1px solid #e1c78c;
}

.airbt:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 300px;
	height: 1px;
	background: #ac9174;
}

.ppjz:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 170px;
	height: 1px;
	background: #ac9174;
}

.qylc:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 235px;
	height: 1px;
	background: #ac9174;
}

.lxfs:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 370px;
	height: 1px;
	background: #ac9174;
}

.airl {
	float: left;
	width: 80%;
}

.airt1 {
	/*font-family: "方正兰亭中黑简体";*/
	color: #5154c5;
	font-size: 26px;
	font-weight: normal;
	line-height: 1;
}

.airt2 {
	position: relative;
	display: block;
	color: #ac9174;
	font-size: 38px;
	font-weight: normal;
	line-height: 1.5;
}

.nyyw {
	font-size: 26px;
}

.airt2 sup {
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.1;
	margin-left: 3px;
	margin-top: -6px;
}

.airnr {
	color: #999;
	font-size: 14px;
	margin-top: 10px;
	text-align: justify;
}

.aip2 {
	width: 75px;
	margin: 200px 0 0 0;
}

.aip2 img,
.aip3 img {
	display: block;
	width: 100%;
}

.aip3 {
	position: absolute;
	right: 10px;
	bottom: 50px;
	width: 129px;
}

.aip4 {
	position: absolute;
	bottom: 45px;
	left: 30px;
}

.airdsz {
	position: relative;
	margin-bottom: 50px;
}

.adpic {
	overflow: hidden;
}

.adpic img {
	display: block;
	width: 100%;
}

.adcont {
	position: absolute;
	top: 50%;
	right: 150px;
	transform: translateY(-50%);
}

.adcname {
	color: #ac9174;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 20px;
}

.adcname span {
	color: #9b9b9b;
	font-size: 18px;
}

.adctxt1 {
	color: #9b9b9b;
	font-size: 14px;
}

.adctxt2 {
	color: #ac9174;
	font-size: 14px;
}

.adqm {
	position: absolute;
	right: 70px;
	top: 50%;
	transform: translateY(-50%);
}

.about-course {
	position: relative;
}

.ab4mp img {
	display: block;
	width: 100%;
}

.ab3bg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 10;
}

.ab3bg img {
	display: block;
	/*width: 100%;*/
}

.ehtab {
	position: relative;
	overflow: hidden;
	margin-top: 35px;
}

.etwz {
	position: relative;
	float: left;
	display: block;
	color: #767676;
	font-size: 14px;
	font-weight: bold;
}

.etwz a {
	color: #767676;
}

.etwz:hover a,
.etwz.active a {
	color: #ac9174;
}

.ehbanner {
	position: relative;
	overflow: hidden;
	margin-top: 20px;
}

.ehitem {
	float: left;
	position: relative;
}

.ehpic {
	position: relative;
}

.ehtp {
	display: block;
	overflow: hidden;
}

.ehtp img {
	display: block;
	width: 100%;
}

.ehcover {
	position: absolute;
	top: 50%;
	left: 60px;
	transform: translateY(-50%);
}

.ehcyear {
	display: block;
	color: #f0e6c3;
	font-size: 48px;
	font-weight: normal;
	line-height: 1;
}

.ehctxt {
	color: #666;
	font-size: 30px;
	font-weight: normal;
}

.ehlist {
	margin-top: 45px;
}

.ehlclock {
	display: block;
	color: #aba494;
	font-size: 30px;
	line-height: 1;
}

.ehlb {
	position: relative;
	padding: 20px 0 50px 0;
	margin-left: 15px
}

.ehlb:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #aba494;
}

.ehlb li {
	padding-left: 15px;
}

.ehlb li:not(:first-child) {
	margin-top: 15px;
}

.elbyear {
	display: block;
	float: left;
	width: 115px;
	height: 32px;
	line-height: 32px;
	background: url(../img/pic51.png) no-repeat;
	background-size: contain;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.elbnr {
	float: right;
	width: 82%;
	color: #999;
	font-size: 14px;
	line-height: 30px;
}

.ehbot {
	position: relative;
}

.ehbnext {
	position: absolute;
	z-index: 10;
	right: 0;
	top: 30%;
	width: 150px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	background: #e4d5b8;
	color: #baa68b;
	cursor: pointer;
}

.ehbnext i {
	display: block;
	font-size: 40px;
}

.zstp {
	position: absolute;
	top: 50px;
	right: 0;
}

.arldate {
	display: block;
	color: #daba6f;
	font-size: 60px;
	line-height: 1;
}

.arldesc {
	color: #999;
	font-size: 16px;
	margin-top: 10px;
}

.ar4box2 {
	margin-top: 60px;
}

.airt3 {
	color: #595957;
	font-size: 18px;
}

.airlist4 {
	margin-left: -4%;
	margin-bottom: 30px;
}

.airlist4 li {
	float: left;
	width: 46%;
	margin: 20px 0 0 4%;
	color: #999;
	font-size: 14px;
}

.about4-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
	padding-bottom: 160px;
}

.ab4left {
	float: left;
	width: 38%;
	padding-top: 70px;
}

.al4eng {
	display: block;
	color: #0079c2;
	font-size: 40px;
	text-transform: uppercase;
	line-height: 1.2;
}

.al4title {
	color: #fff;
	font-size: 26px;
	font-weight: normal;
}

.al4yw {
	position: relative;
	display: block;
	color: #fff;
	font-size: 18px;
	padding: 5px 0;
	margin-top: 10px;
}

.al4yw:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 1px;
	background: #fff;
}

.al4yw:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 1px;
	background: #fff;
}

.al4txt1 {
	color: #fff;
	font-size: 18px;
	letter-spacing: 13px;
	font-weight: bold;
	margin-top: 15px;
}

.al4txt2 {
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	margin-top: 10px;
}

.ab4right {
	position: relative;
	float: right;
	width: 62%;
}

.ar4pic {
	position: relative;
	overflow: hidden;
}

.ar4pic img {
	display: block;
	/*width: 100%;*/
}

.ar4cont {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 70px;
}

.ar4cont .al4eng {
	color: #dab96a;
}

.ar4cont .al4title,
.ar4cont .al4yw {
	color: #999999;
}

.ar4cont .al4yw:before,
.ar4cont .al4yw:after {
	background: #999;
}

.ar4cont .al4txt1,
.ar4cont .al4txt2 {
	color: #575445;
}

.about4-culture {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center left;
	width: 1260px;
	padding: 80px 0;
	margin: 0 auto 70px;
}

.ac4list {
	float: right;
	width: 70%;
	margin-right: 2%;
}

.ac4list li {
	float: left;
	width: 33.333%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 10px;
}

.actxt1 {
	display: block;
	color: #c9cbca;
	font-size: 18px;
	text-transform: uppercase;
	font-style: normal;
	line-height: 1.5;
	font-weight: bold;
}

.actxt2 {
	display: block;
	line-height: 1.5;
	color: #aa9b88;
	font-size: 20px;
	font-weight: normal;
}

.actxt3 {
	color: #b6a48e;
	font-size: 18px;
	margin-top: 3px;
	font-weight: bold;
}

.actxt4 {
	display: block;
	color: #e1d0b4;
	font-size: 14px;
	line-height: 1.2;
	margin-top: 5px;
}

.ab5bg {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
}

.aw5txt {
	display: block;
	color: #686868;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.5;
}

.atc {
	font-style: normal;
	color: #b29575;
	font-size: 30px;
}

.ab5desc {
	position: relative;
	margin-top: 200px;
	padding-top: 10px;
}

.ab5desc:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 13px;
	height: 1px;
	background: #000;
}

.ad5txt {
	color: #a3a3a3;
	font-size: 16px;
}

.ab5l {
	position: absolute;
	top: 0;
	left: 70px;
}

.ar5pic {
	float: right;
	width: 65%;
	text-align: center;
	margin: 40px 0;
}

.ar5pic img {
	display: inline-block;
	width: 100%;
}

.arbtitle {
	margin-bottom: 15px;
}

.arbicon {
	display: inline-block;
	vertical-align: middle;
	width: 71px;
	height: 71px;
}

.arbi1 {
	background: url(../images/yw1-in.png) no-repeat;
	background-size: contain;
}

.arbi2 {
	background: url(../images/yw2-in.png) no-repeat;
	background-size: contain;
}

.arbi3 {
	background: url(../images/yw3-in.png) no-repeat;
	background-size: contain;
}

.arbi4 {
	background: url(../images/yw4-in.png) no-repeat;
	background-size: contain;
}

.arbi5 {
	background: url(../images/yw5-in.png) no-repeat;
	background-size: contain;
}

.arbwz {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
	margin-left: 5px;
}

.arbwz:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 100%;
	background: #dab96c;
}

.arbtxt1 {
	display: block;
	color: #fff;
	font-size: 28px;
	line-height: 1.2;
	font-weight: normal;
}

.arbtxt2 {
	display: block;
	font-style: normal;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.2;
	margin-top: 5px;
	/*font-family: "Futura-Medium-6";*/
}

.sorting-type a {
	display: block;
	margin-top: 60px;
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	background: #b49674;
}

.all-projects {
	margin-top: 15px;
}

.aptitle {
	display: inline-block;
	color: #e6212a;
	font-size: 16px;
	margin-right: 20px;
}

.aptxt {
	display: inline-block;
	color: #787471;
	font-size: 16px;
	padding: 0 12px;
	line-height: 1.2;
	border-left: 1px solid #787471;
}

.aptxt:hover {
	color: #e6212a;
}

.bclist {
	margin-left: -2%;
}

.bclist li {
	position: relative;
	float: left;
	width: 48%;
	margin: 20px 0 0 2%;
}

.blpic {
	overflow: hidden;
}

.blpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.blwz {
	background: #b19679;
	padding: 10px;
	text-align: center;
}

.bltxt1 {
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	height: 27px;
}

.bltxt2 {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 1.5;
	height: 22px;
}

.bclist li:hover .blpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.apmore a {
	position: relative;
	display: block;
	float: right;
	width: 190px;
	height: 40px;
	background: #31357c;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
	z-index: 3;
	overflow: hidden;
}

.apmore a i {
	display: inline-block;
	vertical-align: middle;
	color: #b9a489;
	font-size: 40px;
	margin-right: 6px;
	transition: 0.65s;
}

.apmore a:hover i {
	margin-right: 12px;
}

.bcbox {
	margin-bottom: 20px;
}

.pdcontent {
	position: relative;
	z-index: 10;
	width: 1260px;
	margin: -360px auto 0;
}

.pdcleft {
	float: left;
	width: 37%;
	box-sizing: border-box;
	padding: 40px 75px 30px 50px;
}

.pcltxt1 {
	color: #373b84;
	font-size: 26px;
	line-height: 1.5;
}

.pct1zt {
	display: inline-block;
	vertical-align: middle;
	color: #a2a2a2;
	font-size: 14px;
	font-weight: normal;
	border-radius: 6px;
	border: 1px solid #a2a2a2;
	padding: 0 7px;
	line-height: 1.5;
	margin-left: 6px;
}

.pcltxt2 {
	color: #bababa;
	font-size: 14px;
}

.ptbg {
	font-style: normal;
	background: #959595;
	color: #fff;
	margin-right: 5px;
}

.ptnum {
	color: #f68411;
	font-size: 36px;
	line-height: 1.3;
}

.ptnum em {
	font-size: 14px;
	font-style: normal;
}

.plbq {
	display: inline-block;
	color: #bb9d61;
	font-size: 16px;
	font-weight: bold;
	min-width: 75px;
	text-align: center;
	border-radius: 6px;
	background: #f3dbaf;
	margin-right: 5px;
	margin-top: 5px;
}

.pcltxt3 {
	margin-top: 12px;
}

.pl3l {
	display: block;
	float: left;
	color: #bababa;
	width: 75%;
	font-size: 14px;
	height: 25px;
	overflow: hidden;
}

.pl3r {
	display: block;
	float: right;
	color: #5980bb;
	font-size: 14px;
}

.pclnumber {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	padding: 0 15px;
	margin-top: 5px;
	background: #f08519;
	color: #fff;
	font-size: 26px;
	font-weight: normal;
}

.pclnumber i {
	display: inline-block;
	vertical-align: middle;
	font-size: 32px;
	margin-right: 10px;
	line-height: 1;
}

.pdcright {
	float: right;
	overflow: hidden;
	width: 63%;
}

.pdcright img {
	display: block;
	width: 100%;
}

.pclbox1 {
	background: #fefefe;
}

.pclbox2 .pdcleft {
	background: #fbf8f1;
	padding: 50px 75px 100px 50px;
}

.pbti {
	display: block;
	float: left;
}

.pbticon1 {
	width: 44px;
	height: 53px;
	background: url(../images/pdicon.png) no-repeat;
	background-size: contain;
}

.pbticon2 {
	width: 40px;
	height: 45px;
	background: url(../images/pdicon2.png) no-repeat;
	background-size: contain;
}

.pbtitle {
	float: left;
	color: #373b84;
	margin-left: 10px;
}

.pbt1 {
	display: block;
	font-size: 26px;
	line-height: 1.2;
}

.pbt2 {
	display: block;
	font-style: normal;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.2;
	/*font-family: "Futura-Medium-6";*/
}

.pb2nr {
	color: #999;
	font-size: 14px;
	margin-top: 10px;
	text-align: justify;
}

.pclbox2 .pdcright {
	padding: 40px 0 140px 70px;
	box-sizing: border-box;
}

.lp-xq {
	border: 2px solid #dddfde;
	border-radius: 8px;
	margin-top: 15px;
}

.lp-xq li {
	float: left;
	border-bottom: 1px solid #e9ebea;
}

.lp-xq li:nth-of-type(odd) {
	width: 56%;
}

.lp-xq li:nth-of-type(even) {
	width: 44%;
}

.lp-xq li:nth-of-type(odd) .lpt1 {
	width: 30%;
	padding: 0 20px;
	border-right: 1px solid #e9ebea;
}

.lp-xq li:nth-of-type(odd) .lpt2 {
	width: 70%;
	padding: 0 45px;
	border-right: 1px solid #e9ebea;
}

.lp-xq li:nth-of-type(even) .lpt1 {
	width: 40%;
	padding: 0 20px;
	border-right: 1px solid #e9ebea;
}

.lp-xq li:nth-of-type(even) .lpt2 {
	width: 60%;
	padding: 0 45px;
}

.lpt1,
.lpt2 {
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	font-size: 14px;
	display: block;
	float: left;
	overflow: hidden;
}

.lpt1 {
	color: #acacac;
}

.lpt2 {
	color: #514d4c;
}

.projects-js {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 55px 0 100px 0;
}

.pjstitle {
	float: left;
	color: #b29575;
	font-size: 26px;
	padding-left: 45px;
	line-height: 1.5;
}

.pjstab {
	float: right;
}

.pjtxt {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	margin: 0 10px;
	line-height: 39px;
}

.pjtxt:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 4px;
	background: #b29575;
	transition: 0.45s;
}

.pjtxt.active:before,
.pjtxt:hover:before {
	width: 100%;
}

.pjlist {
	display: none;
	margin-left: -2%;
}

.pjlist li {
	float: left;
	width: 23%;
	margin: 30px 0 0 2%;
	overflow: hidden;
}

.pjlist li img {
	display: block;
	width: 100%;
}

.maps {
	height: 480px;
}

.ctmaps {
	height: 410px;
	margin-top: 40px;
}

.anchorBL {
	display: none !important;
}

.bmbot {
	margin-top: 75px;
}

.bmtitle {
	float: left;
	margin-top: 30px;
}

.bmt1 {
	color: #3c51ba;
	font-size: 24px;
	line-height: 1.5;
}

.bmt2 {
	display: block;
	line-height: 1.5;
	color: #b29575;
	font-size: 16px;
}

.bmpic {
	float: right;
	width: 60%;
}

.bmpic img {
	display: block;
	width: 100%;
}

.bmlabel {
	dis play: block;
	margin-top: 390px;
	color: #646263;
	font-size: 22px;
	line-height: 1.5;
}

.bilist2 li {
	position: relative;
	margin-top: 20px;
}

.bil2pic {
	position: relative;
	overflow: hidden;
}

.bil2pic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.bp2cv {
	display: block;
	position: absolute;
	left: 20px;
	bottom: 15px;
	color: #fff;
	font-size: 24px;
	line-height: 1.2;
	font-weight: normal;
}

.bil2wz {
	background: #b19679;
	padding: 0 35px 0 20px;
	height: 40px;
	line-height: 40px;
}

.bw2txt {
	float: left;
	width: 50%;
	color: #fff;
	font-size: 20px;
	height: 40px;
	overflow: hidden;
}

.bw2icon {
	display: block;
	float: right;
	color: #fff;
	font-size: 18px;
}

.bilist2 li:hover .bil2pic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.pd2intro {
	width: 100%;
	float: none;
}
.pjcontent{
	position: relative;
	height: 228px;
	overflow: hidden;
}

.pjbanner {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 1460px;
	box-sizing: border-box;
	padding: 0 90px;
	margin: 25px auto 0;
	overflow: hidden;
	transition: 0.45s;
}
.pjbanner.active{
	opacity: 1;
	visibility: visible;
}
.pjbanner .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	width: 58px;
	height: 58px;
	text-align: center;
	line-height: 58px;
	background: rgba(0, 0, 0, .5);
	color: #fff;
}

.pjbanner .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;
}

.pjbanner .slick-prev:before {
	content: "\e605";
}

.pjbanner .slick-next:before {
	content: "\e601";
}

.pjbanner .slick-prev {
	left: 0;
}

.pjbanner .slick-next {
	right: 0;
}

.pjbanner .slick-arrow:hover {
	background: #b29575;
}

.pjitem {
	position: relative;
	float: left;
	margin: 0 8px;
}

.pjitem img {
	display: block;
	width: 100%;
}

.bi3bg {
	margin-top: 70px;
}

.bi3bg img {
	display: block;
	width: 100%;
}

.bi3table {
	margin-top: 30px;
}

.bi3table img {
	display: block;
	width: 100%;
}

.bi3data {
	position: absolute;
	bottom: 120px;
	right: 15px;
}

.ad3sj {
	position: relative;
	display: block;
	margin-top: 10px;
	padding-left: 10px;
}

.ad3sj:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #b8a48b;
}

.adtxt3 {
	display: block;
	color: #b8a48b;
	font-size: 12px;
	line-height: 1.5;
	font-weight: bold;
}

.bi3banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.biitem {
	width: 100%;
	position: relative;
	float: left;
}

.bipic {
	width: 74%;
	overflow: hidden;
}

.bipic img {
	display: block;
	/*width: 100%;*/
}

.bicont {
	position: absolute;
	top: 50%;
	right: 9%;
	transform: translateY(-50%);
	background: #b19679;
	box-sizing: border-box;
	width: 29%;
	padding: 45px 145px 30px 65px;
}

.biceng {
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.5;
	height: 72px;
	overflow: hidden;
}

.bicch {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	margin-top: 5px;
	height: 24px;
}

.bicnr {
	color: #fff;
	font-size: 14px;
	margin-top: 15px;
	height: 200px;
	overflow: hidden;
	text-align: justify;
}

.biicon {
	display: block;
	color: #fff;
	font-size: 40px;
	line-height: 1;
	margin-top: 20px;
}

.bi3wrap {
	position: relative;
	width: 100%;
}

.bi3pn {
	position: absolute;
	width: 120px;
	right: 31.7%;
	bottom: 40px;
}

.bi3pn a {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	font-size: 20px;
}

.bi3pn a:hover {
	background: #dab86e;
}

.bd3number {
	color: #dab96a;
	font-size: 26px;
	line-height: 1.5;
}

.bd3title {
	color: #5980bb;
	font-size: 26px;
	margin-top: 10px;
}

.bd3btn {
	margin-top: 20px;
}

.bd3btn a {
	display: block;
	float: left;
	width: 160px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 14px;
	border: 1px solid #dab96a;
}

.bd3btn a i {
	display: inline-block;
	vertical-align: middle;
	font-size: 25px;
	margin-right: 5px;
}

.bd3wx {
	position: relative;
	background: #dab96a;
	color: #fff;
	border-radius: 12px 0 0 12px;
}

.bd3wx:hover .db3hv {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 0);
}

.db3hv {
	opacity: 0;
	visibility: hidden;
	display: block;
	position: absolute;
	bottom: 57px;
	left: 50%;
	transform: translate(-50%, 10px);
	width: 101px;
	border: 4px solid #b29575;
	transition: 0.45s;
}

.db3hv:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -14px;
	transform: translateX(-50%);
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 10px solid #b29575;
}

.db3hv img {
	display: block;
	width: 100%;
}

.bd3gw {
	color: #999;
	border-radius: 0 12px 12px 0;
}

.bd3gw i {
	color: #dab96a;
}

.bd3bg {
	background: none !important;
}

.bi4list {
	margin-left: -2%;
	margin-top: 30px;
}

.bi4list li {
	float: left;
	width: 48%;
	margin: 30px 0 0 2%;
}

.bl4pic {
	overflow: hidden;
}

.bl4pic img {
	display: block;
	width: 100%;
}

.bl4cont {
	margin-top: 10px;
}

.blct1 {
	display: block;
	color: #3c3432;
	font-size: 20px;
	height: 33px;
	overflow: hidden;
}

.blct2 {
	color: #c4c3bf;
	font-size: 18px;
	line-height: 1.5;
	height: 27px;
	overflow: hidden;
}

.bi5wrap {}

.bi5wrap .aileft {
	padding-top: 60px;
}

.bi5wrap .bg-csdc {
	padding: 60px 0 90px 50px;
}

.bg-ls {
	background: #3c51ba !important;
}

.bg-lvs {
	background: #2e8574 !important;
}

.bw5left {
	float: left;
	width: 37%;
	box-sizing: border-box;
	padding: 0 40px 0 20px;
}

.bw5right {
	float: right;
	width: 63%;
	box-sizing: border-box;
	padding-right: 320px;
}

.bi5psc {
	padding: 70px 0;
}

.bi5eng {
	display: block;
	color: #636162;
	font-size: 26px;
	text-transform: uppercase;
	line-height: 1.5;
	text-align: center;
}

.bi5title {
	color: #cba86e;
	font-size: 26px;
	text-align: center;
	line-height: 1.5;
	font-weight: normal;
}

.bi5list {
	position: relative;
	margin-top: 60px;
}

.bl5item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 105px;
	width: 100%;
	height: 1px;
	background: #e4e6e5;
}

.bl5item {
	position: relative;
	float: left;
	width: 16.666%;
	text-align: center;
	padding: 105px 0;
}

.bi5icon {
	display: block;
	width: 51px;
	height: 65px;
	margin: 0 auto;
}

.bl5item:nth-child(1) .bi5icon {
	background: url(../images/qj1.png) no-repeat;
	background-size: contain;
}

.bl5item:nth-child(2) .bi5icon {
	background: url(../images/qj2.png) no-repeat;
	background-size: contain;
}

.bl5item:nth-child(3) .bi5icon {
	background: url(../images/qj3.png) no-repeat;
	background-size: contain;
}

.bl5item:nth-child(4) .bi5icon {
	background: url(../images/qj4.png) no-repeat;
	background-size: contain;
}

.bl5item:nth-child(5) .bi5icon {
	background: url(../images/qj5.png) no-repeat;
	background-size: contain;
}

.bl5item:nth-child(6) .bi5icon {
	background: url(../images/qj6.png) no-repeat;
	background-size: contain;
}

.bc5title {
	display: block;
	color: #b59b78;
	font-size: 20px;
	height: 32px;
	overflow: hidden;
}

.bc5desc {
	font-size: 16px;
	color: #6e6e6e;
	width: 300px;
	transform: translateX(-15%);
	height: 56px;
	overflow: hidden;
}

.bi5cont {
	position: absolute;
	left: 0;
	right: 0;
	height: 98px;
}

.bl5item:nth-of-type(odd) .bi5cont {
	bottom: 0;
}

.bl5item:nth-of-type(even) .bi5cont {
	top: 0;
}

.bl5item:nth-of-type(even) .bc5desc {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-bottom: 10px;
}

.bl5item:nth-of-type(odd) .bc5desc {
	margin-top: 10px;
}

.bl5item:nth-of-type(even) .bc5title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
}

.qj-ts {
	color: #4a4a48;
	font-size: 14px;
	text-align: center;
	margin-top: 55px;
}

.ainews {
	margin-top: 35px;
	padding-left: 320px;
}

.ainewm {
	width: 140px;
}

.aintxt1 {
	color: #3c51b9;
	font-size: 18px;
	line-height: 1.5;
}

.antl {
	display: inline-block;
	vertical-align: middle;
	width: 52%;
	color: #a9a9a9;
	font-size: 14px;
}

.antr {
	display: inline-block;
	vertical-align: middle;
	color: #73a870;
	font-size: 35px;
	line-height: 1.5;
}

.arn-first {
	position: relative;
	background: #e8e2d2;
}

.arn-first:hover .afpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.afpic {
	float: left;
	width: 37%;
	overflow: hidden;
}

.afpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.afcont {
	float: left;
	width: 63%;
	box-sizing: border-box;
	padding: 40px 60px 0 60px;
}

.acdate {
	display: block;
	color: #b29575;
	font-size: 24px;
	/*font-family: "Futura-Medium-6";*/
	line-height: 1.5;
	font-weight: normal;
}

.actitle {
	line-height: 1.5;
	color: #333;
	font-size: 20px;
	height: 60px;
	overflow: hidden;
}

.acdesc {
	font-size: 14px;
	color: #666;
	margin-top: 5px;
	height: 138px;
	overflow: hidden;
	text-align: justify;
}

.arnlist li {
	position: relative;
	padding: 30px 0;
	border-bottom: 1px dashed #ddd;
}

.arnlist li:hover .artitle {
	color: #dbb96f;
}

.anl {
	float: left;
	width: 18%;
}

.anr {
	float: right;
	width: 80%;
}

.artitle {
	font-size: 18px;
	color: #333;
	height: 29px;
	transition: 0.35s;
}

.ardesc {
	color: #999;
	font-size: 14px;
	margin-top: 5px;
	height: 69px;
	overflow: hidden;
	text-align: justify;
}

.ndtitle {
	color: #3862aa;
	font-size: 24px;
	float: left;
	width: 70%;
	line-height: 1.5;
}

.ndzs {
	display: block;
	float: right;
	margin-top: 15px;
}

.nd-dy {
	margin-top: 10px;
}

.ndtime {
	display: block;
	color: #c09850;
	font-size: 18px;
}

.ndly {
	color: #999;
	font-size: 16px;
}

.nd-cont {
	margin-top: 20px;
	color: #777;
	font-size: 16px;
}

.news2-bg {
	width: 100%;
	height: 480px;
	background: linear-gradient(to left top, #a8bfdf 60%, #3065ad);
}

.n2pic {
	float: left;
	margin: 30px;
}

.n2cont {
	float: right;
	width: 36%;
	margin: 70px 60px 0 0;
}

.nc2eng {
	display: block;
	/*font-family: "Futura-Medium-6";*/
	color: #527fc3;
	font-size: 40px;
	text-transform: uppercase;
	line-height: 1.1;
	margin-top: 10px;
}

.nc2ch {
	color: #fff;
	font-size: 28px;
	line-height: 1.5;
}

.nc2year {
	display: block;
	color: #fff;
	font-size: 55px;
	/*font-family: "Futura-Medium-6";*/
	line-height: 1;
}

.nc2read {
	display: block;
	width: 170px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	border-radius: 50px;
	background: #e8d9ba;
	color: #333;
	font-size: 16px;
	margin-top: 20px;
}

.nc2read:hover {
	text-decoration: underline;
}

.nc2read i {
	display: inline-block;
	vertical-align: middle;
	width: 39px;
	height: 43px;
	background: url(../images/read.png) no-repeat;
	background-size: contain;
	margin-left: 15px;
	margin-top: -4px;
}

.news3bt {
	position: relative;
}

.nb3pic {
	position: relative;
	overflow: hidden;
}

.nb3pic img {
	display: block;
	width: 100%;
}

.nb3cover {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 135px;
}

.nc3eng {
	display: block;
	/*font-family: "Futura-Medium-6";*/
	color: #b29575;
	text-transform: uppercase;
	font-size: 42px;
	line-height: 1;
}

.nc3txt {
	color: #000;
	font-size: 22px;
}

.news3list {
	margin-top: 30px;
	margin-left: -2%;
}

.news3list li {
	position: relative;
	float: left;
	width: 48%;
	margin: 30px 0 0 2%;
	cursor: pointer;
}

.news3list li:hover .nl3pic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.nl3pic {
	position: relative;
	overflow: hidden;
}

.nl3pic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.nl3icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 58px;
	height: 58px;
	background: rgba(0, 0, 0, .5);
	text-align: center;
	line-height: 58px;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
}

.nl3txt {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	background: #fff;
	text-align: center;
	color: #31357c;
	font-size: 16px;
}


/* 弹框 */

.tk-bg {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 999;
}

.tk-bot {
	position: relative;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 500px;
	transform: translate(-50%, -50%);
}

.tbclose {
	position: absolute;
	right: -40px;
	top: 0;
	z-index: 1;
	cursor: pointer;
}

.tbclose:hover i {
	transform: rotate(360deg);
}

.tbclose i {
	display: block;
	color: #fff;
	font-size: 40px;
	line-height: 1;
	transition: 0.55s;
}

.tbvideo {
	width: 100%;
	height: 100%;
}

.apply-show {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.news4-bot {
	background: #f7f7f7;
	padding: 70px 110px 35px 65px;
}

.nb4xl {
	float: left;
	width: 50%;
}

.nb4ewm {
	float: right;
	width: 30%;
}

.nb4pic {
	display: block;
	overflow: hidden;
	text-align: center;
}

.nb4pic img {
	display: block;
	width: 100%;
}

.np4txt {
	display: block;
	color: #333;
	font-size: 14px;
	margin-top: 10px;
}

.ns4xs {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: 1px solid #b1b1b1;
	box-sizing: border-box;
	padding: 0 20px;
	margin-bottom: 20px;
	color: #414479;
	font-size: 16px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../images/down.png) 95% no-repeat;
	background-size: 16px 16px;
}

.nxtxt {
	display: block;
	color: #666;
	font-size: 14px;
}

.nxicon {
	display: block;
	float: right;
	color: #afafaf;
	font-size: 20px;
}

.ns4select {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	background: #fff;
	padding: 20px;
	z-index: 10;
}

.ns4box {
	position: relative;
}

.ns4xz {
	cursor: pointer;
}

.ctjgt {
	overflow: hidden;
}

.ctjgt img {
	display: block;
	width: 100%;
}

.ct2list li:not(:first-child) {
	margin-top: 20px;
}

.ctllogo {
	position: relative;
	float: left;
	width: 38%;
	height: 240px;
	background: #b6b6b6;
}

.ctllogo img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: auto;
}

.ctlcont {
	float: left;
	width: 62%;
	height: 240px;
	background: #eeeeee;
	box-sizing: border-box;
	padding: 40px 70px;
}

.ctname {
	color: #696969;
	font-size: 18px;
	line-height: 1.5;
	/*height: 27px;*/
	/*overflow: hidden;*/
}

.cteng {
	display: block;
	color: #696969;
	font-size: 14px;
	line-height: 1.5;
	/*height: 21px;
	overflow: hidden;*/
}

.ctwz {
	margin-top: 15px;
}

.cwtxt {
	color: #999;
	font-size: 14px;
	line-height: 1.5;
	height: 21px;
	overflow: hidden;
}

.ctbtn a {
	display: inline-block;
	height: 23px;
	border-radius: 50px;
	margin-top: 10px;
	text-align: center;
	line-height: 23px;
	font-size: 12px;
	margin-right: 5px;
	padding: 0 7px;
	box-sizing: border-box;
}

.ctb1 {
	color: #fff;
	background: #a1a1a1;
	border: 1px solid #747474;
	transition: 0.45s;
}

.ctb1:hover {
	text-decoration: underline;
}

.ctb2 {
	color: #b0b0b0;
	border: 1px solid #b0b0b0;
}

.join-bot1 {
	padding-top: 50px;
}

.jbleft {
	float: left;
	width: 24%;
}

.jbleft img {
	display: block;
	width: 100%;
}

.jbright {
	float: right;
	width: 70%;
	background: #b19679;
}

.jbrpic {
	float: left;
	width: 39%;
	overflow: hidden;
}

.jbrpic img {
	display: block;
	width: 100%;
}

.jbrcont {
	float: left;
	width: 61%;
	box-sizing: border-box;
	padding: 25px 70px 0 70px;
}

.jrc1 {
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
}

.jrc2 {
	display: block;
	line-height: 1.5;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
}

.jrc3 {
	color: #fff;
	font-size: 14px;
	margin-top: 5px;
	height: 92px;
	overflow: hidden;
	text-align: justify;
}

.join-bot2 {
	margin-top: 50px;
}

.join-bot2 ul {
	display: flex;
	margin-left: -2%;
}

.join-bot2 li {
	position: relative;
	float: left;
	width: 18%;
	margin-left: 2%;
	transition: 0.65s;
}

.join-bot2 li.sx-w {
	width: 14%;
}

.join-bot2 li.wf-w {
	width: 34%;
}

.join-bot2 li.active .jb2pic img {
	transform: translateX(0);
}

.join-bot2 li.active:nth-child(1) .jcicon {
	background: url(../images/yw1-in.png) no-repeat;
	background-size: contain;
}

.join-bot2 li.active:nth-child(2) .jcicon {
	background: url(../images/yw2-in.png) no-repeat;
	background-size: contain;
}

.join-bot2 li.active:nth-child(3) .jcicon {
	background: url(../images/yw3-in.png) no-repeat;
	background-size: contain;
}

.join-bot2 li.active:nth-child(4) .jcicon {
	background: url(../images/yw4-in.png) no-repeat;
	background-size: contain;
}

.join-bot2 li.active:nth-child(5) .jcicon {
	background: url(../images/yw5-in.png) no-repeat;
	background-size: contain;
}

.jb2pic {
	position: relative;
	overflow: hidden;
}

.jb2pic img {
	display: block;
	width: auto;
	position: relative;
	transform: translateX(-50%);
	transition: 0.65s;
}

.jb2cover {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}

.jcicon {
	display: block;
	width: 76px;
	height: 76px;
	margin: 0 auto;
	transition: 0.35s;
}

.join-bot2 li:nth-child(1) .jcicon {
	background: url(../images/ji1.png) no-repeat;
	background-size: contain;
}

.join-bot2 li:nth-child(2) .jcicon {
	background: url(../images/ji2.png) no-repeat;
	background-size: contain;
}

.join-bot2 li:nth-child(3) .jcicon {
	background: url(../images/ji3.png) no-repeat;
	background-size: contain;
}

.join-bot2 li:nth-child(4) .jcicon {
	background: url(../images/ji4.png) no-repeat;
	background-size: contain;
}

.join-bot2 li:nth-child(5) .jcicon {
	background: url(../images/ji5.png) no-repeat;
	background-size: contain;
}

.jctxt {
	color: #efefed;
	font-size: 16px;
}

.join-bot3 .jbright {
	background: none;
}

.join-bot3 {
	margin-top: 40px;
	padding-bottom: 80px;
}

.jb3icon {
	display: inline-block;
	vertical-align: middle;
	width: 42px;
	height: 61px;
	background: url(../img/pic39.png) no-repeat;
	background-size: contain;
}

.jb3rl {
	width: 74%;
	padding-bottom: 7px;
	border-bottom: 1px dashed #d5d1cd;
}

.jb3wz {
	display: inline-block;
	vertical-align: middle;
	width: 72%;
	margin-left: 15px;
}

.jb3txt1 {
	display: block;
	color: #5e82b6;
	font-size: 18px;
}

.jb3txt3 {
	color: #999;
	font-size: 14px;
	line-height: 1.5;
}

.jb3phone {
	margin-top: 10px;
}

.jp3num {
	display: inline-block;
	vertical-align: middle;
}

.jp3num a {
	display: block;
	color: #dcb968;
	font-size: 24px;
	line-height: 1.2;
}

.jp3icon {
	display: inline-block;
	vertical-align: middle;
	color: #dcb968;
	font-size: 28px;
	margin-left: 10px;
}

.jsicon {
	display: inline-block;
	vertical-align: middle;
	color: #bcbbb9;
	font-size: 16px;
}

.jb3search {
	border: 1px solid #dcdbd6;
	margin-top: 50px;
	width: 210px;
	height: 35px;
	line-height: 35px;
	box-sizing: border-box;
	padding: 0 15px 0 40px;
	overflow: hidden;
}

.jb3search input {
	display: inline-block;
	vertical-align: middle;
	width: 70%;
	height: 35px;
	line-height: 35px;
	background-color: transparent;
	color: #333;
	box-sizing: border-box;
	border: none;
	margin-left: 10px;
}

.jt3bt {
	display: inline-block;
	vertical-align: middle;
	color: #000;
	font-size: 15px;
	font-weight: normal;
	width: 60px;
	text-align: right;
	margin-right: 20px;
	margin-bottom: 5px;
}

.jt3qh {
	display: inline-block;
	vertical-align: middle;
	width: 80%;
}

.jqtxt {
	display: inline-block;
	color: #666;
	font-size: 14px;
	/*margin-left: 15px;*/
	line-height: 1.5;
	padding: 0 10px;
	border-radius: 8px;
	box-sizing: border-box;
	margin-bottom: 5px;
}

.jqtxt.active {
	color: #bba381;
	border: 1px solid #bba381;
}

.jqtxt:hover {
	color: #bba381;
}

.ji3type {
	margin-bottom: 15px;
}

.ji3blist li {
	padding: 20px 0;
}

.ji3blist li:not(:first-child) {
	border-top: 1px solid #b0ada8;
}

.jl3left {
	float: left;
	width: 60%;
}

.jl3title {
	color: #333;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
}

.jlbq {
	display: inline-block;
	vertical-align: middle;
	background: #ec1e28;
	color: #fff;
	font-size: 14px;
	margin-left: 7px;
	border-radius: 4px;
	line-height: 1.3;
	font-style: normal;
}

.jl3label {
	margin-top: 7px;
}

.jl3txt {
	display: inline-block;
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	margin-right: 15px;
}

.jl3icon {
	display: inline-block;
	vertical-align: text-top;
	color: #a0a2a1;
	font-size: 16px;
	margin-right: 10px;
	line-height: 1;
}

.jl3right {
	float: right;
	text-align: right;
}

.jr3td {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 96px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	background: #b39b77;
	color: #fff;
	font-size: 14px;
	border-radius: 6px;
	z-index: 3;
}

.jr3date {
	display: block;
	color: #b39b77;
	font-size: 14px;
	margin-top: 10px;
}

.cttxt1 {
	color: #b89a66;
	font-size: 20px;
}

.ct2wz {
	line-height: 1.5;
	color: #666;
	font-size: 15px;
}

.ctnum {
	margin-top: 30px;
	line-height: 1.5;
}

.ctnicon {
	display: inline-block;
	vertical-align: middle;
	color: #dab968;
	font-size: 30px;
}

.ctnnumber {
	display: inline-block;
	vertical-align: middle;
	color: #b29575;
	font-size: 28px;
	margin-left: 10px;
}

.ctadr {
	line-height: 1.5;
}

.cttxt2 {
	display: inline-block;
	vertical-align: text-top;
	width: 80%;
	margin-left: 10px;
}

.ctatxt {
	color: #b29575;
	font-size: 16px;
	margin-bottom: 10px;
}

.ibcover {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1260px;
	transform: translate(-50%, -50%);
}

.biicon1 {
	background: url(../images/bi1.png) no-repeat;
	background-size: contain;
}

.bieng {
	display: block;
	/*font-family: "Futura-Medium-6";*/
	color: #fff;
	font-size: 34px;
	line-height: 1.2;
}

.bich {
	color: #fff;
	font-size: 18px;
	letter-spacing: 15px;
}

.biicon2 {
	background: url(../images/bi2.png) no-repeat;
	background-size: contain;
}

.bicb {
	color: #313783;
}

.biicon3 {
	background: url(../images/bi3.png) no-repeat;
	background-size: contain;
}

.biicon4 {
	background: url(../images/bi4.png) no-repeat;
	background-size: contain;
}

.biicon5 {
	background: url(../images/bi5.png) no-repeat;
	background-size: contain;
}

.bitb {
	display: block;
	width: 50px;
	height: 50px;
}

.index-content {
	position: relative;
	background: #fff;
	z-index: 2;
	margin-top: 100vh;
}

.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
	}
}

.banner-cover {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 1590px;
	background: #fff;
	box-sizing: border-box;
	padding: 20px 65px 20px 330px;
}

.inrmt {
	position: absolute;
	left: 0;
	top: 0;
}

.inrbot {
	float: right;
	width: 75%;
}

.bcnews {
	float: left;
	width: 34%;
}

.bnyw {
	position: relative;
}

.bcntitle {
	position: relative;
	color: #a6927a;
	font-size: 14px;
	padding-bottom: 5px;
}

.bcntitle:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #e1e0cb;
}

.bcntitle:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	width: 50px;
	height: 2px;
	background: #b2aba5;
}

.bcnbt {
	display: block;
	color: #d83530;
	font-size: 20px;
	margin-top: 5px;
}

.bcndate {
	display: block;
	color: #b6a18c;
	font-size: 24px;
	line-height: 1.5;
	font-weight: bold;
}

.bcndesc {
	color: #999;
	font-size: 14px;
	line-height: 1.5;
	height: 42px;
	overflow: hidden;
}

.bcnmore {
	display: block;
	color: #b9a288;
	font-size: 14px;
	margin-top: 30px;
}

.bg-csdc {
	background: #ff9000;
	width: 200%;
	padding: 60px 0 50px 50px;
}

.bwbgp {
	width: 47%;
}

.bg-djk {
	background: #2e8574;
	width: 200%;
	padding: 60px 0 90px 50px;
}

.wzts {
	color: #ba926e;
}

.join-wrap {
	overflow: hidden;
}

.srjg {
	color: #acacac;
	font-size: 14px;
}
