@charset 'utf-8';
.txt-over1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

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

.banner_top {
	padding-top: 190px;
}

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

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

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

.banner .slickbanner .item a {
	display: block;
}

.banner .slickbanner .item a img {
	display: block;
	width: 100%;
	height: auto !important;
}

.banner .slickbanner .slick-dots {
	position: absolute;
	top: 20%;
	right: 37px;
	display: block;
	text-align: center;
}

@media (max-width: 1199px) {
	.banner .slickbanner .slick-dots {
		right: 30px;
	}
}

@media (max-width: 767px) {
	.banner .slickbanner .slick-dots {
		right: 20px;
	}
}

@media (max-width: 575px) {
	.banner .slickbanner .slick-dots {
		right: 10px;
	}
}

.banner .slickbanner .slick-dots li {
	position: relative;
	display: block;
	padding: 22px 0;
	cursor: pointer;
	-webkit-transition: all .35s;
	transition: all .35s;
}

@media (max-width: 1399px) {
	.banner .slickbanner .slick-dots li {
		padding: 18px 0;
	}
}

@media (max-width: 1199px) {
	.banner .slickbanner .slick-dots li {
		padding: 15px 0;
	}
}

@media (max-width: 767px) {
	.banner .slickbanner .slick-dots li {
		padding: 10px 0;
	}
}

@media (max-width: 575px) {
	.banner .slickbanner .slick-dots li {
		padding: 6px 0;
	}
}

.banner .slickbanner .slick-dots li button {
	font-family: 'Marcellus';
	font-size: 15px;
	line-height: 1;
	display: block;
	padding: 0;
	color: #433e40;
	background: transparent;
}

@media (max-width: 1199px) {
	.banner .slickbanner .slick-dots li button {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.banner .slickbanner .slick-dots li button {
		font-size: 13px;
	}
}

@media (max-width: 575px) {
	.banner .slickbanner .slick-dots li button {
		font-size: 12px;
	}
}

.banner .slickbanner .slick-dots li button:before {
	content: '0';
}

.banner .slickbanner .slick-dots .slick-active button {
	text-decoration: underline !important;
	color: #fbacdf;
}

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

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

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

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

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

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

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

.pagebanner .item img {
	display: block;
	width: 100%;
	height: auto !important;
}


/*title*/

.title h2 {
	font-family: 'Marcellus';
	font-size: 46px;
	line-height: 1.2;
	display: block;
	margin: 0;
	text-transform: capitalize;
	color: #433e40;
}

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

@media (max-width: 1399px) {
	.title h2 {
		font-size: 42px;
	}
}

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

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

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

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

.page_title b {
	font-size: 30px;
	font-weight: normal;
	line-height: 1.2;
	display: block;
	text-transform: capitalize;
	color: #222;
}

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

@media (max-width: 1399px) {
	.page_title b {
		font-size: 26px;
	}
}

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

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

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

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

.padt {
	padding-top: 100px;
}

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

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

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

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

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

.padd {
	padding: 100px 0;
}

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

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

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

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

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

.page_padt {
	padding-top: 100px;
}

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

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

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

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

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

.page_padd {
	padding: 80px 0 100px;
}

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

@media (max-width: 1399px) {
	.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;
	}
}

.wrapper {
	overflow: hidden;
}

@keyframes iconplay {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: .26;
	}
	100% {
		-webkit-transform: translate(-50%, -50%) scale(1.3);
		transform: translate(-50%, -50%) scale(1.3);
		opacity: .1;
	}
}

@-webkit-keyframes iconplay {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: .26;
	}
	100% {
		-webkit-transform: translate(-50%, -50%) scale(1.3);
		transform: translate(-50%, -50%) scale(1.3);
		opacity: .1;
	}
}

@keyframes iconplay1 {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: .26;
	}
	100% {
		-webkit-transform: translate(-50%, -50%) scale(1.15);
		transform: translate(-50%, -50%) scale(1.15);
		opacity: .1;
	}
}

@-webkit-keyframes iconplay1 {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: .26;
	}
	100% {
		-webkit-transform: translate(-50%, -50%) scale(1.15);
		transform: translate(-50%, -50%) scale(1.15);
		opacity: .1;
	}
}

.index_group {
	background: url(../imgs/index_bg1.jpg) no-repeat center;
	background-size: cover;
}

.index_category {
	padding: 100px 0 160px;
}

@media (max-width: 1469px) {
	.index_category {
		padding: 80px 0 120px;
	}
}

@media (max-width: 1399px) {
	.index_category {
		padding: 70px 0 100px;
	}
}

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

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

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

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

.index_category .container {
	max-width: 1830px;
	margin: auto;
}

.index_category .title {
	text-align: center;
}

.index_category .title p {
	font-size: 15px;
	line-height: 1.73333333;
	max-width: 690px;
	margin: auto;
	margin-top: 16px;
	text-align: center;
	text-transform: capitalize;
	color: #433e40;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 991px) {
	.index_category .list ul li {
		width: 25%;
		padding: 0 5px;
	}
}

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

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

.index_category .list .item {
	position: relative;
	display: block;
	overflow: hidden;
	margin-top: 20px;
	padding: 4px 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	border: 1px solid #fbacdf;
	border-radius: 10px;
	background-color: #fff;
}

@media (max-width: 1199px) {
	.index_category .list .item {
		margin-top: 10px;
	}
}

.index_category .list .item:hover {
	border: 1px solid #ffd4ef;
	background-color: #ffd4ef;
}

.index_category .list .item:hover .pic_box .pic {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.index_category .list .item:hover .pic_box .pic_cover {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.index_category .list .item .pic_box {
	position: relative;
	overflow: hidden;
	width: 70px;
	margin-left: 5px;
}

@media (max-width: 575px) {
	.index_category .list .item .pic_box {
		width: 60px;
	}
}

@media (max-width: 380px) {
	.index_category .list .item .pic_box {
		width: 50px;
	}
}

.index_category .list .item .pic_box .pic {
	padding: 8px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

@media (max-width: 380px) {
	.index_category .list .item .pic_box .pic {
		padding: 5px;
	}
}

.index_category .list .item .pic_box .pic_cover {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	padding: 8px;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

@media (max-width: 380px) {
	.index_category .list .item .pic_box .pic_cover {
		padding: 5px;
	}
}

.index_category .list .item p {
	font-family: 'Marcellus';
	font-size: 20px;
	line-height: 1.4;
	position: absolute;
	top: 50%;
	left: 120px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #222;
}

@media (max-width: 1560px) {
	.index_category .list .item p {
		left: 110px;
	}
}

@media (max-width: 1469px) {
	.index_category .list .item p {
		font-size: 18px;
		left: 100px;
	}
}

@media (max-width: 1340px) {
	.index_category .list .item p {
		font-size: 16px;
		left: 100px;
	}
}

@media (max-width: 767px) {
	.index_category .list .item p {
		font-size: 15px;
		left: 90px;
	}
}

@media (max-width: 380px) {
	.index_category .list .item p {
		font-size: 14px;
		left: 80px;
	}
}

@media (max-width: 350px) {
	.index_category .list .item p {
		font-size: 13px;
		left: 70px;
	}
}

.index_category .list .item p:before {
	position: absolute;
	top: 50%;
	left: -30px;
	display: block;
	width: 1px;
	height: 13px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #433e40;
}

@media (max-width: 1469px) {
	.index_category .list .item p:before {
		left: -20px;
	}
}

@media (max-width: 350px) {
	.index_category .list .item p:before {
		left: -10px;
	}
}

.index_hello {
	max-width: 1920px;
	margin: auto;
	padding: 100px 0 130px;
}

@media (max-width: 1469px) {
	.index_hello {
		padding: 100px 0;
	}
}

@media (max-width: 1399px) {
	.index_hello {
		padding: 80px 0;
	}
}

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

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

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

.index_hello .title {
	text-align: center;
}

.index_hello .slick_hello {
	font-size: 0;
	margin-top: 70px;
}

@media (max-width: 1650px) {
	.index_hello .slick_hello {
		margin-top: 60px;
	}
}

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

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

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

.index_hello .slick_hello .slick-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 18%;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}

@media (max-width: 1469px) {
	.index_hello .slick_hello .slick-arrow {
		left: 14%;
	}
}

@media (max-width: 991px) {
	.index_hello .slick_hello .slick-arrow {
		left: 15px;
	}
}

.index_hello .slick_hello .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 38px;
	font-style: normal;
	line-height: 46px;
	display: block;
	width: 46px;
	height: 46px;
	content: '\e728';
	-webkit-transition: all .35s;
	transition: all .35s;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	text-align: center;
	opacity: .4;
	color: #fff;
	border-radius: 50%;
	background-color: #ffd4ef;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.index_hello .slick_hello .slick-arrow:before {
		font-size: 34px;
		line-height: 40px;
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 991px) {
	.index_hello .slick_hello .slick-arrow:before {
		font-size: 26px;
		line-height: 36px;
		width: 36px;
		height: 36px;
	}
}

.index_hello .slick_hello .slick-arrow:hover:before {
	opacity: 1;
}

.index_hello .slick_hello .slick-next {
	right: 18%;
	left: auto;
}

@media (max-width: 1469px) {
	.index_hello .slick_hello .slick-next {
		right: 14%;
	}
}

@media (max-width: 991px) {
	.index_hello .slick_hello .slick-next {
		right: 15px;
	}
}

.index_hello .slick_hello .slick-next:before {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.index_hello .slick_hello .slick-list {
	margin: 0;
	padding: 0 470px;
}

@media (max-width: 1650px) {
	.index_hello .slick_hello .slick-list {
		padding: 0 400px;
	}
}

@media (max-width: 1469px) {
	.index_hello .slick_hello .slick-list {
		padding: 0 300px;
	}
}

@media (max-width: 1199px) {
	.index_hello .slick_hello .slick-list {
		padding: 0 200px;
	}
}

@media (max-width: 991px) {
	.index_hello .slick_hello .slick-list {
		padding: 0 150px;
	}
}

@media (max-width: 767px) {
	.index_hello .slick_hello .slick-list {
		padding: 0 100px;
	}
}

@media (max-width: 575px) {
	.index_hello .slick_hello .slick-list {
		padding: 0 15px;
	}
}

.index_hello .slick_hello .slick-list .slick-slide {
	padding: 0;
}

.index_hello .slick_hello .slick-list .slick-active .item {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.index_hello .slick_hello .slick-list .slick-active .item:before {
	opacity: 0;
}

.index_hello .slick_hello .item {
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
	border-radius: 20px;
}

@media (max-width: 991px) {
	.index_hello .slick_hello .item {
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
		transform: scale(.9);
	}
}

@media (max-width: 767px) {
	.index_hello .slick_hello .item {
		-webkit-transform: scale(.95);
		-ms-transform: scale(.95);
		transform: scale(.95);
	}
}

.index_hello .slick_hello .item:before {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all .5s;
	transition: all .5s;
	background-color: rgba(255, 255, 255, .5);
}

.index_hello .slick_hello .item .img-box {
	padding-bottom: 50.50505051%;
}

.index_hello .slick_hello .item .img-box:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background: url(../imgs/hello_cover.png) no-repeat center;
	background-size: cover;
}

.index_hello .slick_hello .item .info {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 690px;
	margin: auto;
	padding: 40px;
	text-align: center;
}

@media (max-width: 1399px) {
	.index_hello .slick_hello .item .info {
		padding: 30px;
	}
}

@media (max-width: 991px) {
	.index_hello .slick_hello .item .info {
		padding: 20px;
	}
}

@media (max-width: 575px) {
	.index_hello .slick_hello .item .info {
		padding: 15px;
	}
}

.index_hello .slick_hello .item .info b {
	font-family: 'Marcellus';
	font-size: 30px;
	font-weight: normal;
	line-height: 1.2;
	display: block;
	overflow: hidden;
	margin-bottom: 12px;
	white-space: nowrap;
	text-transform: capitalize;
	text-overflow: ellipsis;
	color: #fff;
}

@media (max-width: 1469px) {
	.index_hello .slick_hello .item .info b {
		font-size: 28px;
	}
}

@media (max-width: 1399px) {
	.index_hello .slick_hello .item .info b {
		font-size: 26px;
	}
}

@media (max-width: 1199px) {
	.index_hello .slick_hello .item .info b {
		font-size: 24px;
	}
}

@media (max-width: 991px) {
	.index_hello .slick_hello .item .info b {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.index_hello .slick_hello .item .info b {
		font-size: 20px;
	}
}

@media (max-width: 575px) {
	.index_hello .slick_hello .item .info b {
		font-size: 18px;
	}
}

.index_hello .slick_hello .item .info p {
	font-size: 15px;
	line-height: 1.73333333;
	display: -webkit-box;
	overflow: hidden;
	height: 52px;
	text-transform: capitalize;
	color: #fff;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media (max-width: 575px) {
	.index_hello .slick_hello .item .info p {
		font-size: 14px;
		height: 48px;
	}
}

.index_hot {
	padding-bottom: 170px;
}

@media (max-width: 1469px) {
	.index_hot {
		padding-bottom: 120px;
	}
}

@media (max-width: 1399px) {
	.index_hot {
		padding-bottom: 100px;
	}
}

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

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

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

.index_hot .container {
	max-width: 1830px;
	margin: auto;
}

.index_hot .hot_nav ul {
	margin: 0 -60px;
	text-align: center;
}

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

@media (max-width: 991px) {
	.index_hot .hot_nav ul {
		margin: 0 -30px;
	}
}

@media (max-width: 767px) {
	.index_hot .hot_nav ul {
		margin: 0 -20px;
	}
}

.index_hot .hot_nav ul li {
	font-family: 'Marcellus';
	font-size: 46px;
	line-height: 1.2;
	position: relative;
	display: inline-block;
	padding: 0 60px;
	cursor: pointer;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-transform: capitalize;
	color: rgba(67, 62, 64, .4);
}

@media (max-width: 1469px) {
	.index_hot .hot_nav ul li {
		font-size: 44px;
	}
}

@media (max-width: 1399px) {
	.index_hot .hot_nav ul li {
		font-size: 42px;
	}
}

@media (max-width: 1199px) {
	.index_hot .hot_nav ul li {
		font-size: 36px;
		padding: 0 40px;
	}
}

@media (max-width: 991px) {
	.index_hot .hot_nav ul li {
		font-size: 30px;
		padding: 0 30px;
	}
}

@media (max-width: 767px) {
	.index_hot .hot_nav ul li {
		font-size: 26px;
		padding: 0 20px;
	}
}

@media (max-width: 575px) {
	.index_hot .hot_nav ul li {
		font-size: 24px;
	}
}

.index_hot .hot_nav ul li:hover {
	color: #433e40;
}

.index_hot .hot_nav ul li:first-child:after {
	position: absolute;
	top: 50%;
	left: 100%;
	display: block;
	width: 10px;
	height: 10px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #433e40;
}

@media (max-width: 991px) {
	.index_hot .hot_nav ul li:first-child:after {
		width: 8px;
		height: 8px;
	}
}

@media (max-width: 767px) {
	.index_hot .hot_nav ul li:first-child:after {
		width: 6px;
		height: 6px;
	}
}

.index_hot .hot_nav ul .active {
	color: #433e40;
}

.index_hot .msg {
	max-width: 840px;
	margin: 20px auto 50px;
	text-align: center;
}

@media (max-width: 1469px) {
	.index_hot .msg {
		margin: 20px auto 40px;
	}
}

@media (max-width: 1199px) {
	.index_hot .msg {
		margin: 10px auto 30px;
	}
}

@media (max-width: 575px) {
	.index_hot .msg {
		margin: 10px auto 25px;
	}
}

.index_hot .msg p {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.73333333;
	text-transform: capitalize;
	color: #433e40;
}

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

.index_hot .hot_main .hot_list .slick_new,
.index_hot .hot_main .hot_list .slick_best {
	font-size: 0;
}

.index_hot .hot_main .hot_list .slick_new .slick-list,
.index_hot .hot_main .hot_list .slick_best .slick-list {
	margin: 0 -20px;
}

@media (max-width: 1469px) {
	.index_hot .hot_main .hot_list .slick_new .slick-list,
	.index_hot .hot_main .hot_list .slick_best .slick-list {
		margin: 0 -10px;
	}
}

@media (max-width: 1399px) {
	.index_hot .hot_main .hot_list .slick_new .slick-list,
	.index_hot .hot_main .hot_list .slick_best .slick-list {
		margin: 0 -5px;
	}
}

.index_hot .hot_main .hot_list .slick_new .slick-list .slick-slide,
.index_hot .hot_main .hot_list .slick_best .slick-list .slick-slide {
	padding: 0 20px 10px 20px;
}

@media (max-width: 1469px) {
	.index_hot .hot_main .hot_list .slick_new .slick-list .slick-slide,
	.index_hot .hot_main .hot_list .slick_best .slick-list .slick-slide {
		padding: 0 10px 10px 10px;
	}
}

@media (max-width: 1399px) {
	.index_hot .hot_main .hot_list .slick_new .slick-list .slick-slide,
	.index_hot .hot_main .hot_list .slick_best .slick-list .slick-slide {
		padding: 0 5px 10px 5px;
	}
}

.index_hot .hot_main .hot_list .slick_new .item,
.index_hot .hot_main .hot_list .slick_best .item {
	position: relative;
	padding-bottom: 21px;
}

.index_hot .hot_main .hot_list .slick_new .item:hover .name a,
.index_hot .hot_main .hot_list .slick_best .item:hover .name a {
	color: #fbacdf;
}

.index_hot .hot_main .hot_list .slick_new .item:hover .add_btn,
.index_hot .hot_main .hot_list .slick_best .item:hover .add_btn {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.index_hot .hot_main .hot_list .slick_new .item .pic_box,
.index_hot .hot_main .hot_list .slick_best .item .pic_box {
	overflow: hidden;
	border: 1px solid #d9d9d9;
	border-radius: 20px;
	background-color: #fff;
}

.index_hot .hot_main .hot_list .slick_new .item .pic,
.index_hot .hot_main .hot_list .slick_best .item .pic {
	padding: 20px;
}

.index_hot .hot_main .hot_list .slick_new .item .pic .img-box,
.index_hot .hot_main .hot_list .slick_best .item .pic .img-box {
	padding-bottom: 100%;
}

.index_hot .hot_main .hot_list .slick_new .item .name,
.index_hot .hot_main .hot_list .slick_best .item .name {
	margin-top: 30px;
	padding: 0 10px;
	text-align: center;
}

@media (max-width: 767px) {
	.index_hot .hot_main .hot_list .slick_new .item .name,
	.index_hot .hot_main .hot_list .slick_best .item .name {
		margin-top: 20px;
	}
}

.index_hot .hot_main .hot_list .slick_new .item .name span,
.index_hot .hot_main .hot_list .slick_best .item .name span {
	font-size: 16px;
	line-height: 1.2;
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
	white-space: nowrap;
	text-transform: capitalize;
	text-overflow: ellipsis;
	color: #666;
}

@media (max-width: 1199px) {
	.index_hot .hot_main .hot_list .slick_new .item .name span,
	.index_hot .hot_main .hot_list .slick_best .item .name span {
		font-size: 15px;
		margin-bottom: 10px;
	}
}

@media (max-width: 575px) {
	.index_hot .hot_main .hot_list .slick_new .item .name span,
	.index_hot .hot_main .hot_list .slick_best .item .name span {
		font-size: 14px;
	}
}

.index_hot .hot_main .hot_list .slick_new .item .name a,
.index_hot .hot_main .hot_list .slick_best .item .name a {
	font-family: 'Marcellus';
	font-size: 22px;
	line-height: 1.2;
	display: block;
	overflow: hidden;
	-webkit-transition: all .5s;
	transition: all .5s;
	white-space: nowrap;
	text-transform: capitalize;
	text-overflow: ellipsis;
	color: #433e40;
}

@media (max-width: 1399px) {
	.index_hot .hot_main .hot_list .slick_new .item .name a,
	.index_hot .hot_main .hot_list .slick_best .item .name a {
		font-size: 20px;
	}
}

@media (max-width: 1199px) {
	.index_hot .hot_main .hot_list .slick_new .item .name a,
	.index_hot .hot_main .hot_list .slick_best .item .name a {
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	.index_hot .hot_main .hot_list .slick_new .item .name a,
	.index_hot .hot_main .hot_list .slick_best .item .name a {
		font-size: 16px;
	}
}

@media (max-width: 575px) {
	.index_hot .hot_main .hot_list .slick_new .item .name a,
	.index_hot .hot_main .hot_list .slick_best .item .name a {
		font-size: 15px;
	}
}

.index_hot .hot_main .hot_list .slick_new .item .start_box,
.index_hot .hot_main .hot_list .slick_best .item .start_box {
	margin: 20px 0 60px;
	text-align: center;
}

@media (max-width: 1399px) {
	.index_hot .hot_main .hot_list .slick_new .item .start_box,
	.index_hot .hot_main .hot_list .slick_best .item .start_box {
		margin: 20px 0 50px;
	}
}

@media (max-width: 1199px) {
	.index_hot .hot_main .hot_list .slick_new .item .start_box,
	.index_hot .hot_main .hot_list .slick_best .item .start_box {
		margin: 15px 0 40px;
	}
}

@media (max-width: 575px) {
	.index_hot .hot_main .hot_list .slick_new .item .start_box,
	.index_hot .hot_main .hot_list .slick_best .item .start_box {
		margin: 15px 0 30px;
	}
}

.index_hot .hot_main .hot_list .slick_new .item .start_box span,
.index_hot .hot_main .hot_list .slick_best .item .start_box span {
	display: inline-block;
	margin: 0 1px;
}

@media (max-width: 991px) {
	.index_hot .hot_main .hot_list .slick_new .item .start_box span,
	.index_hot .hot_main .hot_list .slick_best .item .start_box span {
		margin: 0;
	}
}

.index_hot .hot_main .hot_list .slick_new .item .start_box span:before,
.index_hot .hot_main .hot_list .slick_best .item .start_box span:before {
	font-family: 'iconfont' !important;
	font-size: 16px;
	font-style: normal;
	line-height: 1;
	display: block;
	content: '\e610';
	color: #fbacdf;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 575px) {
	.index_hot .hot_main .hot_list .slick_new .item .start_box span:before,
	.index_hot .hot_main .hot_list .slick_best .item .start_box span:before {
		font-size: 15px;
	}
}

.index_hot .hot_main .hot_list .slick_new .item .add_btn,
.index_hot .hot_main .hot_list .slick_best .item .add_btn {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
}

@media (max-width: 1199px) {
	.index_hot .hot_main .hot_list .slick_new .item .add_btn,
	.index_hot .hot_main .hot_list .slick_best .item .add_btn {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.index_hot .hot_main .hot_list .slick_new .item .add_btn a,
.index_hot .hot_main .hot_list .slick_best .item .add_btn a {
	font-family: 'Marcellus';
	font-size: 16px;
	line-height: 2.625;
	display: block;
	width: 225px;
	margin: auto;
	text-align: center;
	text-transform: capitalize;
	color: #433e40;
	border-radius: 32px;
	background: #ffd4ef;
	box-shadow: 0 7px 10px 0 rgba(255, 212, 239, .5);
}

@media (max-width: 1399px) {
	.index_hot .hot_main .hot_list .slick_new .item .add_btn a,
	.index_hot .hot_main .hot_list .slick_best .item .add_btn a {
		width: 180px;
	}
}

@media (max-width: 1199px) {
	.index_hot .hot_main .hot_list .slick_new .item .add_btn a,
	.index_hot .hot_main .hot_list .slick_best .item .add_btn a {
		width: 160px;
	}
}

@media (max-width: 575px) {
	.index_hot .hot_main .hot_list .slick_new .item .add_btn a,
	.index_hot .hot_main .hot_list .slick_best .item .add_btn a {
		font-size: 14px;
		width: 80%;
	}
}

.index_hot .hot_main .hot_list .slick_new .item .add_btn a:after,
.index_hot .hot_main .hot_list .slick_best .item .add_btn a:after {
	font-family: 'iconfont' !important;
	font-style: normal;
	display: inline-block;
	margin-left: 10px;
	content: '\e66b';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.index_about {
	position: relative;
	overflow: hidden;
	padding: 200px 0 160px;
	background: url(../imgs/index_abbg.jpg) no-repeat center;
	background-size: cover;
}

@media (max-width: 1469px) {
	.index_about {
		padding: 180px 0 140px;
	}
}

@media (max-width: 1399px) {
	.index_about {
		padding: 160px 0 120px;
	}
}

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

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

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

.index_about .tit {
	text-align: center;
}

.index_about .tit span {
	font-family: 'Marcellus';
	font-size: 32px;
	line-height: 1.2;
	display: block;
	margin-bottom: 20px;
	text-transform: capitalize;
	color: #fbacdf;
}

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

@media (max-width: 1399px) {
	.index_about .tit span {
		font-size: 28px;
	}
}

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

@media (max-width: 991px) {
	.index_about .tit span {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.index_about .tit span {
		font-size: 22px;
		margin-bottom: 10px;
	}
}

@media (max-width: 575px) {
	.index_about .tit span {
		font-size: 18px;
	}
}

.index_about .tit h2 {
	font-family: 'Marcellus';
	font-size: 66px;
	line-height: 1.2;
	display: block;
	margin: 0;
	text-transform: capitalize;
	color: #433e40;
}

@media (max-width: 1469px) {
	.index_about .tit h2 {
		font-size: 60px;
	}
}

@media (max-width: 1399px) {
	.index_about .tit h2 {
		font-size: 55px;
	}
}

@media (max-width: 1199px) {
	.index_about .tit h2 {
		font-size: 45px;
	}
}

@media (max-width: 991px) {
	.index_about .tit h2 {
		font-size: 40px;
	}
}

@media (max-width: 767px) {
	.index_about .tit h2 {
		font-size: 32px;
	}
}

@media (max-width: 575px) {
	.index_about .tit h2 {
		font-size: 26px;
	}
}

.index_about .txt {
	max-width: 760px;
	margin: auto;
	margin-top: 30px;
	text-align: center;
}

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

.index_about .txt p {
	font-size: 16px;
	line-height: 1.875;
	text-transform: capitalize;
	word-break: break-word;
	color: #666;
}

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

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

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

.index_about .more {
	margin-top: 60px;
}

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

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

.index_about .more a {
	font-family: 'Marcellus';
	font-size: 16px;
	line-height: 3.125;
	display: block;
	width: 200px;
	margin: auto;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-align: center;
	text-transform: capitalize;
	color: #433e40;
	border-radius: 32px;
	background-color: #ffd4ef;
	box-shadow: 0 7px 10px 0 rgba(255, 212, 239, .5);
}

@media (max-width: 991px) {
	.index_about .more a {
		font-size: 15px;
	}
}

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

@media (max-width: 575px) {
	.index_about .more a {
		font-size: 14px;
		width: 160px;
	}
}

.index_about .more a:hover {
	background-color: #fbacdf;
}

.index_about .index_vv {
	position: absolute;
	top: 80px;
	left: 11%;
}

@media (max-width: 1469px) {
	.index_about .index_vv {
		top: 70px;
		left: 7%;
	}
}

@media (max-width: 1399px) {
	.index_about .index_vv {
		top: 40px;
		left: 4%;
	}
}

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

@media (max-width: 575px) {
	.index_about .index_vv {
		top: 10px;
		left: 10px;
	}
}

.index_about .index_vv .video {
	position: relative;
	width: 170px;
	height: 170px;
	cursor: pointer;
}

@media (max-width: 1199px) {
	.index_about .index_vv .video {
		width: 150px;
		height: 150px;
	}
}

@media (max-width: 991px) {
	.index_about .index_vv .video {
		width: 120px;
		height: 120px;
	}
}

@media (max-width: 767px) {
	.index_about .index_vv .video {
		width: 100px;
		height: 100px;
	}
}

@media (max-width: 575px) {
	.index_about .index_vv .video {
		width: 80px;
		height: 80px;
	}
}

.index_about .index_vv .video:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-animation: xz 7s linear 0s infinite;
	animation: xz 7s linear 0s infinite;
	background: url(../imgs/vv_word.png) no-repeat center;
	background-size: cover;
}

.index_about .index_vv .video .video-box {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.index_about .index_vv .video .video-box:before {
	font-family: 'iconfont' !important;
	font-size: 50px;
	font-style: normal;
	line-height: 1;
	display: block;
	content: '\e689';
	color: #f5c5d0;
	border-radius: 50%;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
	.index_about .index_vv .video .video-box:before {
		font-size: 40px;
	}
}

@media (max-width: 767px) {
	.index_about .index_vv .video .video-box:before {
		font-size: 35px;
	}
}

@media (max-width: 575px) {
	.index_about .index_vv .video .video-box:before {
		font-size: 30px;
	}
}

@-webkit-keyframes xz {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes xz {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.index_bg {
	background: url(../imgs/index_bg2.jpg) no-repeat center;
	background-size: cover;
}

.index_tool {
	max-width: 1920px;
	margin: auto;
	padding-top: 120px;
}

@media (max-width: 1469px) {
	.index_tool {
		padding-top: 100px;
	}
}

@media (max-width: 1399px) {
	.index_tool {
		padding-top: 80px;
	}
}

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

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

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

.index_tool .title {
	text-align: center;
}

.index_tool .title p {
	font-size: 15px;
	line-height: 1.73333333;
	max-width: 780px;
	margin: 16px auto 0;
	padding: 0 15px;
	text-transform: capitalize;
	color: #433e40;
}

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

.index_tool .list_box {
	position: relative;
	margin-top: 60px;
}

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

@media (max-width: 1399px) {
	.index_tool .list_box {
		margin-top: 40px;
	}
}

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

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

.index_tool .list_box .tot_box {
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	width: 50.52%;
	padding: 0 60px;
	background-color: #f9f7f7;
}

@media (max-width: 1469px) {
	.index_tool .list_box .tot_box {
		padding: 0 40px;
	}
}

@media (max-width: 1199px) {
	.index_tool .list_box .tot_box {
		padding: 0 20px;
	}
}

@media (max-width: 767px) {
	.index_tool .list_box .tot_box {
		position: static;
		float: none;
		width: 100%;
	}
}

.index_tool .list_box .tot_box .tot_range {
	position: relative;
}

.index_tool .list_box .tot_box .tot_range .tit {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.index_tool .list_box .tot_box .tot_range .tit p {
	font-size: 16px;
	line-height: 1.625;
	text-align: center;
	text-transform: capitalize;
	color: #000;
}

.index_tool .list_box .tot_box .tool_arrow {
	position: relative;
	z-index: 1;
}

.index_tool .list_box .tot_box .tool_arrow .arrow_btn {
	width: 30px;
	cursor: pointer;
}

.index_tool .list_box .tot_box .tool_arrow .arrow_btn:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	font-style: normal;
	line-height: 60px;
	display: block;
	content: '\e727';
	color: #433e40;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.index_tool .list_box .tot_box .tool_arrow .arrow_btn:before {
		line-height: 50px;
	}
}

.index_tool .list_box .tot_box .tool_arrow .next:before {
	content: '\e728';
}

.index_tool .list_box .slick_tool {
	font-size: 0;
}

.index_tool .list_box .slick_tool .item .left {
	width: 49.48%;
}

@media (max-width: 767px) {
	.index_tool .list_box .slick_tool .item .left {
		float: none;
		width: 100%;
	}
}

.index_tool .list_box .slick_tool .item .left .pic .img-box {
	padding-bottom: 106.31578947%;
}

.index_tool .list_box .slick_tool .item .right {
	width: 50.52%;
}

@media (max-width: 767px) {
	.index_tool .list_box .slick_tool .item .right {
		float: none;
		width: 100%;
	}
}

.index_tool .list_box .slick_tool .item .right .list {
	margin-top: 80px;
	padding: 0 60px;
}

@media (max-width: 1680px) {
	.index_tool .list_box .slick_tool .item .right .list {
		margin-top: 50px;
	}
}

@media (max-width: 1469px) {
	.index_tool .list_box .slick_tool .item .right .list {
		padding: 0 40px;
	}
}

@media (max-width: 1199px) {
	.index_tool .list_box .slick_tool .item .right .list {
		padding: 0 20px;
	}
}

@media (max-width: 767px) {
	.index_tool .list_box .slick_tool .item .right .list {
		margin-top: 10px;
		padding: 0 15px;
	}
}

.index_tool .list_box .slick_tool .item .right .list ul {
	margin: 0 -15px;
}

@media (max-width: 1199px) {
	.index_tool .list_box .slick_tool .item .right .list ul {
		margin: 0 -10px;
	}
}

@media (max-width: 991px) {
	.index_tool .list_box .slick_tool .item .right .list ul {
		margin: 0 -5px;
	}
}

.index_tool .list_box .slick_tool .item .right .list ul li {
	padding: 0 15px;
}

@media (max-width: 1199px) {
	.index_tool .list_box .slick_tool .item .right .list ul li {
		padding: 0 10px;
	}
}

@media (max-width: 991px) {
	.index_tool .list_box .slick_tool .item .right .list ul li {
		padding: 0 5px;
	}
}

.index_tool .list_box .slick_tool .item .right .list .item_box {
	margin-top: 30px;
	border: 1px solid #d9d9d9;
	border-radius: 20px;
	background: #fff;
}

@media (max-width: 1469px) {
	.index_tool .list_box .slick_tool .item .right .list .item_box {
		margin-top: 20px;
	}
}

@media (max-width: 991px) {
	.index_tool .list_box .slick_tool .item .right .list .item_box {
		margin-top: 10px;
	}
}

.index_tool .list_box .slick_tool .item .right .list .item_box .pic {
	overflow: hidden;
	width: 81%;
	margin: 20px auto;
	border-radius: 15px;
}

@media (max-width: 767px) {
	.index_tool .list_box .slick_tool .item .right .list .item_box .pic {
		width: 90%;
		margin: 10px auto 20px;
	}
}

.index_tool .list_box .slick_tool .item .right .list .item_box .info_box {
	position: relative;
	padding: 0 20px 10px 20px;
}

@media (max-width: 991px) {
	.index_tool .list_box .slick_tool .item .right .list .item_box .info_box {
		padding: 0 10px 10px 10px;
	}
}

.index_tool .list_box .slick_tool .item .right .list .item_box .info_box .name {
	padding-right: 70px;
}

@media (max-width: 991px) {
	.index_tool .list_box .slick_tool .item .right .list .item_box .info_box .name {
		padding-right: 40px;
	}
}

.index_tool .list_box .slick_tool .item .right .list .item_box .info_box .name a {
	font-family: 'Marcellus';
	font-size: 20px;
	line-height: 1.3;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-transform: capitalize;
	text-overflow: ellipsis;
	color: #fbacdf;
}

@media (max-width: 1469px) {
	.index_tool .list_box .slick_tool .item .right .list .item_box .info_box .name a {
		font-size: 18px;
	}
}

@media (max-width: 1399px) {
	.index_tool .list_box .slick_tool .item .right .list .item_box .info_box .name a {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.index_tool .list_box .slick_tool .item .right .list .item_box .info_box .name a {
		font-size: 15px;
	}
}

.index_tool .list_box .slick_tool .item .right .list .item_box .info_box .name span {
	font-size: 14px;
	line-height: 1.85714286;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-transform: capitalize;
	text-overflow: ellipsis;
	color: #666;
}

@media (max-width: 767px) {
	.index_tool .list_box .slick_tool .item .right .list .item_box .info_box .name span {
		font-size: 13px;
	}
}

.index_tool .list_box .slick_tool .item .right .list .item_box .info_box .add_btn {
	position: absolute;
	right: 18px;
	bottom: 18px;
}

@media (max-width: 991px) {
	.index_tool .list_box .slick_tool .item .right .list .item_box .info_box .add_btn {
		right: 10px;
		bottom: 15px;
	}
}

@media (max-width: 767px) {
	.index_tool .list_box .slick_tool .item .right .list .item_box .info_box .add_btn {
		right: 5px;
		bottom: 10px;
	}
}

.index_tool .list_box .slick_tool .item .right .list .item_box .info_box .add_btn a {
	display: block;
	width: 36px;
	height: 36px;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	border-radius: 50%;
	background-color: #f9f7f7;
}

.index_tool .list_box .slick_tool .item .right .list .item_box .info_box .add_btn a:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-style: normal;
	line-height: 36px;
	display: block;
	content: '\e66b';
	color: #433e40;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.index_tool .list_box .slick_tool .item .right .list .item_box .info_box .add_btn a:hover {
	background-color: #ffd4ef;
}

.index_advantage {
	padding: 260px 0 130px;
}

@media (max-width: 1469px) {
	.index_advantage {
		padding: 200px 0 100px;
	}
}

@media (max-width: 1399px) {
	.index_advantage {
		padding: 180px 0 90px;
	}
}

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

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

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

.index_advantage .title {
	text-align: center;
}

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

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

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

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

.index_advantage .list ul {
	margin: 0 -35px;
}

@media (max-width: 1469px) {
	.index_advantage .list ul {
		margin: 0 -20px;
	}
}

@media (max-width: 1399px) {
	.index_advantage .list ul {
		margin: 0 -10px;
	}
}

.index_advantage .list ul li {
	padding: 0 35px;
}

@media (max-width: 1469px) {
	.index_advantage .list ul li {
		padding: 0 20px;
	}
}

@media (max-width: 1399px) {
	.index_advantage .list ul li {
		padding: 0 10px;
	}
}

@media (max-width: 991px) {
	.index_advantage .list ul li:nth-child(1) .item,
	.index_advantage .list ul li:nth-child(2) .item {
		margin-bottom: 30px;
	}
}

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

.index_advantage .list .item {
	-webkit-transition: all .45s;
	transition: all .45s;
}

.index_advantage .list .item:hover b:before {
	-webkit-animation: swing 1s 0s ease both;
	animation: swing 1s 0s ease both;
}

.index_advantage .list .item b {
	font-family: 'Marcellus';
	font-size: 22px;
	font-weight: normal;
	line-height: 1.18181818;
	display: block;
	margin-bottom: 17px;
	text-transform: capitalize;
	color: #000;
}

@media (max-width: 1399px) {
	.index_advantage .list .item b {
		font-size: 20px;
	}
}

@media (max-width: 1199px) {
	.index_advantage .list .item b {
		font-size: 18px;
		margin-bottom: 10px;
	}
}

.index_advantage .list .item b:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	font-style: normal;
	line-height: 60px;
	display: block;
	width: 61px;
	height: 61px;
	margin-bottom: 50px;
	text-align: center;
	color: #433e40;
	border: 1px solid #e9dcdc;
	border-radius: 12px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1469px) {
	.index_advantage .list .item b:before {
		margin-bottom: 40px;
	}
}

@media (max-width: 1199px) {
	.index_advantage .list .item b:before {
		margin-bottom: 30px;
	}
}

@media (max-width: 991px) {
	.index_advantage .list .item b:before {
		margin-bottom: 20px;
	}
}

.index_advantage .list .item p {
	font-size: 16px;
	line-height: 1.875;
	text-transform: capitalize;
	color: #555;
}

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

.index_advantage .list .quality b:before {
	font-size: 25px;
	content: '\e609';
}

.index_advantage .list .support b:before {
	content: '\e667';
}

.index_advantage .list .service b:before {
	font-size: 24px;
	content: '\e952';
}

.index_advantage .list .pay b:before {
	content: '\e668';
}

.index_beauty .container {
	max-width: 1830px;
	margin: auto;
}

.index_beauty .slick_beauty {
	font-size: 0;
}

.index_beauty .slick_beauty .slick-arrow {
	position: absolute;
	z-index: 2;
	bottom: 56px;
	left: 60px;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}

@media (max-width: 1469px) {
	.index_beauty .slick_beauty .slick-arrow {
		bottom: 50px;
		left: 50px;
	}
}

@media (max-width: 1399px) {
	.index_beauty .slick_beauty .slick-arrow {
		bottom: 30px;
		left: 30px;
	}
}

@media (max-width: 991px) {
	.index_beauty .slick_beauty .slick-arrow {
		bottom: 10px;
		left: 15px;
	}
}

.index_beauty .slick_beauty .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 36px;
	font-style: normal;
	line-height: 40px;
	display: block;
	width: 40px;
	height: 40px;
	content: '\e728';
	-webkit-transition: all .35s;
	transition: all .35s;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	text-align: center;
	opacity: .4;
	color: #666;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .4);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1469px) {
	.index_beauty .slick_beauty .slick-arrow:before {
		font-size: 34px;
	}
}

@media (max-width: 991px) {
	.index_beauty .slick_beauty .slick-arrow:before {
		font-size: 26px;
		line-height: 36px;
		width: 36px;
		height: 36px;
	}
}

@media (max-width: 767px) {
	.index_beauty .slick_beauty .slick-arrow:before {
		font-size: 20px;
		line-height: 30px;
		width: 30px;
		height: 30px;
	}
}

.index_beauty .slick_beauty .slick-arrow:hover:before {
	opacity: .7;
}

.index_beauty .slick_beauty .slick-next {
	right: 60px;
	left: auto;
}

@media (max-width: 1469px) {
	.index_beauty .slick_beauty .slick-next {
		right: 50px;
	}
}

@media (max-width: 1399px) {
	.index_beauty .slick_beauty .slick-next {
		right: 30px;
	}
}

@media (max-width: 991px) {
	.index_beauty .slick_beauty .slick-next {
		right: 15px;
	}
}

.index_beauty .slick_beauty .slick-next:before {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.index_beauty .slick_beauty .item {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 20px;
}

@media (max-width: 767px) {
	.index_beauty .slick_beauty .item {
		background-color: #ffd4ef;
	}
}

.index_beauty .slick_beauty .item .pic .img-box {
	padding-bottom: 36.66666667%;
}

.index_beauty .slick_beauty .item .info {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 720px;
	margin: auto;
	padding: 0 15px 55px 15px;
	text-align: center;
}

@media (max-width: 1469px) {
	.index_beauty .slick_beauty .item .info {
		padding: 0 15px 50px 15px;
	}
}

@media (max-width: 1199px) {
	.index_beauty .slick_beauty .item .info {
		padding: 0 15px 30px 15px;
	}
}

@media (max-width: 767px) {
	.index_beauty .slick_beauty .item .info {
		position: static;
		padding: 20px 15px;
	}
}

.index_beauty .slick_beauty .item .info b {
	font-family: 'Marcellus';
	font-size: 36px;
	font-style: normal;
	line-height: 1.2;
	display: block;
	margin-bottom: 16px;
	text-transform: capitalize;
	color: #fff;
}

@media (max-width: 1469px) {
	.index_beauty .slick_beauty .item .info b {
		font-size: 32px;
	}
}

@media (max-width: 1399px) {
	.index_beauty .slick_beauty .item .info b {
		font-size: 30px;
	}
}

@media (max-width: 1199px) {
	.index_beauty .slick_beauty .item .info b {
		font-size: 26px;
	}
}

@media (max-width: 991px) {
	.index_beauty .slick_beauty .item .info b {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.index_beauty .slick_beauty .item .info b {
		font-size: 20px;
		color: #333;
	}
}

@media (max-width: 575px) {
	.index_beauty .slick_beauty .item .info b {
		font-size: 18px;
	}
}

.index_beauty .slick_beauty .item .info p {
	font-size: 15px;
	line-height: 1.625;
	text-transform: capitalize;
	color: #fff;
}

@media (max-width: 991px) {
	.index_beauty .slick_beauty .item .info p {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.index_beauty .slick_beauty .item .info p {
		color: #333;
	}
}

.index_beauty .slick_beauty .item .info span {
	font-family: 'Marcellus';
	font-size: 16px;
	line-height: 2.625;
	display: block;
	width: 225px;
	margin: 50px auto 0;
	text-transform: capitalize;
	color: #51022c;
	border-radius: 32px;
	background: #fff;
	box-shadow: 0 7px 10px 0 rgba(155, 56, 101, .31);
}

@media (max-width: 1469px) {
	.index_beauty .slick_beauty .item .info span {
		margin: 40px auto 0;
	}
}

@media (max-width: 1199px) {
	.index_beauty .slick_beauty .item .info span {
		width: 200px;
		margin: 30px auto 0;
	}
}

@media (max-width: 991px) {
	.index_beauty .slick_beauty .item .info span {
		font-size: 15px;
		width: 180px;
		margin: 20px auto 0;
	}
}

@media (max-width: 575px) {
	.index_beauty .slick_beauty .item .info span {
		font-size: 14px;
		width: 160px;
	}
}

.index_vvbox {
	padding-top: 130px;
}

@media (max-width: 1469px) {
	.index_vvbox {
		padding-top: 100px;
	}
}

@media (max-width: 1399px) {
	.index_vvbox {
		padding-top: 80px;
	}
}

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

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

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

.index_vvbox .container {
	max-width: 1920px;
	margin: auto;
	padding: 0;
}

.index_vvbox .title {
	text-align: center;
}

.index_vvbox .title p {
	font-size: 15px;
	line-height: 1.73333333;
	max-width: 780px;
	margin: 16px auto 0;
	padding: 0 15px;
	text-transform: capitalize;
	color: #433e40;
}

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

.index_vvbox .list {
	position: relative;
	margin-top: 70px;
	padding-bottom: 21px;
}

@media (max-width: 1650px) {
	.index_vvbox .list {
		margin-top: 60px;
	}
}

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

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

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

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

.index_vvbox .list .indexvv_arrow {
	position: absolute;
	z-index: 5;
	right: 0;
	bottom: 0;
	left: 0;
	width: 185px;
	height: 42px;
	margin: auto;
	border-radius: 32px;
	background: #fff;
	box-shadow: 0 7px 10px 0 rgba(247, 216, 223, .5);
}

@media (max-width: 767px) {
	.index_vvbox .list .indexvv_arrow {
		position: static;
	}
}

.index_vvbox .list .indexvv_arrow .arrow_btn {
	position: relative;
	width: 50%;
	cursor: pointer;
	text-align: center;
}

.index_vvbox .list .indexvv_arrow .arrow_btn:hover:before {
	color: #433e40;
}

.index_vvbox .list .indexvv_arrow .arrow_btn:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	font-style: normal;
	line-height: 42px;
	display: block;
	content: '\e727';
	color: #c4c4c4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.index_vvbox .list .indexvv_arrow .next:before {
	content: '\e728';
}

.index_vvbox .list .indexvv_arrow .next:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 1px;
	height: 14px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #d9d9d9;
}

.index_vvbox .slick_indexvv {
	font-size: 0;
}

@media (max-width: 767px) {
	.index_vvbox .slick_indexvv {
		padding: 0 5px;
	}
}

.index_vvbox .slick_indexvv .slick-list {
	padding: 0 180px !important;
}

@media (max-width: 1469px) {
	.index_vvbox .slick_indexvv .slick-list {
		padding: 0 80px !important;
	}
}

@media (max-width: 1399px) {
	.index_vvbox .slick_indexvv .slick-list {
		padding: 0 60px !important;
	}
}

@media (max-width: 991px) {
	.index_vvbox .slick_indexvv .slick-list {
		padding: 0 !important;
	}
}

.index_vvbox .slick_indexvv .slick-list .slick-slide {
	padding: 20px 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

@media (max-width: 767px) {
	.index_vvbox .slick_indexvv .slick-list .slick-slide {
		padding: 20px 10px;
	}
}

.index_vvbox .slick_indexvv .slick-list .slick-current+.slick-active+.slick-slide {
	-webkit-transform: translateX(-78px);
	-ms-transform: translateX(-78px);
	transform: translateX(-78px);
}

@media (max-width: 1680px) {
	.index_vvbox .slick_indexvv .slick-list .slick-current+.slick-active+.slick-slide {
		-webkit-transform: translateX(-60px);
		-ms-transform: translateX(-60px);
		transform: translateX(-60px);
	}
}

@media (max-width: 991px) {
	.index_vvbox .slick_indexvv .slick-list .slick-current+.slick-active+.slick-slide {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.index_vvbox .slick_indexvv .slick-list .slick-current .item {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 767px) {
	.index_vvbox .slick_indexvv .slick-list .slick-current .item {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.index_vvbox .slick_indexvv .slick-list .slick-current .item .video .video-box .img-box:before {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(81, 2, 44, .2)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(81, 2, 44, .2) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(81, 2, 44, .2) 100%);
}

.index_vvbox .slick_indexvv .slick-list .slick-current .item .name span {
	-webkit-transform: translateY(-35px);
	-ms-transform: translateY(-35px);
	transform: translateY(-35px);
}

@media (max-width: 1469px) {
	.index_vvbox .slick_indexvv .slick-list .slick-current .item .name span {
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

@media (max-width: 767px) {
	.index_vvbox .slick_indexvv .slick-list .slick-current .item .name span {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.index_vvbox .slick_indexvv .slick-list .slick-current .item .name p {
	-webkit-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	transform: translateY(-25px);
}

@media (max-width: 1469px) {
	.index_vvbox .slick_indexvv .slick-list .slick-current .item .name p {
		-webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@media (max-width: 767px) {
	.index_vvbox .slick_indexvv .slick-list .slick-current .item .name p {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.index_vvbox .slick_indexvv .slick-list .slick-slide:has(+ .near1) {
	-webkit-transform: translateX(78px);
	-ms-transform: translateX(78px);
	transform: translateX(78px);
}

@media (max-width: 1680px) {
	.index_vvbox .slick_indexvv .slick-list .slick-slide:has(+ .near1) {
		-webkit-transform: translateX(60px);
		-ms-transform: translateX(60px);
		transform: translateX(60px);
	}
}

@media (max-width: 991px) {
	.index_vvbox .slick_indexvv .slick-list .slick-slide:has(+ .near1) {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.index_vvbox .slick_indexvv .slick-list .near1 {
	-webkit-transform: translateX(0) !important;
	-ms-transform: translateX(0) !important;
	transform: translateX(0) !important;
}

.index_vvbox .slick_indexvv .slick-list .slick-active .item .video .video-box .img-box:before {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(81, 2, 44, .2)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(81, 2, 44, .2) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(81, 2, 44, .2) 100%);
}

.index_vvbox .slick_indexvv .item {
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: scale(.8) translateY(18%);
	-ms-transform: scale(.8) translateY(18%);
	transform: scale(.8) translateY(18%);
	border-radius: 20px;
}

@media (max-width: 767px) {
	.index_vvbox .slick_indexvv .item {
		-webkit-transform: scale(1) translateY(0);
		-ms-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
	}
}

.index_vvbox .slick_indexvv .item .video {
	position: relative;
}

.index_vvbox .slick_indexvv .item .video .video-box {
	position: relative;
}

.index_vvbox .slick_indexvv .item .video .video-box .img-box {
	padding-bottom: 72.72727273%;
}

.index_vvbox .slick_indexvv .item .video .video-box .img-box:before {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all .4s;
	transition: all .4s;
	background: rgba(255, 255, 255, .5);
}

.index_vvbox .slick_indexvv .item .video .name {
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 10px 28px 10px;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
}

.index_vvbox .slick_indexvv .item .video .name span {
	display: block;
	margin-bottom: 15px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.index_vvbox .slick_indexvv .item .video .name span:before {
	font-family: 'iconfont' !important;
	font-size: 50px;
	font-style: normal;
	line-height: 1;
	display: block;
	content: '\e689';
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.index_vvbox .slick_indexvv .item .video .name span:before {
		font-size: 40px;
	}
}

.index_vvbox .slick_indexvv .item .video .name p {
	font-family: 'Marcellus';
	font-size: 22px;
	line-height: 1.2;
	overflow: hidden;
	white-space: nowrap;
	text-transform: capitalize;
	text-overflow: ellipsis;
	color: #fff;
}

@media (max-width: 1399px) {
	.index_vvbox .slick_indexvv .item .video .name p {
		font-size: 18px;
	}
}

@media (max-width: 1199px) {
	.index_vvbox .slick_indexvv .item .video .name p {
		font-size: 16px;
	}
}

.index_customer {
	padding: 130px 0 200px;
}

@media (max-width: 1680px) {
	.index_customer {
		padding: 100px 0 160px;
	}
}

@media (max-width: 1469px) {
	.index_customer {
		padding: 50px 0 140px;
	}
}

@media (max-width: 1399px) {
	.index_customer {
		padding: 40px 0 120px;
	}
}

@media (max-width: 1199px) {
	.index_customer {
		padding: 50px 0 100px;
	}
}

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

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

.index_customer .slick_customer .left {
	width: 42%;
	padding-top: 80px;
}

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

.index_customer .slick_customer .left .title {
	text-align: left;
}

.index_customer .slick_customer .left .title span {
	font-size: 20px;
	line-height: 1.2;
	display: block;
	text-transform: capitalize;
	color: #fbacdf;
}

@media (max-width: 1399px) {
	.index_customer .slick_customer .left .title span {
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	.index_customer .slick_customer .left .title span {
		font-size: 16px;
	}
}

.index_customer .slick_customer .left .title h2 {
	margin: 18px 0;
}

@media (max-width: 991px) {
	.index_customer .slick_customer .left .title h2 {
		margin: 15px 0;
	}
}

.index_customer .slick_customer .left .txt p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.875;
	text-transform: capitalize;
	color: #222;
}

@media (max-width: 991px) {
	.index_customer .slick_customer .left .txt p {
		font-size: 15px;
	}
}

.index_customer .slick_customer .left .small_nav {
	max-width: 400px;
	margin-top: 60px;
}

@media (max-width: 1469px) {
	.index_customer .slick_customer .left .small_nav {
		margin-top: 40px;
	}
}

@media (max-width: 1199px) {
	.index_customer .slick_customer .left .small_nav {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.index_customer .slick_customer .left .small_nav {
		max-width: 90%;
	}
}

.index_customer .slick_customer .left .small_nav .slick-list {
	margin: 0 -10px;
}

.index_customer .slick_customer .left .small_nav .slick-list .slick-slide {
	padding: 0 10px;
}

.index_customer .slick_customer .left .small_nav .slick-list .slick-current .pic {
	background-color: #f4e8ec;
}

.index_customer .slick_customer .left .small_nav .pic {
	padding: 6px;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
	border-radius: 50%;
	background-color: transparent;
}

.index_customer .slick_customer .left .small_nav .pic .img-box {
	border-radius: 50%;
}

.index_customer .slick_customer .right {
	width: 53%;
}

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

.index_customer .slick_customer .right .big_pic .slick-list .slick-slide {
	padding: 30px;
}

@media (max-width: 575px) {
	.index_customer .slick_customer .right .big_pic .slick-list .slick-slide {
		padding: 20px;
	}
}

.index_customer .slick_customer .right .big_pic .slick-arrow {
	position: absolute;
	z-index: 2;
	top: 54%;
	left: 5px;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}

@media (max-width: 575px) {
	.index_customer .slick_customer .right .big_pic .slick-arrow {
		left: -5px;
	}
}

.index_customer .slick_customer .right .big_pic .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 55px;
	font-style: normal;
	line-height: 1;
	display: block;
	content: '\e66f';
	-webkit-transition: all .35s;
	transition: all .35s;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	text-align: center;
	opacity: .4;
	color: #fff;
	border-radius: 50%;
	text-shadow: 0 6px 21px rgba(155, 56, 101, .2);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1469px) {
	.index_customer .slick_customer .right .big_pic .slick-arrow:before {
		font-size: 50px;
	}
}

@media (max-width: 575px) {
	.index_customer .slick_customer .right .big_pic .slick-arrow:before {
		font-size: 45px;
	}
}

.index_customer .slick_customer .right .big_pic .slick-arrow:hover:before {
	opacity: 1;
	color: #ffd4ef;
}

.index_customer .slick_customer .right .big_pic .slick-next {
	right: 5px;
	left: auto;
}

@media (max-width: 575px) {
	.index_customer .slick_customer .right .big_pic .slick-next {
		right: -5px;
	}
}

.index_customer .slick_customer .right .big_pic .slick-next:before {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.index_customer .slick_customer .right .big_pic .item {
	position: relative;
	padding-top: 55px;
}

@media (max-width: 1469px) {
	.index_customer .slick_customer .right .big_pic .item {
		padding-top: 50px;
	}
}

@media (max-width: 991px) {
	.index_customer .slick_customer .right .big_pic .item {
		padding-top: 40px;
	}
}

.index_customer .slick_customer .right .big_pic .item .range {
	padding: 80px 80px 30px 80px;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 9px 30px 0 rgba(155, 56, 101, .2);
}

@media (max-width: 1399px) {
	.index_customer .slick_customer .right .big_pic .item .range {
		padding: 70px 50px 30px 50px;
	}
}

@media (max-width: 991px) {
	.index_customer .slick_customer .right .big_pic .item .range {
		padding: 50px 30px 30px 30px;
	}
}

@media (max-width: 575px) {
	.index_customer .slick_customer .right .big_pic .item .range {
		box-shadow: 0 9px 20px 0 rgba(155, 56, 101, .2);
	}
}

.index_customer .slick_customer .right .big_pic .item .pic {
	position: absolute;
	top: 0;
	left: 80px;
	width: 110px;
	padding: 8px;
	-webkit-transition: all .4s;
	transition: all .4s;
	border-radius: 50%;
	background-color: #f4e8ec;
}

@media (max-width: 1399px) {
	.index_customer .slick_customer .right .big_pic .item .pic {
		left: 50px;
		width: 100px;
	}
}

@media (max-width: 991px) {
	.index_customer .slick_customer .right .big_pic .item .pic {
		left: 40px;
		width: 80px;
		padding: 6px;
	}
}

.index_customer .slick_customer .right .big_pic .item .pic .img-box {
	border-radius: 50%;
}

.index_customer .slick_customer .right .big_pic .item .txt p {
	font-family: 'Marcellus';
	font-size: 18px;
	line-height: 2;
	text-transform: capitalize;
	color: #000;
}

@media (max-width: 1469px) {
	.index_customer .slick_customer .right .big_pic .item .txt p {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.index_customer .slick_customer .right .big_pic .item .txt p {
		font-size: 15px;
	}
}

.index_customer .slick_customer .right .big_pic .item .start_box {
	margin: 40px 0 15px;
}

@media (max-width: 991px) {
	.index_customer .slick_customer .right .big_pic .item .start_box {
		margin: 30px 0 15px;
	}
}

@media (max-width: 575px) {
	.index_customer .slick_customer .right .big_pic .item .start_box {
		margin: 20px 0 15px;
	}
}

.index_customer .slick_customer .right .big_pic .item .start_box span {
	display: inline-block;
}

@media (max-width: 991px) {
	.index_customer .slick_customer .right .big_pic .item .start_box span {
		margin: 0;
	}
}

.index_customer .slick_customer .right .big_pic .item .start_box span:before {
	font-family: 'iconfont' !important;
	font-size: 16px;
	font-style: normal;
	line-height: 1;
	display: block;
	content: '\e610';
	color: #cc605e;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 575px) {
	.index_customer .slick_customer .right .big_pic .item .start_box span:before {
		font-size: 15px;
	}
}

.index_customer .slick_customer .right .big_pic .item .name p {
	font-family: 'Marcellus';
	font-size: 18px;
	line-height: 1.2;
	text-transform: capitalize;
	color: #000;
}

@media (max-width: 1469px) {
	.index_customer .slick_customer .right .big_pic .item .name p {
		font-size: 16px;
	}
}

.faq_wrap {
	padding: 100px 0 130px;
}

@media (max-width: 1680px) {
	.faq_wrap {
		padding: 100px 0;
	}
}

@media (max-width: 1469px) {
	.faq_wrap {
		padding: 80px 0;
	}
}

@media (max-width: 1399px) {
	.faq_wrap {
		padding: 70px 0;
	}
}

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

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

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

.faq_wrap .list_box {
	margin-top: 60px;
}

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

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

@media (max-width: 575px) {
	.faq_wrap .list_box {
		margin-top: 30px;
	}
}

.faq_wrap .list_box .faq_tit p {
	font-family: 'Marcellus';
	font-size: 24px;
	line-height: 1.2;
	position: relative;
	padding-left: 20px;
	text-transform: capitalize;
	color: #433e40;
}

@media (max-width: 1199px) {
	.faq_wrap .list_box .faq_tit p {
		font-size: 22px;
	}
}

@media (max-width: 991px) {
	.faq_wrap .list_box .faq_tit p {
		font-size: 20px;
	}
}

.faq_wrap .list_box .faq_tit p:before {
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	width: 2px;
	height: 23px;
	content: '';
	background-color: #fbacdf;
}

@media (max-width: 1199px) {
	.faq_wrap .list_box .faq_tit p:before {
		height: 20px;
	}
}

@media (max-width: 991px) {
	.faq_wrap .list_box .faq_tit p:before {
		height: 16px;
	}
}

.faq_wrap .list {
	margin-top: 20px;
}

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

.faq_wrap .list ul li {
	border-bottom: 1px solid #d9d9d9;
}

.faq_wrap .list ul li.current .item .tit:before {
	color: #fbacdf;
}

.faq_wrap .list ul li.current .item .tit:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.faq_wrap .list .item:hover .tit:before {
	color: #fbacdf;
}

.faq_wrap .list .item .tit {
	position: relative;
	padding: 25px 60px;
	cursor: pointer;
}

@media (max-width: 1199px) {
	.faq_wrap .list .item .tit {
		padding: 22px 60px;
	}
}

@media (max-width: 991px) {
	.faq_wrap .list .item .tit {
		padding: 18px 40px;
	}
}

@media (max-width: 767px) {
	.faq_wrap .list .item .tit {
		padding: 15px 40px;
	}
}

.faq_wrap .list .item .tit:before {
	font-family: 'iconfont' !important;
	font-size: 26px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	top: 24px;
	left: 20px;
	display: block;
	content: '\e8c6';
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #433e40;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.faq_wrap .list .item .tit:before {
		top: 20px;
		left: 15px;
	}
}

@media (max-width: 991px) {
	.faq_wrap .list .item .tit:before {
		font-size: 24px;
		top: 17px;
		left: 0;
	}
}

.faq_wrap .list .item .tit:after {
	font-family: 'iconfont' !important;
	font-size: 24px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	top: 24px;
	right: 0;
	display: block;
	content: '\e660';
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #222;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.faq_wrap .list .item .tit:after {
		font-size: 20px;
		top: 22px;
	}
}

@media (max-width: 991px) {
	.faq_wrap .list .item .tit:after {
		font-size: 18px;
		top: 18px;
	}
}

.faq_wrap .list .item .tit p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-transform: capitalize;
	color: #222;
}

@media (max-width: 991px) {
	.faq_wrap .list .item .tit p {
		font-size: 17px;
	}
}

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

.faq_wrap .list .item .info {
	display: none;
}

.faq_wrap .list .item .info .txt {
	position: relative;
	margin-bottom: 40px;
	padding: 0 90px;
}

@media (max-width: 1199px) {
	.faq_wrap .list .item .info .txt {
		margin-bottom: 30px;
		padding: 0 80px;
	}
}

@media (max-width: 991px) {
	.faq_wrap .list .item .info .txt {
		margin-bottom: 20px;
		padding: 0 60px;
	}
}

@media (max-width: 767px) {
	.faq_wrap .list .item .info .txt {
		padding: 0 60px;
	}
}

.faq_wrap .list .item .info .txt:before {
	position: absolute;
	top: 2px;
	left: 60px;
	display: block;
	width: 2px;
	height: 99%;
	content: '';
	background-color: #fbacdf;
}

@media (max-width: 991px) {
	.faq_wrap .list .item .info .txt:before {
		left: 40px;
	}
}

.faq_wrap .list .item .info .txt p {
	font-size: 15px;
	line-height: 1.6;
	text-transform: capitalize;
	color: #666;
}

@media (max-width: 575px) {
	.faq_wrap .list .item .info .txt p {
		font-size: 14px;
	}
}

.knowledge_wrap {
	position: relative;
	padding: 160px 0 100px;
}

@media (max-width: 1680px) {
	.knowledge_wrap {
		padding: 100px 0;
	}
}

@media (max-width: 1469px) {
	.knowledge_wrap {
		padding: 80px 0;
	}
}

@media (max-width: 1399px) {
	.knowledge_wrap {
		padding: 70px 0;
	}
}

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

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

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

.knowledge_wrap:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 43%;
	content: '';
	background: url(../imgs/knowledge_bg.jpg) no-repeat center;
}

.knowledge_wrap .note p {
	font-size: 15px;
	line-height: 2.13333333;
	text-align: left;
	text-transform: capitalize;
	word-break: break-word;
	color: #666;
}

@media (max-width: 767px) {
	.knowledge_wrap .note p {
		font-size: 14px;
		line-height: 2;
	}
}

.knowledge_wrap .know_link {
	margin: 40px 0 50px;
	border-bottom: 1px solid #d9d9d9;
}

@media (max-width: 1199px) {
	.knowledge_wrap .know_link {
		margin: 30px 0 40px;
	}
}

@media (max-width: 767px) {
	.knowledge_wrap .know_link {
		position: relative;
		z-index: 2;
		overflow-x: auto;
		margin: 20px 0 30px;
		-webkit-overflow-scrolling: touch;
	}
}

.knowledge_wrap .know_link ul {
	width: 100%;
	margin: 0 -25px;
	white-space: nowrap;
}

@media (max-width: 991px) {
	.knowledge_wrap .know_link ul {
		margin: 0 -15px;
	}
}

@media (max-width: 767px) {
	.knowledge_wrap .know_link ul {
		margin: 0 -10px;
	}
}

.knowledge_wrap .know_link ul li {
	display: inline-block;
	padding: 0 25px;
}

@media (max-width: 991px) {
	.knowledge_wrap .know_link ul li {
		padding: 0 15px;
	}
}

@media (max-width: 767px) {
	.knowledge_wrap .know_link ul li {
		padding: 0 10px;
	}
}

.knowledge_wrap .know_link ul li a {
	font-size: 16px;
	line-height: 1.5;
	position: relative;
	display: block;
	padding-bottom: 10px;
	text-transform: capitalize;
	color: #666;
}

@media (max-width: 767px) {
	.knowledge_wrap .know_link ul li a {
		font-size: 15px;
	}
}

.knowledge_wrap .know_link ul li a:after {
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	display: block;
	width: 0;
	height: 3px;
	content: '';
	-webkit-transition: all .5s;
	transition: all .5s;
	background-color: #ffd4ef;
}

@media (max-width: 767px) {
	.knowledge_wrap .know_link ul li a:after {
		bottom: 0;
		height: 2px;
	}
}

.knowledge_wrap .know_link ul li a:hover:after {
	width: 100%;
}

.knowledge_wrap .know_link ul .act a:after {
	width: 100%;
}

.knowledge_wrap .list {
	position: relative;
	z-index: 1;
}

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

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

.knowledge_wrap .list ul li {
	padding: 0 15px;
}

@media (max-width: 991px) {
	.knowledge_wrap .list ul li {
		padding: 0 10px;
	}
}

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

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

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

.knowledge_wrap .list .item .pic {
	display: block;
	overflow: hidden;
	border-radius: 20px;
}

.knowledge_wrap .list .item .pic .img-box {
	padding-bottom: 62.22222222%;
}

.knowledge_wrap .list .item .info {
	margin-top: 20px;
}

.knowledge_wrap .list .item .info a.tit {
	font-family: 'Marcellus';
	font-size: 20px;
	line-height: 1.7;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	height: 68px;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-transform: capitalize;
	color: #433e40;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media (max-width: 1399px) {
	.knowledge_wrap .list .item .info a.tit {
		font-size: 18px;
		height: 61px;
	}
}

@media (max-width: 991px) {
	.knowledge_wrap .list .item .info a.tit {
		font-size: 16px;
		height: 54px;
	}
}

.knowledge_wrap .list .item .info p {
	font-size: 15px;
	line-height: 1.73333333;
	display: -webkit-box;
	overflow: hidden;
	height: 78px;
	margin: 10px 0 30px;
	text-align: left;
	text-transform: capitalize;
	word-break: break-word;
	color: #666;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

@media (max-width: 1199px) {
	.knowledge_wrap .list .item .info p {
		margin: 10px 0 20px;
	}
}

@media (max-width: 991px) {
	.knowledge_wrap .list .item .info p {
		font-size: 14px;
		height: 72px;
	}
}

.knowledge_wrap .list .item .info a.more {
	font-size: 16px;
	line-height: 2.625;
	display: block;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-align: center;
	text-transform: capitalize;
	color: #000;
	border: 1px solid #afafaf;
	border-radius: 6px;
	background-color: #fff;
}

@media (max-width: 991px) {
	.knowledge_wrap .list .item .info a.more {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.knowledge_wrap .list .item .info a.more {
		font-size: 14px;
	}
}

.knowledge_wrap .list .item .info a.more:hover {
	border: 1px solid #ffd4ef;
	background-color: #ffd4ef;
}

.knowledge_wrap .page {
	padding-top: 10px;
}

.news_details .news_title {
	text-align: left;
}

.news_details .news_title b {
	font-family: 'Marcellus';
	font-size: 30px;
	font-weight: normal;
	line-height: 1.2;
	display: block;
	margin: 0;
	color: #222;
}

@media (max-width: 1469px) {
	.news_details .news_title b {
		font-size: 28px;
	}
}

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

@media (max-width: 991px) {
	.news_details .news_title b {
		font-size: 25px;
	}
}

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

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

.news_details .news_box {
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
}

@media (max-width: 991px) {
	.news_details .news_box {
		padding-bottom: 15px;
	}
}

.news_details .news_box .time {
	font-family: 'Marcellus';
	font-size: 16px;
	line-height: 2;
	display: block;
	float: left;
	color: #fbacdf;
}

@media (max-width: 991px) {
	.news_details .news_box .time {
		line-height: 1.5;
		float: none;
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.news_details .news_box .time {
		font-size: 15px;
	}
}

.news_details .news_box .share_box {
	float: right;
}

@media (max-width: 991px) {
	.news_details .news_box .share_box {
		float: none;
		margin-top: 15px;
	}
}

.news_details .news_box .share_box span {
	font-family: 'Marcellus';
	font-size: 16px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	color: #222;
}

@media (max-width: 767px) {
	.news_details .news_box .share_box span {
		font-size: 15px;
	}
}

.news_details .news_box .share_box .a2a_kit {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}

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

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

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

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

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

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

.news_details .news_page {
	position: relative;
	margin-top: 30px;
	border-top: 1px solid #d9d9d9;
}

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

.news_details .news_page .item {
	padding-top: 10px;
	-webkit-transition: all .35s;
	transition: all .35s;
}

.news_details .news_page .item a {
	font-size: 16px;
	line-height: 1.4;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #666;
}

@media (max-width: 991px) {
	.news_details .news_page .item a {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.news_details .news_page .item a {
		font-size: 14px;
	}
}

.news_details .news_page .item a:hover {
	text-decoration: underline !important;
}

.news_details .news_page .prev {
	padding-top: 15px;
}

.news_wrap .range_box .left {
	width: 68.085%;
	padding-right: 30px;
}

@media (max-width: 767px) {
	.news_wrap .range_box .left {
		width: 100%;
		padding-right: 0;
	}
}

.news_wrap .range_box .right {
	width: 31.915%;
}

@media (max-width: 767px) {
	.news_wrap .range_box .right {
		width: 100%;
		padding-right: 0;
	}
}

.news_wrap .range_box .right .news_search {
	margin-top: 60px;
}

@media (max-width: 1469px) {
	.news_wrap .range_box .right .news_search {
		margin-top: 40px;
	}
}

@media (max-width: 991px) {
	.news_wrap .range_box .right .news_search {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.news_wrap .range_box .right .news_search {
		margin-top: 20px;
	}
}

.news_wrap .range_box .right .news_search .ipt {
	position: relative;
	overflow: hidden;
	width: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	background-color: #fff;
}

.news_wrap .range_box .right .news_search .ipt input {
	font-size: 15px;
	line-height: 60px;
	width: 100%;
	padding: 0 50px 0 16px;
	color: #222;
	border: none;
	background-color: transparent;
}

@media (max-width: 1399px) {
	.news_wrap .range_box .right .news_search .ipt input {
		line-height: 50px;
		padding: 0 40px 0 15px;
	}
}

@media (max-width: 767px) {
	.news_wrap .range_box .right .news_search .ipt input {
		line-height: 45px;
	}
}

.news_wrap .range_box .right .news_search .ipt input::-webkit-input-placeholder,
.news_wrap .range_box .right .news_search .ipt textarea::-webkit-input-placeholder {
	color: #888;
}

.news_wrap .range_box .right .news_search .ipt input:-o-placeholder,
.news_wrap .range_box .right .news_search .ipt textarea:-o-placeholder {
	color: #888;
}

.news_wrap .range_box .right .news_search .ipt input::-moz-placeholder,
.news_wrap .range_box .right .news_search .ipt textarea::-moz-placeholder {
	color: #888;
}

.news_wrap .range_box .right .news_search .ipt input:-ms-input-placeholder,
.news_wrap .range_box .right .news_search .ipt textarea:-ms-input-placeholder {
	color: #888;
}

.news_wrap .range_box .right .news_search .ipt input:focus::-webkit-input-placeholder,
.news_wrap .range_box .right .news_search .ipt textarea:focus::-webkit-input-placeholder {
	color: #eee;
}

.news_wrap .range_box .right .news_search .ipt input:focus::-o-placeholder,
.news_wrap .range_box .right .news_search .ipt textarea:focus::-o-placeholder {
	color: #eee;
}

.news_wrap .range_box .right .news_search .ipt input:focus::-moz-placeholder,
.news_wrap .range_box .right .news_search .ipt textarea:focus::-moz-placeholder {
	color: #eee;
}

.news_wrap .range_box .right .news_search .ipt input:focus::-ms-input-placeholder,
.news_wrap .range_box .right .news_search .ipt textarea:focus::-ms-input-placeholder {
	color: #eee;
}

.news_wrap .range_box .right .news_search .submit {
	position: absolute;
	top: 50%;
	right: 15px;
	height: 100%;
	padding: 0;
	-webkit-transition: all .45s;
	transition: all .45s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}

@media (max-width: 1199px) {
	.news_wrap .range_box .right .news_search .submit {
		right: 10px;
	}
}

.news_wrap .range_box .right .news_search .submit:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	font-style: normal;
	line-height: 1;
	display: block;
	content: '\e60e';
	-webkit-transition: all .45s;
	transition: all .45s;
	color: #666;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.news_wrap .range_box .right .news_search .submit:before {
		font-size: 20px;
	}
}

.news_wrap .range_box .right .news_search .submit:hover:before {
	color: #ffd4ef;
}

.news_wrap .range_box .right .list_box {
	margin-top: 50px;
}

@media (max-width: 767px) {
	.news_wrap .range_box .right .list_box {
		margin-top: 30px;
	}
}

.news_wrap .range_box .right .list_box .titl p {
	font-family: 'Marcellus';
	font-size: 20px;
	line-height: 1.2;
	text-transform: capitalize;
	color: #000;
}

@media (max-width: 767px) {
	.news_wrap .range_box .right .list_box .titl p {
		font-size: 18px;
	}
}

.news_wrap .range_box .right .list_box .news_list {
	margin-top: 20px;
}

.news_wrap .range_box .right .list_box .news_list .item {
	display: block;
	margin-bottom: 40px;
}

@media (max-width: 1199px) {
	.news_wrap .range_box .right .list_box .news_list .item {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.news_wrap .range_box .right .list_box .news_list .item {
		margin-bottom: 20px;
	}
}

.news_wrap .range_box .right .list_box .news_list .item:hover p {
	text-decoration: underline !important;
}

.news_wrap .range_box .right .list_box .news_list .item p {
	font-size: 16px;
	line-height: 1.5;
	display: -webkit-box;
	overflow: hidden;
	height: 48px;
	text-transform: capitalize;
	color: #222;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news_wrap .range_box .right .list_box .news_list .item span {
	font-family: 'Marcellus';
	font-size: 15px;
	line-height: 1.2;
	display: block;
	margin-top: 15px;
	text-transform: capitalize;
	color: #666;
}

@media (max-width: 767px) {
	.news_wrap .range_box .right .list_box .news_list .item span {
		font-size: 14px;
		margin-top: 10px;
	}
}

.news_wrap .range_box .right .email_form {
	padding-top: 20px;
}

@media (max-width: 767px) {
	.news_wrap .range_box .right .email_form {
		padding-top: 10px;
	}
}

.news_wrap .range_box .right .email_form .titl p {
	font-family: 'Marcellus';
	font-size: 20px;
	line-height: 1.2;
	text-transform: capitalize;
	color: #000;
}

@media (max-width: 767px) {
	.news_wrap .range_box .right .email_form .titl p {
		font-size: 18px;
	}
}

.news_wrap .range_box .right .email_form .txt {
	margin: 10px 0 15px;
}

.news_wrap .range_box .right .email_form .txt p {
	font-size: 14px;
	line-height: 1.71428571;
	text-transform: capitalize;
	color: #666;
}

.news_wrap .range_box .right .email_form .form_box form {
	position: relative;
	overflow: hidden;
}

.news_wrap .range_box .right .email_form .form_box form input {
	font-size: 14px;
	line-height: 50px;
	width: 100%;
	padding: 0 20px;
	color: #222;
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	background-color: #fff;
}

@media (max-width: 1199px) {
	.news_wrap .range_box .right .email_form .form_box form input {
		padding: 0 40px 0 15px;
	}
}

@media (max-width: 767px) {
	.news_wrap .range_box .right .email_form .form_box form input {
		line-height: 45px;
	}
}

.news_wrap .range_box .right .email_form .form_box form input::-webkit-input-placeholder,
.news_wrap .range_box .right .email_form .form_box form textarea::-webkit-input-placeholder {
	color: #888;
}

.news_wrap .range_box .right .email_form .form_box form input:-o-placeholder,
.news_wrap .range_box .right .email_form .form_box form textarea:-o-placeholder {
	color: #888;
}

.news_wrap .range_box .right .email_form .form_box form input::-moz-placeholder,
.news_wrap .range_box .right .email_form .form_box form textarea::-moz-placeholder {
	color: #888;
}

.news_wrap .range_box .right .email_form .form_box form input:-ms-input-placeholder,
.news_wrap .range_box .right .email_form .form_box form textarea:-ms-input-placeholder {
	color: #888;
}

.news_wrap .range_box .right .email_form .form_box form input:focus::-webkit-input-placeholder,
.news_wrap .range_box .right .email_form .form_box form textarea:focus::-webkit-input-placeholder {
	color: #eee;
}

.news_wrap .range_box .right .email_form .form_box form input:focus::-o-placeholder,
.news_wrap .range_box .right .email_form .form_box form textarea:focus::-o-placeholder {
	color: #eee;
}

.news_wrap .range_box .right .email_form .form_box form input:focus::-moz-placeholder,
.news_wrap .range_box .right .email_form .form_box form textarea:focus::-moz-placeholder {
	color: #eee;
}

.news_wrap .range_box .right .email_form .form_box form input:focus::-ms-input-placeholder,
.news_wrap .range_box .right .email_form .form_box form textarea:focus::-ms-input-placeholder {
	color: #eee;
}

.news_wrap .range_box .right .email_form .form_box .submit {
	font-size: 14px;
	line-height: 3.57142857;
	display: block;
	width: 100%;
	margin-top: 13px;
	padding: 0;
	-webkit-transition: all .45s;
	transition: all .45s;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	border-radius: 6px;
	background-color: #433e40;
}

@media (max-width: 767px) {
	.news_wrap .range_box .right .email_form .form_box .submit {
		line-height: 2.85714286;
	}
}

.news_wrap .range_box .right .email_form .form_box .submit:after {
	font-family: 'iconfont' !important;
	font-style: normal;
	display: inline-block;
	margin-left: 12px;
	content: '\e612';
	-webkit-transition: all .45s;
	transition: all .45s;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.news_wrap .range_box .right .email_form .form_box .submit:hover:after {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}

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

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

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

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

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

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

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

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

@media (max-width: 991px) {
	.news_wrap .list ul li {
		padding: 0 5px;
	}
}

.news_wrap .list .item {
	overflow: hidden;
	margin-bottom: 50px;
	-webkit-transition: all .45s;
	transition: all .45s;
	background-color: #fff;
}

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

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

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

.news_wrap .list .item .pic {
	display: block;
	overflow: hidden;
	border-radius: 20px;
}

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

.news_wrap .list .item .info {
	margin-top: 20px;
	text-align: center;
}

.news_wrap .list .item .info span {
	font-family: 'Marcellus';
	font-size: 15px;
	line-height: 1.2;
	display: block;
	margin-bottom: 10px;
	text-transform: capitalize;
	color: #666;
}

.news_wrap .list .item .info a.tit {
	font-family: 'Marcellus';
	font-size: 20px;
	line-height: 1.7;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	height: 68px;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-transform: capitalize;
	color: #433e40;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media (max-width: 1399px) {
	.news_wrap .list .item .info a.tit {
		font-size: 18px;
		height: 61px;
	}
}

@media (max-width: 991px) {
	.news_wrap .list .item .info a.tit {
		font-size: 16px;
		height: 54px;
	}
}

.news_wrap .list .item .info p {
	font-size: 15px;
	line-height: 1.73333333;
	display: -webkit-box;
	overflow: hidden;
	height: 78px;
	margin: 10px 0 30px;
	text-transform: capitalize;
	word-break: break-word;
	color: #666;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

@media (max-width: 1199px) {
	.news_wrap .list .item .info p {
		margin: 10px 0 20px;
	}
}

@media (max-width: 991px) {
	.news_wrap .list .item .info p {
		font-size: 14px;
		height: 72px;
	}
}

.news_wrap .list .item .info a.more {
	font-size: 16px;
	line-height: 2.625;
	display: block;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-align: center;
	text-transform: capitalize;
	color: #000;
	border: 1px solid #afafaf;
	border-radius: 6px;
	background-color: #fff;
}

@media (max-width: 991px) {
	.news_wrap .list .item .info a.more {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.news_wrap .list .item .info a.more {
		font-size: 14px;
	}
}

.news_wrap .list .item .info a.more:hover {
	border: 1px solid #ffd4ef;
	background-color: #ffd4ef;
}

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

.contact_wrap .xs_pic {
	display: none;
}

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

.contact_wrap .xs_pic img {
	max-width: 100%;
	height: auto !important;
}

.contact_wrap .tit_bg {
	padding: 280px 0 200px;
	background: url(../banner/contact_banner.jpg) no-repeat center;
	background-size: cover;
}

@media (max-width: 1469px) {
	.contact_wrap .tit_bg {
		padding: 260px 0 200px;
	}
}

@media (max-width: 1399px) {
	.contact_wrap .tit_bg {
		padding: 200px 0 200px;
	}
}

@media (max-width: 1199px) {
	.contact_wrap .tit_bg {
		padding: 100px 0 150px;
	}
}

@media (max-width: 991px) {
	.contact_wrap .tit_bg {
		padding: 40px 0 20px;
		background: none;
	}
}

.contact_wrap .tit_bg .title {
	max-width: 510px;
}

@media (max-width: 1199px) {
	.contact_wrap .tit_bg .title {
		max-width: 360px;
	}
}

@media (max-width: 991px) {
	.contact_wrap .tit_bg .title {
		max-width: 100%;
	}
}

.contact_wrap .tit_bg .title p {
	font-size: 16px;
	line-height: 1.875;
	margin-top: 28px;
	text-transform: capitalize;
	color: #433e40;
}

@media (max-width: 991px) {
	.contact_wrap .tit_bg .title p {
		font-size: 15px;
		margin-top: 10px;
	}
}

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

.contact_wrap .cont_box {
	position: relative;
	z-index: 1;
}

.contact_wrap .cont_box .left {
	width: 49%;
	margin-top: -140px;
}

@media (max-width: 1399px) {
	.contact_wrap .cont_box .left {
		margin-top: -100px;
	}
}

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

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

.contact_wrap .cont_box .left .contact_form {
	padding: 45px 50px 50px 50px;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 4px 11px 0 rgba(0, 0, 0, .06);
}

@media (max-width: 1399px) {
	.contact_wrap .cont_box .left .contact_form {
		padding: 40px;
	}
}

@media (max-width: 1199px) {
	.contact_wrap .cont_box .left .contact_form {
		padding: 30px;
	}
}

@media (max-width: 575px) {
	.contact_wrap .cont_box .left .contact_form {
		padding: 20px;
	}
}

.contact_wrap .cont_box .left .contact_form .message_ipt .form_ipt ul {
	margin: 0;
}

.contact_wrap .cont_box .left .contact_form .message_ipt .form_ipt ul li {
	margin-bottom: 18px;
	padding: 0;
}

@media (max-width: 991px) {
	.contact_wrap .cont_box .left .contact_form .message_ipt .form_ipt ul li {
		margin-bottom: 15px;
	}
}

.contact_wrap .cont_box .left .contact_form .message_ipt .form_ipt ul li:last-child {
	margin-bottom: 0;
}

.contact_wrap .cont_box .left .contact_form .message_ipt .form_ipt ul li .for_input {
	position: relative;
}

.contact_wrap .cont_box .left .contact_form .message_ipt .form_ipt ul li .for_textarea label {
	top: 15px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.contact_wrap .cont_box .left .contact_form .message_ipt .form_ipt ul li .for_ed label {
	font-size: 13px;
	top: 8px;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	background-color: #fff;
}

.contact_wrap .cont_box .left .contact_form .message_ipt .form_ipt ul li label {
	font-size: 15px;
	line-height: 1;
	position: absolute;
	top: 50%;
	width: auto;
	height: auto;
	margin: 0 0 0 15px;
	padding: 1px 5px;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
	color: #000;
}

.contact_wrap .cont_box .left .contact_form .message_ipt .form_ipt ul li input,
.contact_wrap .cont_box .left .contact_form .message_ipt .form_ipt ul li textarea {
	font-size: 15px;
	line-height: 50px;
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	color: #fff;
	border: 1px solid #ebecee;
	border-radius: 8px;
	background-color: #fff;
}

@media (max-width: 991px) {
	.contact_wrap .cont_box .left .contact_form .message_ipt .form_ipt ul li input,
	.contact_wrap .cont_box .left .contact_form .message_ipt .form_ipt ul li textarea {
		line-height: 45px;
		height: 45px;
		padding: 0 15px;
	}
}

.contact_wrap .cont_box .left .contact_form .message_ipt .form_ipt ul li input:focus,
.contact_wrap .cont_box .left .contact_form .message_ipt .form_ipt ul li textarea:focus {
	border: 1px solid #ffd4ef;
	box-shadow: none;
}

.contact_wrap .cont_box .left .contact_form .message_ipt .form_ipt ul li textarea {
	line-height: 30px;
	min-height: 140px;
	padding: 10px 20px;
}

@media (max-width: 991px) {
	.contact_wrap .cont_box .left .contact_form .message_ipt .form_ipt ul li textarea {
		padding: 5px 15px;
	}
}

.contact_wrap .cont_box .left .contact_form .message_ipt .form_ipt ul li input::-webkit-input-placeholder,
.contact_wrap .cont_box .left .contact_form .message_ipt .form_ipt ul li textarea::-webkit-input-placeholder {
	color: #666;
}

.contact_wrap .cont_box .left .contact_form .message_ipt .form_ipt ul li input:-o-placeholder,
.contact_wrap .cont_box .left .contact_form .message_ipt .form_ipt ul li textarea:-o-placeholder {
	color: #666;
}

.contact_wrap .cont_box .left .contact_form .message_ipt .form_ipt ul li input::-moz-placeholder,
.contact_wrap .cont_box .left .contact_form .message_ipt .form_ipt ul li textarea::-moz-placeholder {
	color: #666;
}

.contact_wrap .cont_box .left .contact_form .message_ipt .form_ipt ul li input:-ms-input-placeholder,
.contact_wrap .cont_box .left .contact_form .message_ipt .form_ipt ul li textarea:-ms-input-placeholder {
	color: #666;
}

.contact_wrap .cont_box .left .contact_form .message_ipt .form_ipt ul li input:focus::-webkit-input-placeholder,
.contact_wrap .cont_box .left .contact_form .message_ipt .form_ipt ul li textarea:focus::-webkit-input-placeholder {
	color: #fff;
}

.contact_wrap .cont_box .left .contact_form .message_ipt .form_ipt ul li input:focus::-o-placeholder,
.contact_wrap .cont_box .left .contact_form .message_ipt .form_ipt ul li textarea:focus::-o-placeholder {
	color: #fff;
}

.contact_wrap .cont_box .left .contact_form .message_ipt .form_ipt ul li input:focus::-moz-placeholder,
.contact_wrap .cont_box .left .contact_form .message_ipt .form_ipt ul li textarea:focus::-moz-placeholder {
	color: #fff;
}

.contact_wrap .cont_box .left .contact_form .message_ipt .form_ipt ul li input:focus::-ms-input-placeholder,
.contact_wrap .cont_box .left .contact_form .message_ipt .form_ipt ul li textarea:focus::-ms-input-placeholder {
	color: #fff;
}

.contact_wrap .cont_box .left .contact_form .message_ipt .form_ipt ul li button {
	font-size: 16px;
	line-height: 2.875;
	position: relative;
	display: block;
	width: 100%;
	margin-top: 40px;
	padding: 0;
	-webkit-transition: all .45s;
	transition: all .45s;
	text-align: center;
	color: #433e40;
	border: none;
	border-radius: 8px;
	background-color: #ffd4ef;
}

@media (max-width: 1199px) {
	.contact_wrap .cont_box .left .contact_form .message_ipt .form_ipt ul li button {
		margin-top: 0;
	}
}

.contact_wrap .cont_box .left .contact_form .message_ipt .form_ipt ul li button:hover {
	text-decoration: underline !important;
}

.contact_wrap .cont_box .right {
	position: relative;
	width: 51%;
	padding: 60px 0 0 85px;
}

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

@media (max-width: 1199px) {
	.contact_wrap .cont_box .right {
		padding: 40px 0 0 40px;
	}
}

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

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

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

.contact_wrap .cont_box .right .note .txt {
	position: relative;
	margin-top: 45px;
}

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

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

@media (max-width: 575px) {
	.contact_wrap .cont_box .right .note .txt {
		margin-top: 25px;
	}
}

.contact_wrap .cont_box .right .note .txt span {
	font-family: 'Marcellus';
	font-size: 20px;
	line-height: 1.2;
	display: block;
	margin-bottom: 8px;
	text-transform: capitalize;
	color: #222;
}

@media (max-width: 767px) {
	.contact_wrap .cont_box .right .note .txt span {
		font-size: 18px;
	}
}

.contact_wrap .cont_box .right .note .txt p {
	font-size: 15px;
	line-height: 1.6;
	text-transform: capitalize;
	color: #444;
}

.contact_wrap .cont_box .right .note .txt p a:hover {
	text-decoration: underline !important;
}

.contact_wrap .cont_box .right .note .whatsapp span {
	padding-top: 10px;
}

.contact_wrap .cont_box .right .note .whatsapp .w_code {
	position: absolute;
	top: 0;
	left: 160px;
	width: 75px;
	padding: 5px;
	border: 1px solid #d9d9d9;
	border-radius: 6px;
}

.contact_wrap .map .map-content {
	height: 500px;
	/*border: 1px solid saddlebrown;*/
}

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

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

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

.product_wrap {
	overflow: hidden;
	padding-bottom: 100px;
}

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

@media (max-width: 1469px) {
	.product_wrap {
		padding-bottom: 80px;
	}
}

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

@media (max-width: 1199px) {
	.product_wrap {
		margin-top: 0;
		padding-bottom: 60px;
	}
}

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

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

.product_wrap .location {
	padding: 14px 0;
	background-color: #f9f7f7;
}

.product_wrap .location ul li {
	display: inline-block;
}

.product_wrap .location ul li:first-child a:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-right: 10px;
	content: '\e61d';
	color: #444;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.product_wrap .location ul li a {
	font-size: 15px;
	line-height: 1.2;
	display: block;
	text-transform: capitalize;
	color: #444;
}

.product_wrap .location ul li a:after {
	display: inline-block;
	margin-left: 5px;
	content: '>';
}

.product_wrap .location ul li a:hover {
	text-decoration: underline !important;
}

.product_wrap .tit_box {
	margin: 50px 0;
}

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

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

@media (max-width: 767px) {
	.product_wrap .tit_box {
		margin: 30px 0 20px;
	}
}

.product_wrap .tit_box .txt {
	margin-top: 18px;
}

@media (max-width: 991px) {
	.product_wrap .tit_box .txt {
		margin-top: 15px;
	}
}

.product_wrap .tit_box .txt p {
	font-size: 15px;
	line-height: 2;
	text-transform: capitalize;
	color: #666;
}

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

.product_wrap .left {
	position: relative;
	width: 23.405%;
}

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

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

.product_wrap .left .menu .menu1 {
	margin-top: -20px;
}

.product_wrap .left .menu .menu1>li {
	border-bottom: 1px solid #d9d9d9;
}

.product_wrap .left .menu .menu1>li>a {
	font-family: 'Marcellus';
	font-size: 16px;
	line-height: 1.5;
	position: relative;
	display: block;
	padding: 22px 40px 10px 0;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-transform: uppercase;
	color: #433e40;
}

.product_wrap .left .menu .menu1>li>a:after {
	font-family: 'iconfont' !important;
	font-size: 15px;
	font-style: normal;
	position: absolute;
	top: 22px;
	right: 10px;
	display: block;
	content: '\e8d4';
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #666;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1399px) {
	.product_wrap .left .menu .menu1>li>a:after {
		font-size: 14px;
		top: 23px;
	}
}

@media (max-width: 1199px) {
	.product_wrap .left .menu .menu1>li>a:after {
		top: 25px;
		right: 10px;
	}
}

.product_wrap .left .menu .menu1>li:hover>a,
.product_wrap .left .menu .menu1>li.active>a {
	color: #fbacdf;
}

.product_wrap .left .menu .menu1>li:hover>a:after,
.product_wrap .left .menu .menu1>li.active>a:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.product_wrap .left .menu .menu2 {
	display: none;
	margin-bottom: 15px;
	padding: 10px 0;
	background-color: #fae6ea;
}

.product_wrap .left .menu .menu2>li {
	position: relative;
	cursor: pointer;
}

.product_wrap .left .menu .menu2>li>a {
	font-size: 14px;
	line-height: 1.71428571;
	position: relative;
	display: block;
	padding: 5px 20px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-transform: capitalize;
	color: #666;
}

@media (max-width: 1199px) {
	.product_wrap .left .menu .menu2>li>a {
		padding: 4px 15px;
	}
}

.product_wrap .left .menu .menu2>li:hover>a,
.product_wrap .left .menu .menu2>li.active>a {
	text-decoration: underline !important;
}

.product_wrap .left .menu .menu3 {
	display: none;
	padding: 5px 30px;
}

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

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

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

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

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

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

@media (max-width: 767px) {
	.product_wrap .right .m_location {
		margin-bottom: 15px;
	}
}

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

@media (max-width: 767px) {
	.product_wrap .right .m_location ul {
		margin: 0 -8px;
	}
}

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

@media (max-width: 767px) {
	.product_wrap .right .m_location ul li {
		padding: 0 8px;
	}
}

.product_wrap .right .m_location ul li a {
	font-family: 'Marcellus';
	font-size: 16px;
	line-height: 2;
	display: block;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-transform: uppercase;
	color: #333;
}

@media (max-width: 575px) {
	.product_wrap .right .m_location ul li a {
		font-size: 15px;
	}
}

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

.product_wrap .right .prod_no {
	margin-bottom: 50px;
}

@media (max-width: 1199px) {
	.product_wrap .right .prod_no {
		padding-left: 30px;
	}
}

@media (max-width: 991px) {
	.product_wrap .right .prod_no {
		margin-top: 20px;
		margin-bottom: 30px;
		padding-left: 0;
	}
}

.product_wrap .right .prod_no .search_no h3 {
	font-family: 'Marcellus';
	font-size: 24px;
	margin: 0 0 20px;
}

@media (max-width: 991px) {
	.product_wrap .right .prod_no .search_no h3 {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.product_wrap .right .prod_no .search_no h3 {
		font-size: 20px;
	}
}

.product_wrap .right .prod_no .search_no p {
	margin: 0;
	padding: 10px;
	color: #ab7640;
	border: 1px solid #faebcc;
	border-radius: 5px;
	background-color: #fcf8e3;
}

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

.product_wrap .right .prod_lists ul {
	margin: 0 -15px;
}

@media (max-width: 1399px) {
	.product_wrap .right .prod_lists ul {
		margin: 0 -10px;
	}
}

@media (max-width: 767px) {
	.product_wrap .right .prod_lists ul {
		margin: 0 -5px;
	}
}

.product_wrap .right .prod_lists ul li {
	padding: 0 15px;
}

@media (max-width: 1399px) {
	.product_wrap .right .prod_lists ul li {
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.product_wrap .right .prod_lists ul li {
		padding: 0 5px;
	}
}

.product_wrap .right .prod_lists .item {
	display: block;
	margin-bottom: 30px;
	-webkit-transition: all .4s;
	transition: all .4s;
	border: 1px solid #d9d9d9;
	border-radius: 20px;
	background-color: #fff;
}

@media (max-width: 1399px) {
	.product_wrap .right .prod_lists .item {
		margin-bottom: 20px;
	}
}

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

.product_wrap .right .prod_lists .item:hover .info .name {
	color: #fbacdf;
}

.product_wrap .right .prod_lists .item .pic {
	display: block;
	overflow: hidden;
	width: 81%;
	margin: 15px auto;
	border-radius: 15px;
}

@media (max-width: 767px) {
	.product_wrap .right .prod_lists .item .pic {
		width: 90%;
		margin: 10px auto 15px;
	}
}

.product_wrap .right .prod_lists .item .info {
	position: relative;
	padding-bottom: 15px;
}

@media (max-width: 1399px) {
	.product_wrap .right .prod_lists .item .info {
		padding-bottom: 10px;
	}
}

.product_wrap .right .prod_lists .item .info .name {
	font-family: 'Marcellus';
	font-size: 18px;
	line-height: 2.22222222;
	display: block;
	overflow: hidden;
	padding: 0 60px 0 16px;
	-webkit-transition: all .4s;
	transition: all .4s;
	white-space: nowrap;
	text-transform: capitalize;
	text-overflow: ellipsis;
	color: #433e40;
}

@media (max-width: 1199px) {
	.product_wrap .right .prod_lists .item .info .name {
		font-size: 16px;
		padding: 0 60px 0 10px;
	}
}

@media (max-width: 767px) {
	.product_wrap .right .prod_lists .item .info .name {
		font-size: 15px;
		padding: 0 50px 0 10px;
	}
}

.product_wrap .right .prod_lists .item .info .add_btn {
	position: absolute;
	right: 15px;
	bottom: 15px;
	display: block;
	width: 40px;
	height: 40px;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	border-radius: 50%;
	background-color: #f9f7f7;
}

@media (max-width: 1399px) {
	.product_wrap .right .prod_lists .item .info .add_btn {
		right: 10px;
		bottom: 10px;
	}
}

@media (max-width: 991px) {
	.product_wrap .right .prod_lists .item .info .add_btn {
		right: 10px;
		bottom: 10px;
	}
}

@media (max-width: 767px) {
	.product_wrap .right .prod_lists .item .info .add_btn {
		right: 5px;
		bottom: 5px;
	}
}

.product_wrap .right .prod_lists .item .info .add_btn:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	line-height: 40px;
	display: block;
	content: '\e66b';
	color: #433e40;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.product_wrap .right .prod_lists .item .info .add_btn:hover {
	background-color: #ffd4ef;
}

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

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

.product_details {
	position: relative;
}

.product_details:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 43%;
	content: '';
	background: url(../imgs/knowledge_bg.jpg) no-repeat center;
}

.product_details_wrap .product_box {
	padding-bottom: 50px;
}

@media (max-width: 1469px) {
	.product_details_wrap .product_box {
		padding-bottom: 30px;
	}
}

@media (max-width: 1399px) {
	.product_details_wrap .product_box {
		padding-bottom: 20px;
	}
}

.product_details_wrap .product_box .lef {
	position: relative;
	z-index: 1;
	width: 42.554%;
}

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

@media (max-width: 767px) {
	.product_details_wrap .product_box .lef {
		width: 70%;
		margin: auto;
	}
}

@media (max-width: 767px) {
	.product_details_wrap .product_box .lef {
		float: none;
		width: 100%;
		margin: auto;
	}
}

.product_details_wrap .product_box .lef .product_show {
	font-size: 0;
	padding-bottom: 70px;
}

@media (max-width: 1469px) {
	.product_details_wrap .product_box .lef .product_show {
		padding-bottom: 50px;
	}
}

@media (max-width: 1399px) {
	.product_details_wrap .product_box .lef .product_show {
		padding-bottom: 40px;
	}
}

.product_details_wrap .product_box .lef .product_show .slick-dots {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
}

.product_details_wrap .product_box .lef .product_show .slick-dots li {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 50%;
	background-color: #d9d9d9;
}

@media (max-width: 767px) {
	.product_details_wrap .product_box .lef .product_show .slick-dots li {
		width: 8px;
		height: 8px;
	}
}

.product_details_wrap .product_box .lef .product_show .slick-dots li button {
	display: none;
}

.product_details_wrap .product_box .lef .product_show .slick-dots .slick-active {
	background-color: #433e40;
}

.product_details_wrap .product_box .lef .product_show .pic {
	overflow: hidden;
	border: 1px solid #d9d9d9;
	border-radius: 14px;
}

.product_details_wrap .product_box .lef .product_show .prod_vv iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.product_details_wrap .product_box .lef .share_box {
	margin-top: -16px;
}

@media (max-width: 1469px) {
	.product_details_wrap .product_box .lef .share_box {
		margin-top: 30px;
	}
}

.product_details_wrap .product_box .lef .share_box span {
	font-size: 15px;
	line-height: 1.2;
	display: inline-block;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #333;
}

@media (max-width: 767px) {
	.product_details_wrap .product_box .lef .share_box span {
		font-size: 14px;
	}
}

.product_details_wrap .product_box .lef .share_box .share_tool {
	display: inline-block;
	vertical-align: middle;
}

.product_details_wrap .product_box .rig {
	position: relative;
	width: 57.446%;
}

@media (max-width: 991px) {
	.product_details_wrap .product_box .rig {
		float: none;
		width: 100%;
		margin-top: 15px;
	}
}

@media (max-width: 767px) {
	.product_details_wrap .product_box .rig {
		float: none;
		width: 100%;
	}
}

.product_details_wrap .product_box .rig:before {
	position: absolute;
	top: 95px;
	left: -150px;
	display: block;
	width: 120%;
	height: 94%;
	content: '';
	border-radius: 20px;
	background-color: #f9f7f7;
}

@media (max-width: 1469px) {
	.product_details_wrap .product_box .rig:before {
		top: 70px;
	}
}

@media (max-width: 1399px) {
	.product_details_wrap .product_box .rig:before {
		top: 60px;
		left: -120px;
	}
}

@media (max-width: 1199px) {
	.product_details_wrap .product_box .rig:before {
		top: 50px;
	}
}

@media (max-width: 991px) {
	.product_details_wrap .product_box .rig:before {
		left: 0;
		width: 100%;
		height: 97%;
	}
}

@media (max-width: 575px) {
	.product_details_wrap .product_box .rig:before {
		top: 30px;
		height: 100%;
	}
}

.product_details_wrap .product_box .rig .prod_info {
	position: relative;
	z-index: 1;
	padding: 20px 60px 0 60px;
	padding-top: 20px;
}

@media (max-width: 1469px) {
	.product_details_wrap .product_box .rig .prod_info {
		padding: 0 40px 0 40px;
	}
}

@media (max-width: 1399px) {
	.product_details_wrap .product_box .rig .prod_info {
		padding: 0 30px 0 30px;
	}
}

@media (max-width: 1199px) {
	.product_details_wrap .product_box .rig .prod_info {
		padding: 0 20px 0 20px;
	}
}

.product_details_wrap .product_box .rig .prod_info .tit span {
	font-family: 'Marcellus';
	font-size: 64px;
	line-height: 1.2;
	display: block;
	margin-bottom: 20px;
	text-transform: capitalize;
	color: #ebebeb;
}

@media (max-width: 1469px) {
	.product_details_wrap .product_box .rig .prod_info .tit span {
		font-size: 60px;
	}
}

@media (max-width: 1399px) {
	.product_details_wrap .product_box .rig .prod_info .tit span {
		font-size: 50px;
	}
}

@media (max-width: 1199px) {
	.product_details_wrap .product_box .rig .prod_info .tit span {
		font-size: 40px;
	}
}

@media (max-width: 991px) {
	.product_details_wrap .product_box .rig .prod_info .tit span {
		font-size: 35px;
	}
}

@media (max-width: 767px) {
	.product_details_wrap .product_box .rig .prod_info .tit span {
		font-size: 30px;
	}
}

@media (max-width: 575px) {
	.product_details_wrap .product_box .rig .prod_info .tit span {
		font-size: 26px;
	}
}

.product_details_wrap .product_box .rig .prod_info .tit p {
	font-family: 'Marcellus';
	font-size: 32px;
	line-height: 1.2;
	text-transform: capitalize;
	color: #433e40;
}

@media (max-width: 1469px) {
	.product_details_wrap .product_box .rig .prod_info .tit p {
		font-size: 30px;
	}
}

@media (max-width: 1399px) {
	.product_details_wrap .product_box .rig .prod_info .tit p {
		font-size: 28px;
	}
}

@media (max-width: 1199px) {
	.product_details_wrap .product_box .rig .prod_info .tit p {
		font-size: 26px;
	}
}

@media (max-width: 991px) {
	.product_details_wrap .product_box .rig .prod_info .tit p {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.product_details_wrap .product_box .rig .prod_info .tit p {
		font-size: 22px;
	}
}

@media (max-width: 575px) {
	.product_details_wrap .product_box .rig .prod_info .tit p {
		font-size: 20px;
	}
}

.product_details_wrap .product_box .rig .msg {
	margin: 15px 0 10px;
}

.product_details_wrap .product_box .rig .msg b {
	font-family: 'Marcellus';
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2;
	display: block;
	margin-bottom: 5px;
	text-transform: capitalize;
	color: #433e40;
}

.product_details_wrap .product_box .rig .msg .txt p {
	font-size: 18px;
	line-height: 1.73333333;
	text-transform: capitalize;
	color: #666;
}

@media (max-width: 1399px) {
	.product_details_wrap .product_box .rig .msg .txt p {
		font-size: 16px;
	}
}

@media (max-width: 1199px) {
	.product_details_wrap .product_box .rig .msg .txt p {
		font-size: 15px;
	}
}

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

.product_details_wrap .product_box .rig .choose_box {
	margin-bottom: 20px;
}

@media (max-width: 1399px) {
	.product_details_wrap .product_box .rig .choose_box {
		margin-bottom: 15px;
	}
}

.product_details_wrap .product_box .rig .choose_box b {
	font-family: 'Marcellus';
	font-size: 16px;
	font-weight: normal;
	line-height: 1.625;
	display: block;
	text-transform: uppercase;
	color: #222;
}

.product_details_wrap .product_box .rig .choose_box .choose_list {
	margin-top: 15px;
}

@media (max-width: 1399px) {
	.product_details_wrap .product_box .rig .choose_box .choose_list {
		margin-top: 10px;
	}
}

.product_details_wrap .product_box .rig .choose_box .choose_list ul {
	margin: 0 -10px;
}

@media (max-width: 1399px) {
	.product_details_wrap .product_box .rig .choose_box .choose_list ul {
		margin: 0 -5px;
	}
}

.product_details_wrap .product_box .rig .choose_box .choose_list ul li {
	float: left;
	width: 12.5%;
	padding: 0 10px;
}

@media (max-width: 1399px) {
	.product_details_wrap .product_box .rig .choose_box .choose_list ul li {
		padding: 0 5px;
	}
}

@media (max-width: 1199px) {
	.product_details_wrap .product_box .rig .choose_box .choose_list ul li {
		width: 16%;
	}
}

@media (max-width: 575px) {
	.product_details_wrap .product_box .rig .choose_box .choose_list ul li {
		width: 25%;
	}
}

.product_details_wrap .product_box .rig .choose_box .choose_list ul .active .item p {
	color: #433e40;
	border: 1px solid #ffd4ef;
	background-color: #ffd4ef;
	box-shadow: 0 4px 4px 0 rgba(227, 164, 165, .2);
}

.product_details_wrap .product_box .rig .choose_box .choose_list .item {
	overflow: hidden;
	margin-bottom: 10px;
	cursor: pointer;
	text-align: center;
}

.product_details_wrap .product_box .rig .choose_box .choose_list .item:hover p {
	color: #433e40;
	border: 1px solid #ffd4ef;
	background-color: #ffd4ef;
	box-shadow: 0 4px 4px 0 rgba(227, 164, 165, .2);
}

.product_details_wrap .product_box .rig .choose_box .choose_list .item p {
	font-size: 14px;
	line-height: 1.85714286;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-transform: capitalize;
	color: rgba(153, 153, 153, .6);
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	background-color: #fff;
}

.product_details_wrap .product_box .rig .prod_btn {
	margin-top: 40px;
}

@media (max-width: 1469px) {
	.product_details_wrap .product_box .rig .prod_btn {
		margin: 30px 0 20px;
	}
}

@media (max-width: 1399px) {
	.product_details_wrap .product_box .rig .prod_btn {
		margin: 20px 0 10px;
	}
}

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

.product_details_wrap .product_box .rig .prod_btn a {
	font-family: 'Marcellus';
	font-size: 16px;
	line-height: 3.125;
	display: block;
	width: 200px;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	text-transform: capitalize;
	color: #fff;
	border-radius: 6px;
	background-color: #433e40;
}

@media (max-width: 1469px) {
	.product_details_wrap .product_box .rig .prod_btn a {
		font-size: 15px;
		width: 180px;
	}
}

@media (max-width: 1199px) {
	.product_details_wrap .product_box .rig .prod_btn a {
		font-size: 14px;
	}
}

@media (max-width: 991px) {
	.product_details_wrap .product_box .rig .prod_btn a {
		line-height: 3;
	}
}

@media (max-width: 575px) {
	.product_details_wrap .product_box .rig .prod_btn a {
		float: none;
	}
}

.product_details_wrap .product_box .rig .prod_btn a:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-right: 15px;
	content: '\e662';
	vertical-align: text-bottom;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.product_details_wrap .product_box .rig .prod_btn a:hover {
	color: #433e40;
	background-color: #ffd4ef;
}

.product_details_wrap .product_box .rig .prod_btn .add_btn {
	margin-right: 18px;
}

@media (max-width: 1199px) {
	.product_details_wrap .product_box .rig .prod_btn .add_btn {
		margin-right: 15px;
	}
}

@media (max-width: 575px) {
	.product_details_wrap .product_box .rig .prod_btn .add_btn {
		margin-bottom: 10px;
		margin-left: 0;
	}
}

.product_details_wrap .product_box .rig .prod_btn .add_btn:before {
	font-size: 20px;
	content: '\e66b';
}

.product_details_wrap .info_padt {
	margin-top: 120px;
}

@media (max-width: 1680px) {
	.product_details_wrap .info_padt {
		margin-top: 80px;
	}
}

@media (max-width: 1469px) {
	.product_details_wrap .info_padt {
		margin-top: 80px;
	}
}

@media (max-width: 1399px) {
	.product_details_wrap .info_padt {
		margin-top: 70px;
	}
}

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

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

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

.product_details_wrap .info_title p {
	font-family: 'Marcellus';
	font-size: 30px;
	line-height: 1.2;
	display: block;
	-webkit-transition: all .45s;
	transition: all .45s;
	text-transform: capitalize;
	color: #433e40;
}

@media (max-width: 1399px) {
	.product_details_wrap .info_title p {
		font-size: 28px;
	}
}

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

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

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

@media (max-width: 575px) {
	.product_details_wrap .info_title p {
		font-size: 20px;
	}
}

.product_details_wrap .product_info {
	position: relative;
	z-index: 1;
}

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

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

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

.product_details_wrap .product_info .text p {
	font-size: 18px;
	line-height: 1.73333333;
	text-transform: capitalize;
	color: #666;
}

@media (max-width: 1399px) {
	.product_details_wrap .product_info .text p {
		font-size: 16px;
	}
}

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

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

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

.product_details_wrap .product_inquire {
	position: relative;
	z-index: 1;
}

.product_details_wrap .product_inquire .inquire_form {
	margin-top: 30px;
}

@media (max-width: 1399px) {
	.product_details_wrap .product_inquire .inquire_form {
		margin-top: 25px;
	}
}

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

.product_details_wrap .product_inquire .inquire_form .form_ipt ul {
	margin: 0 -10px;
}

.product_details_wrap .product_inquire .inquire_form .form_ipt ul li {
	margin-bottom: 20px;
	padding: 0 10px;
}

@media (max-width: 991px) {
	.product_details_wrap .product_inquire .inquire_form .form_ipt ul li {
		margin-bottom: 15px;
	}
}

.product_details_wrap .product_inquire .inquire_form .form_ipt ul li:first-child input {
	font-size: 20px;
	line-height: 66px;
	height: 66px;
	color: #433e40;
	border: 1px solid #ffd4ef;
	border-radius: 8px;
	background-color: #ffd4ef;
}

@media (max-width: 1469px) {
	.product_details_wrap .product_inquire .inquire_form .form_ipt ul li:first-child input {
		font-size: 18px;
		line-height: 60px;
		height: 60px;
	}
}

@media (max-width: 1399px) {
	.product_details_wrap .product_inquire .inquire_form .form_ipt ul li:first-child input {
		line-height: 55px;
		height: 55px;
	}
}

@media (max-width: 1199px) {
	.product_details_wrap .product_inquire .inquire_form .form_ipt ul li:first-child input {
		line-height: 50px;
		height: 50px;
	}
}

.delimiter {
	display: none;
}

@media (max-width: 991px) {
	.product_details_wrap .product_inquire .inquire_form .form_ipt ul li:first-child input {
		font-size: 16px;
	}
}

.product_details_wrap .product_inquire .inquire_form .form_ipt ul li:first-child input:focus {
	border: 1px solid #ffd4ef;
}

.product_details_wrap .product_inquire .inquire_form .form_ipt ul li:last-child {
	margin-bottom: 0;
}

.product_details_wrap .product_inquire .inquire_form .form_ipt ul li .for_input {
	position: relative;
}

.product_details_wrap .product_inquire .inquire_form .form_ipt ul li .for_textarea label {
	top: 20px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.product_details_wrap .product_inquire .inquire_form .form_ipt ul li .for_ed label {
	font-size: 13px;
	top: 8px;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	background-color: #f4f6f8;
}

.product_details_wrap .product_inquire .inquire_form .form_ipt ul li label {
	font-size: 15px;
	line-height: 1;
	position: absolute;
	top: 50%;
	width: auto;
	height: auto;
	margin: 0 0 0 15px;
	padding: 1px 5px;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
	color: #000;
}

.product_details_wrap .product_inquire .inquire_form .form_ipt ul li input,
.product_details_wrap .product_inquire .inquire_form .form_ipt ul li textarea {
	font-size: 15px;
	line-height: 60px;
	display: block;
	width: 100%;
	height: 60px;
	padding: 0 20px;
	color: #000;
	border: 1px solid #f4f4f4;
	border-radius: 0;
	background-color: #f4f4f4;
}

@media (max-width: 1399px) {
	.product_details_wrap .product_inquire .inquire_form .form_ipt ul li input,
	.product_details_wrap .product_inquire .inquire_form .form_ipt ul li textarea {
		line-height: 55px;
		height: 55px;
	}
}

@media (max-width: 1199px) {
	.product_details_wrap .product_inquire .inquire_form .form_ipt ul li input,
	.product_details_wrap .product_inquire .inquire_form .form_ipt ul li textarea {
		line-height: 50px;
		height: 50px;
	}
}

@media (max-width: 991px) {
	.product_details_wrap .product_inquire .inquire_form .form_ipt ul li input,
	.product_details_wrap .product_inquire .inquire_form .form_ipt ul li textarea {
		line-height: 45px;
		height: 45px;
		padding: 0 15px;
	}
}

.product_details_wrap .product_inquire .inquire_form .form_ipt ul li input:focus,
.product_details_wrap .product_inquire .inquire_form .form_ipt ul li textarea:focus {
	border: 1px solid #ffd4ef;
	box-shadow: none;
}

.product_details_wrap .product_inquire .inquire_form .form_ipt ul li textarea {
	line-height: 30px;
	min-height: 330px;
	padding: 10px 20px;
}

@media (max-width: 1199px) {
	.product_details_wrap .product_inquire .inquire_form .form_ipt ul li textarea {
		min-height: 260px;
	}
}

@media (max-width: 991px) {
	.product_details_wrap .product_inquire .inquire_form .form_ipt ul li textarea {
		min-height: 200px;
		padding: 5px 15px;
	}
}

.product_details_wrap .product_inquire .inquire_form .form_ipt ul li button {
	font-size: 15px;
	line-height: 3.06666667;
	position: relative;
	display: block;
	width: 200px;
	margin: auto;
	margin-top: 36px;
	padding: 0;
	-webkit-transition: all .45s;
	transition: all .45s;
	text-align: center;
	color: #fff;
	border: none;
	border-radius: 6px;
	background-color: #433e40;
}

@media (max-width: 1469px) {
	.product_details_wrap .product_inquire .inquire_form .form_ipt ul li button {
		margin-top: 20px;
	}
}

@media (max-width: 1199px) {
	.product_details_wrap .product_inquire .inquire_form .form_ipt ul li button {
		width: 180px;
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.product_details_wrap .product_inquire .inquire_form .form_ipt ul li button {
		line-height: 2.8;
	}
}

.product_details_wrap .product_inquire .inquire_form .form_ipt ul li button:hover {
	color: #433e40;
	background-color: #ffd4ef;
}

.product_details_wrap .product_related {
	position: relative;
	z-index: 1;
}

.product_details_wrap .product_related .titl_box .related_btn {
	margin: 5px -20px 0 -20px;
}

@media (max-width: 575px) {
	.product_details_wrap .product_related .titl_box .related_btn {
		margin: 0 -15px;
	}
}

.product_details_wrap .product_related .titl_box .related_btn .arrow_btn {
	position: relative;
	padding: 0 20px;
	cursor: pointer;
}

@media (max-width: 575px) {
	.product_details_wrap .product_related .titl_box .related_btn .arrow_btn {
		padding: 0 15px;
	}
}

.product_details_wrap .product_related .titl_box .related_btn .arrow_btn:hover:before {
	color: #fbacdf;
}

.product_details_wrap .product_related .titl_box .related_btn .arrow_btn:before {
	font-family: 'iconfont' !important;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.2;
	display: block;
	content: '\e727';
	-webkit-transition: all .45s;
	transition: all .45s;
	color: #433e40;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1199px) {
	.product_details_wrap .product_related .titl_box .related_btn .arrow_btn:before {
		font-size: 22px;
	}
}

.product_details_wrap .product_related .titl_box .related_btn .next:before {
	content: '\e728';
}

.product_details_wrap .product_related .titl_box .related_btn .next:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 1px;
	height: 12px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #d9d9d9;
}

.product_details_wrap .product_related .list {
	margin-top: 30px;
}

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

.product_details_wrap .product_related .list .slick_related {
	font-size: 0;
}

.product_details_wrap .product_related .list .slick_related .slick-list {
	margin: 0 -15px;
}

@media (max-width: 1469px) {
	.product_details_wrap .product_related .list .slick_related .slick-list {
		margin: 0 -10px;
	}
}

@media (max-width: 767px) {
	.product_details_wrap .product_related .list .slick_related .slick-list {
		margin: 0 -5px;
	}
}

.product_details_wrap .product_related .list .slick_related .slick-list .slick-slide {
	padding: 0 15px;
}

@media (max-width: 1469px) {
	.product_details_wrap .product_related .list .slick_related .slick-list .slick-slide {
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.product_details_wrap .product_related .list .slick_related .slick-list .slick-slide {
		padding: 0 5px;
	}
}

.product_details_wrap .product_related .list .slick_related .item {
	display: block;
	-webkit-transition: all .4s;
	transition: all .4s;
	border: 1px solid #d9d9d9;
	border-radius: 20px;
	background-color: #fff;
}

.product_details_wrap .product_related .list .slick_related .item:hover .info .name {
	color: #fbacdf;
}

.product_details_wrap .product_related .list .slick_related .item .pic {
	display: block;
	overflow: hidden;
	width: 81%;
	margin: 15px auto;
	border-radius: 15px;
}

@media (max-width: 767px) {
	.product_details_wrap .product_related .list .slick_related .item .pic {
		width: 90%;
		margin: 10px auto 15px;
	}
}

.product_details_wrap .product_related .list .slick_related .item .info {
	position: relative;
	padding-bottom: 15px;
}

@media (max-width: 1399px) {
	.product_details_wrap .product_related .list .slick_related .item .info {
		padding-bottom: 10px;
	}
}

.product_details_wrap .product_related .list .slick_related .item .info .name {
	font-family: 'Marcellus';
	font-size: 18px;
	line-height: 2.22222222;
	display: block;
	overflow: hidden;
	padding: 0 60px 0 16px;
	-webkit-transition: all .4s;
	transition: all .4s;
	white-space: nowrap;
	text-transform: capitalize;
	text-overflow: ellipsis;
	color: #433e40;
}

@media (max-width: 1199px) {
	.product_details_wrap .product_related .list .slick_related .item .info .name {
		font-size: 16px;
		padding: 0 60px 0 10px;
	}
}

@media (max-width: 767px) {
	.product_details_wrap .product_related .list .slick_related .item .info .name {
		font-size: 15px;
		padding: 0 50px 0 10px;
	}
}

.product_details_wrap .product_related .list .slick_related .item .info .add_btn {
	position: absolute;
	right: 15px;
	bottom: 15px;
	display: block;
	width: 40px;
	height: 40px;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	border-radius: 50%;
	background-color: #f9f7f7;
}

@media (max-width: 1399px) {
	.product_details_wrap .product_related .list .slick_related .item .info .add_btn {
		right: 10px;
		bottom: 10px;
	}
}

@media (max-width: 991px) {
	.product_details_wrap .product_related .list .slick_related .item .info .add_btn {
		right: 10px;
		bottom: 10px;
	}
}

@media (max-width: 767px) {
	.product_details_wrap .product_related .list .slick_related .item .info .add_btn {
		right: 5px;
		bottom: 5px;
	}
}

.product_details_wrap .product_related .list .slick_related .item .info .add_btn:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	line-height: 40px;
	display: block;
	content: '\e66b';
	color: #433e40;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.product_details_wrap .product_related .list .slick_related .item .info .add_btn:hover {
	background-color: #ffd4ef;
}

.inquire_vehicle .vehicle_box .lists_title {
	margin-top: 30px;
	border: solid 1px #d5d5d5;
	background-color: #ebebeb;
}

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

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

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

.inquire_vehicle .vehicle_box .lists_title ul li:first-child {
	width: 15%;
	padding: 0 50px;
	text-align: left;
}

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

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

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

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

.inquire_vehicle .vehicle_box .lists_title ul li:first-child input {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: -5px 10px 0 0 !important;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color ease .1s;
	transition: background-color ease .1s;
	vertical-align: middle;
	border: solid 1px #d5d5d5;
	border-radius: 4px;
	background-color: #fff;
	-webkit-appearance: none;
}

@media (max-width: 767px) {
	.inquire_vehicle .vehicle_box .lists_title ul li:first-child input {
		margin: -5px 1px 0 0 !important;
	}
}

.inquire_vehicle .vehicle_box .lists_title ul li:first-child input:focus {
	outline: none;
}

.inquire_vehicle .vehicle_box .lists_title ul li:first-child input:checked {
	background: #ffd4ef;
}

.inquire_vehicle .vehicle_box .lists_title ul li:first-child input:checked:after {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 8px;
	height: 5px;
	content: '';
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border: #fff solid 2px;
	border-top: none;
	border-right: none;
	background: transparent;
}

.inquire_vehicle .vehicle_box .lists_title ul li:first-child p {
	display: inline-block;
}

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

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

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

@media (max-width: 1199px) {
	.inquire_vehicle .vehicle_box .lists_title ul li:nth-child(3) {
		text-align: left;
	}
}

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

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

.inquire_vehicle .vehicle_box .lists_title ul li p {
	font-size: 16px;
	font-weight: bold;
	line-height: 3.375;
	color: #333;
}

@media (max-width: 767px) {
	.inquire_vehicle .vehicle_box .lists_title ul li p {
		font-size: 15px;
	}
}

@media (max-width: 480px) {
	.inquire_vehicle .vehicle_box .lists_title ul li p {
		font-size: 13px;
	}
}

.inquire_vehicle .vehicle_box .list li {
	padding: 30px 0;
	border-bottom: 1px solid #e4e4e4;
	background-color: #fff;
}

@media (max-width: 1199px) {
	.inquire_vehicle .vehicle_box .list li {
		padding: 15px 0;
	}
}

@media (max-width: 991px) {
	.inquire_vehicle .vehicle_box .list li {
		padding: 15px 0;
	}
}

.inquire_vehicle .vehicle_box .list .choose {
	line-height: 160px;
	float: left;
	width: 15%;
	padding: 0 50px;
}

@media (max-width: 1199px) {
	.inquire_vehicle .vehicle_box .list .choose {
		padding: 0 10px;
	}
}

@media (max-width: 991px) {
	.inquire_vehicle .vehicle_box .list .choose {
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.inquire_vehicle .vehicle_box .list .choose {
		line-height: 130px;
		padding: 0 0 0 10px;
	}
}

@media (max-width: 480px) {
	.inquire_vehicle .vehicle_box .list .choose {
		padding: 0 0 0 4px;
	}
}

.inquire_vehicle .vehicle_box .list .choose input {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: -5px 10px 0 0 !important;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color ease .1s;
	transition: background-color ease .1s;
	vertical-align: middle;
	border: solid 1px #d5d5d5;
	border-radius: 4px;
	background-color: #e6e6e6;
	-webkit-appearance: none;
}

.inquire_vehicle .vehicle_box .list .choose input:focus {
	outline: none;
}

.inquire_vehicle .vehicle_box .list .choose input:checked {
	background: #ffd4ef;
}

.inquire_vehicle .vehicle_box .list .choose input:checked:after {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 8px;
	height: 5px;
	content: '';
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border: #fff solid 2px;
	border-top: none;
	border-right: none;
	background: transparent;
}

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

@media (max-width: 1469px) {
	.inquire_vehicle .vehicle_box .list .num {
		padding: 0 0 0 60px;
	}
}

@media (max-width: 1199px) {
	.inquire_vehicle .vehicle_box .list .num {
		padding: 0;
	}
}

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

@media (max-width: 767px) {
	.inquire_vehicle .vehicle_box .list .num {
		line-height: 130px;
		width: 25%;
	}
}

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

@media (max-width: 767px) {
	.inquire_vehicle .vehicle_box .list .num a {
		width: 30px;
		height: 25px;
	}
}

@media (max-width: 550px) {
	.inquire_vehicle .vehicle_box .list .num a {
		width: 20px;
		height: 25px;
	}
}

.inquire_vehicle .vehicle_box .list .num a:before {
	font-family: 'iconfont' !important;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	line-height: 32px;
	display: block;
	content: '\e627';
	text-align: center;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
	.inquire_vehicle .vehicle_box .list .num a:before {
		line-height: 23px;
	}
}

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

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

.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;
}

@media (max-width: 767px) {
	.inquire_vehicle .vehicle_box .list .num input {
		width: 50px;
	}
}

@media (max-width: 550px) {
	.inquire_vehicle .vehicle_box .list .num input {
		font-size: 14px;
		width: 30px;
		padding: 0;
	}
}

@media (max-width: 345px) {
	.inquire_vehicle .vehicle_box .list .num input {
		width: 24px;
	}
}

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

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

.inquire_vehicle .vehicle_box .list .info .pic {
	display: inline-block;
	overflow: hidden;
	width: 160px;
	vertical-align: middle;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
}

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

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

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

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

.inquire_vehicle .vehicle_box .list .info p {
	font-family: 'Marcellus';
	font-size: 16px;
	line-height: 1.2;
	display: inline-block;
	width: 70%;
	padding: 0 20px;
	vertical-align: middle;
	color: #333;
}

@media (max-width: 1469px) {
	.inquire_vehicle .vehicle_box .list .info p {
		width: 65%;
	}
}

@media (max-width: 1199px) {
	.inquire_vehicle .vehicle_box .list .info p {
		display: block;
		width: 100%;
		margin-top: 10px;
		padding: 0;
	}
}

@media (max-width: 767px) {
	.inquire_vehicle .vehicle_box .list .info p {
		font-size: 15px;
	}
}

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

.inquire_vehicle .vehicle_box .list .del {
	line-height: 160px;
	float: left;
	width: 20%;
}

@media (max-width: 991px) {
	.inquire_vehicle .vehicle_box .list .del {
		width: 19%;
	}
}

@media (max-width: 767px) {
	.inquire_vehicle .vehicle_box .list .del {
		line-height: 130px;
	}
}

.inquire_vehicle .vehicle_box .list .del a:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	display: block;
	content: '\e6c7';
	cursor: pointer;
	text-align: center;
	color: #787878;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
	.inquire_vehicle .vehicle_box .list .del a:before {
		font-size: 18px;
	}
}

@media (max-width: 550px) {
	.inquire_vehicle .vehicle_box .list .del a:before {
		font-size: 16px;
	}
}

.inquire_vehicle .vehicle_box .list .choose_size {
	width: 33.33333333%;
	margin-top: 20px;
	padding: 0 50px;
}

@media (max-width: 1199px) {
	.inquire_vehicle .vehicle_box .list .choose_size {
		padding: 0 20px;
	}
}

@media (max-width: 575px) {
	.inquire_vehicle .vehicle_box .list .choose_size {
		float: none;
		width: 100%;
	}
}

.inquire_vehicle .vehicle_box .list .choose_size b {
	font-family: 'Marcellus';
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #222;
}

.inquire_vehicle .vehicle_box .list .choose_size .size span {
	font-size: 14px;
	line-height: 2.14285714;
	display: inline-block;
	margin-bottom: 5px;
	padding: 0 10px;
	color: #433e40;
	border-radius: 6px;
	background-color: #ffd4ef;
	box-shadow: 0 4px 4px 0 rgba(227, 164, 165, .2);
}

@media (max-width: 575px) {
	.inquire_vehicle .vehicle_box .list .choose_size .size span {
		font-size: 13px;
	}
}

.inquire_vehicle .product_details_wrap {
	padding: 0;
}

.shipping_wrap .title {
	margin-bottom: 20px;
}

@media (max-width: 991px) {
	.shipping_wrap .title {
		margin-bottom: 0;
	}
}

.shipping_wrap .txt_box {
	padding: 40px 0;
	border-bottom: 1px solid #d9d9d9;
}

@media (max-width: 991px) {
	.shipping_wrap .txt_box {
		padding: 30px 0;
	}
}

.shipping_wrap .txt_box .tit {
	margin-bottom: 7px;
}

.shipping_wrap .txt_box .tit p {
	font-size: 20px;
	line-height: 1.3;
	text-align: left;
	text-transform: capitalize;
	word-break: break-word;
	color: #000;
}

@media (max-width: 991px) {
	.shipping_wrap .txt_box .tit p {
		font-size: 18px;
	}
}

.shipping_wrap .txt_box .txt p {
	font-size: 14px;
	line-height: 1.85714286;
	text-align: left;
	text-transform: capitalize;
	word-break: break-word;
	color: #666;
}

.shipping_wrap .txt_box .txt table {
	max-width: 80%;
}

@media (max-width: 767px) {
	.shipping_wrap .txt_box .txt table {
		max-width: 100%;
	}
}

.shipping_wrap .noline {
	padding: 40px 0 20px;
	border: none;
}

.shipping_wrap .note {
	margin-bottom: 20px;
}

.shipping_wrap .note .tit {
	margin-bottom: 7px;
}

.shipping_wrap .note .tit p {
	font-size: 18px;
	line-height: 1.44444444;
	text-align: left;
	text-transform: capitalize;
	word-break: break-word;
	color: #444;
}

.shipping_wrap .note .txt p {
	font-size: 14px;
	line-height: 1.85714286;
	text-align: left;
	text-transform: capitalize;
	word-break: break-word;
	color: #666;
}

.policy_wrap .txt_box {
	margin-top: 50px;
}

@media (max-width: 1399px) {
	.policy_wrap .txt_box {
		margin-top: 30px;
	}
}

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

.policy_wrap .txt_box .txt p {
	font-size: 15px;
	line-height: 2.13333333;
	text-align: left;
	text-transform: capitalize;
	word-break: break-word;
	color: #666;
}

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

.policy_wrap .txt_box .tit {
	margin: 30px 0;
}

@media (max-width: 1399px) {
	.policy_wrap .txt_box .tit {
		margin: 20px 0;
	}
}

@media (max-width: 991px) {
	.policy_wrap .txt_box .tit {
		margin: 10px 0;
	}
}

.policy_wrap .txt_box .tit p {
	font-size: 16px;
	line-height: 2;
	text-align: left;
	text-transform: capitalize;
	word-break: break-word;
	color: #222;
}

.case_wrap {
	overflow: hidden;
}

.case_wrap .customer_wrap {
	padding: 100px 0 130px;
	background: url(../imgs/custom_bg.jpg) no-repeat center;
	background-size: cover;
}

@media (max-width: 1469px) {
	.case_wrap .customer_wrap {
		padding: 100px 0;
	}
}

@media (max-width: 1399px) {
	.case_wrap .customer_wrap {
		padding: 80px 0;
	}
}

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

@media (max-width: 991px) {
	.case_wrap .customer_wrap {
		padding: 60px 0;
	}
}

@media (max-width: 767px) {
	.case_wrap .customer_wrap {
		padding: 50px 0;
	}
}

.case_wrap .customer_wrap .title {
	text-align: center;
}

.case_wrap .customer_wrap .slick_cust {
	margin-top: 30px;
	padding-bottom: 70px;
}

@media (max-width: 1469px) {
	.case_wrap .customer_wrap .slick_cust {
		padding-bottom: 50px;
	}
}

@media (max-width: 1399px) {
	.case_wrap .customer_wrap .slick_cust {
		margin-top: 20px;
		padding-bottom: 40px;
	}
}

@media (max-width: 1199px) {
	.case_wrap .customer_wrap .slick_cust {
		margin-top: 10px;
		padding-bottom: 30px;
	}
}

@media (max-width: 991px) {
	.case_wrap .customer_wrap .slick_cust {
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.case_wrap .customer_wrap .slick_cust {
		padding: 0 15px 25px 15px;
	}
}

.case_wrap .customer_wrap .slick_cust .slick-dots {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
}

.case_wrap .customer_wrap .slick_cust .slick-dots li {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 50%;
	background-color: #d9d9d9;
}

.case_wrap .customer_wrap .slick_cust .slick-dots li button {
	display: none;
}

.case_wrap .customer_wrap .slick_cust .slick-dots .slick-active {
	background-color: #433e40;
}

.case_wrap .customer_wrap .slick_cust .slick-list {
	margin: 0 -100px !important;
}

@media (max-width: 991px) {
	.case_wrap .customer_wrap .slick_cust .slick-list {
		margin: 0 -60px !important;
	}
}

@media (max-width: 767px) {
	.case_wrap .customer_wrap .slick_cust .slick-list {
		margin: 0 -15px !important;
	}
}

.case_wrap .customer_wrap .slick_cust .slick-list .slick-slide {
	padding: 30px 15px;
}

@media (max-width: 575px) {
	.case_wrap .customer_wrap .slick_cust .slick-list .slick-slide {
		padding: 20px 15px;
	}
}

.case_wrap .customer_wrap .slick_cust .item {
	position: relative;
	padding-top: 55px;
	text-align: center;
}

@media (max-width: 1469px) {
	.case_wrap .customer_wrap .slick_cust .item {
		padding-top: 50px;
	}
}

@media (max-width: 991px) {
	.case_wrap .customer_wrap .slick_cust .item {
		padding-top: 40px;
	}
}

.case_wrap .customer_wrap .slick_cust .item .range {
	padding: 80px 40px 30px 40px;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 9px 30px 0 rgba(155, 56, 101, .2);
}

@media (max-width: 1399px) {
	.case_wrap .customer_wrap .slick_cust .item .range {
		padding: 70px 30px 30px 30px;
	}
}

@media (max-width: 991px) {
	.case_wrap .customer_wrap .slick_cust .item .range {
		padding: 50px 30px 30px 30px;
	}
}

@media (max-width: 575px) {
	.case_wrap .customer_wrap .slick_cust .item .range {
		box-shadow: 0 9px 20px 0 rgba(155, 56, 101, .2);
	}
}

.case_wrap .customer_wrap .slick_cust .item .pic {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 110px;
	margin: auto;
	padding: 8px;
	-webkit-transition: all .4s;
	transition: all .4s;
	border-radius: 50%;
	background-color: #f4e8ec;
}

@media (max-width: 1399px) {
	.case_wrap .customer_wrap .slick_cust .item .pic {
		width: 100px;
	}
}

@media (max-width: 991px) {
	.case_wrap .customer_wrap .slick_cust .item .pic {
		width: 80px;
		padding: 6px;
	}
}

.case_wrap .customer_wrap .slick_cust .item .pic .img-box {
	border-radius: 50%;
}

.case_wrap .customer_wrap .slick_cust .item .txt p {
	font-family: 'Marcellus';
	font-size: 18px;
	line-height: 2;
	text-transform: capitalize;
	color: #000;
}

@media (max-width: 1469px) {
	.case_wrap .customer_wrap .slick_cust .item .txt p {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.case_wrap .customer_wrap .slick_cust .item .txt p {
		font-size: 15px;
	}
}

.case_wrap .customer_wrap .slick_cust .item .start_box {
	margin: 40px 0 15px;
}

@media (max-width: 991px) {
	.case_wrap .customer_wrap .slick_cust .item .start_box {
		margin: 30px 0 15px;
	}
}

@media (max-width: 575px) {
	.case_wrap .customer_wrap .slick_cust .item .start_box {
		margin: 20px 0 15px;
	}
}

.case_wrap .customer_wrap .slick_cust .item .start_box span {
	display: inline-block;
}

@media (max-width: 991px) {
	.case_wrap .customer_wrap .slick_cust .item .start_box span {
		margin: 0;
	}
}

.case_wrap .customer_wrap .slick_cust .item .start_box span:before {
	font-family: 'iconfont' !important;
	font-size: 16px;
	font-style: normal;
	line-height: 1;
	display: block;
	content: '\e610';
	color: #cc605e;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 575px) {
	.case_wrap .customer_wrap .slick_cust .item .start_box span:before {
		font-size: 15px;
	}
}

.case_wrap .customer_wrap .slick_cust .item .name p {
	font-family: 'Marcellus';
	font-size: 18px;
	line-height: 1.2;
	text-transform: capitalize;
	color: #000;
}

@media (max-width: 1469px) {
	.case_wrap .customer_wrap .slick_cust .item .name p {
		font-size: 16px;
	}
}

.case_wrap .case_num {
	padding: 70px 0;
	background: url(../imgs/num_bg.jpg) no-repeat center;
	background-size: cover;
}

@media (max-width: 991px) {
	.case_wrap .case_num {
		padding: 60px 0;
	}
}

@media (max-width: 767px) {
	.case_wrap .case_num {
		padding: 50px 0;
	}
}

.case_wrap .case_num .container {
	max-width: 1260px;
	margin: auto;
}

.case_wrap .case_num ul {
	margin: 0 -50px;
}

@media (max-width: 1399px) {
	.case_wrap .case_num ul {
		margin: 0 -30px;
	}
}

@media (max-width: 1199px) {
	.case_wrap .case_num ul {
		margin: 0 -15px;
	}
}

.case_wrap .case_num ul li {
	position: relative;
	float: left;
	width: 25%;
	padding: 0 50px;
}

@media (max-width: 1399px) {
	.case_wrap .case_num ul li {
		padding: 0 30px;
	}
}

@media (max-width: 1199px) {
	.case_wrap .case_num ul li {
		padding: 0 15px;
	}
}

@media (max-width: 767px) {
	.case_wrap .case_num ul li {
		width: 50% !important;
	}
}

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

.case_wrap .case_num ul li:nth-child(1) {
	width: 28%;
}

@media (max-width: 767px) {
	.case_wrap .case_num ul li:nth-child(1) {
		margin-bottom: 40px;
	}
}

.case_wrap .case_num ul li:nth-child(2) {
	width: 22%;
}

@media (max-width: 767px) {
	.case_wrap .case_num ul li:nth-child(2) {
		margin-bottom: 40px;
	}
	.case_wrap .case_num ul li:nth-child(2):after {
		display: none;
	}
}

.case_wrap .case_num ul li:nth-child(3) {
	width: 24%;
}

.case_wrap .case_num ul li:nth-child(4) {
	width: 26%;
}

.case_wrap .case_num ul li:nth-child(4):after {
	display: none;
}

.case_wrap .case_num .item {
	position: relative;
	-webkit-transition: all .45s;
	transition: all .45s;
	text-align: center;
}

.case_wrap .case_num .item b {
	font-weight: normal;
	display: block;
	-webkit-transition: all .45s;
	transition: all .45s;
}

.case_wrap .case_num .item b span {
	font-family: 'Marcellus';
	font-size: 46px;
	line-height: 1.2;
	line-height: 1;
	text-transform: capitalize;
	color: #433e40;
}

@media (max-width: 1399px) {
	.case_wrap .case_num .item b span {
		font-size: 42px;
	}
}

@media (max-width: 1199px) {
	.case_wrap .case_num .item b span {
		font-size: 40px;
	}
}

@media (max-width: 991px) {
	.case_wrap .case_num .item b span {
		font-size: 34px;
	}
}

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

@media (max-width: 575px) {
	.case_wrap .case_num .item b span {
		font-size: 32px;
	}
}

@media (max-width: 350px) {
	.case_wrap .case_num .item b span {
		font-size: 28px;
	}
}

.case_wrap .case_num .item b sub {
	font-family: 'Marcellus';
	font-size: 46px;
	line-height: 1.2;
	line-height: 1;
	bottom: 0;
	margin-left: 10px;
	text-transform: capitalize;
	color: #433e40;
}

@media (max-width: 1399px) {
	.case_wrap .case_num .item b sub {
		font-size: 42px;
	}
}

@media (max-width: 1199px) {
	.case_wrap .case_num .item b sub {
		font-size: 40px;
	}
}

@media (max-width: 991px) {
	.case_wrap .case_num .item b sub {
		font-size: 34px;
	}
}

@media (max-width: 767px) {
	.case_wrap .case_num .item b sub {
		font-size: 32px;
	}
}

@media (max-width: 575px) {
	.case_wrap .case_num .item b sub {
		font-size: 32px;
	}
}

@media (max-width: 350px) {
	.case_wrap .case_num .item b sub {
		font-size: 28px;
	}
}

.case_wrap .case_num .item p {
	font-size: 15px;
	line-height: 1.46666667;
	margin-top: 15px;
	-webkit-transition: all .45s;
	transition: all .45s;
	text-transform: capitalize;
	color: #666;
}

@media (max-width: 991px) {
	.case_wrap .case_num .item p {
		margin-top: 10px;
	}
}

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

.case_wrap .services_wrap {
	margin-top: 60px;
}

@media (max-width: 767px) {
	.case_wrap .services_wrap {
		margin-top: 50px;
	}
}

.case_wrap .services_wrap .container {
	max-width: 1260px;
	margin: auto;
}

.case_wrap .services_wrap .title {
	max-width: 762px;
	margin: auto;
	text-align: center;
}

.case_wrap .services_wrap .list {
	margin-top: 60px;
	border-radius: 20px;
	background-color: #ffd4ef;
	box-shadow: 0 0 30px rgba(255, 212, 239, .98);
}

@media (max-width: 1399px) {
	.case_wrap .services_wrap .list {
		margin-top: 50px;
	}
}

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

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

.case_wrap .services_wrap .list ul {
	margin: 0;
}

.case_wrap .services_wrap .list ul li {
	padding: 0;
}

.case_wrap .services_wrap .list .item {
	position: relative;
	padding: 100px 40px 20px 40px;
	text-align: center;
	border: 1px solid #ffd4ef;
	border-radius: 20px;
	background: #fff;
}

@media (max-width: 767px) {
	.case_wrap .services_wrap .list .item {
		padding: 90px 20px 20px 20px;
	}
}

.case_wrap .services_wrap .list .item:hover:before {
	-webkit-animation: swing 1s 0s ease both;
	animation: swing 1s 0s ease both;
}

.case_wrap .services_wrap .list .item:before {
	font-family: 'iconfont' !important;
	font-size: 40px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	z-index: 2;
	top: 40px;
	left: 45%;
	display: block;
	color: #433e40;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.case_wrap .services_wrap .list .item:after {
	position: absolute;
	top: 26px;
	left: 42%;
	display: block;
	width: 40px;
	height: 40px;
	content: '';
	border-radius: 50%;
	background-color: #fae6ea;
}

.case_wrap .services_wrap .list .item p {
	font-family: 'Marcellus';
	font-size: 20px;
	line-height: 1.3;
	text-transform: capitalize;
	color: #000;
}

@media (max-width: 1199px) {
	.case_wrap .services_wrap .list .item p {
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	.case_wrap .services_wrap .list .item p {
		font-size: 16px;
	}
}

.case_wrap .services_wrap .list .supply:before {
	content: '\e6a9';
}

.case_wrap .services_wrap .list .pack:before {
	content: '\e643';
}

.case_wrap .services_wrap .list .declaration:before {
	font-size: 28px;
	top: 45px;
	left: 46%;
	content: '\e6d9';
}

.case_wrap .services_wrap .list .training:before {
	content: '\e60a';
}

.case_wrap .services_wrap .list .support:before {
	font-size: 38px;
	content: '\e61e';
}

.case_wrap .services_wrap .list .goods:before {
	font-size: 35px;
	top: 40px;
	left: 46%;
	content: '\e657';
}

.case_wrap .partner_wrap .title {
	text-align: center;
}

.case_wrap .partner_wrap .txt {
	margin: 25px 0 6px;
	text-align: center;
}

@media (max-width: 1199px) {
	.case_wrap .partner_wrap .txt {
		margin: 20px 0 5px;
	}
}

@media (max-width: 991px) {
	.case_wrap .partner_wrap .txt {
		margin: 10px 0 5px;
	}
}

.case_wrap .partner_wrap .txt p {
	font-size: 15px;
	line-height: 2.13333333;
	text-transform: capitalize;
	word-break: break-word;
	color: #666;
}

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

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

@media (max-width: 1199px) {
	.case_wrap .partner_wrap .list ul {
		margin: 0 -10px;
	}
}

@media (max-width: 991px) {
	.case_wrap .partner_wrap .list ul {
		margin: 0 -5px;
	}
}

.case_wrap .partner_wrap .list ul li {
	padding: 0 15px;
}

@media (max-width: 1199px) {
	.case_wrap .partner_wrap .list ul li {
		padding: 0 10px;
	}
}

@media (max-width: 991px) {
	.case_wrap .partner_wrap .list ul li {
		padding: 0 5px;
	}
}

.case_wrap .partner_wrap .list .pic {
	overflow: hidden;
	margin-top: 30px;
	-webkit-transition: all .45s;
	transition: all .45s;
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	background-color: #fff;
}

@media (max-width: 1199px) {
	.case_wrap .partner_wrap .list .pic {
		margin-top: 20px;
	}
}

@media (max-width: 991px) {
	.case_wrap .partner_wrap .list .pic {
		margin-top: 10px;
	}
}

.case_wrap .partner_wrap .list .pic .img-box {
	padding-bottom: 25.75757576%;
}

.case_wrap .partner_wrap .list .pic:hover {
	box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .1);
}

.ab_xsnav {
	display: none;
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 1199px) {
	.ab_xsnav {
		display: block;
	}
}

.ab_xsnav ul {
	margin: 0 -10px;
}

@media (max-width: 767px) {
	.ab_xsnav ul {
		margin: 0 -8px;
	}
}

.ab_xsnav ul li {
	display: inline-block;
	padding: 0 10px;
}

@media (max-width: 767px) {
	.ab_xsnav ul li {
		padding: 0 8px;
	}
}

.ab_xsnav ul li a {
	font-family: 'Marcellus';
	font-size: 16px;
	line-height: 2;
	display: block;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-transform: uppercase;
	color: #333;
}

@media (max-width: 575px) {
	.ab_xsnav ul li a {
		font-size: 15px;
	}
}

.ab_xsnav ul .active a {
	color: #fbacdf;
}

.about_wrap .ab_info {
	position: relative;
	padding: 100px 0 130px;
	background: url(../imgs/ab_bg.jpg) no-repeat center;
	background-size: cover;
}

@media (max-width: 1469px) {
	.about_wrap .ab_info {
		padding: 100px 0;
	}
}

@media (max-width: 1399px) {
	.about_wrap .ab_info {
		padding: 80px 0;
	}
}

@media (max-width: 1199px) {
	.about_wrap .ab_info {
		padding: 70px 0;
	}
}

@media (max-width: 991px) {
	.about_wrap .ab_info {
		padding: 60px 0;
	}
}

@media (max-width: 767px) {
	.about_wrap .ab_info {
		padding: 50px 0;
	}
}

.about_wrap .ab_info .rang_box {
	max-width: 1060px;
}

@media (max-width: 1469px) {
	.about_wrap .ab_info .rang_box {
		max-width: 70%;
	}
}

@media (max-width: 991px) {
	.about_wrap .ab_info .rang_box {
		max-width: 100%;
	}
}

.about_wrap .ab_info .title p {
	font-size: 24px;
	line-height: 1.5;
	margin-top: 30px;
	text-transform: capitalize;
	color: #222;
}

@media (max-width: 1399px) {
	.about_wrap .ab_info .title p {
		font-size: 22px;
		margin-top: 20px;
	}
}

@media (max-width: 991px) {
	.about_wrap .ab_info .title p {
		font-size: 20px;
		margin-top: 15px;
	}
}

.about_wrap .ab_info .txt {
	margin-top: 20px;
}

@media (max-width: 1399px) {
	.about_wrap .ab_info .txt {
		margin-top: 10px;
	}
}

.about_wrap .ab_info .txt p {
	font-size: 16px;
	line-height: 2.25;
	text-transform: capitalize;
	color: #433e40;
}

@media (max-width: 1399px) {
	.about_wrap .ab_info .txt p {
		line-height: 2;
	}
}

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

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

.about_wrap .ab_info .ab_num {
	padding-top: 60px;
}

@media (max-width: 1469px) {
	.about_wrap .ab_info .ab_num {
		padding-top: 40px;
	}
}

@media (max-width: 1399px) {
	.about_wrap .ab_info .ab_num {
		padding-top: 20px;
	}
}

@media (max-width: 991px) {
	.about_wrap .ab_info .ab_num {
		padding-top: 0;
	}
}

.about_wrap .ab_info .ab_num ul {
	margin: 0 -15px;
}

@media (max-width: 991px) {
	.about_wrap .ab_info .ab_num ul {
		margin: 0 -10px;
	}
}

.about_wrap .ab_info .ab_num ul li {
	position: relative;
	float: left;
	width: 25%;
	padding: 0 15px;
}

@media (max-width: 991px) {
	.about_wrap .ab_info .ab_num ul li {
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.about_wrap .ab_info .ab_num ul li {
		width: 50% !important;
	}
}

.about_wrap .ab_info .ab_num .item {
	position: relative;
	margin-top: 40px;
	-webkit-transition: all .45s;
	transition: all .45s;
	text-align: left;
}

@media (max-width: 1469px) {
	.about_wrap .ab_info .ab_num .item {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.about_wrap .ab_info .ab_num .item {
		margin-top: 20px;
	}
}

.about_wrap .ab_info .ab_num .item b {
	font-weight: normal;
	display: block;
	-webkit-transition: all .45s;
	transition: all .45s;
}

.about_wrap .ab_info .ab_num .item b span {
	font-family: 'Marcellus';
	font-size: 46px;
	line-height: 1.2;
	line-height: 1;
	text-transform: capitalize;
	color: #433e40;
}

@media (max-width: 1399px) {
	.about_wrap .ab_info .ab_num .item b span {
		font-size: 42px;
	}
}

@media (max-width: 1199px) {
	.about_wrap .ab_info .ab_num .item b span {
		font-size: 40px;
	}
}

@media (max-width: 991px) {
	.about_wrap .ab_info .ab_num .item b span {
		font-size: 34px;
	}
}

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

@media (max-width: 575px) {
	.about_wrap .ab_info .ab_num .item b span {
		font-size: 32px;
	}
}

@media (max-width: 350px) {
	.about_wrap .ab_info .ab_num .item b span {
		font-size: 28px;
	}
}

.about_wrap .ab_info .ab_num .item b sub {
	font-family: 'Marcellus';
	font-size: 46px;
	line-height: 1.2;
	line-height: 1;
	bottom: 0;
	margin-left: 10px;
	text-transform: capitalize;
	color: #433e40;
}

@media (max-width: 1399px) {
	.about_wrap .ab_info .ab_num .item b sub {
		font-size: 42px;
	}
}

@media (max-width: 1199px) {
	.about_wrap .ab_info .ab_num .item b sub {
		font-size: 40px;
	}
}

@media (max-width: 991px) {
	.about_wrap .ab_info .ab_num .item b sub {
		font-size: 34px;
	}
}

@media (max-width: 767px) {
	.about_wrap .ab_info .ab_num .item b sub {
		font-size: 32px;
	}
}

@media (max-width: 575px) {
	.about_wrap .ab_info .ab_num .item b sub {
		font-size: 32px;
	}
}

@media (max-width: 350px) {
	.about_wrap .ab_info .ab_num .item b sub {
		font-size: 28px;
	}
}

.about_wrap .ab_info .ab_num .item p {
	font-size: 15px;
	line-height: 1.46666667;
	margin-top: 15px;
	-webkit-transition: all .45s;
	transition: all .45s;
	text-transform: capitalize;
	color: #666;
}

@media (max-width: 991px) {
	.about_wrap .ab_info .ab_num .item p {
		margin-top: 10px;
	}
}

@media (max-width: 767px) {
	.about_wrap .ab_info .ab_num .item p {
		font-size: 14px;
	}
}

.about_wrap .ab_info .ab_vv {
	position: absolute;
	top: 240px;
	right: 0;
	width: 26.042%;
}

@media (max-width: 991px) {
	.about_wrap .ab_info .ab_vv {
		position: static;
		width: 45%;
		margin: 20px auto 0;
	}
}

@media (max-width: 767px) {
	.about_wrap .ab_info .ab_vv {
		width: 60%;
	}
}

@media (max-width: 575px) {
	.about_wrap .ab_info .ab_vv {
		width: 100%;
		padding-left: 40px;
	}
}

.about_wrap .ab_info .ab_vv .video {
	position: relative;
}

.about_wrap .ab_info .ab_vv .video:after {
	position: absolute;
	bottom: -62px;
	left: -62px;
	display: block;
	width: 62px;
	height: 62px;
	content: '';
	border-radius: 20px;
	background-color: #ffd4ef;
}

@media (max-width: 1399px) {
	.about_wrap .ab_info .ab_vv .video:after {
		bottom: -45px;
		left: -45px;
		width: 50px;
		height: 50px;
		border-radius: 15px;
	}
}

@media (max-width: 575px) {
	.about_wrap .ab_info .ab_vv .video:after {
		bottom: -35px;
		left: -35px;
		width: 40px;
		height: 40px;
	}
}

.about_wrap .ab_info .ab_vv .video .video-box {
	position: relative;
	cursor: pointer;
}

.about_wrap .ab_info .ab_vv .video .video-box:before {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 0;
	left: 0;
	display: block;
	width: 170px;
	height: 170px;
	margin: auto;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../imgs/abvv_word.png) no-repeat center;
	background-size: cover;
}

@media (max-width: 1199px) {
	.about_wrap .ab_info .ab_vv .video .video-box:before {
		width: 150px;
		height: 150px;
	}
}

@media (max-width: 991px) {
	.about_wrap .ab_info .ab_vv .video .video-box:before {
		width: 120px;
		height: 120px;
	}
}

@media (max-width: 767px) {
	.about_wrap .ab_info .ab_vv .video .video-box:before {
		width: 100px;
		height: 100px;
	}
}

.about_wrap .ab_info .ab_vv .video .video-box:after {
	font-family: 'iconfont' !important;
	font-size: 50px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	display: block;
	content: '\e689';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
	.about_wrap .ab_info .ab_vv .video .video-box:after {
		font-size: 40px;
	}
}

@media (max-width: 767px) {
	.about_wrap .ab_info .ab_vv .video .video-box:after {
		font-size: 35px;
	}
}

.about_wrap .ab_info .ab_vv .video .video-box .img-box {
	padding-bottom: 150%;
	border-radius: 20px 0 0 20px;
}

.ab_history .msg {
	margin-top: 20px;
}

@media (max-width: 1399px) {
	.ab_history .msg {
		margin-top: 10px;
	}
}

.ab_history .msg p {
	font-size: 15px;
	line-height: 2.13333333;
	text-transform: capitalize;
	color: #666;
}

@media (max-width: 1399px) {
	.ab_history .msg p {
		line-height: 2;
	}
}

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

.ab_history .range_box {
	margin-top: 30px;
}

.ab_history .range_box .left {
	width: 10.5%;
}

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

.ab_history .range_box .left .history_nav ul {
	margin: -15px 0;
}

.ab_history .range_box .left .history_nav ul li {
	position: relative;
	padding: 15px 0;
}

.ab_history .range_box .left .history_nav ul li:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 1px;
	height: 100%;
	content: '';
	border-left: 1px solid #bfbfbf;
}

.ab_history .range_box .left .history_nav ul li:first-child:after {
	bottom: -1px;
	height: 50%;
}

.ab_history .range_box .left .history_nav ul li:last-child:after {
	top: 0;
	bottom: auto;
	height: 55%;
}

.ab_history .range_box .left .history_nav ul li a {
	font-size: 20px;
	line-height: 1.2;
	position: relative;
	display: block;
	padding-left: 20px;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #cacaca;
}

.ab_history .range_box .left .history_nav ul li a:before {
	position: absolute;
	top: 60%;
	left: 0;
	display: block;
	width: 5px;
	height: 1px;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #bfbfbf;
}

.ab_history .range_box .left .history_nav ul li a:hover {
	color: #433e40;
}

.ab_history .range_box .left .history_nav ul .act a {
	color: #433e40;
}

@media (max-width: 1774px) {
	.ab_history .range_box .left .sticky {
		top: 230px !important;
	}
}

@media (max-width: 1199px) {
	.ab_history .range_box .left .sticky {
		top: 110px !important;
	}
}

.ab_history .range_box .right {
	width: 89.5%;
}

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

.ab_history .range_box .right .list .item {
	position: relative;
	margin-bottom: 90px;
	padding-left: 45px;
}

@media (max-width: 1774px) {
	.ab_history .range_box .right .list .item {
		margin-top: -40px;
		padding-top: 40px;
	}
}

@media (max-width: 1469px) {
	.ab_history .range_box .right .list .item {
		margin-bottom: 70px;
	}
}

@media (max-width: 1199px) {
	.ab_history .range_box .right .list .item {
		margin-top: 0;
		margin-bottom: 50px;
		padding-top: 0;
	}
}

@media (max-width: 991px) {
	.ab_history .range_box .right .list .item {
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.ab_history .range_box .right .list .item {
		margin-bottom: 30px;
		padding-left: 30px;
	}
}

.ab_history .range_box .right .list .item:before {
	position: absolute;
	top: 11px;
	left: 0;
	display: block;
	width: 16px;
	height: 16px;
	content: '';
	background: url(../imgs/dot.png) no-repeat center;
	background-size: cover;
}

@media (max-width: 1774px) {
	.ab_history .range_box .right .list .item:before {
		top: 52px;
	}
}

@media (max-width: 1199px) {
	.ab_history .range_box .right .list .item:before {
		top: 11px;
	}
}

@media (max-width: 991px) {
	.ab_history .range_box .right .list .item:before {
		top: 7px;
	}
}

@media (max-width: 767px) {
	.ab_history .range_box .right .list .item:before {
		top: 5px;
	}
}

.ab_history .range_box .right .list .item .tit p {
	font-family: 'Marcellus';
	font-size: 32px;
	line-height: 1.2;
	color: #433e40;
}

@media (max-width: 1199px) {
	.ab_history .range_box .right .list .item .tit p {
		font-size: 28px;
	}
}

@media (max-width: 991px) {
	.ab_history .range_box .right .list .item .tit p {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.ab_history .range_box .right .list .item .tit p {
		font-size: 22px;
	}
}

.ab_history .range_box .right .list .item .txt {
	margin-top: 13px;
}

@media (max-width: 991px) {
	.ab_history .range_box .right .list .item .txt {
		margin-top: 10px;
	}
}

.ab_history .range_box .right .list .item .txt p {
	font-size: 15px;
	line-height: 1.86666667;
	text-transform: capitalize;
	color: #666;
}

@media (max-width: 991px) {
	.ab_history .range_box .right .list .item .txt p {
		font-size: 14px;
	}
}

.ab_choose {
	max-width: 1920px;
	margin: auto;
	background: url(../imgs/ab_choosebg.jpg) no-repeat center;
	background-size: cover;
}

.ab_choose .left {
	width: 42.709%;
}

@media (max-width: 767px) {
	.ab_choose .left {
		float: none;
		width: 100%;
	}
}

.ab_choose .left .pic .img-box {
	padding-bottom: 139.02439024%;
	border-radius: 0 20px 20px 0;
}

.ab_choose .right {
	width: 33%;
	padding-top: 120px;
	padding-left: 90px;
}

@media (max-width: 1680px) {
	.ab_choose .right {
		padding-top: 80px;
	}
}

@media (max-width: 1500px) {
	.ab_choose .right {
		width: 40%;
		padding-top: 60px;
	}
}

@media (max-width: 1300px) {
	.ab_choose .right {
		width: 50%;
		padding-top: 40px;
		padding-left: 60px;
	}
}

@media (max-width: 1199px) {
	.ab_choose .right {
		padding-top: 20px;
	}
}

@media (max-width: 991px) {
	.ab_choose .right {
		width: 55%;
		padding-bottom: 20px;
		padding-left: 40px;
	}
}

@media (max-width: 767px) {
	.ab_choose .right {
		float: none;
		width: 100%;
		padding: 30px 20px;
	}
}

.ab_choose .right .list ul {
	margin: 0;
}

.ab_choose .right .list ul li {
	padding: 0;
}

@media (max-width: 991px) {
	.ab_choose .right .list ul li:nth-child(1) .item,
	.ab_choose .right .list ul li:nth-child(2) .item {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.ab_choose .right .list ul li:nth-child(3) .item {
		margin-bottom: 30px;
	}
}

.ab_choose .right .list .item {
	position: relative;
	margin-top: 90px;
	padding-left: 90px;
	-webkit-transition: all .45s;
	transition: all .45s;
}

@media (max-width: 1680px) {
	.ab_choose .right .list .item {
		margin-top: 60px;
	}
}

@media (max-width: 1500px) {
	.ab_choose .right .list .item {
		margin-top: 50px;
	}
}

@media (max-width: 1300px) {
	.ab_choose .right .list .item {
		margin-top: 40px;
	}
}

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

@media (max-width: 767px) {
	.ab_choose .right .list .item {
		padding-left: 80px;
	}
}

.ab_choose .right .list .item:hover:before {
	-webkit-animation: swing 1s 0s ease both;
	animation: swing 1s 0s ease both;
}

.ab_choose .right .list .item:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	font-style: normal;
	line-height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 61px;
	height: 61px;
	text-align: center;
	color: #433e40;
	border: 1px solid #e9dcdc;
	border-radius: 12px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ab_choose .right .list .item b {
	font-family: 'Marcellus';
	font-size: 22px;
	font-weight: normal;
	line-height: 1.18181818;
	display: block;
	margin-bottom: 17px;
	text-transform: capitalize;
	color: #000;
}

@media (max-width: 1399px) {
	.ab_choose .right .list .item b {
		font-size: 20px;
	}
}

@media (max-width: 1199px) {
	.ab_choose .right .list .item b {
		font-size: 18px;
		margin-bottom: 10px;
	}
}

.ab_choose .right .list .item p {
	font-size: 16px;
	line-height: 1.875;
	text-transform: capitalize;
	color: #555;
}

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

.ab_choose .right .list .quality:before {
	font-size: 25px;
	content: '\e609';
}

.ab_choose .right .list .support:before {
	content: '\e667';
}

.ab_choose .right .list .service:before {
	font-size: 24px;
	content: '\e952';
}

.ab_choose .right .list .pay:before {
	content: '\e668';
}

.ab_note .tit p {
	font-family: 'Marcellus';
	font-size: 32px;
	line-height: 1.75;
	text-transform: capitalize;
	color: #433e40;
}

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

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

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

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

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

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

.ab_note .txt {
	margin-top: 27px;
}

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

@media (max-width: 991px) {
	.ab_note .txt {
		margin-top: 15px;
	}
}

.ab_note .txt p {
	font-size: 16px;
	line-height: 2.25;
	text-transform: capitalize;
	color: #433e40;
}

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

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

.sitemap_wrap {
	overflow: hidden;
}

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

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

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

.sitemap_wrap .list>ul>li:last-child .item {
	margin-bottom: 0;
}

.sitemap_wrap .list .item {
	position: relative;
	margin-bottom: 20px;
}

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

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

.sitemap_wrap .list .item .link_a a {
	font-family: 'Marcellus';
	font-size: 18px;
	line-height: 2.77777778;
	display: block;
	width: 240px;
	padding: 0 20px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: left;
	text-transform: uppercase;
	color: #433e40;
	background-color: #ffd4ef;
}

@media (max-width: 991px) {
	.sitemap_wrap .list .item .link_a a {
		font-size: 16px;
		line-height: 2.8125;
		width: 200px;
	}
}

.sitemap_wrap .list .item .page_a {
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.sitemap_wrap .list .item .page_a>a {
	font-family: 'Marcellus';
	font-size: 17px;
	line-height: 2.35294118;
	display: inline-block;
	padding-right: 50px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-transform: capitalize;
	color: #222;
}

@media (max-width: 1469px) {
	.sitemap_wrap .list .item .page_a>a {
		padding-right: 40px;
	}
}

@media (max-width: 991px) {
	.sitemap_wrap .list .item .page_a>a {
		padding-right: 30px;
	}
}

@media (max-width: 767px) {
	.sitemap_wrap .list .item .page_a>a {
		font-size: 16px;
		padding-right: 20px;
	}
}

.sitemap_wrap .list .item .page_a>a:hover {
	color: #fbacdf;
}

.sitemap_wrap .list .more .pro_list1 {
	padding-top: 0;
	padding-bottom: 5px;
}

.sitemap_wrap .list .more .pro_list1>li {
	margin-top: 10px;
}

@media (max-width: 480px) {
	.sitemap_wrap .list .more .pro_list1>li {
		margin-top: 5px;
	}
}

.sitemap_wrap .list .more .pro_list1>li>a {
	font-family: 'Marcellus';
	font-size: 18px;
	line-height: 1.2;
	display: block;
	padding: 5px 0;
	padding-left: 0;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-transform: capitalize;
	color: #222;
}

.sitemap_wrap .list .more .pro_list1>li>a:hover {
	color: #fbacdf;
}

@media (max-width: 991px) {
	.sitemap_wrap .list .more .pro_list1>li>a {
		position: static;
	}
}

@media (max-width: 767px) {
	.sitemap_wrap .list .more .pro_list1>li>a {
		font-size: 17px;
	}
}

.sitemap_wrap .list .more .pro_list1 .pro_list2 {
	margin: 0 -15px;
	padding-bottom: 5px;
}

@media (max-width: 991px) {
	.sitemap_wrap .list .more .pro_list1 .pro_list2 {
		padding-top: 0;
		padding-left: 0;
	}
}

.sitemap_wrap .list .more .pro_list1 .pro_list2>li {
	display: inline-block;
	padding: 0 15px;
}

.sitemap_wrap .list .more .pro_list1 .pro_list2>li>a {
	font-size: 16px;
	line-height: 2.25;
	display: block;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-transform: capitalize;
	color: #999;
}

@media (max-width: 767px) {
	.sitemap_wrap .list .more .pro_list1 .pro_list2>li>a {
		font-size: 15px;
	}
}

.sitemap_wrap .list .more .pro_list1 .pro_list2>li>a:hover {
	text-decoration: underline !important;
	color: #fbacdf;
}

.get_pop {
	position: fixed;
	z-index: 99;
	top: 0;
	display: none;
	flex-direction: row;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.get_pop .sample_box {
	position: relative;
	overflow-y: auto;
	width: 100%;
	max-width: 690px;
	margin: 0 auto;
	background: #fff;
}

@media (max-width: 991px) {
	.get_pop .sample_box {
		width: 90%;
	}
}

.get_pop .sample_box .close_btn {
	position: absolute;
	top: 8px;
	right: 8px;
	cursor: pointer;
}

.get_pop .sample_box .close_btn:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-style: normal;
	line-height: 1;
	display: block;
	content: '\e602';
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #c6c6c6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.get_pop .sample_box .close_btn:hover:before {
	color: #000;
}

.get_pop .sample_box .pic {
	width: 51%;
}

@media (max-width: 660px) {
	.get_pop .sample_box .pic {
		display: none;
		float: none;
		width: 100%;
	}
}

.get_pop .sample_box .pic .img-box {
	padding-bottom: 120%;
}

.get_pop .sample_box .ipt_form_box {
	width: 49%;
	padding: 60px 35px 35px 35px;
}

@media (max-width: 991px) {
	.get_pop .sample_box .ipt_form_box {
		padding: 50px 30px 35px 30px;
	}
}

@media (max-width: 767px) {
	.get_pop .sample_box .ipt_form_box {
		padding: 40px 30px 30px 30px;
	}
}

@media (max-width: 660px) {
	.get_pop .sample_box .ipt_form_box {
		float: none;
		width: 100%;
	}
}

.get_pop .sample_box .ipt_form_box .tit {
	text-align: left;
}

.get_pop .sample_box .ipt_form_box .tit h3 {
	font-family: 'Marcellus';
	font-size: 24px;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
	color: #000;
}

@media (max-width: 991px) {
	.get_pop .sample_box .ipt_form_box .tit h3 {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.get_pop .sample_box .ipt_form_box .tit h3 {
		font-size: 20px;
	}
}

.get_pop .sample_box .ipt_form_box .tit p {
	font-size: 14px;
	line-height: 1.57142857;
	margin-top: 12px;
	text-transform: capitalize;
	color: #666;
}

@media (max-width: 767px) {
	.get_pop .sample_box .ipt_form_box .tit p {
		font-size: 13px;
		margin-top: 10px;
	}
}

.get_pop .sample_box .ipt_form_box .ipt_box {
	margin-top: 30px;
}

@media (max-width: 767px) {
	.get_pop .sample_box .ipt_form_box .ipt_box {
		margin-top: 20px;
	}
}

.get_pop .sample_box .ipt_form_box .ipt_box ul {
	margin: 0;
}

.get_pop .sample_box .ipt_form_box .ipt_box ul li {
	margin-bottom: 20px;
	padding: 0;
}

.get_pop .sample_box .ipt_form_box .ipt_box ul li:last-child {
	margin-bottom: 0;
}

.get_pop .sample_box .ipt_form_box .ipt_box ul li input,
.get_pop .sample_box .ipt_form_box .ipt_box ul li textarea {
	font-size: 14px;
	line-height: 40px;
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 12px;
	color: #000;
	border: 1px solid #d9d9d9;
	background: #fff;
}

.get_pop .sample_box .ipt_form_box .ipt_box ul li textarea {
	line-height: 24px;
	min-height: 150px;
	padding: 10px 20px;
}

@media (max-width: 991px) {
	.get_pop .sample_box .ipt_form_box .ipt_box ul li textarea {
		padding: 5px 15px;
	}
}

.get_pop .sample_box .ipt_form_box .ipt_box ul li input::-webkit-input-placeholder,
.get_pop .sample_box .ipt_form_box .ipt_box ul li textarea::-webkit-input-placeholder {
	color: #666;
}

.get_pop .sample_box .ipt_form_box .ipt_box ul li input:-o-placeholder,
.get_pop .sample_box .ipt_form_box .ipt_box ul li textarea:-o-placeholder {
	color: #666;
}

.get_pop .sample_box .ipt_form_box .ipt_box ul li input::-moz-placeholder,
.get_pop .sample_box .ipt_form_box .ipt_box ul li textarea::-moz-placeholder {
	color: #666;
}

.get_pop .sample_box .ipt_form_box .ipt_box ul li input:-ms-input-placeholder,
.get_pop .sample_box .ipt_form_box .ipt_box ul li textarea:-ms-input-placeholder {
	color: #666;
}

.get_pop .sample_box .ipt_form_box .ipt_box ul li input:focus::-webkit-input-placeholder,
.get_pop .sample_box .ipt_form_box .ipt_box ul li textarea:focus::-webkit-input-placeholder {
	color: #ccc;
}

.get_pop .sample_box .ipt_form_box .ipt_box ul li input:focus::-o-placeholder,
.get_pop .sample_box .ipt_form_box .ipt_box ul li textarea:focus::-o-placeholder {
	color: #ccc;
}

.get_pop .sample_box .ipt_form_box .ipt_box ul li input:focus::-moz-placeholder,
.get_pop .sample_box .ipt_form_box .ipt_box ul li textarea:focus::-moz-placeholder {
	color: #ccc;
}

.get_pop .sample_box .ipt_form_box .ipt_box ul li input:focus::-ms-input-placeholder,
.get_pop .sample_box .ipt_form_box .ipt_box ul li textarea:focus::-ms-input-placeholder {
	color: #ccc;
}

.get_pop .sample_box .ipt_form_box .ipt_box ul li .submit {
	font-family: 'Marcellus';
	font-size: 16px;
	line-height: 2.5;
	display: block;
	width: 100%;
	margin: 0 auto;
	margin-top: 44px;
	padding: 0;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	text-transform: uppercase;
	color: #433e40;
	border-radius: 25px;
	background-color: #fbacdf;
}

@media (max-width: 767px) {
	.get_pop .sample_box .ipt_form_box .ipt_box ul li .submit {
		font-size: 15px;
		margin-top: 10px;
	}
}

.get_pop .sample_box .ipt_form_box .ipt_box ul li .submit:hover {
	box-shadow: 0 5px 20px rgba(251, 172, 223, .8);
}