html {
	scroll-behavior: smooth;
}

body {}

body.homebj {
	background: url(../../img/body.jpg) no-repeat top center;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}


/* ----- 分页数字条效果 开始 ----- */
.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	padding: 8px 12px;
	margin: 0 5px;
	border-radius: 3px;
}

.pagination span {
	color: #333;
	font-size: 14px;
	padding: 8px 2px;
	margin: 0 5px;
	border-radius: 3px;
}

.pagination a:hover {
	color: #a79058;
	border: 1px solid #a79058;
}

.pagination a.page-num-current {
	color: #fff;
	background: #a79058;
	border: 1px solid #a79058;
}

.cf_sxp {
	border-top: 1px dashed #c9a85c;
	padding-top: 10px;
	margin-top: 10px;
	;
}

/* ----- 分页数字条效果 结束 ----- */
a:hover {
	text-decoration: none
}

.clear {
	clear: both
}

.poptrox-popup {
	z-index: 1001 !important
}

.header {
	background-color: rgba(0, 0, 0, .9);
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	box-shadow: 0 1px 4px rgba(0, 21, 41, .08);
	height: 4.25rem
}

.navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 999
}

.bar {
	display: block;
	width: 25px;
	height: 3px;
	margin: 5px auto;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-color: #fff
}

.hamburger {
	display: none
}

.nav-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 4.25rem
}

.nav-item {
	margin-left: 35px
}

.nav-link {
	font-size: 1rem;
	font-weight: 400;
	color: #fff
}

.nav-link:hover {
	color: #a79058
}

.nav-menu .cur {
	color: #a79058
}

.nav-logo {
	height: 58px;
	margin-right: 10px;
	float: left;
	padding: 5px 0
}

.nav-logo img {
	height: 100%
}

@media only screen and (max-width:768px) {
	.nav-menu {
		position: fixed;
		left: -120%;
		top: 68px;
		flex-direction: column;
		background-color: rgba(0, 0, 0, .8);
		width: 90%;
		padding: 5%;
		text-align: center;
		transition: .3s;
		box-shadow: 0 10px 27px rgba(0, 0, 0, .05);
		z-index: 10000
	}

	.nav-menu.active {
		left: 0
	}

	.nav-item {
		width: 100%;
		margin: 0 0 10px;
		line-height: 40px
	}

	.nav-link {
		display: block;
		border: 1px solid #7c7e7f;
		color: #fff !important
	}

	.navbar .down {
		position: absolute;
		top: 18px;
		right: 60px
	}

	.navbar .down img {
		width: 88px
	}

	.hamburger {
		display: block;
		cursor: pointer
	}

	.hamburger.active .bar:nth-child(2) {
		opacity: 0
	}

	.hamburger.active .bar:first-child {
		-webkit-transform: translateY(8px) rotate(45deg);
		transform: translateY(8px) rotate(45deg)
	}

	.hamburger.active .bar:nth-child(3) {
		-webkit-transform: translateY(-8px) rotate(-45deg);
		transform: translateY(-8px) rotate(-45deg)
	}
}

.hui-nav-wrapper {
	height: 68px
}

.hui-nav>ul>li,
.hui-nav>ul>li>a {
	line-height: 68px;
	font-size: 16px;
	padding: 0 10px
}

.cf_banner {
	min-height: 862px;
	width: 100%;
	position: relative;
	top: 0;
	overflow: hidden
}

.cf_banner .cf_video {
	text-align: center
}

.cf_down {
	width: 100%;
	z-index: 1;
	position: absolute;
	top: 560px
}

.cf_down .xiazai {
	width: 893px;
	height: 195px;
	background: url(../../img/banner1.png) no-repeat;
	position: relative;
	left: -200px
}

.cf_down .xiazai .ewmdown {
	width: 206px;
	height: 178px;
	float: left;
	background: url(../../img/erwbj.png) no-repeat;
	margin: 10px 0 0 25px
}

.cf_down .xiazai .ewmdown img {
	width: 150px;
	height: 150px;
	margin: 15px 0 0 36px
}

.cf_down .xiazai .iosdown {
	float: left;
	margin: 20px 0 0 10px
}

.cf_down .xiazai .iosdown a {
	display: block;
	width: 250px
}

.cf_down .xiazai .iosdown .anzhuo {
	margin-top: 8px
}

.cf_down .xiazai .pcdown {
	float: left;
	margin-top: 20px
}

.cf_down .xiazai .pcdown a {
	margin-left: 16px
}

.cf_banner .video_bf {
	position: relative;
	top: -500px;
	left: 620px;
	background: url(../../img/video.png) no-repeat;
	width: 85px;
	height: 81px;
	display: block;
	-webkit-animation: video_bfz 1s linear infinite;
	animation: video_bfz 1s linear infinite
}

@keyframes video_bfz {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.cf_down .shiliu {
	position: relative;
	top: -220px;
	left: 710px
}

.cf_down .shiliu img {
	width: 80px
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.modal-open,
.videopc_modal {
	overflow: hidden
}

.videopc_modal {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	display: none;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	width: 100%;
	background: rgba(0, 0, 0, .7)
}

.videopc {
	width: 800px;
	margin: 0 auto
}

.videopc .close {
	position: relative;
	z-index: 1;
	top: 130px;
	left: 770px;
	width: 100%;
	display: block
}

.videopc video {
	width: 800px;
	margin: 100px auto
}

.sltc {
	width: 600px;
	margin: 0 auto;
	position: relative;
	top: 20%
}

.sltc_modal {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	width: 100%;
	background: rgba(0, 0, 0, .7)
}

.sltc .modal-header {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px
}

.sltc .modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	outline: 0;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	padding: 15px
}

.sltc .modal-content .modal-title {
	text-align: center
}

.sltc .modal-content .modal-body {
	font-size: 16px;
	line-height: 30px
}

.sltc .close {
	float: right;
	font-size: 30px
}

.cf_banner_m {
	width: 100%;
	position: relative;
	top: 0;
	overflow: hidden
}

.cf_banner_m .mw {
	max-width: 100%
}

.cf_banner_m .mvideo_bf {
	position: absolute;
	background: url(../../img/videom.png) no-repeat;
	background-size: 70%;
	width: 79px;
	height: 75px;
	display: block;
	right: 0;
	bottom: 200px;
	-webkit-animation: video_bfz 1s linear infinite;
	animation: video_bfz 1s linear infinite
}

.cf_banner_m .mdown {
	position: absolute;
	bottom: 10px;
	width: 100%
}

.cf_banner_m .mdown a {
	float: left
}

.cf_banner_m .mdown a img {
	height: 53px
}

.cf_banner_m .mdown .md1 {
	text-align: right;
	width: 50%
}

.cf_banner_m .mdown .md2 {
	text-align: left;
	padding-left: 3%;
	width: 47%
}

.cf_banner_m .mshiliu {
	position: absolute;
	bottom: 10px;
	right: 10px
}

.cf_banner_m .mshiliu img {
	height: 53px
}

.cf_title {
	text-align: center;
	margin: 30px auto
}

.cf_title img {
	max-width: 100%
}

.cf_news .cfn_hdp {
	width: 54%
}

.cf_news .cfn_list {
	width: 43%
}

.cf_news .cfn_list .more {
	float: right;
	background: url(../../img/more.png) no-repeat 100%;
	padding-right: 26px;
	font-size: .875rem;
	line-height: 40px
}

.hui-tab .hui-tab-header {
	border-bottom: 1px solid #d1c6a8
}

.hui-tab .hui-tab-header span {
	cursor: pointer;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	border-bottom: 2px solid #fff;
	font-size: 1rem
}

.hui-tab .hui-tab-header span.current {
	color: #8d1b0f;
	background: url(../../img/newscur.png) no-repeat
}

.hui-tab .hui-tab-content {
	display: none;
	padding-top: 20px
}

.cf_news .cfn_list .news .hot {
	width: 100%;
	margin-top: 10px
}

.cf_news .cfn_list .news .hot a {
	font-weight: 700;
	font-size: 16px;
	color: #a79058;
	display: block;
	background: #f8efca;
	border: 1px solid #ded1a4;
	padding: 10px 15px;
	text-align: center
}

.cf_news .cfn_list .news .hot a:hover {
	color: #8d1b0f
}

.cf_news .cfn_list .news ul {
	margin-top: 10px
}

.cf_news .cfn_list .news li {
	font-size: 15px;
	border-bottom: .0625rem dashed #cbbfa5;
	height: 40px;
	line-height: 40px
}

.cf_news .cfn_list .news li span {
	float: left;
	color: #8d1b0f;
	padding: 0 5px
}

.cf_news .cfn_list .news li a {
	display: block
}

.cf_tese .item-image img {
	max-width: 100%
}

#hui-carousel-1 {
	width: 760px;
	text-align: center
}

#hui-carousel-1 .bd,
#hui-carousel-1 .bd img,
#hui-carousel-1 .bd li {
	width: 760px;
	height: 220px
}

#hui-carousel-1 .hd {
	margin-top: 2px;
	height: 58px;
	width: 762px
}

#hui-carousel-1 .hd li {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 2px;
	cursor: pointer;
	width: 125px;
	height: 58px
}

#hui-carousel-1 .hd li img {
	display: block;
	width: 125px;
	height: 58px
}

#hui-carousel-1 .hd li i {
	position: absolute;
	display: block;
	z-index: 9;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .6)
}

#hui-carousel-1 .hd li.active i {
	width: 11px;
	height: 6px;
	background: url(images/iconpic-arrow-up.png) no-repeat 0 0;
	top: -6px;
	left: 50%;
	margin-left: -5px;
	bottom: auto;
	right: auto
}

.slideTxtBox {
	width: 100%;
	text-align: center
}

.slideTxtBox .hd {
	position: relative;
	background: url(../../img/mpbj.png) no-repeat top;
	background-size: 100%;
	min-height: 8.25rem;
	margin-top: -4px
}

.slideTxtBox .hd ul {
	position: relative;
	padding: 15px 0
}

.slideTxtBox .hd ul li {
	float: left;
	padding: 78px 18px 0;
	cursor: pointer;
	display: block;
	width: 68px;
	color: #fff3d7;
	font-size: 16px;
	text-align: center
}

.slideTxtBox .hd .item1 {
	background: url(../../img/mpitem1.png) no-repeat top
}

.slideTxtBox .hd .item1.on {
	background: url(../../img/mpitem1c.png) no-repeat top
}

.slideTxtBox .hd .item2 {
	background: url(../../img/mpitem2.png) no-repeat top
}

.slideTxtBox .hd .item2.on {
	background: url(../../img/mpitem2c.png) no-repeat top
}

.slideTxtBox .hd .item3 {
	background: url(../../img/mpitem3.png) no-repeat top
}

.slideTxtBox .hd .item3.on {
	background: url(../../img/mpitem3c.png) no-repeat top
}

.slideTxtBox .hd .item4 {
	background: url(../../img/mpitem4.png) no-repeat top
}

.slideTxtBox .hd .item4.on {
	background: url(../../img/mpitem4c.png) no-repeat top
}

.slideTxtBox .hd .item5 {
	background: url(../../img/mpitem5.png) no-repeat top
}

.slideTxtBox .hd .item5.on {
	background: url(../../img/mpitem5c.png) no-repeat top
}

.slideTxtBox .hd .item6 {
	background: url(../../img/mpitem6.png) no-repeat top
}

.slideTxtBox .hd .item6.on {
	background: url(../../img/mpitem6c7.png) no-repeat top
}

.slideTxtBox .hd .item7 {
	background: url(../../img/mpitem7.png) no-repeat top
}

.slideTxtBox .hd .item7.on {
	background: url(../../img/mpitem7c.png) no-repeat top
}

.slideTxtBox .hd .item8 {
	background: url(../../img/mpitem8.png) no-repeat top
}

.slideTxtBox .hd .item8.on {
	background: url(../../img/mpitem8c.png) no-repeat top
}

.slideTxtBox .hd .item9 {
	background: url(../../img/mpitem9.png) no-repeat top
}

.slideTxtBox .hd .item9.on {
	background: url(../../img/mpitem9c.png) no-repeat top
}

.slideTxtBox .hd .item10 {
	background: url(../../img/mpitem10.png) no-repeat top
}

.slideTxtBox .hd .item10.on {
	background: url(../../img/mpitem10c.png) no-repeat top
}

.slideTxtBox .hd .item11 {
	background: url(../../img/mpitem11.png) no-repeat top
}

.slideTxtBox .hd .item11.on {
	background: url(../../img/mpitem11c.png) no-repeat top
}

.slideTxtBox .hd .item12 {
	background: url(../../img/mpitem12.png) no-repeat top
}

.slideTxtBox .hd .item12.on {
	background: url(../../img/mpitem12c.png) no-repeat top
}

.slideTxtBox .bd ul {
	padding: 0 15px;
	zoom: 1;
	position: relative
}

.slideTxtBox .bd li {
	height: 24px;
	line-height: 24px
}

.slideTxtBox .bd li .date {
	float: right;
	color: #fff3d7
}

.scrollpic,
.slideTxtBox .bd img {
	max-width: 100%
}

.scrollpic {
	min-height: 8.25rem;
	margin: 0 auto 20px
}

#myscroll {
	display: block;
	width: 100%;
	position: relative;
	height: 8.25rem;
	overflow: hidden
}

#myscroll #myscrollbox {
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 1000000px
}

#myscroll ul {
	display: block;
	float: left;
	list-style-type: none;
	padding: 10px 0 0
}

#myscroll ul li {
	float: left;
	padding: 78px 18px 0;
	cursor: pointer;
	display: block;
	width: 68px;
	color: #fff3d7;
	font-size: 16px;
	text-align: center
}

#mybtns {
	margin: 10px auto;
	width: 100%;
	height: 42px;
	position: absolute;
	z-index: 1
}

#mybtns a {
	width: 42px;
	height: 42px;
	display: block;
	float: left;
	margin-right: 1px;
	background-color: #c1c1c1
}

#mybtns a:hover {
	background-color: #d7000f
}

#mybtns a,
#mybtns a:hover,
#myscroll,
#myscroll #myscrollbox,
#myscroll a .intro,
#myscroll a:hover .intro {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

#mybtns #left {
	background: url(../../img/mpleft.png) no-repeat top;
	left: -30px
}

#mybtns #left,
#mybtns #right {
	width: 25px;
	height: 45px;
	position: absolute;
	top: 70%
}

#mybtns #right {
	background: url(../../img/mpright.png) no-repeat top;
	right: 20%
}

.cf_gonglve .cf_tab {
	height: 300px
}

.cf_gonglve .cf_tab .hui-tab-header span {
	cursor: pointer;
	display: block;
	float: left;
	width: 23%;
	text-align: center;
	min-height: 99px;
	margin: 0 1%;
	position: relative
}

.cf_gonglve .cf_tab .hui-tab-header .tab1 {
	background: url(../../img/glfl1.png) no-repeat;
	background-size: cover
}

.cf_gonglve .cf_tab .hui-tab-header .tab2 {
	background: url(../../img/glfl2.png) no-repeat;
	background-size: cover
}

.cf_gonglve .cf_tab .hui-tab-header .tab3 {
	background: url(../../img/glfl3.png) no-repeat;
	background-size: cover
}

.cf_gonglve .cf_tab .hui-tab-header .tab4 {
	background: url(../../img/glfl4.png) no-repeat;
	background-size: cover
}

.cf_gonglve .cf_tab .hui-tab-header .tab1.current {
	background: url(../../img/glfl11.png) no-repeat;
	background-size: cover
}

.cf_gonglve .cf_tab .hui-tab-header .tab2.current {
	background: url(../../img/glfl22.png) no-repeat;
	background-size: cover
}

.cf_gonglve .cf_tab .hui-tab-header .tab3.current {
	background: url(../../img/glfl33.png) no-repeat;
	background-size: cover
}

.cf_gonglve .cf_tab .hui-tab-header .tab4.current {
	background: url(../../img/glfl44.png) no-repeat;
	background-size: cover
}

.cf_gonglve .cf_tab .hui-tab-header span.current:after {
	content: "";
	background: url(../../img/glcur.png) no-repeat top;
	display: block;
	width: 81px;
	height: 27px;
	position: relative;
	bottom: -100px;
	left: 38%
}

.cf_gonglve .cf_tab .hui-tab-header span:hover {
	-webkit-transform: translateY(-.2rem);
	-ms-transform: translateY(-.2rem);
	transform: translateY(-.2rem);
	-webkit-transition: all .1s ease-in-out;
	-o-transition: all ease-in-out .1s;
	transition: all .1s ease-in-out
}

.cf_gonglve .cf_tab .hui-tab-content ul {
	margin-top: 30px
}

.cf_gonglve .cf_tab .hui-tab-content li {
	width: 23%;
	margin: 0 1%;
	float: left;
	height: 48px;
	line-height: 48px;
	font-size: .875rem;
	border-bottom: 1px dashed #cbbd9e
}

.cf_gonglve .cf_tab .hui-tab-content li a {
	display: block
}

.cf_gonglve .cf_tab .hui-tab-content li a:hover,
.cf_gonglve .cf_tab .hui-tab-content li span {
	color: #8d1b0f
}

.cf_gonglve .cf_tab .more {
	text-align: right;
	width: 98%;
	background: url(../../img/more.png) no-repeat 100%;
	margin: 20px 0 40px
}

.cf_gonglve .cf_tab .more a {
	padding-right: 30px;
	font-size: 16px;
	color: #a79058
}

.cf_gonglve .cf_tab .more a:hover {
	color: #8d1b0f
}

.cf_shiting .more {
	text-align: right;
	width: 98%;
	margin: 10px auto
}

.cf_shiting .more a {
	padding-right: 30px;
	font-size: 16px;
	color: #a79058;
	display: block;
	background: url(../../img/more.png) no-repeat 100%
}

.cf_shiting .more a:hover {
	color: #8d1b0f
}

.cf_shiting .cf_video {
	width: 773px;
	overflow: hidden;
	margin-left: 15px;
	position: relative;
	cursor: pointer
}

.cf_shiting .cf_video .vimg {
	max-width: 100%;
	height: 100%;
	display: block
}

/* .cf_shiting .cf_video:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .1s ease-in-out;
	-o-transition: all ease-in-out .1s;
	transition: all .1s ease-in-out
}

.cf_shiting .cf_video:hover:before {
	display: none
}

.cf_shiting .cf_video:after {
	content: "";
	width: 85px;
	height: 81px;
	background: no-repeat 50%/contain;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 5;
	pointer-events: none;
	background: url(../../img/video.png) no-repeat
} */

.videolist {
	width: 773px;
	height: 435px
}

.videos video {
	width: 100%;
}

.videos {
	display: none;
	border: 1px solid #080808;
	position: fixed;
	left: 50%;
	top: 40%;
	margin-left: -320px;
	margin-top: -210px;
	z-index: 100;
	width: 640px;
	height: 360px
}

.vclose {
	position: absolute;
	right: 1%;
	top: 1%;
	border-radius: 100%;
	cursor: pointer
}

.videopcn_modal {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	width: 100%;
	background: rgba(0, 0, 0, .7)
}

.videopcn {
	width: 800px;
	margin: 0 auto
}

.videopcn .close {
	position: relative;
	z-index: 1;
	top: 130px;
	left: 770px;
	width: 100%;
	display: block
}

.videopcn video {
	width: 800px;
	margin: 100px auto
}

.cf_shiting .cf_pic {
	width: 465px;
	margin-right: 10px
}

.cf_shiting .cf_pic ul {
	position: relative
}

.cf_shiting .cf_pic li {
	float: left;
	overflow: hidden
}

.cf_shiting .cf_pic li img {
	width: 100%;
	height: 100%
}

.cf_shiting .cf_pic .img0 {
	width: 155px;
	height: 261px;
	position: absolute;
	top: 0;
	left: 310px
}

.cf_shiting .cf_pic .img1 {
	width: 155px;
	height: 87px;
	position: absolute;
	top: 0;
	left: 0
}

.cf_shiting .cf_pic .img2 {
	width: 155px;
	height: 87px;
	position: absolute;
	top: 0;
	left: 155px
}

.cf_shiting .cf_pic .img3 {
	width: 310px;
	height: 174px;
	position: absolute;
	top: 87px;
	left: 0
}

.cf_shiting .cf_pic .img4 {
	width: 155px;
	height: 87px;
	position: absolute;
	top: 261px;
	left: 0
}

.cf_shiting .cf_pic .img5 {
	width: 155px;
	height: 87px;
	position: absolute;
	top: 348px;
	left: 0
}

.cf_shiting .cf_pic .img6 {
	width: 310px;
	height: 174px;
	position: absolute;
	top: 261px;
	left: 155px
}

.cf_shiting .cf_pic li img:hover {
	-webkit-transition: all .1s ease-in-out;
	-o-transition: all ease-in-out .1s;
	transition: all .1s ease-in-out;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-filter: brightness(110%);
	filter: brightness(110%)
}

.cf_liuyan {
	margin: 30px auto 70px auto;
}

.cf_liuyan .liuyan {
	background: url(../../img/lybj.png) no-repeat top;
	background-size: 100%;
	width: 100%;
	min-height: 600px;
	padding-top: 30px
}

.cf_liuyan .tijiao {
	text-align: center;
}

.lytc {
	width: 600px;
	margin: 0 auto;
	position: relative;
	top: 20%
}

.lytc_modal {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	width: 100%;
	background: rgba(0, 0, 0, .7);
}

.lytc .modal-header {}

.lytc .modal-content {
	position: relative;
	padding: 15px;
	background: url(../../img/lytcbj.png) no-repeat;
	background-size: cover;
	height: 438px;
}

.lytc .modal-content .modal-body {
	font-size: 16px;
	line-height: 30px
}

.lytc .close {
	position: relative;
	top: -50px;
	right: -315px;
}

.lytc .lytc_form {}

.lytc .lytc_form .cf_code {
	position: relative;
}

.lytc .lytc_form .cf_code img {
	height: 36px;
	position: absolute;
	right: 3px;
	top: 3px
}

.lytc .lytc_form li {
	border: 1px solid #ae8d82;
	padding: 3px;
	width: 60%;
	margin: 0 auto 10px auto;
}

.lytc .lytc_form .neirong {
	height: 121px;
}

.lytc .lytc_form .tijiao {
	border: 0;
}

.lytc .lytc_form .tijiaopic {
	background: url(../../img/lytcok.png) no-repeat;
	display: block;
	width: 127px;
	height: 42px;
	margin: 0 auto;
	cursor: pointer;
}

.lytc .lytc_form .input-text {
	background: #9f7656;
	color: #fff;
	border: 0;
	font-size: 16px;
	width: 94%;
	height: 36px;
	padding: 0 3%;
}

.lytc .lytc_form .textarea {
	background: #9f7656;
	color: #fff;
	border: 0;
	font-size: 16px;
	width: 94%;
	height: 36px;
	padding: 3%;
	height: 100px;
	resize: none;
}

.lytc .lytc_form .input-text::-webkit-input-placeholder {
	color: #d6c2b8
}

.lytc .lytc_form .input-text::-moz-placeholder {
	color: #d6c2b8
}

.lytc .lytc_form .input-text::-ms-input-placeholder {
	color: #d6c2b8
}

.lytc .lytc_form .input-text::placeholder {
	color: #d6c2b8
}

.lytc .lytc_form .textarea::-webkit-input-placeholder {
	color: #d6c2b8
}

.lytc .lytc_form .textarea::-moz-placeholder {
	color: #d6c2b8
}

.lytc .lytc_form .textarea::-ms-input-placeholder {
	color: #d6c2b8
}

.lytc .lytc_form .textarea::placeholder {
	color: #d6c2b8
}

.scroll_main {
	width: 1000px;
	display: block;
	margin: 0 0 0 180px
}

.scroll_wrap {
	width: 100%;
	height: 530px;
	position: relative
}

.scroll_wrap .scroll_cont {
	height: 100%;
	overflow: hidden
}

.scroll_wrap .scroll_cont dl {
	background: url(../../img/lylistbj.png) no-repeat top;
	background-size: cover;
	width: 98%;
	min-height: 158px;
	margin: 15px 0 0 0;
}

.scroll_wrap .scroll_cont dt {
	float: left;
	width: 123px;
	height: 128px;
	background: url(../../img/txbj.png) no-repeat top;
	text-align: center;
	margin: 15px 20px 0
}

.scroll_wrap .scroll_cont dt img {
	width: 100px;
	height: 100px;
	margin-top: 14px
}

.scroll_wrap .scroll_cont dd {
	float: left;
	width: 790px
}

.scroll_wrap .scroll_cont dd h4 {
	font-size: 20px;
	font-weight: 700;
	color: #4d2c06;
	display: block;
	height: 50px;
	background: url(../../img/lyfgf.png) no-repeat bottom;
	width: 760px;
	line-height: 50px;
	padding: 0 15px;
	margin: 10px 0 5px 0;
}

.scroll_wrap .scroll_cont dd h4 span {
	float: right;
	color: #b66355;
	font-size: 16px;
	font-weight: 400
}

.scroll_wrap .scroll_cont dd p {
	color: #745048;
	font-size: 16px;
	line-height: 26px;
	text-indent: 2em
}

.scroll_wrap .scroll_bar {
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 100%;
	background-color: #f1eade
}

.scroll_wrap .scroll_slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 48px;
	background-color: #bf936e;
	border-radius: 5px;
	opacity: .5;
	cursor: pointer;
}

.scroll_wrap .scroll_slider:hover {
	opacity: 1
}

.cf_contact {
	margin-bottom: 30px;
}

.cf_contact ul {
	width: 90%;
	margin: 0 auto;
}

.cf_contact li {
	width: 19%;
	float: left;
	background: url(../../img/kfd.png) no-repeat top center;
	background-size: cover;
	margin: 3%;
}

.cf_contact li img {
	width: 70%;
	margin: 5% 0 0 10%;
}

.cf_contact li span {
	font-weight: 700;
	color: #821b0a;
	font-size: 16px;
	display: block;
	margin: 8% 0 7% 30%
}

.cf_contact li a span {
	color: #739be5;
}

.cf_contact .about {
	margin: 120px auto;
	width: 90%;
}

.cf_contact .about h4 {
	font-size: 1.5rem;
	color: #821b0a;
	font-weight: 700;
}

.cf_contact .about p {
	font-size: 1rem;
	color: #af6a5f;
	line-height: 38px;
	text-indent: 2em;
}

.cf_foot {
	background: #222;
	color: #fff;
	padding: 15px 0;
}

.cf_foot img {
	float: left;
	margin: 0 20px 0 0;
	width: 183px;
	height: 64px;
}

.cf_foot p {
	float: left;
	line-height: 22px;
}

.cf_foot a {
	color: #fff;
}

/*浮动客服*/
#floatDivBoxs {
	width: 184px;
	height: 500px;
	position: fixed;
	top: 180px;
	right: 0;
	z-index: 999;
	background: url(../../img/kfbj184.png) no-repeat top center;
}

#floatDivBoxs .neirong {
	width: 120px;
	margin: 0 auto;
}

#floatDivBoxs .ewm {}

#floatDivBoxs .ewm h4 {
	color: #fff;
	font-weight: 700;
	font-size: 1.25rem;
	background: url(../../img/kfdownx.png) no-repeat bottom center;
	display: block;
	text-align: center;
	padding: 30px 0 20px 0;
}

#floatDivBoxs .ewm .pic {
	background: url(../../img/kfewmx.png) no-repeat;
	width: 108px;
	height: 109px;
	padding: 6px;
}

#floatDivBoxs .ewm .pic img {
	width: 100%;
}

#floatDivBoxs .down {}

#floatDivBoxs .down a {
	margin-top: 15px;
	display: block;
}

#floatDivBoxs .down img {
	width: 100%;
}

#floatDivBoxs .top {
	text-align: center;
	margin-top: 20px;
}

#floatDivBoxs .top img {
	width: 40px;
}

#rightArrow {
	width: 26px;
	height: 68px;
	background: url(../../img/kfzsf.png) no-repeat;
	position: fixed;
	top: 300px;
	right: 170px;
	z-index: 999;
}

#rightArrow a {
	display: block;
	height: 68px;
}

#floatDivBoxs,
#rightArrow {
	transition: all .3s;
}

#floatDivBoxs {
	right: -190px;
}

#floatDivBoxs.show {
	right: 0;
}

#rightArrow {
	background-position: 0 0;
	right: 5px;
}

#rightArrow.show {
	background-position: -26px 0;
	right: 190px;
}



@media(min-width:1572px) {
	.scrollpic {
		width: 100%
	}
}

@media(max-width:1571px) {
	.scrollpic {
		max-width: 1310px;
		width: 100%
	}

	#myscroll {
		width: 1310px
	}
}

@media(max-width:1309px) {
	.scrollpic {
		max-width: 1048px;
		width: 100%
	}

	#myscroll {
		width: 1048px
	}
}

@media(max-width:1047px) {
	.scrollpic {
		max-width: 786px;
		width: 100%
	}

	#myscroll {
		width: 786px
	}
}

@media(max-width:767px) {
	.scrollpic {
		max-width: 524px;
		width: 100%
	}

	#myscroll {
		width: 524px
	}
}

@media(max-width:523px) {
	.scrollpic {
		max-width: 312px;
		width: 100%
	}

	#myscroll {
		width: 312px
	}

	#myscroll ul {
		padding-top: .9375rem
	}

	#myscroll ul li {
		padding: 78px 0 0;
		width: 104px
	}

	.slideTxtBox .hd {
		height: 7.6875rem;
		background-size: cover
	}
}

@media (max-width:767px) {
	.nav-logo img {
		float: left;
		margin-right: 10px
	}

	.nav-logo h4 {
		margin: 5px 0 0;
		font-size: 1rem;
		font-weight: 700;
		color: #fff
	}

	.nav-logo p {
		margin: 0;
		line-height: 30px;
		color: #a79058;
		font-size: .875rem
	}

	.videopc {
		width: 90%;
		margin: 80px auto 0
	}

	.videopc .close {
		position: relative;
		z-index: 1;
		top: 40px;
		left: 90%
	}

	.videopc video {
		width: 100%;
		margin: 10% auto
	}

	.sltc {
		width: 90%;
		top: 100px
	}

	.cf_title {
		text-align: center;
		margin: 20px auto 10px
	}

	.cf_news .cfn_hdp,
	.cf_news .cfn_list {
		width: 100%
	}

	.hui-tab .hui-tab-header {
		margin-top: 2.1875rem
	}

	.hui-tab .hui-tab-header span {
		cursor: pointer;
		display: inline-block;
		height: 40px;
		line-height: 40px;
		padding: 0 20px;
		border-bottom: 2px solid #fff
	}

	.hui-tab .hui-tab-header span.current {
		border-bottom-color: #ae915d;
		color: #ae915d;
		background: 0 0
	}

	.hui-tab .hui-tab-content {
		display: none;
		padding-top: 20px
	}

	.cf_gonglve .cf_tabm .hui-tab-header {
		background: url(../../img/gonglvbjtop.png) no-repeat top;
		height: 35px;
		line-height: 35px
	}

	.cf_gonglve .cf_tabm .hui-tab-header span {
		width: 23%;
		margin: 0 1%;
		display: block;
		text-align: center;
		float: left;
		color: #fff
	}

	.cf_gonglve .cf_tabm .hui-tab-header .current {
		background: #fff;
		color: #a79058;
		font-weight: 700
	}

	.cf_gonglve .cf_tabm .hui-tab-content {
		background: #fff;
		padding: 15px 10px 30px
	}

	.cf_gonglve .cf_tabm .hui-tab-content li {
		width: 100%;
		margin: 0 1%;
		height: 38px;
		line-height: 38px;
		font-size: .875rem;
		border-bottom: 1px dashed #cbbd9e
	}

	.cf_gonglve .cf_tabm .hui-tab-content li a {
		display: block
	}

	.cf_gonglve .cf_tabm .hui-tab-content li a:hover,
	.cf_gonglve .cf_tabm .hui-tab-content li span {
		color: #8d1b0f
	}

	.cf_gonglve .cf_tabm .more {
		text-align: center;
		margin-top: -15px
	}

	.cf_gonglve .cf_tabm .more a {
		border: 1px solid #d9c19b;
		color: #8f302c;
		background: #f0dfc0;
		padding: 5px 10px
	}

	.cf_gonglve .cf_tabm .more a:hover {
		color: #f0dfc0;
		background: #8f302c
	}

	.cf_shitingm .hui-tab-header {
		text-align: center;
		font-size: 1rem;
		margin-bottom: 1.25rem;
		position: relative
	}

	.cf_shitingm .hui-tab-header span {
		padding: 0 20px 10px;
		margin: 0 10px
	}

	.cf_shitingm .hui-tab-header span.current {
		color: #8b1c16;
		border-bottom: 2px solid #8b1c16;
		font-weight: 700
	}

	.cf_shitingm .hui-tab-header .more {
		float: right;
		background: url(../../img/more.png) no-repeat 100%;
		padding-right: 26px;
		font-size: .875rem;
		position: absolute;
		top: 0;
		right: 20px;
		color: #a79058
	}

	.cf_shitingm .hui-tab-header .more:hover {
		color: #8b1c16
	}

	.cf_shitingm .hui-tab-content li {
		float: left;
		width: 50%
	}

	.cf_shitingm .cf_pic {
		width: 100%;
		position: relative
	}

	.cf_shitingm .cf_pic li {
		width: 48%;
		float: left;
		margin: 10px 1% 0;
		position: relative
	}

	.cf_shitingm .cf_pic img {
		max-width: 100%
	}

	.videolistm {
		width: 48%;
		float: left;
		margin: 10px 1% 0;
		position: relative
	}

	.videolistm img {
		max-width: 100%
	}

	.videolistm p {
		color: #fff;
		background: rgba(179, 150, 96, .8);
		text-align: center;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		width: 94%;
		padding: 1% 3%;
		font-size: .875rem;
		display: block;
		margin: 0
	}

	.videolistm:before {
		content: "";
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .5);
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .1s ease-in-out;
		-o-transition: all ease-in-out .1s;
		transition: all .1s ease-in-out
	}

	.videolistm:hover:before {
		display: none
	}

	.videolistm:after {
		content: "";
		width: 59px;
		height: 55px;
		background: no-repeat 50%/contain;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 5;
		pointer-events: none;
		background: url(../../img/videom.png) no-repeat;
		background-size: cover
	}

	.videosm {
		display: none;
		position: fixed;
		top: 10%;
		z-index: 100;
		width: 95%;
		margin: 0 auto
	}

	.videosm video {
		z-index: 1;
		position: relative;
	}

	.videos {
		display: none;
		position: fixed;
		left: 0;
		top: 30%;
		z-index: 100;
		width: 100%;
		height: auto;
		margin: 0 auto;
		border: none;
	}

	.vclose {
		position: absolute;
		right: 1%;
		top: 1%;
		border-radius: 100%;
		cursor: pointer
	}

	.cf_liuyan {
		margin: 30px auto;
	}

	.cf_liuyan .liuyan {
		padding-top: 5px;
		min-height: 200px;
	}

	.scroll_main {
		width: 100%;
		display: block;
		margin: 0 0 0 0
	}

	.scroll_wrap {
		width: 100%;
		height: 200px;
		position: relative
	}

	.scroll_wrap .scroll_cont {
		height: 100%;
		overflow: hidden;
	}

	.scroll_wrap .scroll_cont dl {
		display: none !important;
	}

	.scroll_wrap .scroll_cont dt {
		float: left;
		width: 123px;
		height: 128px;
		background: url(../../img/txbj.png) no-repeat top;
		text-align: center;
		margin: 15px 20px 0
	}

	.scroll_wrap .scroll_cont dt img {
		width: 100px;
		height: 100px;
		margin-top: 14px
	}

	.scroll_wrap .scroll_cont dd {
		float: left;
		width: 790px
	}

	.scroll_wrap .scroll_cont dd h4 {
		font-size: 20px;
		font-weight: 700;
		color: #4d2c06;
		display: block;
		height: 50px;
		background: url(../../img/lyfgf.png) no-repeat bottom;
		width: 760px;
		line-height: 50px;
		padding: 0 15px;
		margin: 10px 0 5px 0;
	}

	.scroll_wrap .scroll_cont dd h4 span {
		float: right;
		color: #b66355;
		font-size: 16px;
		font-weight: 400
	}

	.scroll_wrap .scroll_cont dd p {
		color: #745048;
		font-size: 16px;
		line-height: 26px;
		text-indent: 2em
	}

	.scroll_wrap .scroll_bar {
		position: absolute;
		top: 0;
		right: 0;
		width: 5px;
		height: 100%;
		background-color: #f1eade;
		display: none;
	}

	.scroll_wrap .scroll_slider {
		position: absolute;
		top: 0;
		left: 0;
		width: 5px;
		height: 48px;
		background-color: #bf936e;
		border-radius: 5px;
		opacity: .5;
		cursor: pointer;
	}

	.scroll_wrap .scroll_slider:hover {
		opacity: 1
	}

	/* 本例子css */

	.txtScroll-left {
		width: 75%;
		position: relative;
		/* border:1px solid #ccc; */
		margin: 0 0 0 15%;
	}

	.txtScroll-left .hd {
		overflow: hidden;
		display: block;
		z-index: 1;
	}

	.txtScroll-left .hd .prev {
		display: block;
		width: 40px;
		height: 40px;
		overflow: hidden;
		cursor: pointer;
		background: url("../../img/lymright.png") no-repeat;
		background-size: cover;
		z-index: 1;
		position: absolute;
		top: 40%;
		right: -38px;
	}

	.txtScroll-left .hd .next {
		display: block;
		width: 40px;
		height: 40px;
		overflow: hidden;
		cursor: pointer;
		background: url("../../img/lymleft.png") no-repeat;
		background-size: cover;
		z-index: 1;
		position: absolute;
		top: 40%;
		left: -38px;
	}

	.txtScroll-left .bd {
		padding: 0 10px;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
	}

	.txtScroll-left .bd ul {
		overflow: hidden;
		zoom: 1;
	}

	.txtScroll-left .bd ul li {
		float: left;
		text-align: left;
		_display: inline;
	}

	.txtScroll-left .bd .infoList {
		width: 100%;
		overflow: hidden
	}

	.txtScroll-left .bd .infoList .picm {
		float: left;
		width: 20%;
		background: url(../../img/txbj.png) no-repeat top;
		text-align: center;
		margin: 15px 15px 0 0;
		background-size: cover;
	}

	.txtScroll-left .bd .infoList .picm img {
		width: 100%;
		height: 100%
	}

	.txtScroll-left .bd .infoList .textm {
		float: left;
		width: 70%;
	}

	.txtScroll-left .bd .infoList .textm h4 {
		font-size: 14px;
		font-weight: 700;
		color: #4d2c06;
		border-bottom: 1px solid #b66355;
		line-height: 28px;
	}

	.txtScroll-left .bd .infoList .textm span {
		float: right;
		font-weight: normal;
		font-size: 12px;
		color: #b66355;
	}

	.txtScroll-left .bd .infoList .textm p {
		font-size: 0.75rem;
		color: #745048;
	}

	.cf_liuyan .tijiao {
		width: 50%;
		margin: 30px auto 0 auto
	}

	.cf_liuyan .tijiao img {
		max-width: 100%;
	}

	.lytc {
		width: 100%;
		margin: 0 auto;
		position: relative;
		top: 20%
	}

	.lytc_modal {
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 1040;
		display: none;
		overflow: hidden;
		-webkit-overflow-scrolling: touch;
		outline: 0;
		width: 100%;
		background: rgba(0, 0, 0, .7);
	}

	.lytc .modal-header {}

	.lytc .modal-content {
		position: relative;
		padding: 15px 15px 35px 15px;
		background: url(../../img/lytcbjm.png) no-repeat;
		background-size: cover;
		width: 75%;
		margin: 0 auto;
		height: auto;
	}

	.lytc .modal-content .modal-body {
		font-size: 16px;
		line-height: 30px;
		margin-top: 50px;
	}

	.lytc .close {
		position: absolute;
		top: -10%;
		right: 5%;
	}

	.lytc .lytc_form {}

	.lytc .lytc_form li {
		border: 1px solid #ae8d82;
		padding: 3px;
		width: 60%;
		margin: 0 auto 10px auto;
	}

	.lytc .lytc_form .neirong {
		height: 121px;
	}

	.lytc .lytc_form .tijiao {
		border: 0;
		margin: 20px auto;
	}

	.lytc .lytc_form .tijiaopic {
		background: url(../../img/lytcok.png) no-repeat;
		display: block;
		width: 127px;
		height: 42px;
		margin: 0 auto;
		cursor: pointer;
	}

	.lytc .lytc_form .input-text {
		background: #9f7656;
		color: #fff;
		border: 0;
		font-size: 14px;
		width: 94%;
		height: 36px;
		padding: 0 3%;
	}

	.lytc .lytc_form .textarea {
		background: #9f7656;
		color: #fff;
		border: 0;
		font-size: 14px;
		width: 94%;
		height: 36px;
		padding: 3%;
		height: 100px;
		resize: none;
	}

	.cf_contact {}

	.cf_contact ul {
		width: 90%;
		margin: 0 auto;
	}

	.cf_contact li {
		width: 44%;
		float: left;
		background: url(../../img/kfd.png) no-repeat top center;
		background-size: cover;
		margin: 3%;
	}

	.cf_contact li img {
		width: 70%;
		margin: 5% 0 0 10%;
	}

	.cf_contact li span {
		font-weight: 700;
		color: #821b0a;
		font-size: 16px;
		display: block;
		margin: 15% 0 7% 30%
	}

	.cf_contact li a span {
		color: #739be5;
	}

	.cf_contact .about {
		margin: 30px auto;
		width: 90%;
	}

	.cf_contact .about h4 {
		font-size: 1.5rem;
		color: #821b0a;
		font-weight: 700;
	}

	.cf_contact .about p {
		font-size: 1rem;
		color: #af6a5f;
		line-height: 38px;
		text-indent: 2em;
	}

	.cf_foot {
		background: #222;
		color: #fff;
		padding: 15px 0;
		text-align: center;
		font-size: 14px;
	}

	.cf_foot img {
		float: none;
		margin: 0 0 0 20px;
		width: 183px;
		height: 64px;
	}

	.cf_foot p {
		float: none;
		line-height: 22px;
	}

	.cf_foot a {
		color: #fff;
	}
}