.banner {
	font-size: 0;
	position: relative;
	z-index: 2;
	overflow: hidden;
	width: 100%;
}

.banner .slick {
	font-size: 0;
	position: relative;
}

.banner .slick .item {
	position: relative;
	display: block;
	overflow: hidden;
}

.banner .slick .item img {
	display: block;
}

@media (min-width: 1200px) {
	.banner .slick .item img {
		position: absolute;
		top: 50%;
		left: 50%;
	}
}

@media (min-width: 1199px) {
	#update_vcode {
		margin-right: 46%;
	}
}

@media (max-width: 1199px) {
	#update_vcode {
		margin-right: 26%;
	}
}

@media (max-width: 1199px) {
	.banner .slick .item img {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.banner .slick .item img {
		width: 110%;
		margin-left: -5%;
	}
}

.banner .slick-dots {
	position: absolute;
	right: 0;
	bottom: 40px;
	left: 0;
	text-align: center;
}

@media (max-width: 767px) {
	.banner .slick-dots {
		bottom: 15px;
		display: none;
	}
}

.banner .slick-dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 6px;
	cursor: pointer;
	-webkit-transition: .35s;
	transition: .35s;
	border-radius: 50%;
	background: none;
	background-color: rgba(255, 255, 255, .2);
}

@media (max-width: 767px) {
	.banner .slick-dots li {
		width: 8px;
		height: 8px;
		margin: 0 5px;
	}
}

.banner .slick-dots li button {
	display: none;
}

.banner .slick-dots .slick-active {
	background-color: rgba(255, 255, 255, .6);
}

.banner .ban_box {
	position: absolute;
	top: 120px;
	right: 0;
	left: 0;
}

@media (max-width: 1199px) {
	.banner .ban_box {
		top: 70px;
	}
}

@media (max-width: 991px) {
	.banner .ban_box {
		top: 120px;
	}
}

@media (max-width: 500px) {
	.banner .ban_box {
		top: 90px;
	}
}

@media (max-width: 340px) {
	.banner .ban_box {
		top: 75px;
	}
}

.banner .ban_txt img {
	max-width: 100%;
	height: auto !important;
}

.banner .ban_txt .txt1 {
	position: relative;
}

.banner .ban_txt .txt1 .pic {
	width: 420px;
	margin: auto;
}

@media (max-width: 1469px) {
	.banner .ban_txt .txt1 .pic {
		width: 400px;
	}
}

@media (max-width: 1199px) {
	.banner .ban_txt .txt1 .pic {
		width: 280px;
	}
}

@media (max-width: 991px) {
	.banner .ban_txt .txt1 .pic {
		width: 240px;
	}
}

@media (max-width: 500px) {
	.banner .ban_txt .txt1 .pic {
		width: 200px;
	}
}

.banner .ban_txt .txt1 .pic_img {
	width: 276px;
	margin: auto;
	margin-top: -35px;
}

@media (max-width: 1469px) {
	.banner .ban_txt .txt1 .pic_img {
		width: 240px;
	}
}

@media (max-width: 1199px) {
	.banner .ban_txt .txt1 .pic_img {
		width: 160px;
		margin-top: -20px;
	}
}

@media (max-width: 991px) {
	.banner .ban_txt .txt1 .pic_img {
		width: 120px;
	}
}

@media (max-width: 500px) {
	.banner .ban_txt .txt1 .pic_img {
		width: 100px;
	}
}

.banner .ban_txt .txt2 {
	padding: 15px 0 5px;
	text-align: center;
}

@media (max-width: 500px) {
	.banner .ban_txt .txt2 {
		padding: 10px 0 5px;
	}
}

.banner .ban_txt .txt2 .ban_line {
	display: inline-block;
	width: 420px;
	vertical-align: middle;
	border-bottom: 1px solid #fff;
}

@media (max-width: 1469px) {
	.banner .ban_txt .txt2 .ban_line {
		width: 360px;
	}
}

@media (max-width: 1199px) {
	.banner .ban_txt .txt2 .ban_line {
		width: 280px;
	}
}

@media (max-width: 991px) {
	.banner .ban_txt .txt2 .ban_line {
		width: 200px;
	}
}

@media (max-width: 500px) {
	.banner .ban_txt .txt2 .ban_line {
		width: 80px;
	}
}

.banner .ban_txt .txt2 .pic {
	display: inline-block;
	width: 15px;
	margin: 0 20px;
	vertical-align: middle;
}

@media (max-width: 500px) {
	.banner .ban_txt .txt2 .pic {
		width: 12px;
		margin: 0 10px;
	}
}

.banner .ban_txt .txt3 .pic {
	width: 740px;
	margin: auto;
}

@media (max-width: 1469px) {
	.banner .ban_txt .txt3 .pic {
		width: 700px;
	}
}

@media (max-width: 1199px) {
	.banner .ban_txt .txt3 .pic {
		width: 500px;
	}
}

@media (max-width: 991px) {
	.banner .ban_txt .txt3 .pic {
		width: 400px;
	}
}

@media (max-width: 500px) {
	.banner .ban_txt .txt3 .pic {
		width: 90%;
	}
}

.banner .ban_vv {
	width: 730px;
	margin: auto;
}

@media (max-width: 1199px) {
	.banner .ban_vv {
		width: 600px;
	}
}

@media (max-width: 991px) {
	.banner .ban_vv {
		display: none;
	}
}

.banner .ban_vv .vv_box {
	width: 100%;
	height: 100%;
}

.banner .ban_vv .vv_box video {
	width: 100%;
	height: 100%;
}

.banner .ban_mvv {
	display: none;
	width: 100%;
}

@media (max-width: 991px) {
	.banner .ban_mvv {
		display: block;
	}
}

.banner .ban_mvv .vv_box {
	width: 100%;
	height: 100%;
}

.banner .ban_mvv .vv_box video {
	width: 100%;
	height: 100%;
}

@-webkit-keyframes zoomIn1 {
	0% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes zoomIn1 {
	0% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.zoomIn1 {
	-webkit-animation-name: zoomIn1;
	animation-name: zoomIn1;
}

.banner .slick-current img {
	-webkit-animation: zoomIn1 6s 0s ease both;
	animation: zoomIn1 6s 0s ease both;
}

.ff {
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.title {
	position: relative;
	margin-top: 30px;
	text-align: left;
}

@media (max-width: 1199px) {
	.title {
		margin-top: 0;
	}
}

.title b {
	font-size: 36px;
	font-weight: normal;
	line-height: 1;
	display: block;
	padding-top: 20px;
	color: #fff;
}

@media (max-width: 1469px) {
	.title b {
		font-size: 33px;
	}
}

@media (max-width: 1199px) {
	.title b {
		font-size: 28px;
	}
}

@media (max-width: 991px) {
	.title b {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.title b {
		font-size: 22px;
	}
}

@media (max-width: 480px) {
	.title b {
		font-size: 20px;
	}
}

.title p {
	font-size: 16px;
	line-height: 1.875;
	margin-top: 20px;
	letter-spacing: 2px;
	color: #d3d3d3;
}

@media (max-width: 1199px) {
	.title p {
		font-size: 15px;
		line-height: 1.4;
		margin-top: 15px;
	}
}

@media (max-width: 480px) {
	.title p {
		font-size: 14px;
		margin-top: 10px;
	}
}

.title span {
	font-family: 'Arial';
	font-size: 115px;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	opacity: .25;
	color: #707070;
}

@media (max-width: 1700px) {
	.title span {
		font-size: 100px;
	}
}

@media (max-width: 1469px) {
	.title span {
		font-size: 90px;
	}
}

@media (max-width: 1199px) {
	.title span {
		font-size: 80px;
	}
}

@media (max-width: 991px) {
	.title span {
		font-size: 60px;
	}
}

@media (max-width: 767px) {
	.title span {
		font-size: 40px;
	}
}

@media (max-width: 480px) {
	.title span {
		font-size: 36px;
	}
}

@media (max-width: 360px) {
	.title span {
		font-size: 32px;
	}
}

.padt {
	padding-top: 70px;
}

@media (max-width: 1199px) {
	.padt {
		padding-top: 60px;
	}
}

@media (max-width: 991px) {
	.padt {
		padding-top: 50px;
	}
}

@media (max-width: 767px) {
	.padt {
		padding-top: 40px;
	}
}

.padd {
	padding: 70px 0 80px;
}

@media (max-width: 1199px) {
	.padd {
		padding: 60px 0;
	}
}

@media (max-width: 991px) {
	.padd {
		padding: 50px 0;
	}
}

@media (max-width: 767px) {
	.padd {
		padding: 40px 0;
	}
}

.lists {
	margin-top: 50px;
}

@media (max-width: 1199px) {
	.lists {
		margin-top: 40px;
	}
}

@media (max-width: 991px) {
	.lists {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.lists {
		margin-top: 20px;
	}
}

.txt-over1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#fp-nav.fp-right {
	right: 40px;
}

#fp-nav ul li,
.fp-slidesNav ul li {
	margin: 22px;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
	margin: 0;
	border: 2px solid #a7a25a !important;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	width: 23px !important;
	height: 23px !important;
	margin: 0;
	border: 2px solid transparent !important;
	background-color: transparent !important;
}

#fp-nav ul li a span:before,
.fp-slidesNav ul li a span:before {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	display: block;
	width: 11px;
	height: 11px;
	margin: auto;
	content: '';
	-webkit-transition: all .35s;
	transition: all .35s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #dcbb6c;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
	margin: 0;
	border: 2px solid #a7a25a !important;
}

#fp-nav ul li .fp-tooltip.fp-right {
	top: 1.5px;
	right: -25px;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
	color: #dcbb6c;
}

@-webkit-keyframes bgMagnify {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	100% {
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
}

@keyframes bgMagnify {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	100% {
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
}

.bgMagnify,
.bgMagnifyhover:hover {
	-webkit-animation-name: bgMagnify;
	animation-name: bgMagnify;
}

.section {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.index_bg {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-animation: bgMagnify 10.1s ease forwards;
	animation: bgMagnify 10.1s ease forwards;
}

.index_title {
	position: relative;
}

.index_title b {
	font-size: 36px;
	font-weight: normal;
	line-height: 1;
	display: block;
	color: #333;
}

@media (max-width: 1469px) {
	.index_title b {
		font-size: 32px;
	}
}

@media (max-width: 1199px) {
	.index_title b {
		font-size: 28px;
	}
}

@media (max-width: 991px) {
	.index_title b {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.index_title b {
		font-size: 22px;
		font-weight: bold;
	}
}

@media (max-width: 480px) {
	.index_title b {
		font-size: 20px;
	}
}

.index_title b:after {
	display: block;
	width: 50px;
	padding-top: 20px;
	content: '';
	border-bottom: #dcbb6c 5px solid;
}

@media (max-width: 767px) {
	.index_title b:after {
		padding-top: 15px;
		border-bottom: #dcbb6c 3px solid;
	}
}

.index_title p {
	font-size: 16px;
	line-height: 1.2;
	margin-top: 18px;
	letter-spacing: 2px;
	color: #707070;
}

@media (max-width: 1199px) {
	.index_title p {
		font-size: 15px;
		margin-top: 15px;
		letter-spacing: 1px;
	}
}

@media (max-width: 767px) {
	.index_title p {
		font-size: 14px;
	}
}

.index_about {
	overflow: hidden;
	padding-top: 70px;
}

@media (max-width: 1199px) {
	.index_about {
		padding: 60px 0;
	}
}

@media (max-width: 991px) {
	.index_about {
		padding: 50px 0;
	}
}

@media (max-width: 480px) {
	.index_about {
		padding: 40px 0;
	}
}

.index_about .container {
	max-width: 1350px;
}

.index_about .left {
	width: 8.334%;
}

@media (max-width: 1199px) {
	.index_about .left {
		width: 7%;
	}
}

@media (max-width: 991px) {
	.index_about .left {
		display: none;
	}
}

.index_about .left img {
	max-width: 100%;
	height: auto;
}

.index_about .cent {
	width: 45.6%;
	padding: 15px 30px 0 50px;
}

@media (max-width: 1469px) {
	.index_about .cent {
		padding: 15px 30px 0 30px;
	}
}

@media (max-width: 991px) {
	.index_about .cent {
		float: none;
		width: 100%;
		padding: 0;
	}
}

.index_about .cent h1 {
	font-size: 24px;
	line-height: 1.2;
	margin: 30px 0 60px;
	color: #333;
}

@media (max-width: 1469px) {
	.index_about .cent h1 {
		margin: 30px 0;
	}
}

@media (max-width: 1199px) {
	.index_about .cent h1 {
		font-size: 22px;
		margin: 25px 0;
	}
}

@media (max-width: 991px) {
	.index_about .cent h1 {
		font-size: 20px;
		margin: 20px 0;
	}
}

@media (max-width: 767px) {
	.index_about .cent h1 {
		font-size: 18px;
		margin: 15px 0;
	}
}

.index_about .cent .txt p {
	font-size: 16px;
	line-height: 1.7;
	text-indent: 2em;
	color: #707070;
}

@media (max-width: 1199px) {
	.index_about .cent .txt p {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.index_about .cent .txt p {
		font-size: 14px;
	}
}

.index_about .cent .more_btn {
	position: relative;
	width: 200px;
	margin-top: 60px;
}

@media (max-width: 1469px) {
	.index_about .cent .more_btn {
		margin-top: 50px;
	}
}

@media (max-width: 1199px) {
	.index_about .cent .more_btn {
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	.index_about .cent .more_btn {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.index_about .cent .more_btn {
		width: 180px;
	}
}

.index_about .cent .more_btn:hover:before {
	height: 100%;
}

.index_about .cent .more_btn:hover a {
	color: #fff;
}

.index_about .cent .more_btn:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 0;
	content: '';
	-webkit-transition: all .3s;
	transition: all .3s;
	background-color: #dcbb6c;
}

.index_about .cent .more_btn a {
	line-height: 3.21428571;
	position: relative;
	z-index: 1;
	display: block;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #dcbb6c;
	border: 1px solid #dcbb6c;
}

@media (max-width: 767px) {
	.index_about .cent .more_btn a {
		line-height: 2.85714286;
	}
}

.index_about .right {
	width: 46.066%;
}

@media (max-width: 1199px) {
	.index_about .right {
		width: 47.4%;
	}
}

@media (max-width: 991px) {
	.index_about .right {
		float: none;
		width: 100%;
		margin-top: 20px;
	}
}

.index_about .right .msg p {
	font-family: 'Arial';
	font-size: 115px;
	font-weight: 700;
	line-height: 1;
	opacity: .1;
	color: #707070;
}

@media (max-width: 1469px) {
	.index_about .right .msg p {
		font-size: 90px;
	}
}

@media (max-width: 1199px) {
	.index_about .right .msg p {
		font-size: 80px;
	}
}

@media (max-width: 991px) {
	.index_about .right .msg p {
		font-size: 60px;
	}
}

@media (max-width: 767px) {
	.index_about .right .msg p {
		font-size: 40px;
	}
}

.index_about .right .pic_box {
	position: relative;
	margin-top: 50px;
	padding: 25px 0 0 25px;
}

@media (max-width: 1199px) {
	.index_about .right .pic_box {
		margin-top: 40px;
	}
}

@media (max-width: 991px) {
	.index_about .right .pic_box {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.index_about .right .pic_box {
		padding: 15px 0 0 15px;
	}
}

.index_about .right .pic_box:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 86%;
	height: 95%;
	content: '';
	border: 4px solid #dcbb6c;
}

.index_about .right .pic_box .img-box {
	padding-bottom: 63.33333333%;
}

.category_wrap {
	overflow: hidden;
	padding-top: 60px;
}

@media (max-width: 1199px) {
	.category_wrap {
		padding: 60px 0;
	}
}

@media (max-width: 991px) {
	.category_wrap {
		padding: 50px 0;
	}
}

@media (max-width: 480px) {
	.category_wrap {
		padding: 40px 0;
	}
}

.category_wrap .container {
	max-width: 1350px;
}

.category_wrap .left {
	width: 88.636%;
	padding-right: 50px;
}

@media (max-width: 1199px) {
	.category_wrap .left {
		width: 93%;
		padding-right: 30px;
	}
}

@media (max-width: 991px) {
	.category_wrap .left {
		float: none;
		width: 100%;
		padding-right: 0;
	}
}

.category_wrap .left .index_title {
	position: relative;
	text-align: right;
}

.category_wrap .left .index_title b {
	color: #fff;
}

.category_wrap .left .index_title b:after {
	display: none;
}

.category_wrap .left .index_title .line i {
	display: block;
	float: right;
	width: 50px;
	padding-top: 20px;
	content: '';
	opacity: 1;
	border-bottom: #dcbb6c 5px solid;
}

@media (max-width: 767px) {
	.category_wrap .left .index_title .line i {
		padding-top: 15px;
		border-bottom: #dcbb6c 3px solid;
	}
}

.category_wrap .left .index_title p {
	color: #fff;
}

.category_wrap .left .index_title span {
	font-family: 'Arial';
	font-size: 115px;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	top: -35px;
	left: 0;
	display: block;
	opacity: .1;
	color: #707070;
}

@media (max-width: 1469px) {
	.category_wrap .left .index_title span {
		font-size: 90px;
	}
}

@media (max-width: 1199px) {
	.category_wrap .left .index_title span {
		font-size: 80px;
		top: -20px;
	}
}

@media (max-width: 991px) {
	.category_wrap .left .index_title span {
		font-size: 60px;
	}
}

@media (max-width: 767px) {
	.category_wrap .left .index_title span {
		font-size: 40px;
	}
}

@media (max-width: 480px) {
	.category_wrap .left .index_title span {
		font-size: 36px;
		top: -10px;
	}
}

.category_wrap .left .list {
	margin-top: 30px;
}

@media (max-width: 991px) {
	.category_wrap .left .list {
		margin-top: 0;
	}
}

.category_wrap .left .list ul {
	margin: 0 -10px;
}

.category_wrap .left .list ul li {
	float: left;
	width: 20%;
	padding: 0 10px;
}

@media (max-width: 991px) {
	.category_wrap .left .list ul li {
		width: 33.333%;
	}
}

@media (max-width: 480px) {
	.category_wrap .left .list ul li {
		width: 50%;
	}
}

.category_wrap .left .list .item {
	position: relative;
	display: block;
}

@media (max-width: 991px) {
	.category_wrap .left .list .item {
		margin-top: 30px;
	}
}

@media (max-width: 480px) {
	.category_wrap .left .list .item {
		margin-top: 20px;
	}
}

.category_wrap .left .list .item .img-box {
	padding-bottom: 190.47619048%;
}

.category_wrap .left .list .item .info {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	padding: 40px 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	background-color: rgba(0, 0, 0, .5);
}

@media (max-width: 1199px) {
	.category_wrap .left .list .item .info {
		padding: 30px 0;
	}
}

.category_wrap .left .list .item .info b {
	font-size: 26px;
	font-weight: normal;
	line-height: 1.2;
	display: block;
	color: #fff;
}

@media (max-width: 1469px) {
	.category_wrap .left .list .item .info b {
		font-size: 24px;
	}
}

@media (max-width: 1199px) {
	.category_wrap .left .list .item .info b {
		font-size: 22px;
	}
}

@media (max-width: 991px) {
	.category_wrap .left .list .item .info b {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.category_wrap .left .list .item .info b {
		font-size: 18px;
	}
}

.category_wrap .left .list .item .info p {
	font-size: 18px;
	line-height: 1.2;
	margin-top: 16px;
	color: #d8d8d8;
}

@media (max-width: 1199px) {
	.category_wrap .left .list .item .info p {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.category_wrap .left .list .item .info p {
		font-size: 15px;
		margin-top: 12px;
	}
}

.category_wrap .right {
	width: 11.364%;
	margin-top: -50px;
}

@media (max-width: 1469px) {
	.category_wrap .right {
		margin-top: -30px;
	}
}

@media (max-width: 1199px) {
	.category_wrap .right {
		width: 7%;
		margin-top: 0;
	}
}

@media (max-width: 991px) {
	.category_wrap .right {
		display: none;
	}
}

.category_wrap .right img {
	max-width: 100%;
	height: auto !important;
}

.index_advantage {
	overflow: hidden;
	padding-top: 60px;
}

@media (max-width: 1199px) {
	.index_advantage {
		padding: 60px 0;
	}
}

@media (max-width: 991px) {
	.index_advantage {
		padding: 50px 0;
	}
}

@media (max-width: 480px) {
	.index_advantage {
		padding: 40px 0;
	}
}

.index_advantage .container {
	max-width: 1350px;
}

.index_advantage .left {
	width: 11.364%;
	margin-top: -60px;
}

@media (max-width: 1720px) {
	.index_advantage .left {
		width: 9%;
		margin-top: -40px;
	}
}

@media (max-width: 1469px) {
	.index_advantage .left {
		margin-top: -10px;
	}
}

@media (max-width: 1199px) {
	.index_advantage .left {
		width: 7%;
		margin-top: 0;
	}
}

@media (max-width: 991px) {
	.index_advantage .left {
		display: none;
	}
}

.index_advantage .left img {
	max-width: 100%;
	height: auto !important;
}

.index_advantage .right {
	width: 88.636%;
	padding-left: 35px;
}

@media (max-width: 1469px) {
	.index_advantage .right {
		padding-left: 10px;
	}
}

@media (max-width: 1199px) {
	.index_advantage .right {
		width: 93%;
		padding-left: 20px;
	}
}

@media (max-width: 991px) {
	.index_advantage .right {
		float: none;
		width: 100%;
		padding-left: 0;
	}
}

.index_advantage .right .index_title {
	position: relative;
}

.index_advantage .right .index_title span {
	font-family: 'Arial';
	font-size: 115px;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	top: -35px;
	right: 0;
	display: block;
	opacity: .1;
	color: #707070;
}

@media (max-width: 1469px) {
	.index_advantage .right .index_title span {
		font-size: 90px;
	}
}

@media (max-width: 1199px) {
	.index_advantage .right .index_title span {
		font-size: 80px;
		top: -20px;
	}
}

@media (max-width: 991px) {
	.index_advantage .right .index_title span {
		font-size: 60px;
	}
}

@media (max-width: 767px) {
	.index_advantage .right .index_title span {
		font-size: 40px;
	}
}

@media (max-width: 480px) {
	.index_advantage .right .index_title span {
		font-size: 36px;
		top: -10px;
	}
}

.index_advantage .right .list_box {
	margin-top: 60px;
}

@media (max-width: 1469px) {
	.index_advantage .right .list_box {
		margin-top: 40px;
	}
}

@media (max-width: 1199px) {
	.index_advantage .right .list_box {
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	.index_advantage .right .list_box {
		margin-top: 25px;
	}
}

@media (max-width: 767px) {
	.index_advantage .right .list_box {
		margin-top: 20px;
	}
}

.index_advantage .right .list_box .pic {
	position: relative;
	width: 49.34%;
	padding: 0 40px 40px 0;
}

@media (max-width: 1469px) {
	.index_advantage .right .list_box .pic {
		padding: 0 30px 30px 0;
	}
}

@media (max-width: 1199px) {
	.index_advantage .right .list_box .pic {
		padding: 0 20px 20px 0;
	}
}

@media (max-width: 991px) {
	.index_advantage .right .list_box .pic {
		float: none;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.index_advantage .right .list_box .pic {
		padding: 0 15px 15px 0;
	}
}

.index_advantage .right .list_box .pic:after {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 86%;
	height: 87%;
	content: '';
	border: 4px solid #dcbb6c;
}

.index_advantage .right .list_box .pic .img-box {
	z-index: 2;
	padding-bottom: 63.46153846%;
}

.index_advantage .right .list_box .list {
	width: 50.66%;
	margin-top: 20px;
	padding-left: 60px;
}

@media (max-width: 1469px) {
	.index_advantage .right .list_box .list {
		margin-top: 0;
		padding-left: 40px;
	}
}

@media (max-width: 991px) {
	.index_advantage .right .list_box .list {
		float: none;
		width: 100%;
		margin-top: 30px;
		padding-left: 0;
	}
}

.index_advantage .right .list_box .list ul li:last-child .item {
	margin-bottom: 0;
}

.index_advantage .right .list_box .list .item {
	position: relative;
	margin-bottom: 70px;
	padding-left: 100px;
}

@media (max-width: 1469px) {
	.index_advantage .right .list_box .list .item {
		margin-bottom: 50px;
	}
}

@media (max-width: 1199px) {
	.index_advantage .right .list_box .list .item {
		margin-bottom: 40px;
		padding-left: 80px;
	}
}

@media (max-width: 991px) {
	.index_advantage .right .list_box .list .item {
		margin-bottom: 30px;
		padding-left: 65px;
	}
}

@media (max-width: 767px) {
	.index_advantage .right .list_box .list .item {
		margin-bottom: 25px;
		padding-left: 60px;
	}
}

.index_advantage .right .list_box .list .item .num_icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
}

@media (max-width: 1199px) {
	.index_advantage .right .list_box .list .item .num_icon {
		width: 60px;
	}
}

@media (max-width: 991px) {
	.index_advantage .right .list_box .list .item .num_icon {
		top: 5px;
		width: 50px;
	}
}

@media (max-width: 767px) {
	.index_advantage .right .list_box .list .item .num_icon {
		width: 45px;
	}
}

.index_advantage .right .list_box .list .item .num_icon img {
	max-width: 100%;
	height: auto !important;
}

.index_advantage .right .list_box .list .item .txt p {
	font-size: 16px;
	line-height: 1.75;
	color: #696969;
}

@media (max-width: 1199px) {
	.index_advantage .right .list_box .list .item .txt p {
		font-size: 15px;
	}
}

.index_prod {
	overflow: hidden;
	padding-top: 50px;
}

@media (max-width: 1199px) {
	.index_prod {
		padding: 60px 0;
	}
}

@media (max-width: 991px) {
	.index_prod {
		padding: 50px 0;
	}
}

@media (max-width: 480px) {
	.index_prod {
		padding: 40px 0;
	}
}

.index_prod .container {
	max-width: 1350px;
}

.index_prod .left {
	width: 86.363%;
	padding-right: 50px;
}

@media (max-width: 1199px) {
	.index_prod .left {
		width: 92%;
		padding-right: 30px;
	}
}

@media (max-width: 991px) {
	.index_prod .left {
		float: none;
		width: 100%;
		padding-right: 0;
	}
}

.index_prod .left .index_title {
	position: relative;
	text-align: right;
}

.index_prod .left .index_title b {
	color: #fff;
}

.index_prod .left .index_title b:after {
	display: none;
}

.index_prod .left .index_title .line i {
	display: block;
	float: right;
	width: 50px;
	padding-top: 20px;
	content: '';
	opacity: 1;
	border-bottom: #dcbb6c 5px solid;
}

@media (max-width: 767px) {
	.index_prod .left .index_title .line i {
		padding-top: 15px;
		border-bottom: #dcbb6c 3px solid;
	}
}

.index_prod .left .index_title p {
	color: #fff;
}

.index_prod .left .index_title span {
	font-family: 'Arial';
	font-size: 115px;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	top: -35px;
	left: 0;
	display: block;
	opacity: .1;
	color: #707070;
}

@media (max-width: 1469px) {
	.index_prod .left .index_title span {
		font-size: 90px;
	}
}

@media (max-width: 1199px) {
	.index_prod .left .index_title span {
		font-size: 80px;
		top: -20px;
	}
}

@media (max-width: 991px) {
	.index_prod .left .index_title span {
		font-size: 60px;
	}
}

@media (max-width: 767px) {
	.index_prod .left .index_title span {
		font-size: 40px;
	}
}

@media (max-width: 480px) {
	.index_prod .left .index_title span {
		font-size: 36px;
		top: -10px;
	}
}

.index_prod .left .list {
	position: relative;
	margin-top: 60px;
	padding: 0 80px 60px 80px;
}

@media (max-width: 1469px) {
	.index_prod .left .list {
		margin-top: 40px;
		padding: 0 0 60px 0;
	}
}

@media (max-width: 1199px) {
	.index_prod .left .list {
		margin-top: 30px;
		padding: 0 0 40px 0;
	}
}

@media (max-width: 991px) {
	.index_prod .left .list {
		margin-top: 25px;
		padding: 0 0 30px 0;
	}
}

@media (max-width: 767px) {
	.index_prod .left .list {
		margin-top: 20px;
	}
}

.index_prod .left .list:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 227px;
	content: '';
	border: 3px solid #dcbb6c;
}

@media (max-width: 991px) {
	.index_prod .left .list:after {
		height: 80%;
	}
}

.index_prod .left .list .slick_category {
	font-size: 0;
	position: relative;
	z-index: 1;
}

@media (max-width: 1469px) {
	.index_prod .left .list .slick_category {
		padding: 0 60px;
	}
}

@media (max-width: 1199px) {
	.index_prod .left .list .slick_category {
		padding: 0 40px;
	}
}

.index_prod .left .list .slick_category .slick-list {
	margin: 0 -10px;
}

@media (max-width: 1199px) {
	.index_prod .left .list .slick_category .slick-list {
		margin: 0 -10px;
	}
}

.index_prod .left .list .slick_category .slick-list .slick-slide {
	padding: 0 10px;
}

@media (max-width: 1199px) {
	.index_prod .left .list .slick_category .slick-list .slick-slide {
		padding: 0 10px;
	}
}

.index_prod .left .list .slick_category .slick-arrow {
	position: absolute;
	z-index: 9;
	top: 50%;
	left: -80px;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}

@media (max-width: 1469px) {
	.index_prod .left .list .slick_category .slick-arrow {
		left: 0;
	}
}

.index_prod .left .list .slick_category .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 80px;
	font-style: normal;
	line-height: 1;
	display: block;
	content: '\e727';
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1469px) {
	.index_prod .left .list .slick_category .slick-arrow:before {
		font-size: 60px;
	}
}

@media (max-width: 1199px) {
	.index_prod .left .list .slick_category .slick-arrow:before {
		font-size: 40px;
	}
}

.index_prod .left .list .slick_category .slick-arrow:hover:before {
	color: #dcbb6c;
}

.index_prod .left .list .slick_category .slick-next {
	right: -80px;
	left: auto;
}

@media (max-width: 1469px) {
	.index_prod .left .list .slick_category .slick-next {
		right: 0;
	}
}

.index_prod .left .list .slick_category .slick-next:before {
	content: '\e728';
}

.index_prod .left .list .slick_category .item {
	display: block;
	overflow: hidden;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.index_prod .left .list .slick_category .item .pic .img-box {
	padding-bottom: 75%;
}

.index_prod .left .list .slick_category .item .name {
	padding-top: 20px;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
}

@media (max-width: 991px) {
	.index_prod .left .list .slick_category .item .name {
		padding-top: 15px;
	}
}

.index_prod .left .list .slick_category .item .name p {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	display: block;
	overflow: hidden;
	-webkit-transition: all .4s;
	transition: all .4s;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
}

@media (max-width: 991px) {
	.index_prod .left .list .slick_category .item .name p {
		font-size: 15px;
	}
}

.index_prod .right {
	width: 13.637%;
	margin-top: -50px;
}

@media (max-width: 1700px) {
	.index_prod .right {
		float: left;
		width: 10%;
	}
}

@media (max-width: 1469px) {
	.index_prod .right {
		width: 13%;
		margin-top: -30px;
	}
}

@media (max-width: 1199px) {
	.index_prod .right {
		width: 8%;
		margin-top: 0;
	}
}

@media (max-width: 991px) {
	.index_prod .right {
		display: none;
	}
}

.index_prod .right img {
	max-width: 100%;
	height: auto !important;
}

.index_news {
	overflow: hidden;
	padding-top: 0;
}

@media (max-width: 1199px) {
	.index_news {
		padding: 60px 0;
	}
}

@media (max-width: 991px) {
	.index_news {
		padding: 50px 0;
	}
}

@media (max-width: 480px) {
	.index_news {
		padding: 40px 0;
	}
}

.index_news .index_title {
	padding-top: 55px;
	text-align: center;
}

@media (max-width: 1469px) {
	.index_news .index_title {
		padding-top: 40px;
	}
}

@media (max-width: 1199px) {
	.index_news .index_title {
		padding-top: 30px;
	}
}

@media (max-width: 767px) {
	.index_news .index_title {
		padding-top: 20px;
	}
}

.index_news .index_title b:after {
	margin: auto;
}

.index_news .index_title span {
	font-family: 'Arial';
	font-size: 115px;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	opacity: .25;
	color: #707070;
}

@media (max-width: 1700px) {
	.index_news .index_title span {
		font-size: 100px;
	}
}

@media (max-width: 1469px) {
	.index_news .index_title span {
		font-size: 90px;
	}
}

@media (max-width: 1199px) {
	.index_news .index_title span {
		font-size: 80px;
		top: 50px;
	}
}

@media (max-width: 991px) {
	.index_news .index_title span {
		font-size: 60px;
	}
}

@media (max-width: 767px) {
	.index_news .index_title span {
		font-size: 40px;
	}
}

@media (max-width: 480px) {
	.index_news .index_title span {
		font-size: 36px;
		top: 40px;
	}
}

.index_news .list {
	margin-top: 60px;
}

@media (max-width: 1469px) {
	.index_news .list {
		margin-top: 50px;
	}
}

@media (max-width: 1199px) {
	.index_news .list {
		margin-top: 40px;
	}
}

@media (max-width: 991px) {
	.index_news .list {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.index_news .list {
		margin-top: 25px;
	}
}

.index_news .list ul {
	margin: 0 -10px;
}

.index_news .list ul li {
	padding: 0 10px;
}

.index_news .list .item {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 60px;
}

@media (max-width: 1469px) {
	.index_news .list .item {
		margin-bottom: 50px;
	}
}

@media (max-width: 1199px) {
	.index_news .list .item {
		margin-bottom: 40px;
	}
}

@media (max-width: 991px) {
	.index_news .list .item {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.index_news .list .item {
		margin-bottom: 25px;
	}
}

.index_news .list .item:hover .info {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.index_news .list .item:hover .cover {
	-webkit-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}

.index_news .list .item .pic .img-box {
	padding-bottom: 75%;
}

.index_news .list .item .info {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 10px 20px;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #e6e6e6;
	background-color: rgba(0, 0, 0, .4);
}

@media (max-width: 1469px) {
	.index_news .list .item .info {
		padding: 10px 15px;
	}
}

.index_news .list .item .info span {
	font-size: 14px;
	display: block;
	float: left;
	width: 25%;
}

@media (max-width: 1199px) {
	.index_news .list .item .info span {
		float: none;
		width: 100%;
		margin-bottom: 5px;
	}
}

.index_news .list .item .info p {
	font-size: 14px;
	line-height: 20px;
	display: -webkit-box;
	float: left;
	overflow: hidden;
	width: 75%;
	height: 40px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media (max-width: 1199px) {
	.index_news .list .item .info p {
		float: none;
		width: 100%;
	}
}

.index_news .list .item .cover {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	width: 90%;
	height: 90%;
	margin: auto;
	padding: 20px;
	-webkit-transition: all .7s;
	transition: all .7s;
	-webkit-transform: translateY(-50%) scale(0);
	-ms-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
	color: #e6e6e6;
	background-color: rgba(0, 0, 0, .5);
}

.index_news .list .item .cover b {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
	display: block;
	overflow: hidden;
	padding-bottom: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px solid #fff;
}

.index_news .list .item .cover p {
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
	overflow: hidden;
	height: 106px;
	padding-top: 10px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.index_news .list .item .cover span {
	font-size: 14px;
	line-height: 1;
	position: absolute;
	bottom: 20px;
	left: 20px;
	display: block;
}

.index_news .more_btn {
	position: relative;
	width: 200px;
	margin: auto;
}

@media (max-width: 767px) {
	.index_news .more_btn {
		width: 180px;
	}
}

.index_news .more_btn:hover:before {
	height: 100%;
}

.index_news .more_btn:hover a {
	color: #fff;
}

.index_news .more_btn:before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 0;
	content: '';
	-webkit-transition: all .3s;
	transition: all .3s;
	background-color: #dcbb6c;
}

.index_news .more_btn a {
	line-height: 3.21428571;
	position: relative;
	z-index: 1;
	display: block;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #dcbb6c;
	border: 1px solid #dcbb6c;
}

@media (max-width: 767px) {
	.index_news .more_btn a {
		line-height: 2.85714286;
	}
}

.index_contact {
	overflow: hidden;
	padding-top: 0;
}

@media (max-width: 1199px) {
	.index_contact {
		padding: 60px 0;
	}
}

@media (max-width: 991px) {
	.index_contact {
		padding: 50px 0;
	}
}

@media (max-width: 480px) {
	.index_contact {
		padding: 40px 0;
	}
}

.index_contact .index_title {
	padding-top: 50px;
	text-align: center;
}

@media (max-width: 1469px) {
	.index_contact .index_title {
		padding-top: 40px;
	}
}

@media (max-width: 1199px) {
	.index_contact .index_title {
		padding-top: 30px;
	}
}

@media (max-width: 767px) {
	.index_contact .index_title {
		padding-top: 20px;
	}
}

.index_contact .index_title b {
	position: relative;
	z-index: 1;
	color: #fff;
}

.index_contact .index_title b:after {
	margin: auto;
}

.index_contact .index_title p {
	color: #fff;
}

.index_contact .index_title span {
	font-family: 'Arial';
	font-size: 115px;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	opacity: .25;
	color: #707070;
}

@media (max-width: 1700px) {
	.index_contact .index_title span {
		font-size: 100px;
	}
}

@media (max-width: 1469px) {
	.index_contact .index_title span {
		font-size: 90px;
	}
}

@media (max-width: 1199px) {
	.index_contact .index_title span {
		font-size: 80px;
		top: 50px;
	}
}

@media (max-width: 991px) {
	.index_contact .index_title span {
		font-size: 60px;
	}
}

@media (max-width: 767px) {
	.index_contact .index_title span {
		font-size: 40px;
	}
}

@media (max-width: 480px) {
	.index_contact .index_title span {
		font-size: 36px;
		top: 40px;
	}
}

.index_contact .list {
	margin-top: 70px;
	background-color: rgba(0, 0, 0, .5);
}

@media (max-width: 1469px) {
	.index_contact .list {
		margin-top: 50px;
	}
}

@media (max-width: 1199px) {
	.index_contact .list {
		margin-top: 40px;
	}
}

@media (max-width: 991px) {
	.index_contact .list {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.index_contact .list {
		margin-top: 25px;
	}
}

.index_contact .list .container {
	max-width: 1130px;
}

.index_contact .list .left {
	width: 39.091%;
	background-color: #c6a757;
}

@media (max-width: 991px) {
	.index_contact .list .left {
		float: none;
		width: 100%;
	}
}

.index_contact .list .left .note {
	padding: 50px 90px 0 35px;
}

@media (max-width: 1199px) {
	.index_contact .list .left .note {
		padding: 50px 30px 0 30px;
	}
}

@media (max-width: 991px) {
	.index_contact .list .left .note {
		padding: 40px 30px 10px 30px;
	}
}

@media (max-width: 480px) {
	.index_contact .list .left .note {
		padding: 35px 20px 1px 20px;
	}
}

.index_contact .list .left .note p {
	font-size: 14px;
	line-height: 1.2;
	position: relative;
	margin-bottom: 30px;
	padding-left: 75px;
	color: #fff;
}

@media (max-width: 480px) {
	.index_contact .list .left .note p {
		padding-left: 60px;
	}
}

.index_contact .list .left .note p:before {
	font-family: 'iconfont' !important;
	font-size: 30px;
	font-style: normal;
	line-height: 50px;
	position: absolute;
	top: -3px;
	left: 0;
	display: block;
	width: 50px;
	height: 50px;
	content: '';
	text-align: center;
	color: #595959;
	border-radius: 50%;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
	.index_contact .list .left .note p:before {
		font-size: 26px;
	}
}

@media (max-width: 480px) {
	.index_contact .list .left .note p:before {
		font-size: 22px;
		line-height: 45px;
		width: 45px;
		height: 45px;
	}
}

.index_contact .list .left .note p span {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	display: block;
	margin-bottom: 6px;
}

.index_contact .list .left .note p a:hover {
	text-decoration: underline !important;
}

.index_contact .list .left .note .email:before {
	content: '\e64d';
}

.index_contact .list .left .note .address:before {
	content: '\e600';
}

.index_contact .list .left .note .tel:before {
	content: '\e64c';
}

.index_contact .list .right {
	width: 60.909%;
	padding: 35px 0 0 70px;
}

@media (max-width: 1199px) {
	.index_contact .list .right {
		padding: 35px 0 0 40px;
	}
}

@media (max-width: 991px) {
	.index_contact .list .right {
		float: none;
		width: 100%;
		padding: 40px 0;
	}
}

.index_contact .list .right .cont_form .tit b {
	font-size: 20px;
	line-height: 1.2;
	color: #fff;
}

@media (max-width: 991px) {
	.index_contact .list .right .cont_form .tit b {
		font-size: 18px;
	}
}

.index_contact .list .right .cont_form .cont_ipt {
	margin-top: 20px;
}

.index_contact .list .right .cont_form .cont_ipt ul {
	margin: 0 -10px;
}

.index_contact .list .right .cont_form .cont_ipt ul li {
	margin-bottom: 20px;
	padding: 0 10px;
}

@media (max-width: 767px) {
	.index_contact .list .right .cont_form .cont_ipt ul li {
		margin-bottom: 10px;
	}
}

.index_contact .list .right .cont_form .cont_ipt ul li:last-child {
	margin-bottom: 0;
}

.index_contact .list .right .cont_form .cont_ipt ul li input,
.index_contact .list .right .cont_form .cont_ipt ul li textarea {
	font-size: 14px;
	line-height: 30px;
	display: block;
	width: 100%;
	height: 30px;
	padding: 0 10px;
	color: #000;
	border: none;
	border-radius: 2px;
	background-color: #fff;
}

.index_contact .list .right .cont_form .cont_ipt ul li textarea {
	line-height: 28px;
	min-height: 80px;
	padding: 0 10px;
}

.index_contact .list .right .cont_form .cont_ipt ul li input::-webkit-input-placeholder,
.index_contact .list .right .cont_form .cont_ipt ul li textarea::-webkit-input-placeholder {
	color: #bbb;
}

.index_contact .list .right .cont_form .cont_ipt ul li input:-o-placeholder,
.index_contact .list .right .cont_form .cont_ipt ul li textarea:-o-placeholder {
	color: #bbb;
}

.index_contact .list .right .cont_form .cont_ipt ul li input::-moz-placeholder,
.index_contact .list .right .cont_form .cont_ipt ul li textarea::-moz-placeholder {
	color: #bbb;
}

.index_contact .list .right .cont_form .cont_ipt ul li input:-ms-input-placeholder,
.index_contact .list .right .cont_form .cont_ipt ul li textarea:-ms-input-placeholder {
	color: #bbb;
}

.index_contact .list .right .cont_form .cont_ipt ul li input:focus::-webkit-input-placeholder,
.index_contact .list .right .cont_form .cont_ipt ul li textarea:focus::-webkit-input-placeholder {
	color: #c5c5c5;
}

.index_contact .list .right .cont_form .cont_ipt ul li input:focus::-o-placeholder,
.index_contact .list .right .cont_form .cont_ipt ul li textarea:focus::-o-placeholder {
	color: #c5c5c5;
}

.index_contact .list .right .cont_form .cont_ipt ul li input:focus::-moz-placeholder,
.index_contact .list .right .cont_form .cont_ipt ul li textarea:focus::-moz-placeholder {
	color: #c5c5c5;
}

.index_contact .list .right .cont_form .cont_ipt ul li input:focus::-ms-input-placeholder,
.index_contact .list .right .cont_form .cont_ipt ul li textarea:focus::-ms-input-placeholder {
	color: #c5c5c5;
}

.index_contact .list .right .cont_form .cont_ipt ul li button {
	font-size: 14px;
	line-height: 2.42857143;
	display: block;
	width: 100%;
	margin: auto;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	background-color: #c6a757;
}

.index_contact .list .right .cont_form .cont_ipt ul li button:hover {
	background-color: #dcbb6c;
}

.index_contact .info {
	margin-top: 30px;
	text-align: center;
}

@media (max-width: 767px) {
	.index_contact .info {
		margin-top: 20px;
	}
}

.index_contact .info p {
	font-size: 14px;
	line-height: 1.71428571;
	color: #d3d3d3;
}

.pagebanner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

@media (max-width: 1199px) {
	.pagebanner {
		padding-top: 70px;
	}
}

.pagebanner .item {
	position: relative;
}

@media (max-width: 991px) {
	.pagebanner .item {
		width: 130%;
		max-width: 130%;
		margin-left: -15%;
	}
}

@media (max-width: 767px) {
	.pagebanner .item {
		width: 160%;
		max-width: 160%;
		margin-left: -30%;
	}
}

.pagebanner .item .img-box {
	padding-bottom: 23.95833333%;
}

.page_bg {
	background: url(../images/img/page_bg.jpg) no-repeat center;
	background-attachment: fixed;
	background-size: cover;
}

.page_padt {
	padding-top: 120px;
}

@media (max-width: 1199px) {
	.page_padt {
		padding-top: 70px;
	}
}

.page_location {
	margin-top: 20px;
}

.page_location ul li {
	display: inline-block;
}

.page_location ul li a {
	font-size: 14px;
	line-height: 1.2;
	display: block;
	color: #fff;
}

.page_location ul li a:after {
	display: inline-block;
	margin: 0 5px 0 8px;
	content: '-';
	color: #fff;
}

.page_location ul li:first-child a {
	color: #dcbb6c;
}

.page_location ul li:first-child a:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	display: inline-block;
	margin-right: 5px;
	content: '\e639';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.page_location ul li:last-child a:after {
	display: none;
}

@media (max-width: 1199px) {
	.about_us {
		padding-top: 70px;
	}
}

.about_us .container {
	max-width: 1230px;
}

.about_us .tit {
	margin-top: 70px;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

@media (max-width: 1469px) {
	.about_us .tit {
		margin-top: 60px;
	}
}

@media (max-width: 1366px) {
	.about_us .tit {
		margin-top: 50px;
	}
}

@media (max-width: 1199px) {
	.about_us .tit {
		margin-top: 40px;
	}
}

@media (max-width: 991px) {
	.about_us .tit {
		margin-top: 30px;
		padding-bottom: 15px;
	}
}

@media (max-width: 767px) {
	.about_us .tit {
		margin-top: 20px;
		padding-bottom: 10px;
	}
}

.about_us .tit p {
	font-size: 30px;
	font-weight: normal;
	line-height: 1;
	display: block;
	color: #fff;
}

@media (max-width: 1366px) {
	.about_us .tit p {
		font-size: 28px;
	}
}

@media (max-width: 1199px) {
	.about_us .tit p {
		font-size: 26px;
	}
}

@media (max-width: 991px) {
	.about_us .tit p {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.about_us .tit p {
		font-size: 20px;
	}
}

@media (max-width: 480px) {
	.about_us .tit p {
		font-size: 18px;
	}
}

.about_us .text {
	padding: 20px 0;
}

.about_us .text p {
	font-size: 16px;
	line-height: 2;
	text-indent: 2em;
	color: #fff;
}

@media (max-width: 991px) {
	.about_us .text p {
		font-size: 15px;
	}
}

@media (max-width: 480px) {
	.about_us .text p {
		font-size: 14px;
	}
}

.product_wrap {
	overflow: hidden;
}

@media (max-width: 1199px) {
	.product_wrap {
		padding-top: 70px;
	}
}

.product_wrap .container {
	max-width: 1230px;
}

.product_wrap .prod_range {
	margin-top: 70px;
}

@media (max-width: 1469px) {
	.product_wrap .prod_range {
		margin-top: 60px;
	}
}

@media (max-width: 1366px) {
	.product_wrap .prod_range {
		margin-top: 50px;
	}
}

@media (max-width: 1199px) {
	.product_wrap .prod_range {
		margin-top: 40px;
	}
}

@media (max-width: 991px) {
	.product_wrap .prod_range {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.product_wrap .prod_range {
		margin-top: 20px;
	}
}

.product_wrap .menu {
	position: relative;
}

.product_wrap .menu .menu1 {
	margin: 0 -15px;
}

@media (max-width: 1199px) {
	.product_wrap .menu .menu1 {
		margin: 0 -10px;
	}
}

@media (max-width: 767px) {
	.product_wrap .menu .menu1 {
		margin: 0 -5px;
	}
}

.product_wrap .menu .menu1>li {
	float: left;
	margin-bottom: 20px;
	padding: 0 15px;
}

@media (max-width: 1199px) {
	.product_wrap .menu .menu1>li {
		margin-bottom: 15px;
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.product_wrap .menu .menu1>li {
		margin-bottom: 10px;
		padding: 0 5px;
	}
}

.product_wrap .menu .menu1>li>a {
	font-size: 14px;
	line-height: 40px;
	display: block;
	width: 150px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
}

@media (max-width: 991px) {
	.product_wrap .menu .menu1>li>a {
		width: auto;
		padding: 0 20px;
	}
}

@media (max-width: 767px) {
	.product_wrap .menu .menu1>li>a {
		line-height: 35px;
		padding: 0 15px;
	}
}

.product_wrap .menu .menu1>li>a:hover {
	color: #dcbb6c;
	border: 1px solid #dcbb6c;
}

.product_wrap .menu .menu1 .active>a {
	color: #dcbb6c;
	border: 1px solid #dcbb6c;
}

.product_wrap .menu .menu2 {
	display: none;
	margin-bottom: 20px;
	padding: 10px 0 30px 0;
	border-radius: 0 0 5px 5px;
	background-color: #fbfcfc;
	box-shadow: 0 5px 7px 0 rgba(54, 54, 53, .1);
}

.product_wrap .menu .menu2>li {
	line-height: 30px;
	position: relative;
	padding-left: 0;
	cursor: pointer;
}

.product_wrap .menu .menu2>li>a {
	font-size: 16px;
	line-height: 1.2;
	position: relative;
	display: block;
	padding: 10px 10px 10px 40px;
	-webkit-transition: .35s;
	transition: .35s;
	color: #999;
}

.product_wrap .menu .menu2>li>a:before {
	position: absolute;
	top: 50%;
	left: 30px;
	display: block;
	width: 5px;
	height: 5px;
	content: '';
	-webkit-transition: .35s;
	transition: .35s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	border-radius: 50%;
	background-color: #3362cc;
}

.product_wrap .menu .menu2>li>a:hover {
	background-color: rgba(51, 98, 204, .1);
}

.product_wrap .menu .menu2>li>a:hover:before {
	opacity: 1;
}

.product_wrap .menu .menu2 .active a {
	background-color: rgba(51, 98, 204, .1);
}

.product_wrap .menu .menu2 .active a:before {
	opacity: 1;
}

.product_wrap .menu .menu3 {
	display: none;
}

.product_wrap .menu .menu3>li>a {
	font-size: 14px;
	line-height: 30px;
	display: block;
	padding-left: 60px;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #666 !important;
}

.product_wrap .menu .menu3>li>a:before {
	display: none;
}

.product_wrap .menu .menu3>li:hover a {
	text-decoration: underline !important;
	color: #dcbb6c !important;
}

.product_wrap .menu .menu3 .active a {
	text-decoration: underline !important;
	color: #dcbb6c !important;
}

.product_wrap .list {
	padding: 45px 0 70px;
}

@media (max-width: 1199px) {
	.product_wrap .list {
		padding: 30px 0 60px;
	}
}

@media (max-width: 991px) {
	.product_wrap .list {
		padding: 20px 0 50px;
	}
}

@media (max-width: 767px) {
	.product_wrap .list {
		padding: 15px 0 40px;
	}
}

.product_wrap .list .prod_lists .item {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 25px;
}

.product_wrap .list .prod_lists .item:hover .pic .cover {
	visibility: visible;
	-webkit-transform: skewX(0);
	-ms-transform: skewX(0);
	transform: skewX(0);
	opacity: 1;
}

.product_wrap .list .prod_lists .item:hover .pic .cover:before {
	height: 100%;
}

.product_wrap .list .prod_lists .item:hover .pic .cover:after {
	width: 100%;
}

.product_wrap .list .prod_lists .item:hover .pic .cover span:before {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.product_wrap .list .prod_lists .item:hover .pic .cover span:after {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.product_wrap .list .prod_lists .item .pic {
	position: relative;
	display: block;
}

.product_wrap .list .prod_lists .item .pic .cover {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	visibility: hidden;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: skewX(45deg);
	-ms-transform: skewX(45deg);
	transform: skewX(45deg);
	opacity: 0;
	background: rgba(220, 187, 108, .2);
}

.product_wrap .list .prod_lists .item .pic .cover:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 0;
	content: '';
	-webkit-transition: all .5s;
	transition: all .5s;
	border-right: 3px solid #dcbb6c;
	border-left: 3px solid #dcbb6c;
}

.product_wrap .list .prod_lists .item .pic .cover:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 0;
	height: 100%;
	content: '';
	-webkit-transition: all .5s;
	transition: all .5s;
	border-top: 3px solid #dcbb6c;
	border-bottom: 3px solid #dcbb6c;
}

.product_wrap .list .prod_lists .item .pic .cover span {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	display: block;
	width: 46px;
	height: 46px;
	margin-top: -23px;
	margin-left: -23px;
}

.product_wrap .list .prod_lists .item .pic .cover span:before {
	position: absolute;
	top: 23px;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	content: '';
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translateX(-200px);
	-ms-transform: translateX(-200px);
	transform: translateX(-200px);
	background-color: #dcbb6c;
}

.product_wrap .list .prod_lists .item .pic .cover span:after {
	position: absolute;
	top: 0;
	left: 23px;
	display: block;
	width: 1px;
	height: 100%;
	content: '';
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translateY(-200px);
	-ms-transform: translateY(-200px);
	transform: translateY(-200px);
	background-color: #dcbb6c;
}

.product_wrap .list .prod_lists .item .pic .img-box {
	padding-bottom: 75%;
}

.product_wrap .list .prod_lists .item .name {
	margin-top: 15px;
}

.product_wrap .list .prod_lists .item .name p {
	font-size: 14px;
	line-height: 1.2;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
}

.product_wrap .page {
	margin-top: 30px;
}

@media (max-width: 1199px) {
	.product_wrap .page {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.product_wrap .page {
		margin-top: 10px;
	}
}

.product_details .product_box {
	margin-top: 50px;
}

@media (max-width: 1199px) {
	.product_details .product_box {
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	.product_details .product_box {
		margin-top: 20px;
	}
}

.product_details .product_box .lef {
	font-size: 0;
	width: 42.5%;
}

@media (max-width: 1199px) {
	.product_details .product_box .lef {
		float: none;
		width: 60%;
		margin: auto;
	}
}

@media (max-width: 991px) {
	.product_details .product_box .lef {
		width: 100%;
	}
}

.product_details .product_box .lef .slick-slide {
	height: auto !important;
}

.product_details .product_box .lef .pic {
	border: 1px solid #fff;
}

.product_details .product_box .lef .pic .img-box {
	padding-bottom: 75%;
}

.product_details .product_box .lef .prod_vv .video {
	position: relative;
}

.product_details .product_box .lef .prod_vv .video:hover .video-cover {
	opacity: 0;
}

.product_details .product_box .lef .prod_vv .video .video-cover {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
	opacity: 0;
	opacity: 1;
	background-color: rgba(0, 0, 0, .3);
}

.product_details .product_box .lef .prod_vv .video .img-box {
	z-index: 0;
	padding-bottom: 75%;
	background-color: #fff;
}

.product_details .product_box .lef .prod_vv .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
}

.product_details .product_box .lef .prod_vv .video .video-box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}

.product_details .product_box .lef .prod_vv .video .video-box .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}

.product_details .product_box .lef .prod_vv .video .video-box .play {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	display: block;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.product_details .product_box .lef .prod_vv .video .video-box .play:before {
	font-family: 'iconfont' !important;
	font-size: 60px;
	font-style: normal;
	display: block;
	content: '\e63a';
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 480px) {
	.product_details .product_box .lef .prod_vv .video .video-box .play:before {
		font-size: 40px;
	}
}

.product_details .product_box .lef .album {
	display: none;
}

@media (max-width: 1199px) {
	.product_details .product_box .lef .album {
		display: block;
	}
}

.product_details .product_box .lef .album .slider-nav {
	font-size: 0;
	margin-top: 20px;
	padding: 0 40px;
}

.product_details .product_box .lef .album .slider-nav .slick-arrow {
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}

.product_details .product_box .lef .album .slider-nav .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	line-height: 86px;
	display: block;
	width: 25px;
	height: 100%;
	content: '\e727';
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	background-color: #a2a2a2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.product_details .product_box .lef .album .slider-nav .slick-arrow:hover:before {
	background-color: #bbb;
}

.product_details .product_box .lef .album .slider-nav .slick-next {
	right: 0;
	left: auto;
}

.product_details .product_box .lef .album .slider-nav .slick-next:before {
	content: '\e728';
}

.product_details .product_box .lef .album .slider-nav .slick-list {
	margin: 0 -5px;
}

.product_details .product_box .lef .album .slider-nav .slick-list .slick-slide {
	height: auto !important;
	padding: 0 5px;
}

.product_details .product_box .lef .album .slider-nav .slick-list .slick-slide .pic {
	position: relative;
}

.product_details .product_box .lef .album .slider-nav .slick-list .slick-slide .pic .img-box {
	padding-bottom: 75%;
}

.product_details .product_box .lef .album .slider-nav .slick-list .slick-slide .pic:before {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	border: solid 1px #fff;
}

.product_details .product_box .lef .album .slider-nav .slick-list .slick-current .pic:before {
	border: solid 1px #dcbb6c;
}

.product_details .product_box .lef .album .slider-nav .prod_vv .video {
	position: relative;
}

.product_details .product_box .lef .album .slider-nav .prod_vv .video .img-box {
	padding-bottom: 75%;
}

.product_details .product_box .lef .album .slider-nav .prod_vv .video .video-cover {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
	opacity: 0;
	opacity: 1;
	background-color: rgba(0, 0, 0, .3);
}

.product_details .product_box .lef .album .slider-nav .prod_vv .video .video-box1 {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}

.product_details .product_box .lef .album .slider-nav .prod_vv .video .video-box1 .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}

.product_details .product_box .lef .album .slider-nav .prod_vv .video .video-box1 .play {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	display: block;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.product_details .product_box .lef .album .slider-nav .prod_vv .video .video-box1 .play:before {
	font-family: 'iconfont' !important;
	font-size: 30px;
	font-style: normal;
	display: block;
	content: '\e63a';
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.product_details .product_box .lef .album .slider-nav .prod_vv .video .video-box1 .play:before {
		font-size: 30px;
	}
}

@media (max-width: 991px) {
	.product_details .product_box .lef .album .slider-nav .prod_vv .video .video-box1 .play:before {
		font-size: 40px;
	}
}

@media (max-width: 767px) {
	.product_details .product_box .lef .album .slider-nav .prod_vv .video .video-box1 .play:before {
		font-size: 30px;
	}
}

.product_details .product_box .rig {
	width: 57.5%;
	padding-left: 30px;
}

@media (max-width: 1199px) {
	.product_details .product_box .rig {
		width: 100%;
		margin-top: 30px;
		padding-left: 0;
	}
}

@media (max-width: 991px) {
	.product_details .product_box .rig {
		margin-top: 20px;
	}
}

.product_details .product_box .rig .prod_info .pro_title {
	margin-top: 50px;
}

@media (max-width: 1199px) {
	.product_details .product_box .rig .prod_info .pro_title {
		margin-top: 0;
	}
}

.product_details .product_box .rig .prod_info .pro_title:after {
	display: block;
	width: 100%;
	margin-top: 10px;
	content: '';
	border-bottom: 1px dashed #fff;
}

.product_details .product_box .rig .prod_info .pro_title h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.25;
	display: block;
	margin: 0;
	padding-bottom: 15px;
	color: #fff;
	border-bottom: 1px dashed #fff;
}

@media (max-width: 1199px) {
	.product_details .product_box .rig .prod_info .pro_title h1 {
		font-size: 24px;
	}
}

@media (max-width: 991px) {
	.product_details .product_box .rig .prod_info .pro_title h1 {
		font-size: 22px;
	}
}

@media (max-width: 480px) {
	.product_details .product_box .rig .prod_info .pro_title h1 {
		font-size: 20px;
	}
}

.product_details .product_box .rig .prod_info .album {
	display: block;
}

@media (max-width: 1199px) {
	.product_details .product_box .rig .prod_info .album {
		display: none;
	}
}

.product_details .product_box .rig .prod_info .album .slider-nav {
	font-size: 0;
	margin-top: 50px;
	padding: 0 40px;
}

.product_details .product_box .rig .prod_info .album .slider-nav .slick-arrow {
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}

.product_details .product_box .rig .prod_info .album .slider-nav .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 30px;
	font-style: normal;
	line-height: 103px;
	display: block;
	width: 28px;
	height: 100%;
	content: '\e727';
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	background-color: #a2a2a2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.product_details .product_box .rig .prod_info .album .slider-nav .slick-arrow:hover:before {
	background-color: #bbb;
}

.product_details .product_box .rig .prod_info .album .slider-nav .slick-next {
	right: 0;
	left: auto;
}

.product_details .product_box .rig .prod_info .album .slider-nav .slick-next:before {
	content: '\e728';
}

.product_details .product_box .rig .prod_info .album .slider-nav .slick-list {
	margin: 0 -5px;
}

.product_details .product_box .rig .prod_info .album .slider-nav .slick-list .slick-slide {
	height: auto !important;
	padding: 0 5px;
}

.product_details .product_box .rig .prod_info .album .slider-nav .slick-list .slick-slide .pic {
	position: relative;
}

.product_details .product_box .rig .prod_info .album .slider-nav .slick-list .slick-slide .pic .img-box {
	padding-bottom: 75%;
}

.product_details .product_box .rig .prod_info .album .slider-nav .slick-list .slick-slide .pic:before {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	border: solid 1px #fff;
}

.product_details .product_box .rig .prod_info .album .slider-nav .slick-list .slick-current .pic:before {
	border: solid 1px #dcbb6c;
}

.product_details .product_box .rig .prod_info .album .slider-nav .prod_vv .video {
	position: relative;
}

.product_details .product_box .rig .prod_info .album .slider-nav .prod_vv .video .img-box {
	padding-bottom: 75%;
}

.product_details .product_box .rig .prod_info .album .slider-nav .prod_vv .video .video-cover {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
	opacity: 0;
	opacity: 1;
	background-color: rgba(0, 0, 0, .3);
}

.product_details .product_box .rig .prod_info .album .slider-nav .prod_vv .video .video-box1 {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}

.product_details .product_box .rig .prod_info .album .slider-nav .prod_vv .video .video-box1 .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}

.product_details .product_box .rig .prod_info .album .slider-nav .prod_vv .video .video-box1 .play {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	display: block;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.product_details .product_box .rig .prod_info .album .slider-nav .prod_vv .video .video-box1 .play:before {
	font-family: 'iconfont' !important;
	font-size: 30px;
	font-style: normal;
	display: block;
	content: '\e63a';
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.product_details .product_box .rig .prod_info .album .slider-nav .prod_vv .video .video-box1 .play:before {
		font-size: 30px;
	}
}

@media (max-width: 991px) {
	.product_details .product_box .rig .prod_info .album .slider-nav .prod_vv .video .video-box1 .play:before {
		font-size: 50px;
	}
}

@media (max-width: 767px) {
	.product_details .product_box .rig .prod_info .album .slider-nav .prod_vv .video .video-box1 .play:before {
		font-size: 40px;
	}
}

.product_details .product_box .rig .prod_info .txt {
	margin-top: 30px;
}

@media (max-width: 1469px) {
	.product_details .product_box .rig .prod_info .txt {
		margin-top: 30px;
	}
}

@media (max-width: 1199px) {
	.product_details .product_box .rig .prod_info .txt {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.product_details .product_box .rig .prod_info .txt {
		margin-top: 20px;
	}
}

.product_details .product_box .rig .prod_info .txt p {
	font-size: 15px;
	line-height: 2;
	color: #fff;
}

@media (max-width: 991px) {
	.product_details .product_box .rig .prod_info .txt p {
		font-size: 14px;
	}
}

.product_details .product_box .rig .prod_info .prod_btn {
	margin-top: 100px;
}

@media (max-width: 1469px) {
	.product_details .product_box .rig .prod_info .prod_btn {
		margin-top: 50px;
	}
}

@media (max-width: 1199px) {
	.product_details .product_box .rig .prod_info .prod_btn {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.product_details .product_box .rig .prod_info .prod_btn {
		margin-top: 20px;
	}
}

.product_details .product_box .rig .prod_info .prod_btn a {
	font-size: 16px;
	line-height: 40px;
	position: relative;
	display: block;
	float: left;
	width: 150px;
	height: 40px;
	cursor: pointer;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	background-color: #00a0e9;
}

@media (max-width: 340px) {
	.product_details .product_box .rig .prod_info .prod_btn a {
		float: none;
	}
}

.product_details .product_box .rig .prod_info .prod_btn a:hover {
	color: #fff;
}

.product_details .product_box .rig .prod_info .prod_btn a:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-right: 10px;
	content: '\e601';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.product_details .product_box .rig .prod_info .prod_btn #inquiry_btn {
	margin-left: 70px;
}

@media (max-width: 1469px) {
	.product_details .product_box .rig .prod_info .prod_btn #inquiry_btn {
		margin-left: 30px;
	}
}

@media (max-width: 480px) {
	.product_details .product_box .rig .prod_info .prod_btn #inquiry_btn {
		margin-left: 10px;
	}
}

@media (max-width: 340px) {
	.product_details .product_box .rig .prod_info .prod_btn #inquiry_btn {
		margin-top: 10px;
		margin-left: 0;
	}
}

.product_details .product_box .rig .prod_info .prod_btn #inquiry_btn:before {
	font-size: 25px;
	line-height: 1;
	content: '\e645';
	vertical-align: text-top;
}

.product_details .info_title {
	margin-top: 80px;
}

@media (max-width: 1469px) {
	.product_details .info_title {
		margin-top: 60px;
	}
}

@media (max-width: 1199px) {
	.product_details .info_title {
		margin-top: 50px;
	}
}

@media (max-width: 767px) {
	.product_details .info_title {
		margin-top: 40px;
	}
}

.product_details .info_title b {
	font-family: 'BeVietnam-Bold';
	font-size: 25px;
	font-weight: normal;
	line-height: 1.4;
	display: block;
	color: #222;
}

@media (max-width: 991px) {
	.product_details .info_title b {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.product_details .info_title b {
		font-size: 22px;
	}
}

@media (max-width: 480px) {
	.product_details .info_title b {
		font-size: 20px;
	}
}

.product_details .product_info .text {
	margin-top: 20px;
	padding: 20px;
	border: 1px solid rgba(240, 240, 240, .3);
}

@media (max-width: 767px) {
	.product_details .product_info .text {
		margin-top: 15px;
	}
}

@media (max-width: 480px) {
	.product_details .product_info .text {
		padding: 15px;
	}
}

.product_details .product_info .text p {
	font-size: 15px;
	line-height: 2;
	color: #fff;
}

@media (max-width: 991px) {
	.product_details .product_info .text p {
		font-size: 14px;
	}
}

.product_details .product_info .text p img {
	max-width: 100%;
	height: auto !important;
}

.product_details .prod_page {
	margin-top: 20px;
}

.product_details .prod_page .item a {
	font-size: 14px;
	line-height: 1.2;
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-transition: all .35s;
	transition: all .35s;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
}

.product_details .prod_page .item a span {
	margin-right: 5px;
	color: #969696;
}

.product_details .prod_page .item a span:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	display: inline-block;
	margin-right: 5px;
	content: '\e630';
	color: #969696;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.product_details .prod_page .item a:hover {
	color: #dcbb6c;
}

@media (max-width: 991px) {
	.product_details .prod_page .next {
		margin-top: 10px;
	}
}

.product_details .prod_page .next a {
	padding-right: 70px;
	text-align: right;
}

@media (max-width: 991px) {
	.product_details .prod_page .next a {
		text-align: left;
	}
}

.product_details .prod_page .next a span {
	position: absolute;
	top: 0;
	right: 0;
	margin-left: 5px;
	color: #969696;
}

@media (max-width: 991px) {
	.product_details .prod_page .next a span {
		position: static;
		margin-left: 0;
	}
}

.product_details .prod_page .next a span:before {
	display: none;
}

@media (max-width: 991px) {
	.product_details .prod_page .next a span:before {
		display: inline-block;
	}
}

.product_details .prod_page .next a span:after {
	font-family: 'iconfont' !important;
	font-style: normal;
	display: inline-block;
	margin-left: 5px;
	content: '\e62f';
	color: #969696;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
	.product_details .prod_page .next a span:after {
		display: none;
	}
}

.product_details .inquire_box .inquire_form {
	background-color: rgba(0, 0, 0, .5);
}

.product_details .inquire_box .inquire_form .form_ipt {
	padding: 50px 550px 50px 100px;
}

@media (max-width: 1469px) {
	.product_details .inquire_box .inquire_form .form_ipt {
		padding: 50px 500px 50px 80px;
	}
}

@media (max-width: 1199px) {
	.product_details .inquire_box .inquire_form .form_ipt {
		padding: 50px 400px 50px 50px;
	}
}

@media (max-width: 991px) {
	.product_details .inquire_box .inquire_form .form_ipt {
		padding: 50px 100px 50px 50px;
	}
}

@media (max-width: 767px) {
	.product_details .inquire_box .inquire_form .form_ipt {
		padding: 50px 40px 50px 20px;
	}
}

@media (max-width: 480px) {
	.product_details .inquire_box .inquire_form .form_ipt {
		padding: 30px 20px;
	}
}

.product_details .inquire_box .inquire_form .form_ipt form {
	margin: 0;
}

.product_details .inquire_box .inquire_form .form_ipt ul li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 90px;
}

@media (max-width: 480px) {
	.product_details .inquire_box .inquire_form .form_ipt ul li {
		padding-left: 0;
	}
}

.product_details .inquire_box .inquire_form .form_ipt ul li:nth-child(5) input {
	width: 170px;
}

.product_details .inquire_box .inquire_form .form_ipt ul li:last-child {
	margin-bottom: 0;
}

.product_details .inquire_box .inquire_form .form_ipt ul li label {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
	position: absolute;
	top: 7px;
	left: 0;
	display: block;
	width: 75px;
	text-align: right;
	color: #fff;
}

@media (max-width: 480px) {
	.product_details .inquire_box .inquire_form .form_ipt ul li label {
		position: static;
		width: auto;
		text-align: left;
	}
}

.product_details .inquire_box .inquire_form .form_ipt ul li label span {
	color: #ff0303;
}

.product_details .inquire_box .inquire_form .form_ipt ul li input,
.product_details .inquire_box .inquire_form .form_ipt ul li textarea {
	font-size: 14px;
	line-height: 30px;
	display: block;
	width: 100%;
	height: 30px;
	padding: 0 15px;
	color: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: transparent;
}

.product_details .inquire_box .inquire_form .form_ipt ul li textarea {
	line-height: 28px;
	min-height: 100px;
	padding: 0 15px;
}

.product_details .inquire_box .inquire_form .form_ipt ul li input::-webkit-input-placeholder,
.product_details .inquire_box .inquire_form .form_ipt ul li textarea::-webkit-input-placeholder {
	color: #ababab;
}

.product_details .inquire_box .inquire_form .form_ipt ul li input:-o-placeholder,
.product_details .inquire_box .inquire_form .form_ipt ul li textarea:-o-placeholder {
	color: #ababab;
}

.product_details .inquire_box .inquire_form .form_ipt ul li input::-moz-placeholder,
.product_details .inquire_box .inquire_form .form_ipt ul li textarea::-moz-placeholder {
	color: #ababab;
}

.product_details .inquire_box .inquire_form .form_ipt ul li input:-ms-input-placeholder,
.product_details .inquire_box .inquire_form .form_ipt ul li textarea:-ms-input-placeholder {
	color: #ababab;
}

.product_details .inquire_box .inquire_form .form_ipt ul li input:focus::-webkit-input-placeholder,
.product_details .inquire_box .inquire_form .form_ipt ul li textarea:focus::-webkit-input-placeholder {
	color: #eee;
}

.product_details .inquire_box .inquire_form .form_ipt ul li input:focus::-o-placeholder,
.product_details .inquire_box .inquire_form .form_ipt ul li textarea:focus::-o-placeholder {
	color: #eee;
}

.product_details .inquire_box .inquire_form .form_ipt ul li input:focus::-moz-placeholder,
.product_details .inquire_box .inquire_form .form_ipt ul li textarea:focus::-moz-placeholder {
	color: #eee;
}

.product_details .inquire_box .inquire_form .form_ipt ul li input:focus::-ms-input-placeholder,
.product_details .inquire_box .inquire_form .form_ipt ul li textarea:focus::-ms-input-placeholder {
	color: #eee;
}

.product_details .inquire_box .inquire_form .form_ipt ul li button {
	font-size: 14px;
	display: block;
	width: 60px;
	height: 30px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #dcbb6c;
	border: 1px solid #dcbb6c;
	background-color: transparent;
}

.product_details .inquire_box .inquire_form .form_ipt ul li button:hover {
	color: #fff;
	background-color: #dcbb6c;
}

@media (max-width: 1199px) {
	.case_wrap {
		padding-top: 70px;
	}
}

.case_wrap .container {
	max-width: 1230px;
}

.case_wrap .case_range .case_box {
	margin-top: 50px;
}

@media (max-width: 1199px) {
	.case_wrap .case_range .case_box {
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	.case_wrap .case_range .case_box {
		margin-top: 20px;
	}
}

.case_wrap .case_range .case_box .lef {
	font-size: 0;
	width: 50%;
}

@media (max-width: 1199px) {
	.case_wrap .case_range .case_box .lef {
		float: none;
		width: 60%;
		margin: auto;
	}
}

@media (max-width: 991px) {
	.case_wrap .case_range .case_box .lef {
		width: 100%;
	}
}

.case_wrap .case_range .case_box .lef .slick-slide {
	height: auto !important;
}

.case_wrap .case_range .case_box .lef .pic {
	border: 1px solid #fff;
}

.case_wrap .case_range .case_box .lef .pic .img-box {
	padding-bottom: 75%;
}

.case_wrap .case_range .case_box .lef .prod_vv .video {
	position: relative;
}

.case_wrap .case_range .case_box .lef .prod_vv .video:hover .video-cover {
	opacity: 0;
}

.case_wrap .case_range .case_box .lef .prod_vv .video .video-cover {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
	opacity: 0;
	opacity: 1;
	background-color: rgba(0, 0, 0, .3);
}

.case_wrap .case_range .case_box .lef .prod_vv .video .img-box {
	z-index: 0;
	padding-bottom: 75%;
	background-color: #fff;
}

.case_wrap .case_range .case_box .lef .prod_vv .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
}

.case_wrap .case_range .case_box .lef .prod_vv .video .video-box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}

.case_wrap .case_range .case_box .lef .prod_vv .video .video-box .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}

.case_wrap .case_range .case_box .lef .prod_vv .video .video-box .play {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	display: block;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.case_wrap .case_range .case_box .lef .prod_vv .video .video-box .play:before {
	font-family: 'iconfont' !important;
	font-size: 60px;
	font-style: normal;
	display: block;
	content: '\e63a';
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 480px) {
	.case_wrap .case_range .case_box .lef .prod_vv .video .video-box .play:before {
		font-size: 40px;
	}
}

.case_wrap .case_range .case_box .lef .album .slider-nav {
	font-size: 0;
	margin-top: 20px;
	padding: 0 40px;
}

.case_wrap .case_range .case_box .lef .album .slider-nav .slick-arrow {
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}

.case_wrap .case_range .case_box .lef .album .slider-nav .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	line-height: 86px;
	display: block;
	width: 25px;
	height: 100%;
	content: '\e727';
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	background-color: #a2a2a2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.case_wrap .case_range .case_box .lef .album .slider-nav .slick-arrow:hover:before {
	background-color: #bbb;
}

.case_wrap .case_range .case_box .lef .album .slider-nav .slick-next {
	right: 0;
	left: auto;
}

.case_wrap .case_range .case_box .lef .album .slider-nav .slick-next:before {
	content: '\e728';
}

.case_wrap .case_range .case_box .lef .album .slider-nav .slick-list {
	margin: 0 -5px;
}

.case_wrap .case_range .case_box .lef .album .slider-nav .slick-list .slick-slide {
	height: auto !important;
	padding: 0 5px;
}

.case_wrap .case_range .case_box .lef .album .slider-nav .slick-list .slick-slide .pic {
	position: relative;
}

.case_wrap .case_range .case_box .lef .album .slider-nav .slick-list .slick-slide .pic .img-box {
	padding-bottom: 75%;
}

.case_wrap .case_range .case_box .lef .album .slider-nav .slick-list .slick-slide .pic:before {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	border: solid 1px #fff;
}

.case_wrap .case_range .case_box .lef .album .slider-nav .slick-list .slick-current .pic:before {
	border: solid 1px #dcbb6c;
}

.case_wrap .case_range .case_box .lef .album .slider-nav .prod_vv .video {
	position: relative;
}

.case_wrap .case_range .case_box .lef .album .slider-nav .prod_vv .video .img-box {
	padding-bottom: 75%;
}

.case_wrap .case_range .case_box .lef .album .slider-nav .prod_vv .video .video-cover {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
	opacity: 0;
	opacity: 1;
	background-color: rgba(0, 0, 0, .3);
}

.case_wrap .case_range .case_box .lef .album .slider-nav .prod_vv .video .video-box1 {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}

.case_wrap .case_range .case_box .lef .album .slider-nav .prod_vv .video .video-box1 .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}

.case_wrap .case_range .case_box .lef .album .slider-nav .prod_vv .video .video-box1 .play {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	display: block;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.case_wrap .case_range .case_box .lef .album .slider-nav .prod_vv .video .video-box1 .play:before {
	font-family: 'iconfont' !important;
	font-size: 30px;
	font-style: normal;
	display: block;
	content: '\e63a';
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.case_wrap .case_range .case_box .lef .album .slider-nav .prod_vv .video .video-box1 .play:before {
		font-size: 30px;
	}
}

@media (max-width: 991px) {
	.case_wrap .case_range .case_box .lef .album .slider-nav .prod_vv .video .video-box1 .play:before {
		font-size: 40px;
	}
}

@media (max-width: 767px) {
	.case_wrap .case_range .case_box .lef .album .slider-nav .prod_vv .video .video-box1 .play:before {
		font-size: 30px;
	}
}

.case_wrap .case_range .case_box .rig {
	width: 50%;
	padding-left: 30px;
}

@media (max-width: 1199px) {
	.case_wrap .case_range .case_box .rig {
		width: 100%;
		margin-top: 30px;
		padding-left: 0;
	}
}

@media (max-width: 991px) {
	.case_wrap .case_range .case_box .rig {
		margin-top: 20px;
	}
}

.case_wrap .case_range .case_box .rig .prod_info .pro_title h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.25;
	display: block;
	margin: 0;
	padding-bottom: 20px;
	color: #fff;
}

@media (max-width: 1199px) {
	.case_wrap .case_range .case_box .rig .prod_info .pro_title h1 {
		font-size: 24px;
		padding-bottom: 15px;
	}
}

@media (max-width: 991px) {
	.case_wrap .case_range .case_box .rig .prod_info .pro_title h1 {
		font-size: 22px;
	}
}

@media (max-width: 480px) {
	.case_wrap .case_range .case_box .rig .prod_info .pro_title h1 {
		font-size: 20px;
	}
}

.case_wrap .case_range .case_box .rig .prod_info .txt {
	padding-bottom: 10px;
	border-bottom: 1px dashed #fff;
}

.case_wrap .case_range .case_box .rig .prod_info .txt p {
	font-size: 15px;
	line-height: 2;
	color: #fff;
}

.case_wrap .case_range .product_info .text {
	margin-top: 20px;
	padding: 20px;
	border: 1px solid rgba(240, 240, 240, .3);
}

@media (max-width: 767px) {
	.case_wrap .case_range .case_box .rig .prod_info .txt p {
		font-size: 14px;
	}
	.case_wrap .case_range .product_info .text {
		margin-top: 15px;
	}
}

@media (max-width: 480px) {
	.case_wrap .case_range .product_info .text {
		padding: 15px;
	}
}

.case_wrap .case_range .product_info .text p {
	font-size: 15px;
	line-height: 2;
	color: #fff;
}

@media (max-width: 991px) {
	.case_wrap .case_range .product_info .text p {
		font-size: 14px;
	}
}

.case_wrap .case_range .product_info .text p img {
	max-width: 100%;
	height: auto !important;
}

.case_wrap .case_range .prod_page {
	margin-top: 20px;
}

.case_wrap .case_range .prod_page .item a {
	font-size: 14px;
	line-height: 1.2;
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-transition: all .35s;
	transition: all .35s;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
}

.case_wrap .case_range .prod_page .item a span {
	margin-right: 5px;
	color: #969696;
}

.case_wrap .case_range .prod_page .item a span:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	display: inline-block;
	margin-right: 5px;
	content: '\e630';
	color: #969696;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.case_wrap .case_range .prod_page .item a:hover {
	color: #dcbb6c;
}

@media (max-width: 991px) {
	.case_wrap .case_range .prod_page .next {
		margin-top: 10px;
	}
}

.case_wrap .case_range .prod_page .next a {
	padding-right: 70px;
	text-align: right;
}

@media (max-width: 991px) {
	.case_wrap .case_range .prod_page .next a {
		text-align: left;
	}
}

.case_wrap .case_range .prod_page .next a span {
	position: absolute;
	top: 0;
	right: 0;
	margin-left: 5px;
	color: #969696;
}

@media (max-width: 991px) {
	.case_wrap .case_range .prod_page .next a span {
		position: static;
		margin-left: 0;
	}
}

.case_wrap .case_range .prod_page .next a span:before {
	display: none;
}

@media (max-width: 991px) {
	.case_wrap .case_range .prod_page .next a span:before {
		display: inline-block;
	}
}

.case_wrap .case_range .prod_page .next a span:after {
	font-family: 'iconfont' !important;
	font-style: normal;
	display: inline-block;
	margin-left: 5px;
	content: '\e62f';
	color: #969696;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
	.case_wrap .case_range .prod_page .next a span:after {
		display: none;
	}
}

.case_wrap .case_related .list ul {
	margin: 0 -10px;
}

.case_wrap .case_related .list ul li {
	float: left;
	width: 20%;
	padding: 0 10px;
}

@media (max-width: 991px) {
	.case_wrap .case_related .list ul li {
		width: 33.333%;
	}
}

@media (max-width: 767px) {
	.case_wrap .case_related .list ul li {
		width: 50%;
	}
}

@media (max-width: 480px) {
	.case_wrap .case_related .list ul li {
		width: 100%;
	}
}

.case_wrap .case_related .list .item {
	display: block;
	margin-bottom: 20px;
	border: 1px solid rgba(255, 255, 255, .2);
}

.case_wrap .case_related .list .item .img-box {
	padding-bottom: 75%;
}

.case_wrap .case_related .list .item .name {
	padding: 20px 15px;
}

@media (max-width: 767px) {
	.case_wrap .case_related .list .item .name {
		padding: 15px 10px;
	}
}

.case_wrap .case_related .list .item .name p {
	font-size: 14px;
	line-height: 1.2;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
}

.case_wrap .case_related .page {
	margin-top: 40px;
}

@media (max-width: 1199px) {
	.case_wrap .case_related .page {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.case_wrap .case_related .page {
		margin-top: 10px;
	}
}

@media (max-width: 1199px) {
	.news_wrap {
		padding-top: 70px;
	}
}

.news_wrap .container {
	max-width: 1230px;
}

.news_wrap .news_range {
	margin-top: 70px;
	padding-bottom: 70px;
}

@media (max-width: 1469px) {
	.news_wrap .news_range {
		margin-top: 60px;
	}
}

@media (max-width: 1366px) {
	.news_wrap .news_range {
		margin-top: 50px;
	}
}

@media (max-width: 1199px) {
	.news_wrap .news_range {
		margin-top: 40px;
		padding-bottom: 60px;
	}
}

@media (max-width: 991px) {
	.news_wrap .news_range {
		margin-top: 30px;
		padding-bottom: 50px;
	}
}

@media (max-width: 767px) {
	.news_wrap .news_range {
		margin-top: 20px;
		padding-bottom: 40px;
	}
}

.news_wrap .news_range .news_nav ul {
	margin: 0 -10px;
}

.news_wrap .news_range .news_nav ul li {
	float: left;
	padding: 0 10px;
}

.news_wrap .news_range .news_nav ul li a {
	font-size: 14px;
	line-height: 2.85714286;
	display: block;
	width: 180px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
}

@media (max-width: 991px) {
	.news_wrap .news_range .news_nav ul li a {
		line-height: 2.5;
		width: auto;
		padding: 0 30px;
	}
}

.news_wrap .news_range .news_nav ul li a:hover {
	color: #dcbb6c;
	border: 1px solid #dcbb6c;
}

.news_wrap .news_range .list {
	margin-top: 55px;
}

@media (max-width: 1199px) {
	.news_wrap .news_range .list {
		margin-top: 40px;
	}
}

@media (max-width: 991px) {
	.news_wrap .news_range .list {
		margin-top: 30px;
	}
}

.news_wrap .news_range .list ul {
	margin: 0 -10px;
}

.news_wrap .news_range .list ul li {
	padding: 0 10px;
}

.news_wrap .news_range .list .item {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}

.news_wrap .news_range .list .item:hover .info {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.news_wrap .news_range .list .item:hover .cover {
	-webkit-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}

.news_wrap .news_range .list .item .pic .img-box {
	padding-bottom: 75%;
}

.news_wrap .news_range .list .item .info {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 10px 20px;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #e6e6e6;
	background-color: rgba(0, 0, 0, .4);
}

@media (max-width: 1469px) {
	.news_wrap .news_range .list .item .info {
		padding: 10px 15px;
	}
}

.news_wrap .news_range .list .item .info span {
	font-size: 14px;
	display: block;
	float: left;
	width: 25%;
}

@media (max-width: 1199px) {
	.news_wrap .news_range .list .item .info span {
		float: none;
		width: 100%;
		margin-bottom: 5px;
	}
}

.news_wrap .news_range .list .item .info p {
	font-size: 14px;
	line-height: 20px;
	display: -webkit-box;
	float: left;
	overflow: hidden;
	width: 75%;
	height: 40px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media (max-width: 1199px) {
	.news_wrap .news_range .list .item .info p {
		float: none;
		width: 100%;
	}
}

.news_wrap .news_range .list .item .cover {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	width: 90%;
	height: 90%;
	margin: auto;
	padding: 20px;
	-webkit-transition: all .7s;
	transition: all .7s;
	-webkit-transform: translateY(-50%) scale(0);
	-ms-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
	color: #e6e6e6;
	background-color: rgba(0, 0, 0, .5);
}

.news_wrap .news_range .list .item .cover b {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
	display: block;
	overflow: hidden;
	padding-bottom: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px solid #fff;
}

.news_wrap .news_range .list .item .cover p {
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
	overflow: hidden;
	height: 106px;
	padding-top: 10px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.news_wrap .news_range .list .item .cover span {
	font-size: 14px;
	line-height: 1;
	position: absolute;
	bottom: 20px;
	left: 20px;
	display: block;
}

.news_wrap .page {
	margin-top: 40px;
}

@media (max-width: 1199px) {
	.news_wrap .page {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.news_wrap .page {
		margin-top: 10px;
	}
}

.news_details .news_title {
	margin-top: 70px;
}

@media (max-width: 1469px) {
	.news_details .news_title {
		margin-top: 60px;
	}
}

@media (max-width: 1366px) {
	.news_details .news_title {
		margin-top: 50px;
	}
}

@media (max-width: 991px) {
	.news_details .news_title {
		margin-top: 40px;
	}
}

@media (max-width: 767px) {
	.news_details .news_title {
		margin-top: 30px;
	}
}

.news_details .news_title h1 {
	font-size: 24px;
	line-height: 1.2;
	position: relative;
	display: block;
	padding-bottom: 20px;
	text-align: center;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
}

@media (max-width: 1199px) {
	.news_details .news_title h1 {
		font-size: 22px;
	}
}

@media (max-width: 991px) {
	.news_details .news_title h1 {
		font-size: 22px;
		padding-bottom: 15px;
	}
}

@media (max-width: 767px) {
	.news_details .news_title h1 {
		font-size: 20px;
	}
}

@media (max-width: 480px) {
	.news_details .news_title h1 {
		font-size: 18px;
	}
}

.news_details .info {
	margin-top: 30px;
}

@media (max-width: 1199px) {
	.news_details .info {
		margin-top: 20px;
	}
}

.news_details .info p {
	font-size: 16px;
	line-height: 2;
	color: #fff;
}

@media (max-width: 991px) {
	.news_details .info p {
		font-size: 15px;
	}
}

@media (max-width: 480px) {
	.news_details .info p {
		font-size: 14px;
	}
}

.news_details .info p img {
	max-width: 100%;
	height: auto !important;
}

.news_details .news_page {
	margin-top: 50px;
	padding-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, .4);
}

@media (max-width: 1199px) {
	.news_details .news_page {
		margin-top: 40px;
	}
}

@media (max-width: 991px) {
	.news_details .news_page {
		margin-top: 30px;
		padding-top: 20px;
	}
}

@media (max-width: 767px) {
	.news_details .news_page {
		margin-top: 20px;
	}
}

.news_details .news_page .item a {
	font-size: 14px;
	line-height: 1.2;
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-transition: all .35s;
	transition: all .35s;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
}

.news_details .news_page .item a span {
	margin-right: 5px;
	color: #969696;
}

.news_details .news_page .item a:hover {
	color: #dcbb6c;
}

.news_details .news_page .next {
	text-align: right;
}

@media (max-width: 991px) {
	.news_details .news_page .next {
		margin-top: 8px;
		text-align: left;
	}
}

.news_details .news_page .next a {
	padding-right: 55px;
}

@media (max-width: 991px) {
	.news_details .news_page .next a {
		padding-right: 0;
	}
}

.news_details .news_page .next a span {
	position: absolute;
	top: 0;
	right: 0;
}

@media (max-width: 991px) {
	.news_details .news_page .next a span {
		position: static;
	}
}

@media (max-width: 1199px) {
	.download_wrap {
		padding-top: 70px;
	}
}

.download_wrap .container {
	max-width: 1230px;
}

@media (max-width: 480px) {
	.download_wrap .download_range {
		padding: 30px 0 40px;
	}
}

.download_wrap .download_range .txt {
	text-align: center;
	padding: 150px 0 300px;
}

@media (max-width: 1469px) {
	.download_wrap .download_range .txt {
		padding: 100px 0 250px;
	}
}

.download_wrap .download_range .txt p {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	color: #ddd;
}

.download_wrap .download_range .list .item {
	position: relative;
	margin-bottom: 30px;
	padding: 28px 90px 28px 30px;
	-webkit-transition: all .35s;
	transition: all .35s;
	border: solid 1px #bbb;
}

@media (max-width: 1199px) {
	.download_wrap .download_range .list .item {
		padding: 25px 70px 25px 25px;
	}
}

@media (max-width: 991px) {
	.download_wrap .download_range .list .item {
		margin-bottom: 20px;
	}
}

@media (max-width: 480px) {
	.download_wrap .download_range .list .item {
		padding: 20px 60px 20px 20px;
	}
}

.download_wrap .download_range .list .item:hover {
	border: solid 1px #e9e9e9;
	background-color: #dcbb6c;
}

.download_wrap .download_range .list .item:hover .num {
	color: #fff;
}

.download_wrap .download_range .list .item:hover .info .name p {
	color: #fff;
}

.download_wrap .download_range .list .item:hover .info .msg span {
	color: #fff;
}

.download_wrap .download_range .list .item:hover .download_btn a {
	background-color: #fff;
}

.download_wrap .download_range .list .item:hover .download_btn a:before {
	color: #dcbb6c;
}

.download_wrap .download_range .list .item .info .name {
	padding-right: 30px;
}

@media (max-width: 1199px) {
	.download_wrap .download_range .list .item .info .name {
		padding-right: 0;
	}
}

.download_wrap .download_range .list .item .info .name p {
	font-size: 20px;
	line-height: 1.2;
	overflow: hidden;
	-webkit-transition: all .35s;
	transition: all .35s;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
}

@media (max-width: 1199px) {
	.download_wrap .download_range .list .item .info .name p {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	.download_wrap .download_range .list .item .info .name p {
		font-size: 18px;
	}
}

@media (max-width: 480px) {
	.download_wrap .download_range .list .item .info .name p {
		font-size: 16px;
	}
}

.download_wrap .download_range .list .item .info .msg {
	margin-top: 10px;
}

.download_wrap .download_range .list .item .info .msg span {
	font-size: 16px;
	line-height: 1.2;
	display: inline-block;
	margin-right: 15px;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #fff;
}

@media (max-width: 991px) {
	.download_wrap .download_range .list .item .info .msg span {
		font-size: 15px;
	}
}

.download_wrap .download_range .list .item .download_btn {
	position: absolute;
	top: 50%;
	right: 26px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 1199px) {
	.download_wrap .download_range .list .item .download_btn {
		right: 15px;
	}
}

@media (max-width: 480px) {
	.download_wrap .download_range .list .item .download_btn {
		right: 10px;
	}
}

.download_wrap .download_range .list .item .download_btn a {
	display: block;
	width: 64px;
	height: 64px;
	-webkit-transition: all .35s;
	transition: all .35s;
	border-radius: 50%;
	background-color: #dcbb6c;
}

@media (max-width: 1199px) {
	.download_wrap .download_range .list .item .download_btn a {
		width: 50px;
		height: 50px;
	}
}

@media (max-width: 480px) {
	.download_wrap .download_range .list .item .download_btn a {
		width: 40px;
		height: 40px;
	}
}

.download_wrap .download_range .list .item .download_btn a:before {
	font-family: 'iconfont' !important;
	font-size: 24px;
	font-style: normal;
	line-height: 64px;
	display: block;
	content: '\e6ad';
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.download_wrap .download_range .list .item .download_btn a:before {
		font-size: 20px;
		line-height: 50px;
	}
}

@media (max-width: 480px) {
	.download_wrap .download_range .list .item .download_btn a:before {
		font-size: 15px;
		line-height: 40px;
	}
}

.download_wrap .download_range .page {
	padding: 40px 0 0 0;
}

@media (max-width: 1199px) {
	.download_wrap .download_range .page {
		padding: 30px 0 0 0;
	}
}

@media (max-width: 991px) {
	.download_wrap .download_range .page {
		padding: 20px 0 0 0;
	}
}

@media (max-width: 480px) {
	.download_wrap .download_range .page {
		padding: 10px 0 0 0;
	}
}

@media (max-width: 1199px) {
	.contact_wrap {
		padding-top: 70px;
	}
}

.contact_wrap .container {
	max-width: 1230px;
}

@media (max-width: 767px) {
	.contact_wrap .contact_range {
		padding: 30px 0 40px;
	}
}

.contact_wrap .contact_range .list .left {
	width: 50%;
	margin-top: 10px;
	padding-top: 25px;
	color: #fff;
	border-top: 1px solid rgba(255, 255, 255, .2);
}

@media (max-width: 991px) {
	.contact_wrap .contact_range .list .left {
		float: none;
		width: 100%;
		margin-top: 0;
	}
}

.contact_wrap .contact_range .list .left .note h1 {
	font-size: 22px;
	line-height: 1.2;
	display: block;
	margin: 0;
}

@media (max-width: 991px) {
	.contact_wrap .contact_range .list .left .note h1 {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.contact_wrap .contact_range .list .left .note h1 {
		font-size: 18px;
	}
}

.contact_wrap .contact_range .list .left .note .info {
	margin-top: 6px;
}

.contact_wrap .contact_range .list .left .note .info p {
	font-size: 16px;
	line-height: 2;
}

@media (max-width: 991px) {
	.contact_wrap .contact_range .list .left .note .info p {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.contact_wrap .contact_range .list .left .note .info p {
		font-size: 14px;
	}
}

.contact_wrap .contact_range .list .left .note .info p a {
	-webkit-transition: all .35s;
	transition: all .35s;
}

.contact_wrap .contact_range .list .left .note .info p a:hover {
	color: #dcbb6c;
}

.contact_wrap .contact_range .list .left .map {
	margin-top: 40px;
}

@media (max-width: 991px) {
	.contact_wrap .contact_range .list .left .map {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.contact_wrap .contact_range .list .left .map {
		margin-top: 20px;
	}
}

.contact_wrap .contact_range .list .left .map .map-content {
	height: 190px;
}

.contact_wrap .contact_range .list .right {
	width: 35%;
}

@media (max-width: 1199px) {
	.contact_wrap .contact_range .list .right {
		width: 45%;
	}
}

@media (max-width: 991px) {
	.contact_wrap .contact_range .list .right {
		float: none;
		width: 100%;
		margin-top: 30px;
	}
}

.contact_wrap .contact_range .list .right .message_form .tit p {
	font-size: 24px;
	line-height: 1.2;
	color: #fff;
}

@media (max-width: 1199px) {
	.contact_wrap .contact_range .list .right .message_form .tit p {
		font-size: 22px;
	}
}

@media (max-width: 991px) {
	.contact_wrap .contact_range .list .right .message_form .tit p {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.contact_wrap .contact_range .list .right .message_form .tit p {
		font-size: 18px;
	}
}

.contact_wrap .contact_range .list .right .message_form .tit p:after {
	display: block;
	width: 50px;
	padding-top: 20px;
	content: '';
	border-bottom: #dcbb6c 3px solid;
}

@media (max-width: 767px) {
	.contact_wrap .contact_range .list .right .message_form .tit p:after {
		width: 40px;
		padding-top: 15px;
	}
}

.contact_wrap .contact_range .list .right .message_form .cont_ipt {
	margin-top: 35px;
}

@media (max-width: 991px) {
	.contact_wrap .contact_range .list .right .message_form .cont_ipt {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.contact_wrap .contact_range .list .right .message_form .cont_ipt {
		margin-top: 20px;
	}
}

.contact_wrap .contact_range .list .right .message_form .cont_ipt form {
	margin: 0;
}

.contact_wrap .contact_range .list .right .message_form .cont_ipt ul li {
	margin-bottom: 14px;
}

@media (max-width: 767px) {
	.contact_wrap .contact_range .list .right .message_form .cont_ipt ul li {
		margin-bottom: 10px;
	}
}

.contact_wrap .contact_range .list .right .message_form .cont_ipt ul li:last-child {
	margin-bottom: 0;
}

.contact_wrap .contact_range .list .right .message_form .cont_ipt ul li input,
.contact_wrap .contact_range .list .right .message_form .cont_ipt ul li textarea {
	font-size: 14px;
	line-height: 30px;
	display: block;
	width: 100%;
	height: 30px;
	padding: 0 15px;
	color: #000;
	border: none;
	border-radius: 2px;
	background-color: #fff;
}

.contact_wrap .contact_range .list .right .message_form .cont_ipt ul li textarea {
	line-height: 28px;
	min-height: 150px;
	padding: 5px 15px;
}

.contact_wrap .contact_range .list .right .message_form .cont_ipt ul li input::-webkit-input-placeholder,
.contact_wrap .contact_range .list .right .message_form .cont_ipt ul li textarea::-webkit-input-placeholder {
	color: #bbb;
}

.contact_wrap .contact_range .list .right .message_form .cont_ipt ul li input:-o-placeholder,
.contact_wrap .contact_range .list .right .message_form .cont_ipt ul li textarea:-o-placeholder {
	color: #bbb;
}

.contact_wrap .contact_range .list .right .message_form .cont_ipt ul li input::-moz-placeholder,
.contact_wrap .contact_range .list .right .message_form .cont_ipt ul li textarea::-moz-placeholder {
	color: #bbb;
}

.contact_wrap .contact_range .list .right .message_form .cont_ipt ul li input:-ms-input-placeholder,
.contact_wrap .contact_range .list .right .message_form .cont_ipt ul li textarea:-ms-input-placeholder {
	color: #bbb;
}

.contact_wrap .contact_range .list .right .message_form .cont_ipt ul li input:focus::-webkit-input-placeholder,
.contact_wrap .contact_range .list .right .message_form .cont_ipt ul li textarea:focus::-webkit-input-placeholder {
	color: #c5c5c5;
}

.contact_wrap .contact_range .list .right .message_form .cont_ipt ul li input:focus::-o-placeholder,
.contact_wrap .contact_range .list .right .message_form .cont_ipt ul li textarea:focus::-o-placeholder {
	color: #c5c5c5;
}

.contact_wrap .contact_range .list .right .message_form .cont_ipt ul li input:focus::-moz-placeholder,
.contact_wrap .contact_range .list .right .message_form .cont_ipt ul li textarea:focus::-moz-placeholder {
	color: #c5c5c5;
}

.contact_wrap .contact_range .list .right .message_form .cont_ipt ul li input:focus::-ms-input-placeholder,
.contact_wrap .contact_range .list .right .message_form .cont_ipt ul li textarea:focus::-ms-input-placeholder {
	color: #c5c5c5;
}

.contact_wrap .contact_range .list .right .message_form .cont_ipt ul li button {
	font-size: 14px;
	line-height: 2.85714286;
	display: block;
	width: 100%;
	margin: auto;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	background-color: #dcbb6c;
}

.contact_wrap .contact_range .list .right .message_form .cont_ipt ul li button:hover {
	background-color: #d4ae54;
}