@charset "UTF-8";

/*整屏滚动*/
.section-group {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition: 1s cubic-bezier(.86, 0, .07, 1);
	transition: 1s cubic-bezier(.86, 0, .07, 1);
}

.section-group section {
	position: relative;
}

.nav {
	position: fixed;
	right: 2em;
	top: 45%;
}

.nav li {
	list-style: none;
	width: 18px;
	height: 18px;
}

.nav li span {
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	margin-top: 0.6em;
	border: 2px solid #9a9ca2;
	box-sizing: border-box;
}

.nav li span:hover {
	cursor: pointer;
}

.nav li span.active {
	background-color: #b79554;
	border: none;
}

#fp-nav ul li,
.fp-slidesNav ul li {
	width: 18px !important;
	height: 18px !important;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	border: 1px solid #9b9da1 !important;
	width: 18px !important;
	height: 18px !important;
	box-sizing: border-box;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
	background: #b79554 !important;
	border: none !important;
}

/*===首页===*/
/*banner*/
.index_banner {
	width: 100%;
}

.index_banner .item {
	width: 100%;
	height: 1080px;
	background-repeat: no-repeat;
	background-position: center top;
}

/*轮播条*/
.index_banner .hd {
	position: absolute;
	bottom: 87px;
	z-index: 1;
	left: 50%;
	margin-left: -150px;
}

.index_banner .hd ul {
	overflow: hidden;
	zoom: 1;
}

.index_banner .hd ul li {
	float: left;
	cursor: pointer;
	width: 60px;
	height: 4px;
	background: rgba(255, 255, 255, 0.3);
	margin: 0 20px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Cffffff, endColorstr=#4Cffffff);
}

.index_banner .hd ul li span {
	width: 0%;
	height: 100%;
	background: #fff;
	display: block;
}

.index_banner .hd ul li.on span {
	width: 100%;
	animation: width 6s linear 0s;
	-webkit-animation: width 6s linear 0s;
	-moz-animation: width 6s linear 0s;
	-ms-animation: width 6s linear 0s;
	-o-animation: width 6s linear 0s;
}

:root .index_banner .hd ul li {
	filter: none;
}

:root .index_banner .item {
	filter: none;
}

/*向下按钮*/
.bannerWrap {
	position: relative;
}

.bannerWrap .down {
	position: absolute;
	width: 26px;
	height: 60px;
	bottom: 10px;
	left: 50%;
	margin-left: -13px;
	cursor: pointer;
}

.bannerWrap .down img {
	width: 100%;
	position: absolute;
}

.bannerWrap .down .img1 {
	left: 0;
	bottom: 34px;
	animation: fulldown1 1s linear 0s infinite;
	-webkit-animation: fulldown1 1s linear 0s infinite;
	-moz-animation: fulldown1 1s linear 0s infinite;
	-ms-animation: fulldown1 1s linear 0s infinite;
	-o-animation: fulldown1 1s linear 0s infinite;
}

.bannerWrap .down .img2 {
	left: 0;
	bottom: 40px;
	animation: fulldown2 1s linear 0.2s infinite;
	-webkit-animation: fulldown2 1s linear 0.2s infinite;
	-moz-animation: fulldown2 1s linear 0.2s infinite;
	-ms-animation: fulldown2 1s linear 0.2s infinite;
	-o-animation: fulldown2 1s linear 0.2s infinite;
}

/*banner图*/
.index_banner .item a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	cursor: default;
}

.index_banner .item a img {
	display: block;
	position: absolute;
}

.index_banner .item .banner01 .img1 {
	left: 18.96%;
	top: 45.31%;
	animation: banner1_right 1.5s ease-out 0.5s;
	-webkit-animation: banner1_right 1.5s ease-out 0.5s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}

.index_banner .item .banner01 .img2 {
	left: 18.96%;
	top: 55.13%;
	animation: banner1_left 1.6s ease-out 2s;
	-webkit-animation: banner1_left 1.6s ease-out 2s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}

.index_t {
	font-size: 24px;
	color: #ccc;
	line-height: 30px;
	text-align: center;
}

.index_t h3 {
	font-size: 48px;
	font-weight: 800;
	color: #000;
	line-height: 56px;
	text-align: center;
}

/*核心业务*/
.index_o {
	width: 100%;
	overflow: hidden;
	mi-n-width: 1370px;
}

.index_o_o {
	text-align: center;
	/*padding-top: 100px;*/
}

.index_o_o p {
	color: #000000;
	font-size: 44px;
	font-weight: bold;
}

.index_o_o span {
	color: #737373;
	font-size: 16px;
}

.index_o_s {
	margin: 0 150px;
}

.index_o_s ul {
	margin-top: 39px;
}

.index_o_s li {
	width: 33.33%;
	height: 216px;
	text-align: center;
	margin-top: 16px;
}

.index_o_s li div {
	height: 62px;
}

.index_o_s li span {
	color: #000000;
	font-size: 24px;
	margin-top: 20px;
	display: block;
}

.index_o_s li p {
	color: #999;
	font-size: 18px;
	margin-top: 12px;
}

.index_o_s li a {
	color: #000;
	font-size: 14px;
	display: block;
	margin: auto;
	width: 140px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #eaeaea;
	box-sizing: border-box;
	margin-top: 20px;
	transition: all 0.3s;
}

.index_o_s li a:hover {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}

/*集团优势*/
.index_t {
	width: 100%;
	background: url(../images/index_ysbg.jpg) no-repeat 40%;
	position: relative;
	overflow: hidden;
	min-width: 1280px;
}

/* .index_t_o{width: 690px;height: 627px;position: absolute;left: 150px;top: 150px;} */
/* .index_t_o{width: 690px;height: 645px;position: absolute;left: 150px;top: 100px;} */
.index_t_o {
	width: 690px;
	height: 645px;
	margin: 100px 0 0 150px;
	*margin: 60px 0 0 120px;
	margin: 60px 0 0 120px\0;
}

.index_t_o ul {
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	text-align: center;
	margin-right: 24px;
	margin-top: 24px;
	*width: 240px;
	width: 240px\0;
	*height: 240px;
	height: 240px\0;
	/**padding:20px;
	padding:20px\0;*/
}

.index_t_o ul .li1 {
	height: 42px;
	margin-top: 65px;
	*margin-top: 45px;
	margin-top: 45px\0;
}

.index_t_o ul .li2 {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
}

.index_t_o ul .li3 {
	color: #999;
	font-size: 18px;
	line-height: 30px;
	margin-top: 14px;
}

/* .index_t_s{position: absolute;top:20%;right:20%;} */
/*.index_t_s{
	*margin-right: 40px;
	margin-right: 40px\0;
}*/
.index_t_s p {
	color: #eff0f2;
	font-size: 60px;
	font-weight: bold;
	text-align: left;
	line-height: 60px;
}

.index_t_s span {
	color: #000;
	font-size: 40px;
	text-align: left;
	display: block;
	margin-top: 30px;
}

/*集团分布*/
.index_s {
	width: 100%;
	background: url(../images/index_fbbg.jpg) no-repeat center right;
	overflow: hidden;
	min-width: 1280px;
}

.index_s .index_t_s {
	left: 180px;
	top: 150px;
}

/*.index_s_s{width:93%;margin: auto;padding-top: 406px;}*/
/*.index_sub{}*/
.index_sub .list {
	padding-top: 400px;
	position: relative;
}

.index_sub .list .item {
	margin: 0 25px;
	overflow: hidden;
}

.index_sub .list .item .img {
	overflow: hidden;
	border: 1px solid #eee;
	padding: 10px;
	box-sizing: border-box;
}

.index_sub .list .item:hover h5 {
	color: #be915b;
}

.index_sub .list .item .img:hover {
	border: 1px solid #be915b;
}

.index_sub .inner_index2 {
	width: 92.18%;
	margin: 0 auto;
	max-width: 1770px;
}

.index_sub h5 {
	font-size: 18px;
	color: #3f3f3f;
	margin-top: 18px;
	text-align: center;
}

.index_sub .owl-controls .owl-page span {
	margin: 2px 10px !important;
	background: #ccc !important;
}

.index_sub .owl-controls .owl-page.active span {
	background: #666 !important;
}

.index_sub .owl-buttons div img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -13px;
	margin-left: -7px;
}

.index_sub .owl-theme .owl-controls .owl-buttons div {
	background: none !important;
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	width: 50px;
}

.index_sub .owl-theme .owl-controls {
	margin-top: 40px;
}

.index_sub .owl-theme .owl-controls .owl-buttons .owl-next {
	top: 60%;
	right: -60px;
}

.index_sub .owl-theme .owl-controls .owl-buttons .owl-prev {
	top: 60%;
	left: -100px;
}

/*新闻中心*/
.index_f {
	width: 100%;
	background: url(../images/index_xwbg_02.jpg) no-repeat left center;
	overflow: hidden;
	min-width: 1280px;
}

.index_f_lg {
	padding-top: 5%;
	margin-left: 40%;
}

.index_f_lgs {
	margin-left: 11%;
	padding-top: 4%;
}

.index_f_lg_s {
	width: 704px;
}

.index_f_lg_s .z p {
	color: #000000;
	font-size: 30px;
}

.index_f_lg_s .z span {
	color: #ccc;
	font-size: 18px;
	display: block;
	margin-top: 5px;
}

.index_f_lg_s .y {
	display: block;
	color: #bcbcbc;
	font-size: 16px;
	margin-top: 46px;
}

.index_f_lg_s .y img {
	margin-top: 3px;
	padding-left: 3px;
}

.index_f_lg_s .y:hover {
	color: #be915b !important;
}

.index_f_lg_x {
	margin-top: 20px;
	width: 710px;
}

.index_f_lg_x .le {
	width: 97px;
	height: 88px;
	background: #f5f6f8;
	text-align: center;
}

.index_f_lg_x .le p {
	color: #000000;
	font-size: 28px;
	margin-top: 12px;
}

.index_f_lg_x .le span {
	color: #979797;
	font-size: 16px;
}

.index_f_lg_x .ri {
	width: 580px;
	margin-left: 25px;
}

.index_f_lg_x .ri a {
	display: block;
	color: #000000;
	font-size: 20px;
}

.index_f_lg_x .ri a:hover {
	color: #be915b;
}

.index_f_lg_x .ri p {
	color: #999;
	font-size: 16px;
	line-height: 28px;
	margin-top: 8px;
}

.index_f_lg_xs {
	margin-top: 20px;
}

/*合作伙伴*/
.index_w {
	position: relative;
	overflow: hidden;
	min-width: 1280px;
}

.index_w_o {
	margin-top: 60px;
}

.index_w_s {
	margin: auto;
	/*margin-top: 107px;*/
	width: 1280px;
}

.index_w_s p {
	width: 214px;
	height: 74px;
	background: url(../images/img.png) no-repeat center top;
	float: left;
	margin-left: 14px;
	margin-top: 43px;
}

.index_w_s .p1 {
	background-position: 0 0;
}

.index_w_s .p2 {
	background-position: 0 -88px;
}

.index_w_s .p3 {
	background-position: 0 -177px;
}

.index_w_s .p4 {
	background-position: 0 -264px;
}

.index_w_s .p5 {
	background-position: 0 -350px;
}

.index_w_s .p6 {
	background-position: 0 -437px;
}

.index_w_s .p7 {
	background-position: 0 -525px;
}

.index_w_s .p8 {
	background-position: 0 -614px;
}

.index_w_s .p9 {
	background-position: 0 -703px;
}

.index_w_s .p10 {
	background-position: 0 -787px;
}

.index_w_s .p11 {
	background-position: 0 -873px;
}

.index_w_s .p12 {
	background-position: 0 -961px;
}

.index_w_s .p1:hover {
	background-position: -232px 0;
}

.index_w_s .p2:hover {
	background-position: -232px -87px;
}

.index_w_s .p3:hover {
	background-position: -233px -176px;
}

.index_w_s .p4:hover {
	background-position: -232px -264px;
}

.index_w_s .p5:hover {
	background-position: -232px -349px;
}

.index_w_s .p6:hover {
	background-position: -232px -438px;
}

.index_w_s .p7:hover {
	background-position: -232px -525px;
}

.index_w_s .p8:hover {
	background-position: -233px -614px;
}

.index_w_s .p9:hover {
	background-position: -231px -702px;
}

.index_w_s .p10:hover {
	background-position: -231px -787px;
}

.index_w_s .p11:hover {
	background-position: -230px -872px;
}

.index_w_s .p12:hover {
	background-position: -233px -961px;
}

@media screen and (max-width:1920px) {
	.header_n ul li a{
		font-size: 20px;
	}
	.footer{
		/*margin-bottom: 140px !important;*/
	}
	.adjust-style {
		/* margin-top: -160px !important; */
		display: block !important;
	}

	.adjust {
		width: 100% !important;
		margin: 5% 0 0 50% !important;
	}
	.index_f_lg_x {
	    margin-top: 50px;
	    width: 710px;
	}

	.cell-style {
		display: block !important;
		overflow-x: hidden !important;
	}

	.advantage-width {
		width: 39% !important;
		padding-top: 100px !important;
	}

	.list-width {
		width: 40% !important;
	}
	.index_t_o ul {
		width: 280px;
		height: 280px;
	}
}

@media screen and (max-width:1600px) {
	.header_n ul li a{
		font-size: 18px;
	}
	.index_o_o {
		padding-top: 80px;
	}

	.index_o_o p {
		font-size: 40px;
	}

	.index_o_s li {
		height: 200px;
	}

	.index_o_s li span {
		font-size: 22px;
		margin-top: 8px;
	}

	.index_o_s li p {
		font-size: 16px;
		margin-top: 6px;
	}

	.index_o_s li a {
		margin-top: 14px;
		width: 110px;
		line-height: 30px;
	}

	.index_o_s ul {
		margin-top: 26px;
	}

	.index_t_s p {
		font-size: 50px;
	}

	.index_t_s span {
		font-size: 30px;
	}

	.index_t_o {
		width: 591px;
		height: 548px;
	}

	.index_t_o ul {
		width: 260px;
		height: 260px;
	}

	.index_t_o ul .li1 {
		margin-top: 36px;
	}

	.index_t_o ul .li2 {
		font-size: 22px;
	}

	.index_t_o ul .li3 {
		font-size: 16px;
	}

	.index_s .index_t_s {
		left: 120px;
		top: 80px;
	}

	.index_sub .list {
		padding-top: 320px;
	}

	.index_f_lgs {
		padding-top: 3%;
	}

	.index_f_lg_s {
		width: 660px;
	}

	.index_f_lg_x {
		width: 660px;
	}

	.index_f_lg_x .ri {
		width: 540px;
	}

	.index_w_o {
		margin-top: 0;
	}
	.adjust {
		width: 100% !important;
		margin: 2% 0 0 40% !important;
	}
	.index_f_lg_x {
	    margin-top: 20px;
	    width: 710px;
	}
}

@media screen and (max-width:1400px) {
	.index_o_o {
		padding-top: 65px;
	}

	.index_o_o p {
		font-size: 40px;
	}

	.index_o_s li {
		height: 180px;
	}

	.index_o_s li span {
		font-size: 21px;
		margin-top: 7px;
	}

	.index_o_s li p {
		font-size: 15px;
		margin-top: 4px;
	}

	.index_o_s li a {
		margin-top: 12px;
		width: 105px;
		line-height: 30px;
	}

	.index_o_s ul {
		margin-top: 24px;
	}

	.header_n ul {
		margin-left: 100px;
	}

	.header_n ul li {
		margin-right: 25px;
	}

	.header_n {
		width: 1200px;
	}

	.header_n ul li a {
		font-size: 16px;
	}

	.footer_o {
		width: 1200px;
	}

	.index_t_s p {
		font-size: 40px;
	}

	.index_t_s span {
		font-size: 25px;
	}

	.index_t_o {
		width: 490px;
		height: 448px;
	}

	.index_t_o ul {
		width: 240px;
		height: 240px;
	}

	.index_t_o ul .li1 {
		margin-top: 30px;
	}

	.index_t_o ul .li2 {
		font-size: 20px;
		margin-top: 16px;
	}

	.index_t_o ul .li3 {
		font-size: 14px;
		line-height: 20px;
		margin-top: 10px;
	}

	.index_s .index_t_s {
		left: 120px;
		top: 50px;
	}

	.index_sub .list {
		padding-top: 260px;
	}

	.index_f_lgs {
		padding-top: 2%;
	}

	.index_f_lg_s {
		width: 600px;
	}

	.index_f_lg_x {
		width: 600px;
	}

	.index_f_lg_x .ri {
		width: 475px;
	}

	.index_w_s {
		width: 960px;
		margin-top: 0;
	}

	.index_w_o {
		margin-top: 0;
	}
}

@media screen and (max-width:1200px) {
	.header_n {
		width: 1080px;
	}

	.index_o_o {
		padding-top: 50px;
	}

	.index_o_o p {
		font-size: 30px;
	}

	.index_o_s li {
		height: 180px;
	}

	.index_o_s li span {
		font-size: 20px;
		margin-top: 6px;
	}

	.index_o_s li p {
		font-size: 14px;
		margin-top: 3px;
	}

	.index_o_s li a {
		margin-top: 10px;
		width: 100px;
		line-height: 30px;
	}

	.index_o_s ul {
		margin-top: 22px;
	}

	.header_n ul {
		margin-left: 60px;
	}

	.header_n ul li {
		margin-right: 15px;
	}

	.header_n {
		width: 1080px;
	}

	.footer_o {
		width: 1080px;
	}

	.index_t_o {
		left: 60px;
		width: 440px;
    	height: 440px;
	}

	.index_t_o ul .li3 {
		font-size: 12px;
		line-height: 18px;
		margin-top: 10px;
	}

	.index_f_lg {
		padding-top: 1%;
	}

	.index_f_lgs {
		padding-top: 2%;
	}

	.index_f_lg_xs {
		margin-top: 5px;
	}

	.index_f_lg_x .ri p {
		font-size: 14px;
	}

	.index_f_lg_x .ri {
		width: 450px;
	}

	.index_f_lg_x .le {
		width: 90px;
		height: 81px;
	}

	.index_w_s p {
		margin-top: 13px;
	}
}





/*404*/
.cuowu {
	width: 100%;
	background: url(../images/404.jpg) no-repeat center top;
}

.cuowu .s {
	padding-top: 700px;
}

.cuowu .s a {
	display: block;
	width: 138px;
	line-height: 44px;
	text-align: center;
	border: 1px solid #ddb77b;
	color: #ddb77b;
	font-size: 16px;
	border-radius: 10px;
	margin: auto;
}

/*关于我们*/
/*banner*/
.about_banner .en {
	font-size: 60px;
	text-transform: uppercase;
}

.about_banner .inner_index h4 {
	font-size: 24px;
}

.about_banner .inner_index {
	padding-top: 254px;
	color: #fff;
}

/*集团简介*/
.about_t {
	width: 100%;
	height: 454px;
	background: url(../images/gywm01.jpg) no-repeat center top;
	margin: auto;
	margin-top: 110px;
}

.about_t .about_tit {
	text-align: right;
	margin-right: 40px;
	margin-top: -24px;
}

.about_t .about_txt {
	margin-top: 10px;
}

.about_t .about_txt p {
	color: #555;
	font-size: 14px;
	width: 695px;
	margin-left: 485px;
	text-indent: 30px;
	line-height: 28px;
	text-align: justify;
	margin-right: 36px;
}

/*愿景*/
.about_s {
	width: 100%;
	margin-top: 165px;
}

.about_s dl {
	width: 25%;
	*width: 24.9%;
	height: 400px;
	text-align: center;
	float: left;
}

.about_s dl dt {
	width: 85px;
	height: 85px;
	background-image: url(../images/about_icon.png);
	background-repeat: no-repeat;
	margin: auto;
}

.about_s dl dd {
	text-align: center;
}

.about_s dl dd span {
	display: block;
	color: #000000;
	font-weight: bold;
	font-size: 30px;
	margin-top: 20px;
}

.about_s dl p {
	width: 100%;
	height: 82px;
}

.about_s dl dd p {
	color: #999999;
	font-size: 18px;
	line-height: 35px;
	margin-top: 25px;
}

.about_s .dlo {
	background: #f2f3f4;
}

.about_s .dlo dt {
	background-position: 0 0;
}

.about_s .dlt {
	background: #fafbfc;
}

.about_s .dlt dt {
	background-position: -186px 0;
}

.about_s .dls {
	background: #f2f3f4;
}

.about_s .dls dt {
	background-position: -383px 0;
}

.about_s .dlf {
	background: #fafbfc;
}

.about_s .dlf dt {
	background-position: -585px 0;
}

.about_s dl:hover {
	background: #222222;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}

.about_s dl:hover dd span {
	color: #c4983f;
}

.about_s dl:hover dd p {
	color: #c4983f;
}

.about_s .dlo:hover dt {
	background-position: -92px 0;
}

.about_s .dlt:hover dt {
	background-position: -284px 0;
}

.about_s .dls:hover dt {
	background-position: -483px 0;
}

.about_s .dlf:hover dt {
	background-position: -671px 0;
}

/*总部环境*/
.about_tit {
	text-align: center;
}

.about_tit h3 {
	font-size: 48px;
	font-weight: 800;
}

.about_tit p {
	color: #999999;
	text-transform: uppercase;
	font-size: 24px;
}

.about_f {
	padding: 95px 0 80px;
}

.about_f .x {
	margin-top: 68px;
}

.about_f .x img {
	display: block;
	margin: auto;
}

.about_w {
	width: 100%;
	padding: 100px 0 118px;
}

.about_w .x {
	margin-top: 70px;
}

.about_w .x img {
	display: block;
	margin: auto;
}

/*大事记*/
.about_event {
	height: 500px;
	position: relative;
	background-image: url(../images/gywm03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.about_event .about_tit {
	padding-top: 58px;
}

.about_event .about_tit h3,
.about_event .about_tit p {
	color: #fff;
}

.event-line-main {
	position: relative;
	z-index: 1;
	width: 1080px;
	text-align: center;
	margin: 0 auto
}

.event-line-main .title {
	font-size: 32px;
	font-weight: 700;
	color: #fefefe;
	line-height: 42px
}

.event-line-warp {
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 1
}

.event-list-main {
	width: 100%;
}

.event-axis {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 70px;
	height: 30px;
	background: url(../images/time/time_line1.png) center
}

.event-list-main ul {
	overflow: hidden
}

.event-list-main li {
	display: block;
	float: left;
	width: 270px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding-top: 228px;
	position: relative;
}

.event-list-main li>i {
	display: block;
	width: 70px;
	height: 70px;
	background: url(../images/time/time_dot.png) center no-repeat;
	margin: 0 auto;
	font-size: 16px;
	text-align: center;
	line-height: 70px;
	color: #333;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}

.event-p-n,
.event-txt,
.event-txt>i,
.bar {
	position: absolute
}

.event-list-main li>p {
	font-size: 18px;
	line-height: 60px;
}

.event-p-n {
	top: 243px;
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(../images/time/flow_icons.png)
}

.event-p-n.prev {
	displ-ay: none;
	left: 0;
	background-position: 0 0;
}

.event-p-n.prev:hover {
	background-position: -40px 0;
}

.event-p-n.next {
	right: 0;
	background-position: 0 -40px;
}

.event-p-n.next:hover {
	background-position: -40px -40px
}

.event-txt {
	width: 300px;
	padding: 10px 10px 8px;
	z-index: 9;
	top: 186px;
	background: url(../images/time/transparent30.png);
	border-radius: 4px;
	text-align: center;
}

.event-txt>i {
	left: 50%;
	margin-left: -9.5px;
	bottom: -10px;
	width: 19px;
	height: 10px;
	background: url(../images/time/flow_arrow.png) no-repeat
}

.event-txt .p {
	margin-top: 7px;
}

.event-txt .img img {
	width: 300px;
	height: 136px;
}

/*客户服务*/
.service_o {
	width: 1480px;
	margin: auto;
}

.service_o_o {
	width: 100%;
	height: 606px;
	background: url(../images/kufw01.jpg) no-repeat center left;
	margin-top: 70px;
}

.service_o_o_n {
	width: 756px;
	color: #181818;
	margin-right: 80px;
	text-align: justify;
}

.service_o_o_n h3 {
	font-size: 60px;
	font-weight: bold;
	margin-top: 232px;
}

.service_o_o_n p {
	font-size: 24px;
	font-weight: bold;
	line-height: 44px;
	margin-top: 40px;
}

.service_o_o_n span {
	font-size: 16px;
	display: block;
	line-height: 30px;
	margin-top: 43px;
}

.service_o_t {
	width: 100%;
	height: 579px;
	background: url(../images/khfw02.jpg) no-repeat center right;
	margin-top: 70px;
}

.service_o_s {
	width: 100%;
	height: 579px;
	background: url(../images/khfw03.jpg) no-repeat center left;
	margin-top: 70px;
}

.service_o_t {
	width: 100%;
	height: 579px;
	background: url(../images/khfw04.jpg) no-repeat center right;
	margin-top: 70px;
}

.service_o_t .service_o_o_n {
	margin-left: 40px;
}

.service_o_t .service_o_o_n h3 {
	margin-top: 130px;
}

.service_o_s .service_o_o_n {
	margin-right: 100px;
}

.service_o_s .service_o_o_n h3 {
	margin-top: 180px;
}

.service_t {
	width: 245px;
	margin: auto;
	margin-top: 168px;
	padding-bottom: 195px;
}

.service_t p {
	width: 245px;
	height: 245px;
	background: url(../images/kufw_ewm.png) no-repeat center;
}

.service_t span {
	color: #333333;
	font-size: 17px;
	text-align: center;
	display: block;
	margin-top: 30px;
}

/*联系我们*/
.lxwm_n {
	background: #fff;
	margin-top: -90px;
	padding-top: 90px;
}

.lxwm_o {
	padding-top: 100px;
	width: 1120px;
	box-shadow: 0px 0px 0px #fff;
	margin: auto;
}

.lxwm_o ul {
	width: 330px;
	height: 110px;
	text-align: center;
	border-right: 1px dashed #cacbcb;
	box-sizing: border-box;
	margin-bottom: 70px;
	box-shadow: 0px 0px 0px #fff;
	font-size: 16px;
}

.lxwm_o ul .li1 {
	margin-top: -18px;
}

.lxwm_o ul .li2 {
	color: #1c1e20;
	margin-top: 20px;
}

.lxwm_o ul .li3 {
	color: #383a3c;
	font-weight: bold;
	margin-top: 3px;
	line-height: 28px;
}

.lxwm_s h4 {
	text-align: center;
	color: #666666;
	font-size: 18px;
	margin-top: 20px;
}

.lxwm_s {
	padding-bottom: 125px;
}

.lxwm_s_x ul li strong {
	display: block;
	font-size: 24px;
	padding-top: 28px;
	margin-left: 104px;
}

.lxwm_s_x ul li span {
	display: block;
	font-size: 16px;
	line-height: 40px;
	margin-top: 38px;
	margin-left: 104px;
}

.lxwm_s_x ul li span p {
	line-height: 30px;
}

.lxwm_s_x ul li {
	width: 588px;
	height: 220px;
	background: #fff;
	margin-top: 20px;
	color: #333333;
	margin-left: 10px;
}

.lxwm_bt {
	width: 266px;
	height: 67px;
	margin: auto;
	border: 2px solid #b79554;
	box-sizing: border-box;
}

.lxwm_bt p {
	width: 237px;
	text-align: center;
	color: #595959;
	font-size: 26px;
	background-color: #fff;
	margin: auto;
	margin-top: -20px;
}

.lxwm_bt span {
	display: block;
	text-align: center;
	color: #b79554;
	font-size: 24px;
	margin-top: 10px;
}

/*人才招聘*/
.rczp_n {
	width: 1261px;
	height: 531px;
	background: url(../images/rczp01.jpg) no-repeat center top;
	margin: auto;
	margin-top: 66px;
}

.rczp_n_o {
	width: 575px;
	color: #333;
	padding-top: 110px;
	margin-left: 30px;
}

.rczp_n_o p {
	font-size: 26px;
	font-weight: bold;
}

.rczp_n_o span {
	font-size: 16px;
	line-height: 30px;
	margin-top: 20px;
	display: block;
}

.rczp_t {
	padding-bottom: 73px;
}

.rczp_t .dakh {
	width: 100%;
	background: #fff;
	color: #333333;
	margin-top: 20px;
}

.rczp_t .dakh_s {
	width: 100%;
	height: 62px;
	border-bottom: 1px solid #eee;
	line-height: 62px;
}

.rczp_t .dakh_s strong {
	display: block;
	font-size: 24px;
	margin-left: 30px;
}

.rczp_t .dakh_x {
	margin-left: 30px;
	font-size: 16px;
	margin-top: 9px;
	padding-bottom: 40px;
}

.rczp_t .dakh_x p {
	margin-top: 8px;
	float: left;
	width: 100%;
}

.rczp_t .dakh_x p span {
	display: block;
	float: left;
	line-height: 30px;
}

.rczp_t .dakh_x p .lef {
	margin-left: 28px;
}

.rczp_t .dakh_x p .lefd {
	margin-left: 60px;
}

.rczp_t .tongdao {
	width: 100%;
}

.rczp_t .tongdao p {
	font-size: 16px;
	line-height: 30px;
	margin-left: 30px;
	margin-top: 14px;
	padding-bottom: 14px;
}

/*=====核心业务=====*/
.items {
	position: relative;
	top: -47px;
	padding-bottom: 30px;
}

.items .search .btn_search {
	width: 270px;
	height: 100px;
	border: 0;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	background: #b58c41;
	font-size: 36px;
	font-weight: bold;
	color: #fefefe;
	line-height: 100px;
	padding: 0;
	cursor: pointer;
	font-family: "微软雅黑", Microsoft YaHei;
	background-image: -moz-linear-gradient(0deg, rgb(204, 170, 108) 0%, rgb(181, 140, 65) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(204, 170, 108) 0%, rgb(181, 140, 65) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(204, 170, 108) 0%, rgb(181, 140, 65) 100%);
	box-shadow: 0px 30px 30px 0px rgba(203, 168, 106, 0.1);
	-webkit-box-shadow: 0px 30px 30px 0px rgba(203, 168, 106, 0.1);
	-moz-box-shadow: 0px 30px 30px 0px rgba(203, 168, 106, 0.1);
}

.items .search .btn_search img {
	margin-right: 13px;
	position: relative;
	top: 5px;
}

.items .search input {
	width: 700px;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	padding: 25px 55px;
	background-color: #fff;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	font-family: "微软雅黑", Microsoft YaHei;
}

.items .search :-ms-input-placeholder {
	color: #ccc;
}

.items .search ::-webkit-input-placeholder {
	color: #ccc;
}

.items .search :-moz-placeholder {
	color: #ccc;
}

.items .hotWrap {
	width: 997px;
	margin: 16px auto 0;
	position: relative;
	height: 70px;
}

.items .hot {
	width: 970px;
	border-radius: 5px;
	padding: 10px 15px 8px 12px;
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 0;
	height: 34px;
	overflow: hidden;
	z-index: 9;
}

.items .hot .list {
	overflow: hidden;
	width: 910px;
}

.items .hot .list a {
	display: block;
	float: left;
	line-height: 24px;
	color: #333;
	padding: 0 7px;
	margin: 5px 0px 5px 0;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

.items .hot .list a:hover {
	color: #b58c41;
}

.items .hot h4 {
	margin-top: 5px;
	color: #b58c42;
}

.items_type {
	background-color: #fff;
	padding: 22px 0px 2px;
	border: 1px solid #e5e5e5;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
	margin-bottom: 23px;
}

.items_type .t {
	margin: 0 20px;
	border-bottom: 1px dashed #f1f1f1;
}

.items_type .t h3 {
	width: 950px;
	color: #999;
	padding-bottom: 17px;
}

.items_type .t h3 span {
	font-size: 24px;
	color: #000;
	margin: 0 20px 0 5px;
}

.items_type .t .more {
	line-height: 29px;
	color: #999;
}

.items_type .t .more:hover {
	color: #b58c41;
}

.items_type ul {
	margin: 10px 0px 0 27px;
}

.items_type li {
	float: left;
	width: 188px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 5px;
}

.items_type li a {
	color: #242424;
	font-size: 18px;
	position: relative;
}

.items_type li a:hover {
	color: #b58c41;
}

.items_type .iHot {
	display: block;
	width: 19px;
	height: 9px;
	background: url(../images/icon_hot.png);
	position: absolute;
	right: -23px;
	top: 0;
}

.items_close {
	display: block;
	width: 44px;
	height: 44px;
	cursor: pointer;
	background: url(../images/icon_close.png) no-repeat center;
	position: absolute;
	bottom: -35px;
	left: 50%;
	margin-left: -22px;
	display: none;
	z-index: 10;
}

/*搜索结果*/
.search_data {
	width: 976px;
	margin: auto;
	display: none;
}

.search_data h3 {
	margin: 0 25px;
	font-size: 24px;
	border-bottom: 1px dashed #e8e4e4;
	line-height: 35px;
	padding-left: 25px;
	color: #000;
	padding-bottom: 10px;
}

.data_yw {
	padding: 8px 0 0;
	background-color: #fff;
	margin-top: 60px;
}

.data_yw ul {
	margin: 0 24px 0;
}

.data_yw li {
	padding: 18px 25px 16px;
	border-bottom: 1px dashed #f3f3f3;
}

.data_yw li a {
	display: block;
	overflow: hidden;
}

.data_yw li .img {
	width: 183px;
}

.data_yw li .txt {
	width: 676px;
	color: #ccc;
	line-height: 26px;
}

.data_yw li .txt h4 {
	margin: 12px 0 2px 0;
	font-size: 22px;
	color: #333;
}

.data_yw li:hover h4 {
	color: #b58c42;
}

.data_yw li .txt p {
	color: #777;
	font-size: 18px;
	margin-top: 20px;
}

.items_more {
	color: #b58c42;
	text-align: center;
	overflow: hidden;
	line-height: 46px;
	height: 46px;
	display: table;
	cursor: pointer;
	margin: auto;
}

.items_more img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
}

.items_more span {
	display: inline-block;
}

.data_zx {
	padding: 8px 0 0;
	background-color: #fff;
	margin-top: 20px;
}

.data_zx ul {
	margin: 0 25px 0;
}

.data_zx li {
	padding: 17px 24px 13px;
	border-bottom: 1px dashed #f3f3f3;
	line-height: 24px;
}

.data_zx li h4 {
	margin-bottom: 4px;
	font-size: 22px;
	color: #333;
}

.data_zx li .date {
	font-size: 14px;
	color: #999;
}

.data_zx li p {
	color: #777;
	font-size: 18px;
	margin-top: 14px;
}

.data_zx li:hover h4 {
	color: #b58c42;
}

/*业务详情介绍模板*/
.hxywjs_position {
	line-height: 26px;
	font-size: 16px;
	color: #c0c0c0;
	margin-bottom: 14px;
	padding-top: 24px;
}

.hxywjs_position img {
	vertical-align: top;
	margin-right: 2px;
}

.hxywjs_position a,
.hxywjs_position span {
	color: #505050;
}

.hxywjs_position a:hover {
	color: #b79050;
}

.hxywjs_position a,
.showWrap .position span {
	margin: 0 10px;
}

.hxywjs_o {
	margin-top: 20px;
}

.hxywjs_o_z {
	width: 258px;
}

.hxywjs_o_z .one .ulo {
	margin: 0 12px;
	text-align: center;
	padding-top: 22px;
	border-bottom: 1px solid #eee;
	padding-bottom: 22px;
}

.hxywjs_o_z .one .ulo .one_li2 {
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	margin-top: 10px;
}

.hxywjs_o_z .one .ult li {
	width: 100%;
	line-height: 60px;
	cursor: pointer;
}

.hxywjs_o_z .one .ult li p {
	margin: 0 16px;
	color: #333333;
	font-size: 16px;
}

.hxywjs_o_z .one .ult li p span {
	display: block;
	margin-left: 30px;
}

.hxywjs_o_z .one .ult li p span a {
	line-height: 60px;
	display: block;
}

.hxywjs_o_z .one .ult li p img {
	margin-top: 23px;
	display: none;
}

.hxywjs_o_zbg {
	background: #f4f6f8;
}

.hxywjs_o_zbg p img {
	display: block !important;
}

.hxywjs_o_z .one .ult li:hover p span {
	font-weight: bold;
}

.hxywjs_o_z .two {
	margin-top: 16px;
}

.hxywjs_o_z .two_o {
	margin: 0 12px;
	border-bottom: 1px solid #eee;
	line-height: 48px;
}

.hxywjs_o_z .two_o h3 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

.hxywjs_o_z .two_o a {
	color: #CCCCCC;
	font-size: 14px;
	margin-top: 3px;
	display: block;
}

.hxywjs_o_z .two_o a:hover {
	color: #b58c42;
}

.hxywjs_o_z .two ul li {
	padding-bottom: 20px;
}

.hxywjs_o_z .two ul li a {
	display: block;
	color: #999999;
	font-size: 16px;
	margin: 0 18px;
	margin-top: 30px;
}

.hxywjs_o_z .two ul li .o {
	margin-top: 20px;
}

.hxywjs_o_z .two ul li a:hover {
	color: #333333;
}

.hxywjs_o_y {
	width: 885px;
	padding-top: 54px;
	padding-bottom: 182px;
}

.hxywjs_o_y h2 {
	color: #333333;
	font-size: 54px;
	font-weight: bold;
	text-align: center;
}

.hxywjs_o_y_o {
	margin-left: 50px;
	color: #333333;
	margin-top: 74px;
}

.hxywjs_o_y_o p {
	font-size: 24px;
	font-weight: bold;
}

.hxywjs_o_y_o span {
	font-size: 16px;
	display: block;
	line-height: 30px;
	margin-top: 14px;
}

/*=====新闻中心=====*/
.news {
	background-color: #fff;
	padding: 48px 0 82px;
	background: url(../images/news.png) no-repeat center top;
}

.news_t {
	display: table;
	margin: 0 auto 45px;
}

.news_t li {
	float: left;
	margin: 0 70px;
}

.news_t li a {
	display: block;
	line-height: 45px;
	font-size: 30px;
	color: #333;
	font-weight: 800;
}

.news_t li .line {
	display: block;
	width: 50px;
	height: 3px;
	background: #fff;
	margin: auto;
}

.news_t .active .line {
	background: #333;
}

.news_item {
	margin-bottom: 66px;
}

.news_item li a {
	display: block;
	padding: 30px 9px 30px 30px;
	overflow: hidden;
}

.news_item li .date {
	width: 110px;
	line-height: 32px;
	font-size: 24px;
	color: #ccc;
}

.news_item li .date span {
	font-size: 30px;
	color: #333;
	display: block;
	margin: 6px 0 7px;
}

.news_item li .txt {
	width: 909px;
}

.news_item li .txt h5 {
	line-height: 35px;
	font-size: 24px;
	font-weight: 800;
	color: #333;
	margin-bottom: 10px;
}

.news_item li .txt p {
	line-height: 28px;
	font-size: 16px;
	color: #999;
}

.news_item li a:hover {
	background: #f3f4f5;
}

/*页码*/
.pagination {
	display: table;
	margin: 0 auto;
}

.pagination li {
	float: left;
	height: 40px;
	background-color: #f3f4f5;
	margin: 0 5px;
	border-radius: 3px;
	text-align: center;
}

.pagination li a,
.pagination li span {
	width: 40px;
	height: 100%;
	display: block;
	line-height: 40px;
	font-size: 18px;
	color: #ccc;
}

.pagination .active {
	background: #333;
}

.pagination .active a,
.pagination .active span {
	color: #fefefe;
	background-color: #333;
	border-radius: 3px;
}

.pagination li:hover a {
	color: #333;
}

.pagination .active:hover {
	background-color: #333;
}

.pagination .active:hover a {
	color: #fefefe;
	cursor: default;
}

.pagination .ellipsis {
	background: none;
}

.pagination .prev,
.pagination .next {
	background-image: url(../images/news_arrows.png);
	background-repeat: no-repeat;
}

.pagination .prev {
	background-position: 0 0;
}

.pagination .prev:hover {
	background-color: #d4d6d8;
	background-position: 0px -40px;
}

.pagination .next {
	background-position: -40px 0;
}

.pagination .next:hover {
	background-color: #d4d6d8;
	background-position: -40px -40px;
}

/*=====新闻中心详情=====*/
.showWrap {
	padding-bottom: 102px;
}

.showWrap .position {
	line-height: 26px;
	font-size: 16px;
	color: #fffefe;
	margin-bottom: 14px;
}

.showWrap .position img {
	vertical-align: top;
	margin-right: 2px;
}

.showWrap .position a {
	color: #fffefe;
}

.showWrap .position a,
.showWrap .position span {
	margin: 0 10px;
}

.show_txt {
	padding: 60px 165px 106px;
}

.show_txt_t {
	font-size: 48px;
	color: #333;
	font-weight: 800;
	text-align: center;
	line-height: 86px;
	width: 750px;
	margin: auto;
}

.show_txt_d {
	width: 400px;
	margin: 46px auto 76px;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	text-align: center;
	font-size: 18px;
	color: #999;
	line-height: 30px;
	padding: 17px 0;
}

.show_txt_p {
	line-height: 28px;
	font-size: 16px;
}

/*轮播条动画*/
@keyframes width {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}

@-webkit-keyframes width {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}

@-moz-keyframes width {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}

/*向下按钮*/
@keyframes fulldown1 {
	0% {
		transform: scale(.5);
		opacity: 0;
		bottom: 34px;
	}

	50% {
		transform: scale(.7);
		opacity: 1;
		bottom: 24px;
	}

	100% {
		transform: scale(1);
		opacity: 0;
		bottom: 14px;
	}
}

@-webkit-keyframes fulldown1 {
	0% {
		transform: scale(.5);
		opacity: 0;
		bottom: 34px;
	}

	50% {
		transform: scale(.7);
		opacity: 1;
		bottom: 24px;
	}

	100% {
		transform: scale(1);
		opacity: 0;
		bottom: 14px;
	}
}

@-moz-keyframes fulldown1 {
	0% {
		transform: scale(.5);
		opacity: 0;
		bottom: 34px;
	}

	50% {
		transform: scale(.7);
		opacity: 1;
		bottom: 24px;
	}

	100% {
		transform: scale(1);
		opacity: 0;
		bottom: 14px;
	}
}

@keyframes fulldown2 {
	0% {
		transform: scale(.4);
		opacity: 0;
		bottom: 40px;
	}

	50% {
		transform: scale(.6);
		opacity: 1;
		bottom: 30px;
	}

	100% {
		transform: scale(.9);
		opacity: 0;
		bottom: 20px;
	}
}

@-webkit-keyframes fulldown2 {
	0% {
		transform: scale(.4);
		opacity: 0;
		bottom: 40px;
	}

	50% {
		transform: scale(.6);
		opacity: 1;
		bottom: 30px;
	}

	100% {
		transform: scale(.9);
		opacity: 0;
		bottom: 20px;
	}
}

@-moz-keyframes fulldown2 {
	0% {
		transform: scale(.4);
		opacity: 0;
		bottom: 40px;
	}

	50% {
		transform: scale(.6);
		opacity: 1;
		bottom: 30px;
	}

	100% {
		transform: scale(.9);
		opacity: 0;
		bottom: 20px;
	}
}

/*banner1*/
@keyframes banner1_right {
	from {
		opacity: 0;
		left: 5%;
	}

	to {
		opacity: 1;
		left: 18.96%;
	}
}

@-webkit-keyframes banner1_right {
	from {
		opacity: 0;
		left: 5%;
	}

	to {
		opacity: 1;
		left: 18.96%;
	}
}

@keyframes banner1_left {
	from {
		opacity: 0;
		left: 35%;
	}

	to {
		opacity: 1;
		left: 18.96%;
	}
}

@-webkit-keyframes banner1_left {
	from {
		opacity: 0;
		left: 35%;
	}

	to {
		opacity: 1;
		left: 18.96%;
	}

}
