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

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

@media (max-width: 480px) {
	.banner .slickbanner {
		width: 130%;
		max-width: 130%;
		margin-left: -15%;
	}
}

.banner .slickbanner .item {
	position: relative;
	display: block;
}

.banner .slickbanner .item .img-box {
	z-index: 0;
	display: block;
	padding-bottom: 50%;
}

.banner .slickbanner .item .img-box img {
	display: block;
	width: 100%;
}

.banner .ban_arrow {
	position: absolute;
	right: 250px;
	bottom: 0;
	padding: 20px;
	/*background-color: #f89433;*/
}

@media (max-width: 1469px) {
	.banner .ban_arrow {
		right: 80px;
	}
}

@media (max-width: 991px) {
	.banner .ban_arrow {
		padding: 15px;
	}
}

@media (max-width: 767px) {
	.banner .ban_arrow {
		right: 50px;
		padding: 8px 10px;
	}
}

@media (max-width: 480px) {
	.banner .ban_arrow {
		right: 20px;
	}
}

.banner .ban_arrow .arrow_btn {
	display: block;
	width: 54px;
	height: 54px;
	cursor: pointer;
	-webkit-transition: all .35s;
	transition: all .35s;
	border: solid 1px #f89433;
	border-radius: 50%;
}

@media (max-width: 991px) {
	.banner .ban_arrow .arrow_btn {
		width: 45px;
		height: 45px;
	}
}

@media (max-width: 767px) {
	.banner .ban_arrow .arrow_btn {
		width: 30px;
		height: 30px;
	}
}

.banner .ban_arrow .arrow_btn:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	font-style: normal;
	line-height: 54px;
	display: block;
	content: '\e6ca';
	text-align: center;
	color: #f89433;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
	.banner .ban_arrow .arrow_btn:before {
		font-size: 20px;
		line-height: 45px;
	}
}

@media (max-width: 767px) {
	.banner .ban_arrow .arrow_btn:before {
		font-size: 14px;
		line-height: 30px;
	}
}

.banner .ban_arrow .arrow_btn:hover {
	/*background-color: #f89433;*/
}

.banner .ban_arrow .arrow_btn:hover:before {
	color: #f89433;
}

.banner .ban_arrow .next {
	margin-left: 10px;
}

.banner .ban_arrow .next:before {
	content: '\e6cc';
}

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

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

.pagebanner .item {
	position: relative;
}

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

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

.title {
	position: relative;
}

.title:before {
	position: absolute;
	top: -30px;
	left: -30px;
	display: block;
	width: 73px;
	height: 133px;
	content: '';
	background: url(../images/img/icon_tit.png) no-repeat center;
	background-size: cover;
}

@media (max-width: 991px) {
	.title:before {
		width: 50px;
		height: 90px;
	}
}

@media (max-width: 767px) {
	.title:before {
		top: -20px;
		left: -20px;
	}
}

.title p {
	font-size: 52px;
	line-height: 1.2;
	position: relative;
	z-index: 1;
	display: block;
	color: #27221e;
}

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

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

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

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

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

.padt {
	padding-top: 90px;
}

.padd {
	padding: 90px 0;
}

.lists {
	margin-top: 50px;
}

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

@media (max-width: 991px) {
	.padt {
		padding-top: 50px;
	}
	.padd {
		padding: 50px 0;
	}
	.lists {
		margin-top: 40px;
	}
}

@media (max-width: 767px) {
	.padd {
		padding: 40px 0;
	}
	.padt {
		padding-top: 40px;
	}
	.lists {
		margin-top: 30px;
	}
}

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

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

.index_more a {
	font-size: 16px;
	line-height: 3.4375;
	display: block;
	width: 220px;
	padding-left: 20px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	background-color: #f89433;
}

@media (max-width: 991px) {
	.index_more a {
		font-size: 15px;
		line-height: 3;
		width: 180px;
	}
}

.index_more a:after {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	content: '\e65d';
	-webkit-transition: all .35s;
	transition: all .35s;
	-webkit-transform: translateX(-150%);
	-ms-transform: translateX(-150%);
	transform: translateX(-150%);
	vertical-align: text-bottom;
	opacity: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.index_more a:hover {
	padding-left: 0;
	box-shadow: 0 0 15px rgba(247, 149, 52, .6);
}

.index_more a:hover:after {
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	opacity: 1;
}

.index_about {
	position: relative;
	overflow: hidden;
	background-color: #f7efe4;
}

.index_about:before {
	display: none !important;
	position: absolute;
	top: 0;
	right: 250px;
	display: block;
	width: 158px;
	height: 90px;
	content: '';
	background-color: #f89433;
}

@media (max-width: 1469px) {
	.index_about:before {
		right: 80px;
		height: 80px;
	}
}

@media (max-width: 1199px) {
	.index_about:before {
		height: 70px;
	}
}

@media (max-width: 991px) {
	.index_about:before {
		width: 130px;
	}
}

@media (max-width: 767px) {
	.index_about:before {
		right: 50px;
		width: 90px;
		height: 46px;
	}
}

@media (max-width: 480px) {
	.index_about:before {
		right: 20px;
		height: 30px;
	}
}

.index_about:after {
	position: absolute;
	right: 0;
	bottom: 90px;
	left: 0;
	display: block;
	width: 87%;
	height: 68%;
	margin: auto;
	content: '';
	background-color: #fcf8f0;
}

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

@media (max-width: 767px) {
	.index_about:after {
		bottom: 40px;
		width: 96%;
	}
}

.index_about .index_abox {
	position: relative;
	z-index: 1;
}

.index_about .index_abox .left {
	padding-right: 65px;
}

@media (max-width: 1469px) {
	.index_about .index_abox .left {
		padding-right: 15px;
	}
}

.index_about .index_abox .left .pic {
	position: relative;
}

.index_about .index_abox .left .pic:before {
	position: absolute;
	top: 20px;
	left: -20px;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background-color: #f89433;
}

@media (max-width: 767px) {
	.index_about .index_abox .left .pic:before {
		top: 10px;
		left: -10px;
	}
}

.index_about .index_abox .right {
	padding-left: 30px;
}

@media (max-width: 767px) {
	.index_about .index_abox .right {
		margin-top: 30px;
	}
}

.index_about .index_abox .right .info {
	margin-top: 60px;
}

@media (max-width: 1199px) {
	.index_about .index_abox .right .info {
		margin-top: 30px;
	}
}

.index_about .index_abox .right .info .txt {
	margin-top: 50px;
}

@media (max-width: 1469px) {
	.index_about .index_abox .right .info .txt {
		margin-top: 30px;
	}
}

.index_about .index_abox .right .info .txt p {
	font-size: 16px;
	line-height: 2.25;
	margin-bottom: 20px;
	color: #757371;
}

@media (max-width: 1469px) {
	.index_about .index_abox .right .info .txt p {
		margin-bottom: 10px;
	}
}

@media (max-width: 1199px) {
	.index_about .index_abox .right .info .txt p {
		line-height: 2;
	}
}

@media (max-width: 991px) {
	.index_about .index_abox .right .info .txt p {
		font-size: 15px;
		line-height: 2;
	}
}

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

.index_about .index_abox .right .info .index_more {
	margin-top: 50px;
}

@media (max-width: 1199px) {
	.index_about .index_abox .right .info .index_more {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.index_about .index_abox .right .info .index_more {
		margin-top: 20px;
	}
}

.index_num {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

@media (max-width: 991px) {
	.index_num ul li:nth-child(3) .item,
	.index_num ul li:nth-child(4) .item {
		margin-bottom: 0;
	}
}

@media (max-width: 480px) {
	.index_num ul li:nth-child(3) .item {
		margin-bottom: 30px;
	}
}

@media (max-width: 480px) {
	.index_num ul li {
		/*width: 100%;*/
	}
}

.index_num ul li:nth-child(4) .item p {
	padding: 0 80px;
	line-height: 1.5;
}

@media (max-width: 1469px) {
	.index_num ul li:nth-child(4) .item p {
		padding: 0 50px;
		line-height: 1.5;
	}
}

@media (max-width: 1199px) {
	.index_num ul li:nth-child(4) .item p {
		padding: 0 40px;
		line-height: 1.2;
	}
}

@media (max-width: 991px) {
	.index_num ul li:nth-child(4) .item p {
		padding: 0;
		line-height: 1.5;
	}
}

.index_num .item {
	text-align: center;
}

@media (max-width: 991px) {
	.index_num .item {
		margin-bottom: 40px;
	}
}

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

@media (max-width: 480px) {
	.index_num .item {
		margin-bottom: 30px;
		padding: 0 !important;
	}
}

.index_num .item b {
	font-weight: normal;
	position: relative;
	display: block;
}

.index_num .item b span {
	font-size: 72px;
	line-height: 1;
	color: #f89433;
}

@media (max-width: 1469px) {
	.index_num .item b span {
		font-size: 60px;
	}
}

@media (max-width: 1199px) {
	.index_num .item b span {
		font-size: 50px;
	}
}

@media (max-width: 991px) {
	.index_num .item b span {
		font-size: 36px;
	}
}

@media (max-width: 767px) {
	.index_num .item b span {
		font-size: 32px;
	}
}

.index_num .item b sup {
	font-size: 24px;
	line-height: 1;
	top: -1.6em;
	margin-left: 5px;
}

@media (max-width: 1469px) {
	.index_num .item b sup {
		top: -1.2em;
	}
}

@media (max-width: 1199px) {
	.index_num .item b sup {
		top: -1em;
	}
}

@media (max-width: 991px) {
	.index_num .item b sup {
		font-size: 20px;
		top: -.8em;
	}
}

@media (max-width: 767px) {
	.index_num .item b sup {
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	.index_num .item b sup {
		font-size: 14px;
	}
}

.index_num .item p {
	font-size: 24px;
	line-height: 1.2;
	margin-top: 40px;
	color: #232323;
}

@media (max-width: 1199px) {
	.index_num .item p {
		font-size: 20px;
		margin-top: 20px;
	}
}

@media (max-width: 991px) {
	.index_num .item p {
		font-size: 18px;
		margin-top: 10px;
	}
}

.index_num .item p span {
	font-size: 16px;
	line-height: 2.25;
	display: block;
	margin-top: 20px;
	color: #807e7c;
}

@media (max-width: 1469px) {
	.index_num .item p span {
		font-size: 15px;
		line-height: 2;
	}
}

@media (max-width: 1199px) {
	.index_num .item p span {
		margin-top: 10px;
	}
}

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

.index_factory {
	overflow: hidden;
	background: url(../images/img/index_factorybg.jpg) no-repeat center;
	background-size: cover;
}

.index_factory .fact_box .left {
	width: 820px;
}

@media (max-width: 1199px) {
	.index_factory .fact_box .left {
		width: 100%;
	}
}

.index_factory .fact_box .left .title {
	width: 60%;
	padding: 0;
}

.index_factory .fact_box .left .title:before {
	background: url(../images/img/icon_titw.png) no-repeat center;
	background-size: cover;
}

.index_factory .fact_box .left .txt {
	position: relative;
	z-index: 1;
	margin-top: 20px;
}

@media (max-width: 1199px) {
	.index_factory .fact_box .left .txt {
		margin-top: 10px;
	}
}

.index_factory .fact_box .left .txt p {
	font-size: 16px;
	line-height: 2.25;
	color: #807e7c;
}

@media (max-width: 1199px) {
	.index_factory .fact_box .left .txt p {
		font-size: 15px;
		line-height: 1.86666667;
	}
}

@media (max-width: 767px) {
	.index_factory .fact_box .left .txt p {
		font-size: 14px;
	}
}

.index_factory .fact_box .right {
	width: 20%;
}

@media (max-width: 1199px) {
	.index_factory .fact_box .right {
		width: 100%;
	}
}

.index_factory .fact_box .right .index_more {
	margin-top: 30px;
}

@media (max-width: 1199px) {
	.index_factory .fact_box .right .index_more {
		float: right;
		margin-top: 20px;
	}
}

.index_factory .list {
	margin-top: 30px;
	border: 1px solid #f89433;
	background-color: rgba(247, 149, 52, .3);
}

@media (max-width: 991px) {
	.index_factory .list ul {
		margin: 0 -2px;
	}
}

.index_factory .list ul li {
	float: left;
	width: 20%;
}

@media (max-width: 991px) {
	.index_factory .list ul li {
		width: 33.333%;
		margin: 0 !important;
		padding: 0 2px;
	}
}

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

.index_factory .list ul li:nth-child(2) {
	margin: 0 20%;
}

.index_factory .list ul li:nth-child(4) {
	margin: -36px 20% 0 20%;
}

.index_factory .list ul li:nth-child(5) {
	margin: -36px 20% 0 0;
}

.index_factory .list ul li:nth-child(6) {
	margin: -36px 0 0 0;
}

.index_factory .list ul li:nth-child(7) {
	margin: -36px 20% 0 20%;
}

@media (max-width: 991px) {
	.index_factory .list ul li:nth-child(7) .item {
		margin-bottom: 0;
	}
}

.index_factory .list ul li:nth-child(8) {
	margin: -36px 0 0 0;
}

@media (max-width: 991px) {
	.index_factory .list ul li:nth-child(8) .item {
		margin-bottom: 0;
	}
}

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

.index_factory .list .item .pic .img-box {
	padding-bottom: 62.5%;
}

.index_factory .list .item .info {
	text-align: center;
	background-color: #f89433;
}

.index_factory .list .item .info p {
	font-size: 24px;
	line-height: 1.5;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
}

@media (max-width: 1469px) {
	.index_factory .list .item .info p {
		font-size: 20px;
		line-height: 1.8;
	}
}

@media (max-width: 1199px) {
	.index_factory .list .item .info p {
		font-size: 18px;
		line-height: 2;
	}
}

@media (max-width: 767px) {
	.index_factory .list .item .info p {
		font-size: 15px;
		line-height: 2.4;
	}
}

.index_company {
	position: relative;
	overflow: hidden;
}

.index_company:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 76%;
	height: 100%;
	content: '';
	background-color: #fcf8f0;
}

.index_company .left {
	width: 38%;
	padding-top: 30px;
}

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

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

.index_company .left .txt {
	position: relative;
	z-index: 1;
	margin-top: 40px;
}

@media (max-width: 1199px) {
	.index_company .left .txt {
		margin-top: 20px;
	}
}

.index_company .left .txt p {
	font-size: 16px;
	line-height: 2.25;
	color: #807e7c;
}

@media (max-width: 991px) {
	.index_company .left .txt p {
		font-size: 15px;
		line-height: 2;
	}
}

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

.index_company .right {
	position: relative;
	width: 53.192%;
	padding-right: 30px;
}

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

@media (max-width: 480px) {
	.index_company .right {
		padding-right: 10px;
	}
}

.index_company .right:before {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 128px;
	height: 358px;
	content: '';
	background: url(../images/img/icon_main.png) no-repeat center;
	background-size: cover;
}

@media (max-width: 480px) {
	.index_company .right:before {
		width: 100px;
		height: 200px;
	}
}

.index_company .right .note {
	position: absolute;
	top: 140px;
	right: -90px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

@media (max-width: 480px) {
	.index_company .right .note {
		position: static;
		margin-bottom: 10px;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
}

.index_company .right .note p {
	font-size: 16px;
	line-height: 1;
	color: #f79534;
}

.index_company .right .index_vv {
	overflow: hidden;
}

.index_company .right .index_vv .video {
	position: relative;
	cursor: pointer;
}

.index_company .right .index_vv .video:before {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
	opacity: 1;
	background-color: rgba(0, 0, 0, .5);
}

.index_company .right .index_vv .video:hover:before {
	opacity: .2;
}

.index_company .right .index_vv .video .img-box {
	padding-bottom: 56.25%;
	background-color: #000;
}

.index_company .right .index_vv .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
}

.index_company .right .index_vv .video .video-box {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}

.index_company .right .index_vv .video .video-box:before {
	font-family: 'iconfont' !important;
	font-size: 16px;
	font-style: normal;
	line-height: 55px;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	left: 0;
	display: block;
	width: 55px;
	height: 55px;
	margin: auto;
	content: '\e62e';
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	border-radius: 50%;
	background-color: #f79534;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 480px) {
	.index_company .right .index_vv .video .video-box:before {
		line-height: 45px;
		width: 45px;
		height: 45px;
	}
}

.index_company .right .index_vv .video .video-box .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}

.index_category {
	overflow: hidden;
}

.index_category ul li:nth-child(2) .item:before {
	right: auto;
	left: 0;
}

.index_category ul li:nth-child(2) .item .lef {
	float: right;
	padding-right: 90px;
	padding-left: 0;
}

@media (max-width: 991px) {
	.index_category ul li:nth-child(2) .item .lef {
		padding-right: 20px;
	}
}

.index_category ul li:nth-child(2) .item .lef:before {
	right: 0;
	left: auto;
}

.index_category ul li:nth-child(2) .item .rig {
	float: left;
	padding-left: 210px;
}

@media (max-width: 1469px) {
	.index_category ul li:nth-child(2) .item .rig {
		padding-left: 160px;
	}
}

@media (max-width: 991px) {
	.index_category ul li:nth-child(2) .item .rig {
		padding-left: 20px;
	}
}

.index_category ul li:nth-child(2) .item .rig .pro_num {
	right: auto;
	left: 0;
}

.index_category ul li:last-child {
	position: relative;
}

.index_category ul li:last-child:before {
	position: absolute;
	bottom: 0;
	left: -120px;
	display: block;
	width: 130%;
	height: 66%;
	content: '';
	background-color: #fcf8f0;
}

.index_category ul li:last-child .item:before {
	display: none;
}

.index_category .item {
	position: relative;
}

.index_category .item:before {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 85%;
	height: 66%;
	content: '';
	background-color: #fcf8f0;
}

.index_category .item .lef {
	position: relative;
	width: 46.809%;
	padding-left: 90px;
}

@media (max-width: 991px) {
	.index_category .item .lef {
		padding-left: 20px;
	}
}

@media (max-width: 580px) {
	.index_category .item .lef {
		float: none;
		width: 100%;
	}
}

.index_category .item .lef:before {
	position: absolute;
	top: 70px;
	left: 0;
	display: block;
	width: 128px;
	height: 358px;
	content: '';
	background: url(../images/img/icon_main.png) no-repeat center;
	background-size: cover;
}

@media (max-width: 1199px) {
	.index_category .item .lef:before {
		width: 100px;
		height: 200px;
	}
}

.index_category .item .rig {
	position: relative;
	width: 44.681%;
	padding-top: 70px;
}

@media (max-width: 991px) {
	.index_category .item .rig {
		padding: 0;
	}
}

@media (max-width: 580px) {
	.index_category .item .rig {
		float: none;
		width: 100%;
		margin-top: 20px;
	}
}

.index_category .item .rig .pro_num {
	position: absolute;
	top: 0;
	right: 0;
}

@media (max-width: 991px) {
	.index_category .item .rig .pro_num {
		position: static;
	}
}

.index_category .item .rig .pro_num span {
	font-size: 16px;
	line-height: 58px;
	display: block;
	width: 58px;
	height: 58px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	text-align: center;
	color: #27221e;
	background: url(../images/img/icon_num.png) no-repeat center;
	background-size: cover;
}

@media (max-width: 991px) {
	.index_category .item .rig .pro_num span {
		display: inline-block;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		vertical-align: middle;
	}
}

@media (max-width: 580px) {
	.index_category .item .rig .pro_num span {
		line-height: 50px;
		width: 50px;
		height: 50px;
	}
}

.index_category .item .rig .pro_num .line {
	width: 1px;
	height: 36px;
	margin: 20px 0 20px 30px;
	background-color: #f79534;
}

@media (max-width: 991px) {
	.index_category .item .rig .pro_num .line {
		display: none;
	}
}

.index_category .item .rig .pro_num p {
	font-size: 14px;
	line-height: 1.2;
	margin: 50px 0 0 -6px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	color: #75716c;
}

@media (max-width: 991px) {
	.index_category .item .rig .pro_num p {
		display: inline-block;
		margin: 0;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		vertical-align: middle;
	}
	.index_category .item .rig .pro_num p:before {
		display: inline-block;
		width: 36px;
		height: 1px;
		margin: 0 20px;
		content: '';
		vertical-align: middle;
		background-color: #f79534;
	}
}

@media (max-width: 991px) and (max-width: 580px) {
	.index_category .item .rig .pro_num p:before {
		margin: 0 10px;
	}
}

.index_category .item .rig .tit {
	position: relative;
}

@media (max-width: 991px) {
	.index_category .item .rig .tit {
		margin-top: 20px;
	}
}

.index_category .item .rig .tit:before {
	position: absolute;
	top: -30px;
	left: -30px;
	display: block;
	width: 73px;
	height: 133px;
	content: '';
	background: url(../images/img/icon_tit.png) no-repeat center;
	background-size: cover;
}

@media (max-width: 991px) {
	.index_category .item .rig .tit:before {
		width: 50px;
		height: 90px;
	}
}

@media (max-width: 767px) {
	.index_category .item .rig .tit:before {
		top: -20px;
		left: -20px;
	}
}

.index_category .item .rig .tit a {
	font-size: 52px;
	line-height: 1.2;
	position: relative;
	z-index: 1;
	display: block;
	color: #27221e;
}

@media (max-width: 1469px) {
	.index_category .item .rig .tit a {
		font-size: 40px;
	}
}

@media (max-width: 1199px) {
	.index_category .item .rig .tit a {
		font-size: 30px;
	}
}

@media (max-width: 991px) {
	.index_category .item .rig .tit a {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.index_category .item .rig .tit a {
		font-size: 26px;
	}
}

@media (max-width: 480px) {
	.index_category .item .rig .tit a {
		font-size: 22px;
	}
}

.index_category .item .rig .txt {
	position: relative;
	z-index: 1;
	width: 400px;
	margin-top: 40px;
}

@media (max-width: 1199px) {
	.index_category .item .rig .txt {
		width: 330px;
	}
}

@media (max-width: 991px) {
	.index_category .item .rig .txt {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.index_category .item .rig .txt {
		width: 100%;
	}
}

.index_category .item .rig .txt p {
	font-size: 16px;
	line-height: 2.25;
	display: -webkit-box;
	overflow: hidden;
	height: auto;
	color: #807e7c;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	text-indent: 2rem;
}

@media (max-width: 1199px) {
	.index_category .item .rig .txt p {
		font-size: 15px;
		line-height: 2;
	}
}

@media (max-width: 767px) {
	.index_category .item .rig .txt p {
		font-size: 14px;
	}
}

.index_category .item .rig .index_more {
	margin-top: 50px;
}

@media (max-width: 991px) {
	.index_category .item .rig .index_more {
		margin-top: 20px;
	}
}

.index_cate {
	overflow: hidden;
}

.index_cate .list ul li:first-child .item .pic .img-box,
.index_cate .list ul li:last-child .item .pic .img-box {
	padding-bottom: 47.82608696%;
}

@media (max-width: 1469px) {
	.index_cate .list ul li:first-child .item .pic .img-box,
	.index_cate .list ul li:last-child .item .pic .img-box {
		padding-bottom: 47.24637681%;
	}
}

@media (max-width: 1199px) {
	.index_cate .list ul li:first-child .item .pic .img-box,
	.index_cate .list ul li:last-child .item .pic .img-box {
		padding-bottom: 46.7%;
	}
}

.index_cate .list .item {
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

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

.index_cate .list .item:hover .name span {
	border: 1px solid #f89433;
	background-color: #f89433;
}

.index_cate .list .item:hover .name span:before {
	color: #fff;
}

.index_cate .list .item .pic .img-box {
	padding-bottom: 100%;
}

.index_cate .list .item .name {
	position: relative;
	padding: 0 80px 0 30px;
	background-color: #fcf8f0;
}

@media (max-width: 1469px) {
	.index_cate .list .item .name {
		padding: 0 60px 0 20px;
	}
}

.index_cate .list .item .name p {
	font-size: 24px;
	line-height: 3.33333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #27221e;
}

@media (max-width: 1199px) {
	.index_cate .list .item .name p {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	.index_cate .list .item .name p {
		font-size: 18px;
	}
}

.index_cate .list .item .name span {
	position: absolute;
	top: 50%;
	right: 30px;
	display: block;
	width: 40px;
	height: 40px;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: solid 1px #dbd4ca;
	border-radius: 50%;
}

@media (max-width: 1469px) {
	.index_cate .list .item .name span {
		right: 20px;
	}
}

@media (max-width: 767px) {
	.index_cate .list .item .name span {
		width: 35px;
		height: 35px;
	}
}

.index_cate .list .item .name span:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-style: normal;
	line-height: 38px;
	display: block;
	content: '\e65d';
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	color: #a8a39b;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
	.index_cate .list .item .name span:before {
		font-size: 16px;
		line-height: 33px;
	}
}

.index_hot {
	overflow: hidden;
}

.index_hot .hot_box {
	margin-top: -30px;
}

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

.index_hot .hot_box .left {
	width: 1050px;
}

@media (max-width: 1469px) {
	.index_hot .hot_box .left {
		width: 80%;
	}
}

@media (max-width: 1199px) {
	.index_hot .hot_box .left {
		width: 70%;
	}
}

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

.index_hot .hot_box .left .txt {
	position: relative;
	z-index: 1;
	margin-top: 10px;
}

.index_hot .hot_box .left .txt p {
	font-size: 16px;
	line-height: 2.25;
	color: #807e7c;
}

@media (max-width: 1199px) {
	.index_hot .hot_box .left .txt p {
		font-size: 15px;
		line-height: 1.86666667;
	}
}

@media (max-width: 767px) {
	.index_hot .hot_box .left .txt p {
		font-size: 14px;
	}
}

.index_hot .hot_box .right {
	width: 10%;
	text-align: right;
}

@media (max-width: 1199px) {
	.index_hot .hot_box .right {
		width: 20%;
	}
}

@media (max-width: 991px) {
	.index_hot .hot_box .right {
		float: none;
		width: 100%;
	}
}

.index_hot .hot_box .right a {
	font-size: 16px;
	line-height: 36px;
	display: inline-block;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #27221e;
	border-bottom: 1px solid #dbd0c1;
}

@media (max-width: 767px) {
	.index_hot .hot_box .right a {
		font-size: 15px;
		line-height: 30px;
	}
}

.index_hot .hot_box .right a:after {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-left: 10px;
	content: '\e65d';
	vertical-align: middle;
	color: #a8a49c;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.index_hot .hot_box .right a:hover {
	color: #f89433;
	border-bottom: 1px solid #f89433;
}

.index_hot .hot_box .right a:hover:after {
	color: #f89433;
}

.index_hot .list {
	margin-top: 40px;
}

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

.index_hot .list .slick_hot {
	font-size: 0;
}

@media (max-width: 1580px) {
	.index_hot .list .slick_hot {
		padding: 0 20px;
	}
}

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

.index_hot .list .slick_hot .slick-list {
	margin: 0 -15px;
}

.index_hot .list .slick_hot .slick-list .slick-slide {
	padding: 0 15px;
}

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

@media (max-width: 1580px) {
	.index_hot .list .slick_hot .slick-arrow {
		left: -40px;
	}
}

@media (max-width: 991px) {
	.index_hot .list .slick_hot .slick-arrow {
		left: 0;
	}
}

.index_hot .list .slick_hot .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 15px;
	font-style: normal;
	line-height: 54px;
	display: block;
	width: 54px;
	height: 54px;
	content: '\e62f';
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #a8a39b;
	border: solid 1px #dbd4ca;
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1580px) {
	.index_hot .list .slick_hot .slick-arrow:before {
		font-size: 14px;
		line-height: 50px;
		width: 50px;
		height: 50px;
	}
}

@media (max-width: 991px) {
	.index_hot .list .slick_hot .slick-arrow:before {
		font-size: 12px;
		line-height: 40px;
		width: 40px;
		height: 40px;
	}
}

.index_hot .list .slick_hot .slick-arrow:hover:before {
	color: #fff;
	border: 1px solid #f89433;
	background-color: #f89433;
}

.index_hot .list .slick_hot .slick-next {
	right: -80px;
	left: auto;
}

@media (max-width: 1580px) {
	.index_hot .list .slick_hot .slick-next {
		right: -40px;
	}
}

@media (max-width: 991px) {
	.index_hot .list .slick_hot .slick-next {
		right: 0;
	}
}

.index_hot .list .slick_hot .slick-next:before {
	content: '\e62e';
}

.index_hot .list .slick_hot .item:hover .pic {
	box-shadow: 0 5px 30px 0 rgba(247, 149, 52, .38);
}

.index_hot .list .slick_hot .item:hover .pic .cover_bg {
	opacity: 1;
}

.index_hot .list .slick_hot .item:hover .pic .btn_box {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_hot .list .slick_hot .item .pic {
	position: relative;
	display: block;
	-webkit-transition: all .35s;
	transition: all .35s;
}

.index_hot .list .slick_hot .item .pic .img-box {
	padding-bottom: 100%;
}

.index_hot .list .slick_hot .item .pic .cover_bg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .35s;
	transition: all .35s;
	opacity: 0;
	background-color: rgba(0, 0, 0, .3);
}

.index_hot .list .slick_hot .item .pic .btn_box {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	-webkit-transition: all .35s;
	transition: all .35s;
	-webkit-transform: translateY(-150%);
	-ms-transform: translateY(-150%);
	transform: translateY(-150%);
	text-align: center;
}

.index_hot .list .slick_hot .item .pic .btn_box a {
	display: inline-block;
	width: 50px;
	height: 50px;
	-webkit-transition: all .35s;
	transition: all .35s;
	vertical-align: middle;
	border: solid 1px #fff;
	border-radius: 50%;
}

.index_hot .list .slick_hot .item .pic .btn_box a:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	line-height: 50px;
	display: block;
	content: '\e62c';
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.index_hot .list .slick_hot .item .pic .btn_box a:hover {
	border: 1px solid #f89433;
	background-color: #f89433;
}

.index_hot .list .slick_hot .item .pic .btn_box .add_btn {
	margin-left: 20px;
}

.index_hot .list .slick_hot .item .pic .btn_box .add_btn:before {
	font-size: 22px;
	content: '\e603';
}

.index_hot .list .slick_hot .item .info {
	margin-top: 30px;
}

@media (max-width: 1199px) {
	.index_hot .list .slick_hot .item .info {
		margin-top: 20px;
	}
}

.index_hot .list .slick_hot .item .info a {
	font-size: 24px;
	line-height: 1.2;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #27221e;
}

@media (max-width: 1199px) {
	.index_hot .list .slick_hot .item .info a {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	.index_hot .list .slick_hot .item .info a {
		font-size: 18px;
	}
}

.index_hot .list .slick_hot .item .info p {
	font-size: 14px;
	line-height: 2.14285714;
	display: -webkit-box;
	overflow: hidden;
	height: 60px;
	margin-top: 10px;
	color: #807e7c;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.index_honor {
	background-color: #ede1d1;
}

.index_honor .title {
	width: 635px;
	margin: auto;
	text-align: center;
}

@media (max-width: 1469px) {
	.index_honor .title {
		width: 490px;
	}
}

@media (max-width: 1199px) {
	.index_honor .title {
		width: 370px;
	}
}

@media (max-width: 991px) {
	.index_honor .title {
		width: 340px;
	}
}

@media (max-width: 480px) {
	.index_honor .title {
		width: 100%;
	}
}

.index_honor .title:before {
	background: url(../images/img/icon_titw.png) no-repeat center;
	background-size: cover;
}

.index_honor .txt {
	position: relative;
	z-index: 1;
	width: 1040px;
	margin: auto;
	margin-top: 20px;
	text-align: center;
}

@media (max-width: 1199px) {
	.index_honor .txt {
		width: 100%;
	}
}

.index_honor .txt p {
	font-size: 16px;
	line-height: 2.25;
	color: #75716c;
}

@media (max-width: 767px) {
	.index_honor .txt p {
		font-size: 15px;
		line-height: 2;
	}
}

.index_honor .list {
	margin-top: 40px;
}

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

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

.index_honor .list ul {
	margin: 0 -15px;
}

.index_honor .list ul li {
	width: 20%;
	padding: 0 15px;
}

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

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

.index_honor .list .item {
	display: block;
	margin-bottom: 30px;
}

.index_honor .list .item .pic .img-box {
	padding-bottom: 134.61538462%;
}

.index_honor .list .item p {
	font-size: 24px;
	line-height: 1.2;
	overflow: hidden;
	margin-top: 40px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #27221e;
}

@media (max-width: 1199px) {
	.index_honor .list .item p {
		font-size: 20px;
		margin-top: 20px;
	}
}

@media (max-width: 991px) {
	.index_honor .list .item p {
		font-size: 18px;
		margin-top: 10px;
	}
}

@media (max-width: 767px) {
	.index_honor .list .item p {
		font-size: 16px;
	}
}

.index_honor .index_more {
	margin-top: 40px;
}

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

@media (max-width: 991px) {
	.index_honor .index_more {
		font-size: 18px;
		margin-top: 10px;
	}
}

.index_honor .index_more a {
	margin: auto;
}

.index_news {
	overflow: hidden;
}

.index_news .title {
	width: 470px;
	margin: auto;
	text-align: center;
}

@media (max-width: 1469px) {
	.index_news .title {
		width: 400px;
	}
}

@media (max-width: 1199px) {
	.index_news .title {
		width: 270px;
	}
}

@media (max-width: 480px) {
	.index_news .title {
		width: 90%;
	}
}

.index_news .txt {
	margin-top: 10px;
	text-align: center;
}

.index_news .txt p {
	font-size: 16px;
	line-height: 2.25;
	color: #807e7c;
}

@media (max-width: 767px) {
	.index_news .txt p {
		font-size: 15px;
		line-height: 2;
	}
}

@media (max-width: 480px) {
	.index_news .txt p {
		font-size: 14px;
		line-height: 1.85714286;
	}
}

.index_news .list {
	position: relative;
	margin-top: 50px;
	background-color: #fcf8f0;
}

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

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

.index_news .list .left {
	width: 42.554%;
}

@media (max-width: 1199px) {
	.index_news .list .left {
		width: 50%;
	}
}

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

.index_news .list .left .news_item {
	position: relative;
	display: block;
	-webkit-transition: all .35s;
	transition: all .35s;
}

.index_news .list .left .news_item .img-box {
	padding-bottom: 100%;
}

.index_news .list .right {
	width: 57.446%;
	padding-left: 70px;
}

@media (max-width: 1469px) {
	.index_news .list .right {
		padding-left: 50px;
	}
}

@media (max-width: 1199px) {
	.index_news .list .right {
		width: 50%;
		padding-left: 30px;
	}
}

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

.index_news .list .right .news_list ul li:last-child .item {
	border: none;
}

.index_news .list .right .news_list ul li:hover .item .more {
	border: 1px solid #f89433;
	background-color: #f89433;
}

.index_news .list .right .news_list ul li:hover .item .more:before {
	color: #fff;
}

.index_news .list .right .news_list .item {
	position: relative;
	display: block;
	padding: 45px 140px 45px 0;
	border-bottom: 1px solid #ede1d1;
}

@media (max-width: 1469px) {
	.index_news .list .right .news_list .item {
		padding: 30px 120px 30px 0;
	}
}

@media (max-width: 1199px) {
	.index_news .list .right .news_list .item {
		padding: 30px 80px 30px 0;
	}
}

@media (max-width: 991px) {
	.index_news .list .right .news_list .item {
		padding: 30px 80px 30px 30px;
	}
}

@media (max-width: 480px) {
	.index_news .list .right .news_list .item {
		padding: 30px 60px 30px 15px;
	}
}

.index_news .list .right .news_list .item span {
	font-size: 14px;
	line-height: 2.71428571;
	display: block;
	width: 164px;
	height: 38px;
	text-align: center;
	color: #fff;
	background-color: #f89433;
}

.index_news .list .right .news_list .item .tit {
	font-size: 24px;
	line-height: 1.3;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	height: 62px;
	margin: 30px 0 18px;
	color: #27221e;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media (max-width: 1469px) {
	.index_news .list .right .news_list .item .tit {
		font-size: 20px;
		height: 52px;
		margin: 20px 0 15px;
	}
}

@media (max-width: 480px) {
	.index_news .list .right .news_list .item .tit {
		font-size: 18px;
		height: 45px;
	}
}

.index_news .list .right .news_list .item p {
	font-size: 14px;
	line-height: 2.14285714;
	display: -webkit-box;
	overflow: hidden;
	height: 60px;
	color: #75716c;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media (max-width: 1469px) {
	.index_news .list .right .news_list .item p {
		line-height: 1.78571429;
		height: 50px;
	}
}

.index_news .list .right .news_list .item .more {
	position: absolute;
	top: 50%;
	right: 40px;
	display: block;
	width: 40px;
	height: 40px;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: solid 1px #dbd4ca;
	border-radius: 50%;
}

@media (max-width: 1469px) {
	.index_news .list .right .news_list .item .more {
		right: 20px;
	}
}

@media (max-width: 767px) {
	.index_news .list .right .news_list .item .more {
		width: 35px;
		height: 35px;
	}
}

@media (max-width: 480px) {
	.index_news .list .right .news_list .item .more {
		right: 10px;
	}
}

.index_news .list .right .news_list .item .more:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-style: normal;
	line-height: 38px;
	display: block;
	content: '\e65d';
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	color: #a8a39b;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
	.index_news .list .right .news_list .item .more:before {
		font-size: 16px;
		line-height: 33px;
	}
}

.index_news .index_more {
	margin-top: 70px;
}

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

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

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

.index_news .index_more a {
	margin: auto;
}

.page_top {
	padding-top: 100px;
}

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

.page_padd {
	padding: 70px 0;
}

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

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

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

.page_location {
	text-align: center;
}

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

.page_location ul {
	background-color: #fcf8f0;
}

.page_location ul li {
	position: relative;
	float: left;
	width: 33.333%;
}

@media (max-width: 767px) {
	.page_location ul li {
		float: none;
		width: 100%;
		border-bottom: 1px solid #e6ded3;
	}
}

.page_location ul li:last-child {
	border-bottom: none;
}

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

.page_location ul li:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 1px;
	height: 28px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #e6ded3;
}

@media (max-width: 1199px) {
	.page_location ul li:after {
		height: 22px;
	}
}

@media (max-width: 767px) {
	.page_location ul li:after {
		display: none;
	}
}

.page_location ul li:hover:after {
	background-color: #f89433;
}

.page_location ul li a {
	font-size: 20px;
	line-height: 3.5;
	display: block;
	overflow: hidden;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #27221e;
}

@media (max-width: 1199px) {
	.page_location ul li a {
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	.page_location ul li a {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.page_location ul li a {
		font-size: 15px;
		line-height: 3.33333333;
	}
}

.page_location ul li a:hover {
	color: #fff;
	background-color: #f89433;
}

.page_location ul .active:after {
	background-color: #f89433;
}

.page_location ul .active a {
	color: #fff;
	background-color: #f89433;
}

.page_tit {
	text-align: center;
}

.page_tit p {
	font-size: 52px;
	line-height: 1.2;
	position: relative;
	z-index: 2;
	display: inline-block;
	color: #27221e;
}

@media (max-width: 1469px) {
	.page_tit p {
		font-size: 40px;
	}
}

@media (max-width: 1199px) {
	.page_tit p {
		font-size: 30px;
	}
}

@media (max-width: 991px) {
	.page_tit p {
		font-size: 28px;
	}
}

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

@media (max-width: 480px) {
	.page_tit p {
		font-size: 22px;
	}
}

.page_tit p:before {
	position: absolute;
	z-index: -1;
	top: -30px;
	left: -30px;
	display: block;
	width: 70px;
	height: 130px;
	content: '';
	background: url(../images/img/icon_tit.png) no-repeat center;
	background-size: cover;
}

@media (max-width: 991px) {
	.page_tit p:before {
		width: 50px;
		height: 90px;
	}
}

@media (max-width: 767px) {
	.page_tit p:before {
		top: -20px;
		left: -20px;
		width: 40px;
		height: 70px;
	}
}

.about_company {
	overflow: hidden;
}

.about_company .ab_box .txt {
	margin-top: 70px;
}

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

.about_company .ab_box .txt p {
	font-size: 16px;
	line-height: 2.25;
	color: #757371;
}

@media (max-width: 991px) {
	.about_company .ab_box .txt p {
		font-size: 15px;
		line-height: 2;
	}
}

@media (max-width: 480px) {
	.about_company .ab_box .txt p {
		font-size: 14px;
	}
}

.about_company .ab_box .txt p img {
	max-width: 100%;
	height: auto !important;
}

.about_company .ab_box .pic_box .left {
	width: 65.074%;
	margin-top: 40px;
}

@media (max-width: 991px) {
	.about_company .ab_box .pic_box .left {
		margin-top: 30px;
	}
}

@media (max-width: 480px) {
	.about_company .ab_box .pic_box .left {
		float: none;
		width: 100%;
	}
}

.about_company .ab_box .pic_box .left .img-box {
	padding-bottom: 52.54237288%;
}

.about_company .ab_box .pic_box .right {
	width: 33.456%;
	margin-top: 40px;
}

@media (max-width: 991px) {
	.about_company .ab_box .pic_box .right {
		margin-top: 30px;
	}
}

@media (max-width: 480px) {
	.about_company .ab_box .pic_box .right {
		float: none;
		width: 100%;
		margin-top: 20px;
	}
}

.about_company .ab_box .pic_box .right .img-box {
	padding-bottom: 102.1978022%;
}

.about_company .index_num {
	background-color: #fcf8f0;
}

.about_company .index_num .item {
	padding-top: 90px;
	padding-bottom: 70px;
	-webkit-transition: all .35s;
	transition: all .35s;
	border: 1px solid #f89433;
}

@media (max-width: 1469px) {
	.about_company .index_num .item {
		padding-top: 80px;
		padding-bottom: 60px;
	}
}

@media (max-width: 1469px) {
	.about_company .index_num .item {
		padding-top: 60px;
		padding-bottom: 40px;
	}
}

@media (max-width: 991px) {
	.about_company .index_num .item {
		padding-top: 40px !important;
		padding-bottom: 20px !important;
	}
}

@media (max-width: 480px) {
	.about_company .index_num .item {
		margin-bottom: 20px !important;
		padding-top: 30px !important;
		padding-bottom: 20px !important;
	}
}

.about_company .index_num .item:hover {
	background-color: #f89433;
	box-shadow: 0 10px 24px 0 rgba(247, 149, 52, .38);
}

.about_company .index_num .item:hover b span {
	color: #fff;
}

.about_company .index_num .item:hover p span {
	color: #232323;
}

.about_company .ab_vv .container {
	width: 1050px;
	margin: auto;
}

@media (max-width: 1050px) {
	.about_company .ab_vv .container {
		width: 100%;
	}
}

.about_company .ab_vv .txt {
	margin-top: 40px;
	text-align: center;
}

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

.about_company .ab_vv .txt p {
	font-size: 16px;
	line-height: 2.25;
	color: #757371;
}

@media (max-width: 991px) {
	.about_company .ab_vv .txt p {
		font-size: 15px;
		line-height: 2;
	}
}

@media (max-width: 480px) {
	.about_company .ab_vv .txt p {
		font-size: 14px;
	}
}

.about_company .ab_vv .txt p img {
	max-width: 100%;
	height: auto !important;
}

.about_company .ab_vv .vv_box {
	margin-top: 50px;
}

@media (max-width: 1469px) {
	.about_company .ab_vv .vv_box {
		margin-top: 30px;
	}
}

.about_company .ab_vv .vv_box .video {
	position: relative;
	cursor: pointer;
}

.about_company .ab_vv .vv_box .video:before {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
	opacity: 1;
	background-color: rgba(0, 0, 0, .5);
}

.about_company .ab_vv .vv_box .video:hover:before {
	opacity: .2;
}

.about_company .ab_vv .vv_box .video .img-box {
	padding-bottom: 56.19047619%;
	background-color: #000;
}

.about_company .ab_vv .vv_box .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
}

.about_company .ab_vv .vv_box .video .video-box {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}

.about_company .ab_vv .vv_box .video .video-box:before {
	font-family: 'iconfont' !important;
	font-size: 16px;
	font-style: normal;
	line-height: 55px;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	left: 0;
	display: block;
	width: 55px;
	height: 55px;
	margin: auto;
	content: '\e62e';
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	border-radius: 50%;
	background-color: #f79534;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 480px) {
	.about_company .ab_vv .vv_box .video .video-box:before {
		line-height: 45px;
		width: 45px;
		height: 45px;
	}
}

.about_company .ab_vv .vv_box .video .video-box .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}

.about_factory {
	padding-bottom: 70px;
}

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

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

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

.about_factory .info .txt {
	width: 890px;
	margin: auto;
	margin-top: 10px;
	text-align: center;
}

@media (max-width: 991px) {
	.about_factory .info .txt {
		width: 100%;
	}
}

.about_factory .info .txt p {
	font-size: 16px;
	line-height: 36px;
	color: #807e7c;
}

@media (max-width: 991px) {
	.about_factory .info .txt p {
		font-size: 15px;
		line-height: 2;
	}
}

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

.about_factory .list {
	margin-top: 50px;
}

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

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

.about_factory .list ul {
	margin: 0 -45px;
}

@media (max-width: 1199px) {
	.about_factory .list ul {
		margin: 0 -25px;
	}
}

.about_factory .list ul li {
	padding: 0 45px;
}

@media (max-width: 1199px) {
	.about_factory .list ul li {
		padding: 0 25px;
	}
}

.about_factory .list .item {
	margin-bottom: 50px;
}

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

.about_factory .list .item .pic {
	position: relative;
}

.about_factory .list .item .pic:before {
	position: absolute;
	top: -10px;
	right: -10px;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background-color: #dbd0c1;
}

.about_factory .list .item .pic .img-box {
	padding-bottom: 62.12121212%;
}

.about_factory .list .item .pic span {
	font-size: 30px;
	line-height: 66px;
	position: absolute;
	top: 0;
	left: 20px;
	display: block;
	padding: 0 16px;
	color: #fff;
	background-color: rgba(248, 148, 51, .9);
}

@media (max-width: 1199px) {
	.about_factory .list .item .pic span {
		font-size: 25px;
	}
}

@media (max-width: 767px) {
	.about_factory .list .item .pic span {
		font-size: 20px;
		line-height: 60px;
	}
}

.about_factory .list .item .name {
	margin-top: 30px;
	text-align: center;
}

@media (max-width: 1199px) {
	.about_factory .list .item .name {
		margin-top: 20px;
	}
}

.about_factory .list .item .name p {
	font-size: 24px;
	line-height: 1.2;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #27221e;
}

@media (max-width: 1199px) {
	.about_factory .list .item .name p {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	.about_factory .list .item .name p {
		font-size: 18px;
	}
}

.about_honor {
	padding-bottom: 70px;
}

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

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

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

.about_honor .info .txt {
	width: 1040px;
	margin: auto;
	margin-top: 10px;
	text-align: center;
}

@media (max-width: 1199px) {
	.about_honor .info .txt {
		width: 100%;
	}
}

.about_honor .info .txt p {
	font-size: 16px;
	line-height: 36px;
	color: #75716c;
}

@media (max-width: 991px) {
	.about_honor .info .txt p {
		font-size: 15px;
		line-height: 2;
	}
}

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

.about_honor .list {
	margin-top: 50px;
}

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

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

.about_honor .list ul {
	margin: 0 -15px;
}

.about_honor .list ul li {
	width: 20%;
	padding: 0 15px;
}

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

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

.about_honor .list .item {
	display: block;
	margin-bottom: 50px;
}

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

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

.about_honor .list .item .pic .img-box {
	padding-bottom: 134.61538462%;
}

.about_honor .list .item p {
	font-size: 24px;
	line-height: 1.2;
	overflow: hidden;
	margin-top: 40px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #27221e;
}

@media (max-width: 1199px) {
	.about_honor .list .item p {
		font-size: 20px;
		margin-top: 20px;
	}
}

@media (max-width: 991px) {
	.about_honor .list .item p {
		font-size: 18px;
		margin-top: 10px;
	}
}

@media (max-width: 767px) {
	.about_honor .list .item p {
		font-size: 16px;
	}
}

.about_honor .page {
	padding-top: 20px;
}

@media (max-width: 991px) {
	.about_honor .page {
		padding-top: 10px;
	}
}

.contact_wrap {
	overflow: hidden;
}

.contact_wrap .txt {
	margin-top: 10px;
	text-align: center;
}

@media (max-width: 1199px) {
	.contact_wrap .txt {
		width: 100%;
	}
}

.contact_wrap .txt p {
	font-size: 16px;
	line-height: 36px;
	color: #75716c;
}

@media (max-width: 991px) {
	.contact_wrap .txt p {
		font-size: 15px;
		line-height: 2;
	}
}

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

.contact_wrap .tit b {
	font-size: 36px;
	font-weight: normal;
	line-height: 1;
	position: relative;
	display: block;
	padding-left: 55px;
	color: #27221e;
}

@media (max-width: 1469px) {
	.contact_wrap .tit b {
		font-size: 30px;
	}
}

@media (max-width: 1199px) {
	.contact_wrap .tit b {
		font-size: 25px;
	}
}

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

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

.contact_wrap .tit b:before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 45px;
	height: 26px;
	content: '';
	background-color: #f89433;
}

.contact_wrap .tit p {
	font-size: 16px;
	line-height: 1.875;
	margin-top: 20px;
	color: #75716c;
}

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

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

.contact_wrap .cont_box {
	overflow: hidden;
	margin-top: 50px;
	background-color: #fcf8f0;
}

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

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

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

.contact_wrap .cont_box .row {
	margin: 0;
}

.contact_wrap .cont_box .left {
	padding: 0;
}

@media (max-width: 1199px) {
	.contact_wrap .cont_box .left {
		float: none;
		width: 100%;
	}
}

.contact_wrap .cont_box .left .map .map-content {
	height: 560px;
}

@media (max-width: 1199px) {
	.contact_wrap .cont_box .left .map .map-content {
		height: 350px;
	}
}

@media (max-width: 991px) {
	.contact_wrap .cont_box .left .map .map-content {
		height: 300px;
	}
}

.contact_wrap .cont_box .right {
	padding: 40px 0 10px 30px;
	color: #fff;
}

@media (max-width: 1469px) {
	.contact_wrap .cont_box .right {
		padding: 30px 0 10px 20px;
	}
}

@media (max-width: 1199px) {
	.contact_wrap .cont_box .right {
		float: none;
		width: 100%;
		padding: 40px 30px;
	}
}

@media (max-width: 480px) {
	.contact_wrap .cont_box .right {
		padding: 30px 20px;
	}
}

.contact_wrap .cont_box .right .info {
	margin-top: 30px;
	border-top: 1px solid #ede1d1;
}

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

.contact_wrap .cont_box .right .info p {
	font-family: 'Verdana-Bold';
	font-size: 16px;
	line-height: 1.2;
	position: relative;
	margin-top: 30px;
	padding-left: 30px;
	color: #27221e;
}

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

.contact_wrap .cont_box .right .info p:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '\e727';
	color: #f89433;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.contact_wrap .cont_box .right .info p a {
	-webkit-transition: all .35s;
	transition: all .35s;
}

.contact_wrap .cont_box .right .info p a:hover {
	text-decoration: underline !important;
	color: #f89433;
}

.contact_wrap .cont_box .right .info .email:before {
	content: '\e6a7';
}

.contact_wrap .cont_box .right .info .mobile:before {
	content: '\e609';
}

.contact_wrap .cont_box .right .info .tel:before {
	content: '\e611';
}

.contact_wrap .cont_box .right .info .qq:before {
	content: '\e62d';
}

.contact_wrap .cont_box .right .info .wechat:before {
	font-size: 22px;
	content: '\e61d';
}

.contact_wrap .cont_box .right .info .whatsapp:before {
	content: '\f263';
}

.contact_wrap .cont_box .right .info .web:before {
	content: '\e600';
}

.contact_wrap .message_form {
	padding: 50px 30px;
	background-color: #ede1d1;
}

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

@media (max-width: 767px) {
	.contact_wrap .message_form {
		padding: 30px 15px;
	}
}

.contact_wrap .message_form .message_ipt {
	margin-top: 30px;
}

@media (max-width: 1199px) {
	.contact_wrap .message_form .message_ipt {
		margin-top: 20px;
	}
}

.contact_wrap .message_form .message_ipt ul {
	margin: 0 -15px;
}

.contact_wrap .message_form .message_ipt ul li {
	margin-bottom: 20px;
}

.contact_wrap .message_form .message_ipt ul li:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.contact_wrap .message_form .message_ipt ul li {
		margin-bottom: 10px;
	}
}

.contact_wrap .message_form .message_ipt ul li input,
.contact_wrap .message_form .message_ipt ul li textarea {
	font-size: 14px;
	line-height: 54px;
	display: block;
	width: 100%;
	height: 54px;
	padding: 0 20px;
	color: #000;
	border: none;
	background-color: #fcf8f0;
}

@media (max-width: 767px) {
	.contact_wrap .message_form .message_ipt ul li input,
	.contact_wrap .message_form .message_ipt ul li textarea {
		line-height: 45px;
		height: 45px;
	}
}

.contact_wrap .message_form .message_ipt ul li textarea {
	line-height: 28px;
	min-height: 250px;
	padding: 10px 20px;
}

@media (max-width: 991px) {
	.contact_wrap .message_form .message_ipt ul li textarea {
		min-height: 200px;
	}
}

.contact_wrap .message_form .message_ipt ul li input::-webkit-input-placeholder,
.contact_wrap .message_form .message_ipt ul li textarea::-webkit-input-placeholder {
	color: #75716c;
}

.contact_wrap .message_form .message_ipt ul li input:-o-placeholder,
.contact_wrap .message_form .message_ipt ul li textarea:-o-placeholder {
	color: #75716c;
}

.contact_wrap .message_form .message_ipt ul li input::-moz-placeholder,
.contact_wrap .message_form .message_ipt ul li textarea::-moz-placeholder {
	color: #75716c;
}

.contact_wrap .message_form .message_ipt ul li input:-ms-input-placeholder,
.contact_wrap .message_form .message_ipt ul li textarea:-ms-input-placeholder {
	color: #75716c;
}

.contact_wrap .message_form .message_ipt ul li input:focus::-webkit-input-placeholder,
.contact_wrap .message_form .message_ipt ul li textarea:focus::-webkit-input-placeholder {
	color: #e3e3e3;
}

.contact_wrap .message_form .message_ipt ul li input:focus::-o-placeholder,
.contact_wrap .message_form .message_ipt ul li textarea:focus::-o-placeholder {
	color: #e3e3e3;
}

.contact_wrap .message_form .message_ipt ul li input:focus::-moz-placeholder,
.contact_wrap .message_form .message_ipt ul li textarea:focus::-moz-placeholder {
	color: #e3e3e3;
}

.contact_wrap .message_form .message_ipt ul li input:focus::-ms-input-placeholder,
.contact_wrap .message_form .message_ipt ul li textarea:focus::-ms-input-placeholder {
	color: #e3e3e3;
}

.contact_wrap .message_form .message_ipt ul li button {
	font-size: 16px;
	line-height: 3.4375;
	display: block;
	width: 220px;
	margin-top: 10px;
	padding-left: 20px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	background-color: #f89433;
}

@media (max-width: 991px) {
	.contact_wrap .message_form .message_ipt ul li button {
		font-size: 15px;
		line-height: 3;
		width: 180px;
	}
}

.contact_wrap .message_form .message_ipt ul li button:after {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	content: '\e65d';
	-webkit-transition: all .35s;
	transition: all .35s;
	-webkit-transform: translateX(-150%);
	-ms-transform: translateX(-150%);
	transform: translateX(-150%);
	vertical-align: text-bottom;
	opacity: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.contact_wrap .message_form .message_ipt ul li button:hover {
	padding-left: 0;
	box-shadow: 0 0 15px rgba(247, 149, 52, .6);
}

.contact_wrap .message_form .message_ipt ul li button:hover:after {
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	opacity: 1;
}

.product_wrap {
	overflow: hidden;
}

.product_wrap .prod_head .txt {
	position: relative;
	z-index: 2;
	width: 1016px;
	margin-top: 15px;
}

@media (max-width: 1199px) {
	.product_wrap .prod_head .txt {
		width: 100%;
		margin-top: 10px;
	}
}

.product_wrap .prod_head .txt p {
	font-size: 16px;
	line-height: 36px;
	color: #75716c;
}

@media (max-width: 991px) {
	.product_wrap .prod_head .txt p {
		font-size: 15px;
		line-height: 2;
	}
}

@media (max-width: 480px) {
	.product_wrap .prod_head .txt p {
		font-size: 14px;
	}
}

.product_wrap .range {
	margin-top: 50px;
}

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

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

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

.product_wrap .range .left {
	width: 23.405%;
}

@media (max-width: 1199px) {
	.product_wrap .range .left {
		display: none;
	}
}

.product_wrap .range .left .tit {
	text-align: center;
	background-color: #f89433;
}

.product_wrap .range .left .tit p {
	font-size: 20px;
	line-height: 3.5;
	color: #fff;
}

.product_wrap .range .left .menu {
	position: relative;
	margin-top: 30px;
}

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

.product_wrap .range .left .menu .menu1>li>a {
	font-size: 20px;
	line-height: 30px;
	position: relative;
	display: block;
	padding: 18px 30px 18px 0;
	-webkit-transition: .35s;
	transition: .35s;
	color: #27221e;
	border-bottom: 1px solid #cfc5ba;
}

.product_wrap .range .left .menu .menu1>li>a:after {
	font-family: 'iconfont' !important;
	font-style: normal;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	content: '\e65d';
	-webkit-transition: .35s;
	transition: .35s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.product_wrap .range .left .menu .menu1>li>a:hover {
	color: #f89433;
}

.product_wrap .range .left .menu .menu1>li>a:hover:after {
	-webkit-transform: rotate(90deg) translateX(-12px);
	-ms-transform: rotate(90deg) translateX(-12px);
	transform: rotate(90deg) translateX(-12px);
}

.product_wrap .range .left .menu .menu1 .active>a {
	color: #f89433;
}

.product_wrap .range .left .menu .menu1 .active>a:after {
	-webkit-transform: rotate(90deg) translateX(-12px);
	-ms-transform: rotate(90deg) translateX(-12px);
	transform: rotate(90deg) translateX(-12px);
}

.product_wrap .range .left .menu .menu2 {
	display: none;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

.product_wrap .range .left .menu .menu2>li {
	display: block;
}

.product_wrap .range .left .menu .menu2>li>a {
	font-size: 18px;
	line-height: 30px;
	position: relative;
	display: block;
	padding: 5px 10px 5px 20px;
	color: #a6a3a1;
}

.product_wrap .range .left .menu .menu2>li>a:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 10px;
	height: 10px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: solid 3px #ccc5bc;
	border-radius: 50%;
}

.product_wrap .range .left .menu .menu2>li>a:hover {
	color: #27221e;
}

.product_wrap .range .left .menu .menu2>li>a:hover:before {
	border: solid 3px #27221e;
}

.product_wrap .range .left .menu .menu2 .active>a {
	color: #27221e;
}

.product_wrap .range .left .menu .menu2 .active>a:before {
	border: solid 3px #27221e;
}

.product_wrap .range .left .menu .menu3 {
	display: block;
	padding: 15px 0;
}

.product_wrap .range .left .menu .menu3>li>a {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.875;
	display: block;
	padding: 6px 25px;
	color: #01519d;
}

.product_wrap .range .left .menu .menu3>li>a:hover {
	text-decoration: underline !important;
}

.product_wrap .range .left .menu .menu3 .active>a {
	text-decoration: underline !important;
}

.product_wrap .range .right {
	width: 76.595%;
	padding-left: 30px;
}

@media (max-width: 1199px) {
	.product_wrap .range .right {
		float: none;
		width: 100%;
		padding: 0;
	}
}

.product_wrap .range .right .m_location {
	display: none;
	margin-bottom: 10px;
	padding: 15px 0;
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
}

@media (max-width: 1199px) {
	.product_wrap .range .right .m_location {
		display: block;
	}
}

.product_wrap .range .right .m_location ul {
	margin: 0 -6px;
}

.product_wrap .range .right .m_location ul li {
	display: inline-block;
	padding: 0 6px;
}

.product_wrap .range .right .m_location ul li a {
	font-size: 15px;
	line-height: 2;
	display: block;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #666;
}

.product_wrap .range .right .m_location ul .active a {
	color: #f89433;
}

.product_wrap .range .right .tit {
	padding: 0 30px;
	background-color: #f89433;
}

@media (max-width: 1199px) {
	.product_wrap .range .right .tit {
		margin-top: 30px;
		padding: 0 20px;
	}
}

@media (max-width: 991px) {
	.product_wrap .range .right .tit {
		margin-top: 20px;
	}
}

.product_wrap .range .right .tit p {
	font-size: 20px;
	line-height: 3.5;
	color: #fff;
}

@media (max-width: 1199px) {
	.product_wrap .range .right .tit p {
		font-size: 18px;
		line-height: 60px;
	}
}

@media (max-width: 991px) {
	.product_wrap .range .right .tit p {
		line-height: 50px;
	}
}

.product_wrap .range .right .prod_lists {
	margin-top: 40px;
}

@media (max-width: 1199px) {
	.product_wrap .range .right .prod_lists {
		margin-top: 30px;
	}
}

.product_wrap .range .right .prod_lists .item {
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.product_wrap .range .right .prod_lists .item {
		margin-bottom: 30px;
	}
}

.product_wrap .range .right .prod_lists .item:hover .pic {
	box-shadow: 0 5px 30px 0 rgba(247, 149, 52, .38);
}

.product_wrap .range .right .prod_lists .item:hover .pic .cover_bg {
	opacity: 1;
}

.product_wrap .range .right .prod_lists .item:hover .pic .btn_box {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.product_wrap .range .right .prod_lists .item .pic {
	position: relative;
	display: block;
	-webkit-transition: all .35s;
	transition: all .35s;
}

.product_wrap .range .right .prod_lists .item .pic .img-box {
	padding-bottom: 100%;
}

.product_wrap .range .right .prod_lists .item .pic .cover_bg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .35s;
	transition: all .35s;
	opacity: 0;
	background-color: rgba(0, 0, 0, .3);
}

.product_wrap .range .right .prod_lists .item .pic .btn_box {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	-webkit-transition: all .35s;
	transition: all .35s;
	-webkit-transform: translateY(-150%);
	-ms-transform: translateY(-150%);
	transform: translateY(-150%);
	text-align: center;
}

.product_wrap .range .right .prod_lists .item .pic .btn_box .more_btn {
	display: inline-block;
	width: 50px;
	height: 50px;
	-webkit-transition: all .35s;
	transition: all .35s;
	vertical-align: middle;
	border: solid 1px #fff;
	border-radius: 50%;
}

.product_wrap .range .right .prod_lists .item .pic .btn_box .more_btn:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	line-height: 50px;
	display: block;
	content: '\e62c';
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.product_wrap .range .right .prod_lists .item .pic .btn_box .more_btn:hover {
	border: 1px solid #f89433;
	background-color: #f89433;
}

.product_wrap .range .right .prod_lists .item .pic .btn_box .add_btn {
	margin-left: 20px;
}

.product_wrap .range .right .prod_lists .item .pic .btn_box .add_btn:before {
	font-size: 22px;
	content: '\e603';
}

.product_wrap .range .right .prod_lists .item .info {
	margin-top: 25px;
}

@media (max-width: 1199px) {
	.product_wrap .range .right .prod_lists .item .info {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.product_wrap .range .right .prod_lists .item .info {
		margin-top: 15px;
	}
}

.product_wrap .range .right .prod_lists .item .info a {
	font-size: 20px;
	line-height: 1.2;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #27221e;
	text-align: center;
}

@media (max-width: 1199px) {
	.product_wrap .range .right .prod_lists .item .info a {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	.product_wrap .range .right .prod_lists .item .info a {
		font-size: 18px;
	}
}

.product_wrap .range .right .prod_lists .item .info p {
	font-size: 14px;
	line-height: 2.14285714;
	display: -webkit-box;
	overflow: hidden;
	height: 60px;
	margin-top: 10px;
	color: #807e7c;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media (max-width: 767px) {
	.product_wrap .range .right .prod_lists .item .info p {
		line-height: 1.85714286;
		height: 52px;
	}
}

.product_wrap .range .page {
	margin-top: 40px;
}

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

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

.product_details {
	margin-top: 40px;
}

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

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

.product_details .product_box .album {
	margin-top: 10px;
}

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

.product_details .product_box .album .slick-list .slick-slide {
	padding: 0 5px;
}

.product_details .product_box .album .slick-list .slick-slide .pic {
	border: 1px solid transparent;
}

.product_details .product_box .album .slick-list .slick-current .pic {
	border: 1px solid #f89433;
}

.product_details .product_box .album .video {
	position: relative;
}

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

.product_details .product_box .album .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, .27);
}

.product_details .product_box .album .video .img-box {
	z-index: 0;
	padding-bottom: 100%;
	background-color: #000;
}

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

.product_details .product_box .album .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 .album .video .video-box1 .play {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	display: block;
	width: 40px;
	height: 40px;
	margin: auto;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	border-radius: 50%;
	background-color: #fcf8f0;
}

@media (max-width: 1469px) {
	.product_details .product_box .album .video .video-box1 .play {
		line-height: 35px;
		width: 35px;
		height: 35px;
	}
}

.product_details .product_box .album .video .video-box1 .play:before {
	font-family: 'iconfont' !important;
	font-size: 14px;
	font-style: normal;
	line-height: 40px;
	display: block;
	content: '\e62e';
	color: #f89433;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1469px) {
	.product_details .product_box .album .video .video-box1 .play:before {
		font-size: 12px;
		line-height: 35px;
	}
}

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

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

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

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

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

.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, .27);
}

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

.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;
	width: 60px;
	height: 60px;
	margin: auto;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	border-radius: 50%;
	background-color: #fcf8f0;
}

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

.product_details .product_box .rig {
	width: 45.713%;
	padding-left: 50px;
}

@media (max-width: 1469px) {
	.product_details .product_box .rig {
		padding-left: 30px;
	}
}

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

.product_details .product_box .rig .prod_info h1 {
	font-family: 'Verdana-Bold';
	font-size: 36px;
	font-weight: normal;
	line-height: 1.2;
	display: block;
	color: #27221e;
}

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

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

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

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

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

.product_details .product_box .rig .prod_info .pro_msg p {
	font-size: 14px;
	line-height: 1.71428571;
	color: #807e7c;
}

.product_details .product_box .rig .prod_info .pro_note {
	margin-top: 30px;
	padding: 30px 0;
	border-top: 1px solid #cfc5ba;
	border-bottom: 1px solid #cfc5ba;
}

@media (max-width: 1469px) {
	.product_details .product_box .rig .prod_info .pro_note {
		margin-top: 20px;
		padding: 20px 0;
	}
}

.product_details .product_box .rig .prod_info .pro_note b {
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
	display: block;
	margin-bottom: 15px;
	color: #27221e;
}

@media (max-width: 767px) {
	.product_details .product_box .rig .prod_info .pro_note b {
		font-size: 18px;
	}
}

.product_details .product_box .rig .prod_info .pro_note p {
	font-size: 14px;
	line-height: 1.71428571;
	color: #807e7c;
}

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

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

@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 #inquiry_btn {
	font-size: 16px;
	line-height: 3.4375;
	display: block;
	float: left;
	width: 220px;
	cursor: pointer;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	background-color: #f89433;
}

@media (max-width: 1469px) {
	.product_details .product_box .rig .prod_info .prod_btn #inquiry_btn {
		line-height: 3.125;
		float: none;
		width: 200px;
	}
}


/*.product_details .product_box .rig .prod_info .prod_btn #inquiry_btn:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-right: 10px;
	content: '\e7f1';
	vertical-align: text-bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}*/

.product_details .product_box .rig .prod_info .prod_btn #inquiry_btn:hover {
	text-decoration: underline !important;
}

.product_details .product_box .rig .prod_info .prod_btn .add_btn {
	font-size: 14px;
	line-height: 3.92857143;
	display: block;
	float: right;
	cursor: pointer;
	color: #3d3d3d;
}

@media (max-width: 1469px) {
	.product_details .product_box .rig .prod_info .prod_btn .add_btn {
		line-height: 1;
		float: none;
		margin-top: 20px;
		margin-left: 0;
	}
}

.product_details .product_box .rig .prod_info .prod_btn .add_btn:hover {
	text-decoration: underline !important;
}

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

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

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

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

.product_details .msg_box {
	margin-top: 30px;
	padding: 10px 30px;
	background-color: #fcf8f0;
}

@media (max-width: 991px) {
	.product_details .msg_box {
		padding: 10px 20px;
	}
}

@media (max-width: 680px) {
	.product_details .msg_box {
		padding: 10px;
	}
}

.product_details .msg_box .share_box {
	position: relative;
	margin-top: 6px;
}

@media (max-width: 680px) {
	.product_details .msg_box .share_box {
		float: none;
	}
}

.product_details .msg_box .share_box span {
	font-size: 16px;
	line-height: 1;
	display: inline-block;
	color: #000;
}

.product_details .msg_box .share_box .share_tool {
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}

@media (max-width: 680px) {
	.product_details .msg_box .pro_page {
		float: none;
		margin-top: 10px;
	}
}

.product_details .msg_box .pro_page a {
	font-size: 16px;
	line-height: 2.5;
	display: inline-block;
	color: #807e7c;
}

@media (max-width: 680px) {
	.product_details .msg_box .pro_page a {
		font-size: 15px;
		line-height: 2;
		float: left;
	}
}

.product_details .msg_box .pro_page a:hover {
	color: #f89433;
}

.product_details .msg_box .pro_page a:hover:before {
	border: 1px solid #f89433;
}

.product_details .msg_box .pro_page a:hover:after {
	border: 1px solid #f89433;
}

.product_details .msg_box .pro_page a:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	line-height: 38px;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	content: '\e6ca';
	text-align: center;
	vertical-align: middle;
	border: solid 1px #cfc5ba;
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 680px) {
	.product_details .msg_box .pro_page a:before {
		line-height: 28px;
		width: 30px;
		height: 30px;
	}
}

.product_details .msg_box .pro_page .next {
	margin-left: 40px;
}

@media (max-width: 680px) {
	.product_details .msg_box .pro_page .next {
		float: right;
		margin-left: 0;
	}
}

.product_details .msg_box .pro_page .next:before {
	display: none;
}

.product_details .msg_box .pro_page .next:after {
	font-family: 'iconfont' !important;
	font-style: normal;
	line-height: 38px;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-left: 10px;
	content: '\e6cc';
	text-align: center;
	vertical-align: middle;
	border: solid 1px #cfc5ba;
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 680px) {
	.product_details .msg_box .pro_page .next:after {
		line-height: 28px;
		width: 30px;
		height: 30px;
	}
}

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

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

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

.product_details .info_title b {
	font-size: 36px;
	font-weight: normal;
	line-height: 1.2;
	position: relative;
	display: block;
	padding-left: 55px;
	color: #27221e;
}

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

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

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

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

.product_details .info_title b:before {
	position: absolute;
	bottom: 3px;
	left: 0;
	display: block;
	width: 45px;
	height: 26px;
	content: '';
	background-color: #f89433;
}

@media (max-width: 767px) {
	.product_details .info_title b:before {
		width: 28px;
		height: 16px;
	}
}

.product_details .product_info .text {
	margin-top: 20px;
}

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

.product_details .product_info .text p {
	font-size: 16px;
	line-height: 1.875;
	color: #666;
}

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

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

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

.product_details .inquire_box .inquire_form p {
	font-size: 16px;
	line-height: 1.5;
	margin: 20px 0 25px 0;
	color: #807e7c;
}

@media (max-width: 767px) {
	.product_details .inquire_box .inquire_form p {
		font-size: 15px;
	}
}

@media (max-width: 480px) {
	.product_details .inquire_box .inquire_form p {
		font-size: 14px;
		margin: 10px 0 15px 0;
	}
}

.product_details .inquire_box .inquire_form .form_ipt ul {
	margin: 0 -9px;
}

.product_details .inquire_box .inquire_form .form_ipt ul li {
	margin-bottom: 18px;
	padding: 0 9px;
}

@media (max-width: 767px) {
	.product_details .inquire_box .inquire_form .form_ipt ul li {
		margin-bottom: 10px;
	}
}

.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 input,
.product_details .inquire_box .inquire_form .form_ipt ul li textarea {
	font-size: 14px;
	line-height: 44px;
	display: block;
	width: 100%;
	height: 44px;
	padding: 0 20px;
	color: #000;
	border: none;
	background-color: #ede1d1;
}

.product_details .inquire_box .inquire_form .form_ipt ul li textarea {
	line-height: 28px;
	min-height: 190px;
	padding: 10px 20px;
}

@media (max-width: 480px) {
	.product_details .inquire_box .inquire_form .form_ipt ul li textarea {
		min-height: 150px;
	}
}

.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: #807e7c;
}

.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: #807e7c;
}

.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: #807e7c;
}

.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: #807e7c;
}

.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: #aaa;
}

.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: #aaa;
}

.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: #aaa;
}

.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: #aaa;
}

.product_details .inquire_box .inquire_form .form_ipt ul li button {
	font-size: 16px;
	line-height: 3.4375;
	display: block;
	width: 220px;
	margin-top: 10px;
	padding-left: 20px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #fff;
	background-color: #f89433;
}

@media (max-width: 991px) {
	.product_details .inquire_box .inquire_form .form_ipt ul li button {
		font-size: 15px;
		line-height: 3;
		width: 180px;
	}
}

.product_details .inquire_box .inquire_form .form_ipt ul li button:after {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	content: '\e65d';
	-webkit-transition: all .35s;
	transition: all .35s;
	-webkit-transform: translateX(-150%);
	-ms-transform: translateX(-150%);
	transform: translateX(-150%);
	vertical-align: text-bottom;
	opacity: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.product_details .inquire_box .inquire_form .form_ipt ul li button:hover {
	padding-left: 0;
	box-shadow: 0 0 15px rgba(247, 149, 52, .6);
}

.product_details .inquire_box .inquire_form .form_ipt ul li button:hover:after {
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	opacity: 1;
}

.product_details .related_box .list {
	margin-top: 30px;
}

@media (max-width: 480px) {
	.product_details .related_box .list {
		margin-top: 20px;
	}
}

.product_details .related_box .list ul li:last-child .item {
	margin: 0;
}

@media (max-width: 767px) {
	.product_details .related_box .list .item {
		margin-bottom: 30px;
	}
}

.product_details .related_box .list .item:hover .pic {
	box-shadow: 0 5px 30px 0 rgba(247, 149, 52, .38);
}

.product_details .related_box .list .item:hover .pic .cover_bg {
	opacity: 1;
}

.product_details .related_box .list .item:hover .pic .btn_box {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.product_details .related_box .list .item .pic {
	position: relative;
	display: block;
	-webkit-transition: all .35s;
	transition: all .35s;
}

.product_details .related_box .list .item .pic .img-box {
	padding-bottom: 100%;
}

.product_details .related_box .list .item .pic .cover_bg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .35s;
	transition: all .35s;
	opacity: 0;
	background-color: rgba(0, 0, 0, .3);
}

.product_details .related_box .list .item .pic .btn_box {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	-webkit-transition: all .35s;
	transition: all .35s;
	-webkit-transform: translateY(-150%);
	-ms-transform: translateY(-150%);
	transform: translateY(-150%);
	text-align: center;
}

.product_details .related_box .list .item .pic .btn_box a {
	display: inline-block;
	width: 50px;
	height: 50px;
	-webkit-transition: all .35s;
	transition: all .35s;
	vertical-align: middle;
	border: solid 1px #fff;
	border-radius: 50%;
}

.product_details .related_box .list .item .pic .btn_box a:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	line-height: 50px;
	display: block;
	content: '\e62c';
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.product_details .related_box .list .item .pic .btn_box a:hover {
	border: 1px solid #f89433;
	background-color: #f89433;
}

.product_details .related_box .list .item .pic .btn_box .add_btn {
	margin-left: 20px;
}

.product_details .related_box .list .item .pic .btn_box .add_btn:before {
	font-size: 22px;
	content: '\e603';
}

.product_details .related_box .list .item .info {
	margin-top: 25px;
}

@media (max-width: 1199px) {
	.product_details .related_box .list .item .info {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.product_details .related_box .list .item .info {
		margin-top: 15px;
	}
}

.product_details .related_box .list .item .info a {
	font-size: 24px;
	line-height: 1.2;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #27221e;
}

@media (max-width: 1199px) {
	.product_details .related_box .list .item .info a {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	.product_details .related_box .list .item .info a {
		font-size: 18px;
	}
}

.product_details .related_box .list .item .info p {
	font-size: 14px;
	line-height: 2.14285714;
	display: -webkit-box;
	overflow: hidden;
	height: 60px;
	margin-top: 10px;
	color: #807e7c;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media (max-width: 767px) {
	.product_details .related_box .list .item .info p {
		line-height: 1.85714286;
		height: 52px;
	}
}

.inquire_vehicle .page_tit p {
	position: relative;
	padding-left: 58px;
}

@media (max-width: 767px) {
	.inquire_vehicle .page_tit p {
		padding-left: 45px;
	}
}

.inquire_vehicle .page_tit p:before {
	left: 18px;
}

.inquire_vehicle .page_tit p span {
	font-size: 18px;
	font-weight: bold;
	line-height: 37px;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 37px;
	height: 37px;
	margin-right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background-color: #f79534;
}

@media (max-width: 767px) {
	.inquire_vehicle .page_tit p span {
		font-size: 15px;
		line-height: 30px;
		width: 30px;
		height: 30px;
	}
}

.inquire_vehicle .vehicle_box {
	position: relative;
	z-index: 2;
}

.inquire_vehicle .vehicle_box .lists_title {
	margin-top: 30px;
	background-color: #f89433;
}

.inquire_vehicle .vehicle_box .lists_title ul {
	position: relative;
	z-index: 2;
	overflow-x: auto;
	width: 100%;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.inquire_vehicle .vehicle_box .lists_title ul li {
	float: left;
}

@media (max-width: 767px) {
	.inquire_vehicle .vehicle_box .lists_title ul li {
		display: inline-block;
		float: none;
	}
}

.inquire_vehicle .vehicle_box .lists_title ul li:first-child {
	width: 20%;
	padding: 0 30px;
}

@media (max-width: 480px) {
	.inquire_vehicle .vehicle_box .lists_title ul li:first-child {
		padding: 0 20px;
	}
}

.inquire_vehicle .vehicle_box .lists_title ul li:nth-child(2) {
	width: 60%;
}

@media (max-width: 991px) {
	.inquire_vehicle .vehicle_box .lists_title ul li:nth-child(2) {
		padding-left: 30px;
	}
}

@media (max-width: 767px) {
	.inquire_vehicle .vehicle_box .lists_title ul li:nth-child(2) {
		width: 80%;
		padding-left: 60px;
	}
}

.inquire_vehicle .vehicle_box .lists_title ul li:nth-child(3) {
	width: 20%;
	text-align: center;
}

@media (max-width: 767px) {
	.inquire_vehicle .vehicle_box .lists_title ul li:nth-child(3) {
		width: 30%;
	}
}

.inquire_vehicle .vehicle_box .lists_title ul li p {
	font-family: 'Verdana-Bold';
	font-size: 16px;
	line-height: 3.75;
	color: #fff;
}

.inquire_vehicle .vehicle_box .list li {
	position: relative;
	z-index: 2;
	overflow-x: auto;
	padding: 25px 0;
	white-space: nowrap;
	border-top: none;
	border-bottom: 1px solid #ede1d1;
	-webkit-overflow-scrolling: touch;
}

.inquire_vehicle .vehicle_box .list .num {
	line-height: 90px;
	width: 20%;
	padding: 0 30px;
}

@media (max-width: 991px) {
	.inquire_vehicle .vehicle_box .list .num {
		line-height: 100px;
		display: inline-block;
		float: none;
		width: 25%;
		padding: 0 20px;
		vertical-align: middle;
	}
}

@media (max-width: 600px) {
	.inquire_vehicle .vehicle_box .list .num {
		width: 40%;
	}
}

@media (max-width: 480px) {
	.inquire_vehicle .vehicle_box .list .num {
		width: 60%;
	}
}

.inquire_vehicle .vehicle_box .list .num a {
	display: inline-block;
	width: 37px;
	height: 32px;
	cursor: pointer;
	vertical-align: middle;
	border: solid 1px #d2d2d2;
}

.inquire_vehicle .vehicle_box .list .num a:before {
	font-family: 'iconfont' !important;
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	display: block;
	content: '\e624';
	text-align: center;
	color: #000;
}

.inquire_vehicle .vehicle_box .list .num .add_num {
	margin-right: 0;
}

.inquire_vehicle .vehicle_box .list .num .add_num:before {
	content: '\e62c';
}

.inquire_vehicle .vehicle_box .list .num input {
	font-size: 16px;
	line-height: 32px;
	display: inline-block;
	width: 60px;
	padding: 0 5px;
	text-align: center;
	vertical-align: middle;
	color: #000;
	background-color: transparent;
}

.inquire_vehicle .vehicle_box .list .info {
	width: 60%;
}

@media (max-width: 991px) {
	.inquire_vehicle .vehicle_box .list .info {
		display: inline-block;
		float: none;
		width: 50%;
		vertical-align: middle;
	}
}

@media (max-width: 767px) {
	.inquire_vehicle .vehicle_box .list .info {
		width: 60%;
	}
}

@media (max-width: 480px) {
	.inquire_vehicle .vehicle_box .list .info {
		width: 60%;
	}
}

.inquire_vehicle .vehicle_box .list .info .pic {
	display: inline-block;
	width: 90px;
	vertical-align: middle;
}

@media (max-width: 1199px) {
	.inquire_vehicle .vehicle_box .list .info .pic {
		width: 30%;
	}
}

@media (max-width: 991px) {
	.inquire_vehicle .vehicle_box .list .info .pic {
		width: 40%;
	}
}

@media (max-width: 767px) {
	.inquire_vehicle .vehicle_box .list .info .pic {
		width: 120px;
	}
}

@media (max-width: 600px) {
	.inquire_vehicle .vehicle_box .list .info .pic {
		display: block;
		width: 50%;
	}
}

.inquire_vehicle .vehicle_box .list .info .pic .img-box {
	padding-bottom: 100%;
}

.inquire_vehicle .vehicle_box .list .info p {
	font-size: 14px;
	display: inline-block;
	overflow: hidden;
	width: 85%;
	padding: 0 20px;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
}

@media (max-width: 1469px) {
	.inquire_vehicle .vehicle_box .list .info p {
		width: 80%;
	}
}

@media (max-width: 991px) {
	.inquire_vehicle .vehicle_box .list .info p {
		width: 65%;
	}
}

@media (max-width: 600px) {
	.inquire_vehicle .vehicle_box .list .info p {
		display: block;
		width: 100%;
		margin-top: 10px;
		padding: 0;
	}
}

.inquire_vehicle .vehicle_box .list .del {
	line-height: 90px;
	float: left;
	width: 20%;
}

@media (max-width: 991px) {
	.inquire_vehicle .vehicle_box .list .del {
		line-height: 100px;
		display: inline-block;
		float: none;
		padding-top: 0;
		vertical-align: middle;
	}
}

@media (max-width: 600px) {
	.inquire_vehicle .vehicle_box .list .del {
		width: 30%;
	}
}

.inquire_vehicle .vehicle_box .list .del a:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	display: block;
	content: '\e604';
	cursor: pointer;
	text-align: center;
	color: #666;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.inquire_vehicle .product_details {
	margin-top: 70px;
}

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

.inquire_vehicle .product_details .inquire_form {
	position: relative;
	z-index: 2;
}

.inquire_vehicle .product_details .inquire_form p {
	text-align: center;
}

.inquire_vehicle .product_details .inquire_form .form_ipt ul li input,
.inquire_vehicle .product_details .inquire_form .form_ipt ul li textarea {
	background-color: #fcf8f0;
}

.inquire_vehicle .product_details .inquire_form button {
	margin: auto;
}

.news_wrap {
	overflow: hidden;
}

.news_wrap .txt {
	margin-top: 10px;
	text-align: center;
}

.news_wrap .txt p {
	font-size: 16px;
	line-height: 2.25;
	color: #75716c;
}

@media (max-width: 991px) {
	.news_wrap .txt p {
		font-size: 15px;
		line-height: 2;
	}
}

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

.news_wrap .list {
	margin-top: 50px;
}

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

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

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

.news_wrap .item {
	position: relative;
	margin-bottom: 30px;
	background-color: #fcf8f0;
}

.news_wrap .item:hover .info .tit {
	color: #f89433;
}

.news_wrap .item .pic {
	position: relative;
	display: block;
	width: 31.915%;
}

@media (max-width: 1199px) {
	.news_wrap .item .pic {
		width: 40%;
	}
}

@media (max-width: 991px) {
	.news_wrap .item .pic {
		width: 45%;
	}
}

@media (max-width: 767px) {
	.news_wrap .item .pic {
		float: none;
		width: 100%;
	}
}

.news_wrap .item .pic .img-box {
	padding-bottom: 100%;
}

.news_wrap .item .info {
	width: 68.085%;
	padding: 50px 50px 0 50px;
}

@media (max-width: 1469px) {
	.news_wrap .item .info {
		padding: 40px 40px 0 40px;
	}
}

@media (max-width: 1199px) {
	.news_wrap .item .info {
		width: 60%;
	}
}

@media (max-width: 991px) {
	.news_wrap .item .info {
		width: 55%;
		padding: 20px;
	}
}

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

.news_wrap .item .info span {
	font-size: 14px;
	line-height: 2.71428571;
	display: block;
	width: 164px;
	text-align: center;
	color: #fff;
	background-color: #f79534;
}

.news_wrap .item .info .tit {
	font-size: 24px;
	line-height: 1.3;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	height: 62px;
	margin-top: 30px;
	padding-right: 100px;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #27221e;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media (max-width: 1199px) {
	.news_wrap .item .info .tit {
		font-size: 22px;
		height: 56px;
		padding-right: 0;
	}
}

@media (max-width: 991px) {
	.news_wrap .item .info .tit {
		font-size: 20px;
		height: 52px;
	}
}

@media (max-width: 767px) {
	.news_wrap .item .info .tit {
		font-size: 18px;
		height: 46px;
		margin-top: 20px;
	}
}

.news_wrap .item .info p {
	font-size: 14px;
	line-height: 2.14285714;
	display: -webkit-box;
	overflow: hidden;
	height: 90px;
	margin-top: 15px;
	color: #75716c;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.news_wrap .item .info .more {
	font-size: 14px;
	line-height: 2.85714286;
	display: block;
	margin-top: 70px;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #232323;
}

@media (max-width: 1469px) {
	.news_wrap .item .info .more {
		margin-top: 30px;
	}
}

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

.news_wrap .item .info .more:after {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-style: normal;
	line-height: 40px;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-left: 10px;
	content: '\e65d';
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	vertical-align: top;
	color: #75716c;
	border: solid 1px #dbd4ca;
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.news_wrap .item .info .more:hover {
	text-decoration: underline !important;
	color: #f89433;
}

.news_wrap .item .info .more:hover:after {
	color: #fff;
	border: 1px solid #f89433;
	background-color: #f89433;
}

.news_wrap .page {
	padding-top: 30px;
}

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

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

.news_wrap .page_pad {
	padding-top: 70px;
}

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

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

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

.news_details .news_box {
	margin-top: 40px;
	padding: 45px 0;
	background-color: #ede5da;
}

@media (max-width: 1199px) {
	.news_details .news_box {
		margin-top: 30px;
		padding: 30px 0;
	}
}

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

.news_details .news_box h1 {
	font-family: 'Verdana-Bold';
	font-size: 36px;
	line-height: 1.2;
	display: block;
	margin: 0;
	color: #27221e;
}

@media (max-width: 1469px) {
	.news_details .news_box h1 {
		font-size: 30px;
	}
}

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

@media (max-width: 991px) {
	.news_details .news_box h1 {
		font-size: 20px;
		line-height: 1.4;
	}
}

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

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

.news_details .news_box span {
	font-size: 20px;
	line-height: 1;
	display: block;
	margin-top: 10px;
	color: #f79534;
}

@media (max-width: 1199px) {
	.news_details .news_box span {
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	.news_details .news_box span {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.news_details .news_box span {
		font-size: 15px;
	}
}

.news_details .news_box span:before {
	font-family: 'iconfont' !important;
	font-size: 26px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-right: 10px;
	content: '\e68b';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
	.news_details .news_box span:before {
		font-size: 24px;
	}
}

@media (max-width: 991px) {
	.news_details .news_box span:before {
		font-size: 22px;
		margin-right: 5px;
	}
}

.news_details .news_info {
	padding: 40px 0 70px;
}

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

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

.news_details .news_info p {
	font-size: 14px;
	line-height: 2.14285714;
	color: #75716c;
}

@media (max-width: 767px) {
	.news_details .news_info p {
		line-height: 2;
	}
}

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

.news_details .news_page {
	padding: 50px 0;
	background-color: #fcf8f0;
}

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

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

.news_details .news_page .item {
	margin-bottom: 0;
}

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

@media (max-width: 480px) {
	.news_details .news_page .item a {
		font-size: 15px;
		padding-left: 45px;
	}
}

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

.news_details .news_page .item a span {
	color: #27221e;
}

@media (max-width: 480px) {
	.news_details .news_page .item a span {
		display: block;
	}
}

.news_details .news_page .item a:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-style: normal;
	line-height: 38px;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	content: '\e65d';
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	text-align: center;
	color: #75716c;
	border: solid 1px #dbd4ca;
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 480px) {
	.news_details .news_page .item a:before {
		position: absolute;
		top: 2px;
		left: 0;
		display: block;
	}
}

.news_details .news_page .next {
	margin-top: 20px;
}

.news_details .news_page .next a:before {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}