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

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

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

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

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

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

.banner .slickbanner .video-box {
	position: relative;
	display: block;
	padding-bottom: 46.875%;
}

.banner .slick-dots {
	position: absolute;
	bottom: 50px;
	left: 50%;
	display: block;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
}

@media (max-width: 991px) {
	.banner .slick-dots {
		bottom: 20px;
	}
}

.banner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 6px;
	cursor: pointer;
	-webkit-transition: all .35s;
	transition: all .35s;
	border: 1px solid #fff;
	background-color: #fff;
}

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

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

.banner .slick-dots .slick-active {
	background-color: transparent;
}

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

@media (max-width: 991px) {
	.banner .slick-arrow {
		left: 13%;
	}
}

.banner .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 30px;
	line-height: 65px;
	display: block;
	width: 46px;
	height: 64px;
	content: '\e727';
	-webkit-transition: all .3s;
	transition: all .3s;
	text-align: center;
	color: rgba(255, 255, 255, .8);
	background-color: rgba(0, 0, 0, .12);
}

@media (max-width: 991px) {
	.banner .slick-arrow:before {
		font-size: 25px;
		line-height: 55px;
		width: 30px;
		height: 55px;
	}
}

@media (max-width: 480px) {
	.banner .slick-arrow:before {
		font-size: 20px;
		line-height: 45px;
		width: 25px;
		height: 45px;
	}
}

.banner .slick-arrow:hover:before {
	background-color: rgba(0, 0, 0, .3);
}

.banner .slick-next {
	right: 7%;
	left: auto;
}

@media (max-width: 991px) {
	.banner .slick-next {
		right: 13%;
	}
}

.banner .slick-next:before {
	content: '\e728';
}

.banner .share {
	position: absolute;
	bottom: 90px;
	left: 40px;
}

@media (max-width: 1469px) {
	.banner .share {
		bottom: 50px;
	}
}

@media (max-width: 767px) {
	.banner .share {
		position: static;
		padding: 20px 0;
		text-align: center;
		border-bottom: 1px solid #eee;
	}
}

.banner .share ul {
	margin: -13px 0;
}

@media (max-width: 767px) {
	.banner .share ul {
		margin: 0;
	}
}

.banner .share ul li {
	display: block;
	padding: 13px 0;
}

@media (max-width: 767px) {
	.banner .share ul li {
		display: inline-block;
		padding: 0 10px;
	}
}

.banner .share ul li:hover a {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}

.banner .share ul li a {
	display: block;
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #fff;
}

@media (max-width: 767px) {
	.banner .share ul li a {
		color: #222;
	}
}

.banner .share ul li a:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-style: normal;
	line-height: 1;
	display: block;
	content: '\e7ff';
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.banner .share ul .twitter a:before {
	content: '\e652';
}

.banner .share ul .linkedin a:before {
	content: '\e6f0';
}

.banner .share ul .instagram a:before {
	content: '\e6b6';
}

.banner .share ul .youtube a:before {
	content: '\e711';
}

.fluid_video_wrapper video {
	/*background-color: #FFFFFF !important;*/
}

.fluid_video_wrapper {
	position: absolute;
}

#video-idcontext_option_homepage,
.fluid_controls_container {
	display: none !important;
}

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

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

.pagebanner .item {
	position: relative;
}

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

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

.title {
	text-align: center;
}

.title b {
	font-family: 'Montserrat-Black';
	font-size: 54px;
	font-weight: normal;
	line-height: 1;
	display: block;
	word-break: break-word;
	color: #222;
}

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

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

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

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

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

.title b span {
	font-family: 'Montserrat-Medium';
	margin-left: 15px;
	color: #ffba51;
}

.title p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
	color: #ffba51;
}

@media (max-width: 991px) {
	.title p {
		margin-bottom: 10px;
	}
}

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

.padt {
	padding-top: 100px;
}

.padd {
	padding: 100px 0;
}

.lists {
	margin-top: 50px;
}

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

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

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

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

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

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

.index_hot:after {
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 50%;
	content: '';
	background-color: #fff9ef;
}

.index_hot .lists {
	margin-top: 40px;
	padding: 0 55px;
}

@media (max-width: 1469px) {
	.index_hot .lists {
		padding: 0 30px;
	}
}

@media (max-width: 1199px) {
	.index_hot .lists {
		margin-top: 20px;
		padding: 0 15px;
	}
}

.index_hot .lists .slick_hot .slick-list {
	padding: 10px 0 0 0;
	background-color: #fff;
}

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

.index_hot .lists .slick_hot .item {
	position: relative;
	z-index: 2;
	display: block;
	-webkit-transition: all .35s;
	transition: all .35s;
	background-color: #fff;
}

.index_hot .lists .slick_hot .item:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.index_hot .lists .slick_hot .item:hover .pic .img-box .prod_pic {
	opacity: 1;
}

.index_hot .lists .slick_hot .item:hover .pic .img-box .prod_img {
	opacity: 0;
}

.index_hot .lists .slick_hot .item:hover .more p {
	background-color: #ffba51;
}

.index_hot .lists .slick_hot .item:hover .more p:before {
	opacity: 0;
}

.index_hot .lists .slick_hot .item .name {
	padding: 30px 30px 20px 30px;
	text-align: center;
}

@media (max-width: 1469px) {
	.index_hot .lists .slick_hot .item .name {
		padding: 20px;
	}
}

@media (max-width: 480px) {
	.index_hot .lists .slick_hot .item .name {
		padding: 15px;
	}
}

.index_hot .lists .slick_hot .item .name p {
	font-size: 20px;
	line-height: 2;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #222;
}

@media (max-width: 1469px) {
	.index_hot .lists .slick_hot .item .name p {
		font-size: 18px;
	}
}

@media (max-width: 480px) {
	.index_hot .lists .slick_hot .item .name p {
		font-size: 16px;
	}
}

.index_hot .lists .slick_hot .item .name p:before {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 20px;
	content: '';
	vertical-align: middle;
	background: url(../images/img/icon_hot.png) no-repeat center;
	background-size: cover;
}

@media (max-width: 1469px) {
	.index_hot .lists .slick_hot .item .name p:before {
		margin-right: 10px;
	}
}

@media (max-width: 480px) {
	.index_hot .lists .slick_hot .item .name p:before {
		width: 30px;
		height: 30px;
	}
}

.index_hot .lists .slick_hot .item .pic .img-box {
	padding-bottom: 73.61111111%;
}

.index_hot .lists .slick_hot .item .pic .img-box .prod_pic {
	-webkit-transition: all .35s;
	transition: all .35s;
	opacity: 0;
}

.index_hot .lists .slick_hot .item .more {
	margin: auto;
	padding: 30px 0 35px 0;
}

@media (max-width: 480px) {
	.index_hot .lists .slick_hot .item .more {
		padding: 25px 0;
	}
}

.index_hot .lists .slick_hot .item .more p {
	font-size: 15px;
	line-height: 3.2;
	position: relative;
	width: 153px;
	height: 48px;
	margin: auto;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #222;
	border-radius: 23px;
}

.index_hot .lists .slick_hot .item .more p:before {
	position: absolute;
	z-index: -1;
	top: 50%;
	right: 0;
	left: 0;
	display: block;
	width: 120px;
	height: 32px;
	margin: auto;
	content: '';
	-webkit-transition: all .35s;
	transition: all .35s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #ededed;
}

.index_hot .lists .hot_arrow {
	margin: 0 -40px;
	padding-top: 60px;
	text-align: center;
}

@media (max-width: 767px) {
	.index_hot .lists .hot_arrow {
		margin: 0 -20px;
		padding-top: 40px;
	}
}

@media (max-width: 480px) {
	.index_hot .lists .hot_arrow {
		margin: 0 -10px;
	}
}

.index_hot .lists .hot_arrow .arrow_btn {
	font-size: 16px;
	line-height: 1.875;
	display: inline-block;
	padding: 0 40px;
	cursor: pointer;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #888;
}

@media (max-width: 767px) {
	.index_hot .lists .hot_arrow .arrow_btn {
		padding: 0 20px;
	}
}

@media (max-width: 480px) {
	.index_hot .lists .hot_arrow .arrow_btn {
		padding: 0 10px;
	}
}

.index_hot .lists .hot_arrow .arrow_btn:hover {
	font-weight: bold;
	text-decoration: underline !important;
	color: #222;
}

.index_hot .lists .hot_arrow .arrow_btn:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	display: inline-block;
	margin-right: 12px;
	content: '\e87b';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.index_hot .lists .hot_arrow .next:before {
	display: none;
}

.index_hot .lists .hot_arrow .next:after {
	font-family: 'iconfont' !important;
	font-style: normal;
	display: inline-block;
	margin-left: 12px;
	content: '\e88f';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.index_cate {
	position: relative;
	z-index: 2;
}

.index_cate .title {
	padding-bottom: 40px;
	background-color: #fff9ef;
}

.index_cate .list ul {
	margin: 0;
}

.index_cate .list ul li {
	padding: 0;
}

.index_cate .list ul li:nth-child(4) .item .name p,
.index_cate .list ul li:nth-child(6) .item .name p {
	/*color: #fff;*/
}

.index_cate .list ul li:nth-child(5) .item .img-box {
	padding-bottom: 42.70833333%;
}

.index_cate .list ul li:nth-child(6) .item .img-box,
.index_cate .list ul li:nth-child(7) .item .img-box {
	padding-bottom: 56.25%;
}

.index_cate .list ul li .item {
	position: relative;
	display: block;
	overflow: hidden;
}

.index_cate .list ul li .item:hover:before {
	opacity: 1;
}

.index_cate .list ul li .item:hover .name p {
	padding-left: 20px;
}

.index_cate .list ul li .item:hover .name p:before {
	width: 65%;
}

.index_cate .list ul li .item:before {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all .35s;
	transition: all .35s;
	opacity: 0;
	border: solid 6px #4e2ade;
}

.index_cate .list ul li .item .img-box {
	padding-bottom: 68.75%;
}

.index_cate .list ul li .item .name {
	position: absolute;
	z-index: 1;
	bottom: 20px;
	left: 30px;
}

@media (max-width: 680px) {
	.index_cate .list ul li .item .name {
		bottom: 10px;
		left: 10px;
	}
}

.index_cate .list ul li .item .name p {
	font-size: 18px;
	line-height: 1.5;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .5s;
	transition: all .5s;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #222;
}

@media (max-width: 680px) {
	.index_cate .list ul li .item .name p {
		font-size: 15px;
		display: -webkit-box;
		overflow: hidden;
		height: auto;
		white-space: normal !important;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
}

.index_cate .list ul li .item .name p:before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	display: block;
	width: 0;
	height: 100%;
	content: '';
	-webkit-transition: all .5s;
	transition: all .5s;
	background-color: #ffba51;
}

.index_about .info {
	position: relative;
	z-index: 1;
	margin-top: -300px;
}

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

.index_about .info .range {
	width: 50%;
	padding: 140px 240px 60px 60px;
	background-color: #fff;
}

@media (max-width: 1680px) {
	.index_about .info .range {
		padding: 140px 80px 60px 60px;
	}
}

@media (max-width: 1469px) {
	.index_about .info .range {
		padding: 80px 60px 60px 60px;
	}
}

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

@media (max-width: 991px) {
	.index_about .info .range {
		width: 100%;
		padding: 40px 30px;
	}
}

.index_about .info .title {
	text-align: right;
}

.index_about .info .msg {
	padding: 20px 0;
	text-align: right;
}

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

.index_about .info .msg p {
	font-family: 'Montserrat-Bold';
	font-size: 18px;
	line-height: 1.5;
	color: #222;
}

@media (max-width: 480px) {
	.index_about .info .msg p {
		font-size: 16px;
	}
}

.index_about .info .txt {
	text-align: right;
}

.index_about .info .txt p {
	font-size: 15px;
	line-height: 2;
	opacity: .77;
	color: #222;
}

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

.index_about .info .more {
	margin-top: 35px;
	text-align: right;
}

@media (max-width: 480px) {
	.index_about .info .more {
		margin-top: 20px;
	}
}

.index_about .info .more a {
	font-size: 16px;
	line-height: 2.5;
	position: relative;
	z-index: 1;
	display: block;
	padding: 0 15px;
	color: #222;
}

.index_about .info .more a:hover:before {
	width: 15%;
}

.index_about .info .more a:before {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	display: block;
	width: 10%;
	height: 100%;
	content: '';
	-webkit-transition: all .5s;
	transition: all .5s;
	background-color: #ffba51;
}

.index_about .index_vv {
	position: relative;
	top: -170px;
}

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

.index_about .index_vv .video {
	position: relative;
}

.index_about .index_vv .video:hover .video-cover {
	opacity: .2;
}

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

.index_about .index_vv .video .img-box {
	z-index: 0;
	padding-bottom: 34.89583333%;
	background-color: #000;
}

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

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

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

.index_about .index_vv .video .video-box .play {
	position: absolute;
	top: 50%;
	left: 30%;
	width: 88px;
	height: 88px;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .22);
}

@media (max-width: 991px) {
	.index_about .index_vv .video .video-box .play {
		right: 0;
		left: 0;
		width: 80px;
		height: 80px;
		margin: auto;
	}
}

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

@media (max-width: 480px) {
	.index_about .index_vv .video .video-box .play {
		width: 50px;
		height: 50px;
	}
}

.index_about .index_vv .video .video-box .play:before {
	font-family: 'iconfont';
	font-size: 75px;
	line-height: 88px;
	display: block;
	margin-bottom: 30px;
	content: '\e61c';
}

@media (max-width: 991px) {
	.index_about .index_vv .video .video-box .play:before {
		font-size: 65px;
		line-height: 80px;
	}
}

@media (max-width: 767px) {
	.index_about .index_vv .video .video-box .play:before {
		font-size: 45px;
		line-height: 60px;
	}
}

@media (max-width: 480px) {
	.index_about .index_vv .video .video-box .play:before {
		font-size: 35px;
		line-height: 50px;
	}
}

.index_choose {
	position: relative;
	overflow: hidden;
	margin-top: -50px;
	padding-bottom: 150px;
}

@media (max-width: 1280px) {
	.index_choose {
		margin-top: -80px;
		padding-bottom: 120px;
	}
}

@media (max-width: 991px) {
	.index_choose {
		margin-top: 40px;
		padding-bottom: 120px;
	}
}

.index_choose:before {
	position: absolute;
	left: 0;
	display: block;
	width: 15.239%;
	height: 82.303%;
	content: '';
	background: url(../images/img/choose1.jpg) no-repeat center;
	background-size: cover;
}

.index_choose .container {
	position: relative;
	width: 1280px;
}

@media (max-width: 1280px) {
	.index_choose .container {
		width: 100%;
	}
}

.index_choose .tit {
	position: absolute;
	top: 0;
	right: 15px;
}

@media (max-width: 991px) {
	.index_choose .tit {
		top: 20px;
		right: 40px;
		width: 28%;
	}
}

@media (max-width: 767px) {
	.index_choose .tit {
		top: 0;
		right: 20px;
		width: 25%;
	}
}

@media (max-width: 480px) {
	.index_choose .tit {
		width: 160px;
	}
}

.index_choose .tit img {
	max-width: 100%;
	height: auto !important;
}

.index_choose .tips {
	position: absolute;
	bottom: -50px;
	left: -13%;
}

@media (max-width: 767px) {
	.index_choose .tips {
		bottom: -60px;
		left: 15px;
	}
}

.index_choose .tips p {
	font-family: 'Montserrat-Black';
	font-size: 110px;
	line-height: 1;
	color: #f5f5f5;
}

@media (max-width: 1199px) {
	.index_choose .tips p {
		font-size: 90px;
	}
}

@media (max-width: 991px) {
	.index_choose .tips p {
		font-size: 80px;
	}
}

@media (max-width: 767px) {
	.index_choose .tips p {
		font-size: 60px;
	}
}

.index_choose .list {
	margin-top: 70px;
}

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

@media (max-width: 480px) {
	.index_choose .list {
		margin-top: 110px;
	}
}

.index_choose .list ul li:first-child .item {
	width: 62%;
	margin-bottom: 30px;
}

.index_choose .list ul li:nth-child(2) .item {
	float: right;
}

.index_choose .list ul li:nth-child(3) {
	margin-top: -50px;
}

@media (max-width: 767px) {
	.index_choose .list ul li:nth-child(3) {
		margin-top: 0;
	}
}

.index_choose .list ul li:nth-child(3) .item {
	margin-bottom: 40px;
}

.index_choose .list ul li:nth-child(4) .item {
	float: right;
}

.index_choose .list ul li:nth-child(4) .item:before {
	font-family: 'iconfont' !important;
	font-size: 100px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	top: -70px;
	right: 0;
	display: block;
	content: '\e63e';
	color: #f5f5f5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
	.index_choose .list ul li:nth-child(4) .item:before {
		font-size: 80px;
		top: -20px;
	}
}

.index_choose .list ul li .item {
	position: relative;
	display: block;
	width: 53%;
	-webkit-transition: all .35s;
	transition: all .35s;
}

@media (max-width: 991px) {
	.index_choose .list ul li .item {
		width: 65%;
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.index_choose .list ul li .item {
		float: none !important;
		width: 100% !important;
		margin-bottom: 30px !important;
	}
}

.index_choose .list ul li .item:hover .msg b:before {
	width: 60%;
}

.index_choose .list ul li .item .msg {
	position: relative;
	padding-left: 50px;
}

@media (max-width: 480px) {
	.index_choose .list ul li .item .msg {
		padding-left: 40px;
	}
}

.index_choose .list ul li .item .msg span {
	font-size: 26px;
	line-height: 2.07692308;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	color: #666;
}

@media (max-width: 1199px) {
	.index_choose .list ul li .item .msg span {
		font-size: 24px;
	}
}

@media (max-width: 991px) {
	.index_choose .list ul li .item .msg span {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.index_choose .list ul li .item .msg span {
		font-size: 20px;
		line-height: 46px;
	}
}

@media (max-width: 480px) {
	.index_choose .list ul li .item .msg span {
		font-size: 18px;
	}
}

.index_choose .list ul li .item .msg b {
	font-family: 'Montserrat-Bold';
	font-size: 26px;
	font-weight: normal;
	line-height: 1.15384615;
	position: relative;
	display: block;
	padding: 12px 20px;
	color: #222;
}

@media (max-width: 1199px) {
	.index_choose .list ul li .item .msg b {
		font-size: 24px;
	}
}

@media (max-width: 991px) {
	.index_choose .list ul li .item .msg b {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.index_choose .list ul li .item .msg b {
		font-size: 20px;
	}
}

@media (max-width: 480px) {
	.index_choose .list ul li .item .msg b {
		font-size: 18px;
	}
}

.index_choose .list ul li .item .msg b:before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	display: block;
	width: 45%;
	height: 100%;
	content: '';
	-webkit-transition: all .5s;
	transition: all .5s;
	background-color: #ffba51;
}

.index_choose .list ul li .item .txt {
	padding: 20px 0 0 65px;
}

@media (max-width: 1199px) {
	.index_choose .list ul li .item .txt {
		padding: 20px 0 0 50px;
	}
}

@media (max-width: 480px) {
	.index_choose .list ul li .item .txt {
		padding: 10px 0 0 45px;
	}
}

.index_choose .list ul li .item .txt p {
	font-size: 18px;
	line-height: 1.88888889;
	color: #666;
}

@media (max-width: 1199px) {
	.index_choose .list ul li .item .txt p {
		font-size: 16px;
		line-height: 1.875;
	}
}

@media (max-width: 480px) {
	.index_choose .list ul li .item .txt p {
		font-size: 15px;
		line-height: 2;
	}
}

.index_choose .list ul li .item .txt p span {
	font-family: 'Montserrat-Bold';
	color: #222;
}

.index_work {
	background-color: #fff9ef;
}

.index_work .lists {
	position: relative;
	width: 1190px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

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

@media (max-width: 1199px) {
	.index_work .lists {
		margin-top: 30px;
		padding: 0 15px;
	}
}

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

@media (max-width: 767px) {
	.index_work .lists {
		margin-bottom: 10px;
	}
}

@media (max-width: 480px) {
	.index_work .lists {
		margin-bottom: 0;
	}
}

.index_work .lists:before {
	position: absolute;
	top: 24%;
	right: -10%;
	display: block;
	width: 120%;
	height: 62px;
	content: '';
	background: url(../images/img/work_line1.png) no-repeat center;
	background-size: 100% 100%;
}

@media (max-width: 1469px) {
	.index_work .lists:before {
		top: 21.7%;
		right: 0;
		width: 100%;
	}
}

@media (max-width: 1199px) {
	.index_work .lists:before {
		display: none;
	}
}

.index_work .lists:after {
	position: absolute;
	z-index: -1;
	right: -10%;
	bottom: 18.7%;
	display: block;
	width: 120%;
	height: 62px;
	content: '';
	background: url(../images/img/work_line1.png) no-repeat center;
	background-size: 100% 100%;
}

@media (max-width: 1469px) {
	.index_work .lists:after {
		right: 0;
		bottom: 20.5%;
		width: 100%;
	}
}

@media (max-width: 1199px) {
	.index_work .lists:after {
		display: none;
	}
}

.index_work .lists .line {
	position: absolute;
	top: 25%;
	right: -10%;
	display: block;
	width: 5%;
	height: 55%;
	content: '';
	background: url(../images/img/work_line2.png) no-repeat center;
	background-size: 100% 100%;
}

@media (max-width: 1469px) {
	.index_work .lists .line {
		top: 22%;
		right: 0;
	}
}

@media (max-width: 1199px) {
	.index_work .lists .line {
		display: none;
	}
}

.index_work .lists ul {
	display: block;
	margin: 0 -45px;
}

@media (max-width: 1469px) {
	.index_work .lists ul {
		margin: 0 -30px;
	}
}

@media (max-width: 1199px) {
	.index_work .lists ul {
		margin: 0 -15px;
	}
}

.index_work .lists ul li {
	padding: 0 45px;
}

@media (max-width: 1469px) {
	.index_work .lists ul li {
		padding: 0 30px;
	}
}

@media (max-width: 1199px) {
	.index_work .lists ul li {
		padding: 0 15px;
	}
}

.index_work .lists ul li:nth-child(3) .item:hover .name b {
	padding: 10px 10px 10px 50px;
}

.index_work .lists ul li:nth-child(3) .item .name b {
	line-height: 1;
	padding: 10px 10px 10px 40px;
}

.index_work .lists .item {
	display: block;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.index_work .lists .item {
		margin-bottom: 30px;
	}
}

.index_work .lists .item:hover .name {
	background-color: #ffba51;
}

.index_work .lists .item:hover .name b {
	font-family: 'Montserrat-Bold';
	padding: 0 0 0 50px;
}

.index_work .lists .item:hover .name b span {
	left: 10px;
}

.index_work .lists .item .img-box {
	padding-bottom: 55.2238806%;
}

.index_work .lists .item .name {
	margin: 20px 0;
	-webkit-transition: all .35s;
	transition: all .35s;
	background-color: #f5ecdc;
}

.index_work .lists .item .name b {
	font-size: 20px;
	font-weight: normal;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 40px;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #222;
}

.index_work .lists .item .name b span {
	font-family: 'Montserrat-Bold';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transition: all .35s;
	transition: all .35s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_work .lists .item .txt {
	overflow: hidden;
	height: 120px;
}

@media (max-width: 767px) {
	.index_work .lists .item .txt {
		height: auto;
	}
}

.index_work .lists .item .txt p {
	font-size: 14px;
	line-height: 1.71428571;
	color: #222;
}

.index_news {
	margin-top: -30px;
	padding-bottom: 100px;
}

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

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

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

.index_news .lists .slick_news {
	font-size: 0;
}

.index_news .lists .slick_news .item {
	position: relative;
	display: block;
}

.index_news .lists .slick_news .item .pic .img-box {
	padding-bottom: 36.97916667%;
}

.index_news .lists .slick_news .item .cover {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
}

@media (max-width: 600px) {
	.index_news .lists .slick_news .item .cover {
		position: static;
		padding: 10px;
	}
}

.index_news .lists .slick_news .item .cover .info {
	width: 100%;
	height: 100%;
	padding: 60px 45px;
	text-align: center;
	background-color: rgba(255, 255, 255, .33);
}

@media (max-width: 1680px) {
	.index_news .lists .slick_news .item .cover .info {
		padding: 40px 40px;
	}
}

@media (max-width: 1469px) {
	.index_news .lists .slick_news .item .cover .info {
		padding: 20px 40px;
	}
}

@media (max-width: 600px) {
	.index_news .lists .slick_news .item .cover .info {
		padding: 15px 20px;
		background-color: #fff9ef;
	}
}

.index_news .lists .slick_news .item .cover .info b {
	font-family: 'Montserrat-Bold';
	font-size: 34px;
	font-weight: normal;
	line-height: 1.5;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #000;
}

@media (max-width: 1469px) {
	.index_news .lists .slick_news .item .cover .info b {
		font-size: 30px;
	}
}

@media (max-width: 1370px) {
	.index_news .lists .slick_news .item .cover .info b {
		font-size: 28px;
	}
}

@media (max-width: 1199px) {
	.index_news .lists .slick_news .item .cover .info b {
		font-size: 24px;
	}
}

@media (max-width: 991px) {
	.index_news .lists .slick_news .item .cover .info b {
		font-size: 22px;
	}
}

@media (max-width: 600px) {
	.index_news .lists .slick_news .item .cover .info b {
		font-size: 20px;
	}
}

.index_news .lists .slick_news .item .cover .info span {
	font-size: 16px;
	line-height: 1.5;
	display: block;
	margin: 10px 0;
	color: #000;
}

@media (max-width: 600px) {
	.index_news .lists .slick_news .item .cover .info span {
		font-size: 15px;
	}
}

.index_news .lists .slick_news .item .cover .info span:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	display: inline-block;
	margin-right: 12px;
	content: '\e714';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.index_news .lists .slick_news .item .cover .info p {
	font-size: 16px;
	line-height: 1.875;
	display: -webkit-box;
	overflow: hidden;
	height: 90px;
	color: #000;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

@media (max-width: 1370px) {
	.index_news .lists .slick_news .item .cover .info p {
		display: -webkit-box;
		overflow: hidden;
		height: 60px;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
}

@media (max-width: 1199px) {
	.index_news .lists .slick_news .item .cover .info p {
		display: -webkit-box;
		overflow: hidden;
		height: 90px;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
}

@media (max-width: 600px) {
	.index_news .lists .slick_news .item .cover .info p {
		font-size: 15px;
	}
}

.index_news .lists .slick_news .slick-dots {
	position: absolute;
	bottom: -70px;
	left: 50%;
	display: block;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
}

@media (max-width: 991px) {
	.index_news .lists .slick_news .slick-dots {
		bottom: -40px;
	}
}

@media (max-width: 600px) {
	.index_news .lists .slick_news .slick-dots {
		bottom: -30px;
	}
}

@media (max-width: 480px) {
	.index_news .lists .slick_news .slick-dots {
		bottom: 30px;
	}
}

.index_news .lists .slick_news .slick-dots li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 6px;
	cursor: pointer;
	-webkit-transition: all .35s;
	transition: all .35s;
	border-radius: 50%;
	background-color: #dbdbdb;
}

@media (max-width: 767px) {
	.index_news .lists .slick_news .slick-dots li {
		width: 10px;
		height: 10px;
	}
}

.index_news .lists .slick_news .slick-dots li button {
	display: none;
}

.index_news .lists .slick_news .slick-dots .slick-active {
	background-color: #ffba51;
}

.index_link {
	padding: 100px 0 140px 0;
}

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

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

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

.index_link ul li:nth-child(2) .item .icon a {
	padding-left: 45px;
}

@media (max-width: 1469px) {
	.index_link ul li:nth-child(2) .item .icon a {
		padding: 0;
	}
}

.index_link ul li:nth-child(2) .item .icon a:before {
	width: 86px;
	height: 36px;
	background: url(../images/img/icon_ytb.png) no-repeat center;
}

.index_link ul li:nth-child(3) .item .icon a:before {
	background: url(../images/img/icon_facebook.png) no-repeat center;
}

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

@media (max-width: 480px) {
	.index_link .item {
		margin-bottom: 30px;
	}
}

.index_link .item .icon a {
	font-size: 20px;
	line-height: 1.2;
	display: block;
	color: #222;
}

@media (max-width: 480px) {
	.index_link .item .icon a {
		font-size: 18px;
	}
}

.index_link .item .icon a:before {
	display: inline-block;
	width: 36px;
	height: 36px;
	margin-right: 20px;
	content: '';
	vertical-align: middle;
	background: url(../images/img/icon_ins.png) no-repeat center;
	background-size: 100% 100%;
}

@media (max-width: 480px) {
	.index_link .item .icon a:before {
		margin-right: 10px;
	}
}

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

.index_link .item .list iframe {
	width: 100%;
	height: 360px;
}

@media (max-width: 1469px) {
	.index_link .item .list iframe {
		height: 288px;
	}
}

@media (max-width: 991px) {
	.index_link .item .list iframe {
		height: 276px;
	}
}

.index_link .item .list .youtube_vv .video {
	position: relative;
}

.index_link .item .list .youtube_vv .video:hover .video-cover {
	opacity: .2;
}

.index_link .item .list .youtube_vv .video .video-cover {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
	opacity: 0;
	opacity: 1;
	background-color: rgba(0, 0, 0, .27);
}

.index_link .item .list .youtube_vv .video .img-box {
	z-index: 0;
	padding-bottom: 80%;
	background-color: #000;
}

.index_link .item .list .youtube_vv .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
}

.index_link .item .list .youtube_vv .video .video-box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}

.index_link .item .list .youtube_vv .video .video-box .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}

.index_link .item .list .youtube_vv .video .video-box .play {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}

.index_link .item .list .youtube_vv .video .video-box .play:before {
	font-family: 'iconfont';
	font-size: 60px;
	line-height: 1;
	display: block;
	content: '\e61c';
}

@media (max-width: 991px) {
	.index_link .item .list .youtube_vv .video .video-box .play:before {
		font-size: 65px;
	}
}

@media (max-width: 767px) {
	.index_link .item .list .youtube_vv .video .video-box .play:before {
		font-size: 45px;
	}
}

@media (max-width: 480px) {
	.index_link .item .list .youtube_vv .video .video-box .play:before {
		font-size: 35px;
	}
}

.index_email {
	background-color: #fff9ef;
}

.index_email .tit {
	margin-top: -25px;
	text-align: center;
}

@media (max-width: 480px) {
	.index_email .tit {
		margin-top: -10px;
	}
}

.index_email .tit b {
	font-family: 'Montserrat-Bold';
	font-size: 48px;
	font-weight: normal;
	line-height: 1.04166667;
	display: block;
	color: #222;
}

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

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

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

@media (max-width: 600px) {
	.index_email .tit b {
		font-size: 26px;
	}
}

@media (max-width: 480px) {
	.index_email .tit b {
		font-size: 24px;
	}
}

.index_email .email_form {
	padding: 50px 0 70px 0;
}

@media (max-width: 600px) {
	.index_email .email_form {
		padding: 30px 0 120px 0;
	}
}

.index_email .email_form .email_ipt {
	position: relative;
	width: 65%;
	height: 70px;
	margin: auto;
	background-color: #fff;
	box-shadow: 3px 4px 13px 0 rgba(224, 213, 195, .36);
}

@media (max-width: 1199px) {
	.index_email .email_form .email_ipt {
		width: 100%;
	}
}

@media (max-width: 600px) {
	.index_email .email_form .email_ipt {
		height: 60px;
	}
}

.index_email .email_form input {
	font-size: 16px;
	line-height: 70px;
	display: block;
	width: 100%;
	padding: 0 200px 0 35px;
	color: #222;
}

@media (max-width: 600px) {
	.index_email .email_form input {
		font-size: 15px;
		line-height: 60px;
		padding: 0 20px;
	}
}

.index_email .email_form input::-webkit-input-placeholder,
.index_email .email_form textarea::-webkit-input-placeholder {
	color: #666;
}

.index_email .email_form input:-o-placeholder,
.index_email .email_form textarea:-o-placeholder {
	color: #666;
}

.index_email .email_form input::-moz-placeholder,
.index_email .email_form textarea::-moz-placeholder {
	color: #666;
}

.index_email .email_form input:-ms-input-placeholder,
.index_email .email_form textarea:-ms-input-placeholder {
	color: #666;
}

.index_email .email_form input:focus::-webkit-input-placeholder,
.index_email .email_form textarea:focus::-webkit-input-placeholder {
	color: #eee;
}

.index_email .email_form input:focus::-o-placeholder,
.index_email .email_form textarea:focus::-o-placeholder {
	color: #eee;
}

.index_email .email_form input:focus::-moz-placeholder,
.index_email .email_form textarea:focus::-moz-placeholder {
	color: #eee;
}

.index_email .email_form input:focus::-ms-input-placeholder,
.index_email .email_form textarea:focus::-ms-input-placeholder {
	color: #eee;
}

.index_email .email_form button {
	font-size: 14px;
	line-height: 3.57142857;
	position: absolute;
	top: 50%;
	right: 8px;
	display: block;
	width: 160px;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	background-color: #222;
}

@media (max-width: 600px) {
	.index_email .email_form button {
		position: static;
		width: 160px;
		margin: auto;
		margin-top: 20px;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.index_email .email_form button:hover {
	background-color: #ffba51;
}

.index_email .email_form button:after {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-left: 12px;
	content: '\e6a0';
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.product {
	overflow: hidden;
	padding: 40px 0 80px 0;
}

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

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

.product .left {
	width: 23.405%;
}

.product .xs_prodnav {
	display: none;
	margin-top: 30px;
}

@media (max-width: 991px) {
	.product .left {
		display: none;
		float: none;
		width: 100%;
	}
	.product .xs_prodnav,
	.product .xs_prodnav .left {
		display: block;
	}
}

.product .left .menu {
	position: relative;
}

.product .left .menu .menu1>li {
	border-bottom: 1px solid #ddd;
}

.product .left .menu .menu1>li:last-child {
	border-bottom: none;
}

.product .left .menu .menu1>li>a {
	font-family: 'Montserrat-Bold';
	font-size: 18px;
	line-height: 30px;
	position: relative;
	z-index: 1;
	display: block;
	padding: 25px 10px 25px 0;
	-webkit-transition: .35s;
	transition: .35s;
	color: #222;
}

@media (max-width: 991px) {
	.product .left .menu .menu1>li>a {
		font-size: 15px;
		line-height: 1.2;
		padding: 10px;
	}
	.product .left .menu .menu1>li.active a {
		color: #ffba51;
	}
}

.product .left .menu .menu1>li>a:before {
	position: absolute;
	z-index: -1;
	right: 0;
	display: block;
	width: 0;
	height: 40px;
	margin-top: -6px;
	content: '';
	-webkit-transition: .35s;
	transition: .35s;
	opacity: 0;
	background-color: #ffba51;
}

@media (max-width: 991px) {
	.product .left .menu .menu1>li .product .left .menu .menu1>li>a:before {
		display: none;
	}
}

.product .left .menu .menu1>li>a:hover:before {
	width: 86%;
	opacity: 1;
}

@media (max-width: 991px) {
	.product .left .menu .menu1>li>a:hover:before {
		display: none;
	}
}

.product .left .menu .menu1 .active>a:before {
	width: 86%;
	opacity: 1;
}

@media (max-width: 991px) {
	.product .left .menu .menu1 .active>a:before {
		display: none;
	}
}

.product .left .menu .nomore .menu2 {
	display: none;
	padding-bottom: 30px;
	background-color: #fff;
}

@media (max-width: 991px) {
	.product .left .menu .nomore .menu2 {
		padding-bottom: 15px;
	}
}

.product .left .menu .nomore .menu2>li {
	position: relative;
	padding-left: 0;
	cursor: pointer;
	box-shadow: none;
}

.product .left .menu .nomore .menu2>li:last-child {
	border-bottom: none;
}

.product .left .menu .nomore .menu2>li>a {
	font-size: 16px;
	line-height: 20px;
	position: relative;
	display: block;
	padding: 10px 15px 10px 20px;
	-webkit-transition: .35s;
	transition: .35s;
	color: #666;
}

@media (max-width: 991px) {
	.product .left .menu .nomore .menu2>li>a {
		font-size: 14px;
		line-height: 1.2;
		padding: 5px 10px;
	}
}

.product .left .menu .nomore .menu2>li>a:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	display: inline-block;
	margin-right: 5px;
	content: '\e728';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.product .left .menu .nomore .menu2>li>a:hover {
	text-decoration: underline !important;
	color: #222;
}

.product .left .menu .nomore .menu2 .active a {
	text-decoration: underline !important;
	color: #222;
}

.product .left .menu .nomore .menu3 {
	display: none;
}

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

.product .left .menu .nomore .menu3>li>a:before {
	display: none;
}

.product .left .menu .nomore .menu3>li:hover a {
	text-decoration: underline !important;
	color: #ffba51 !important;
}

.product .left .menu .nomore .menu3 .active a {
	text-decoration: underline !important;
	color: #ffba51 !important;
}

.product .left .comment_wrap {
	margin-top: 30px;
}

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

.product .left .comment_wrap .slick_comment .pic .img-box {
	padding-bottom: 124.24242424%;
}

.product .right {
	width: 76.595%;
	padding: 0 0 0 30px;
}

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

.product .right .prod_lists ul li:first-child .item .info a {
	margin: 52px 0 30px 0;
}

.product .right .prod_lists ul li:first-child .item .info p {
	display: none;
}

.product .right .prod_lists .item {
	display: block;
	margin-bottom: 50px;
	text-align: center;
}

@media (max-width: 991px) {
	.product .right .prod_lists .item {
		margin-bottom: 30px;
	}
}

.product .right .prod_lists .item:hover .add_btn a {
	color: #fff;
	background-color: #f11594;
}

.product .right .prod_lists .item .pic {
	display: block;
	overflow: hidden;
}

.product .right .prod_lists .item .pic .img-box {
	padding-bottom: 72.22222222%;
}

.product .right .prod_lists .item .info {
	margin-top: 30px;
}

.product .right .prod_lists .item .info a {
	font-family: 'Montserrat-Bold';
	font-size: 18px;
	line-height: 1.5;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #222;
}

.product .right .prod_lists .item .info p {
	font-size: 15px;
	line-height: 1.5;
	overflow: hidden;
	margin: 10px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #666;
	height: 22px;
}

.product .right .prod_lists .item .add_btn {
	margin-top: 20px;
}

.product .right .prod_lists .item .add_btn a {
	font-family: 'Montserrat-Bold';
	font-size: 14px;
	line-height: 3.14285714;
	display: block;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #222;
	background-color: #ffba51;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.product .right .prod_lists .item .add_btn a:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-right: 12px;
	content: '\e623';
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.product .right .page {
	padding: 30px 0 0 0;
}

@media (max-width: 991px) {
	.product .right .page {
		padding: 20px 0 0 0;
	}
}

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

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

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

.product_details .product_box .lef .slider-for {
	box-shadow: 3px 4px 13px 0 rgba(121, 121, 121, .21);
}

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

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

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

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

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

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

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

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

.product_details .product_box .lef .prod_vv .video .video-box .play {
	font-size: 20px;
	font-size: 24px;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
}

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

.product_details .product_box .lef .prod_vv .video .video-box .play:before {
	font-family: 'iconfont';
	font-size: 70px;
	display: block;
	content: '\e61c';
	color: #fff;
}

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

.product_details .product_box .lef .slider-nav {
	font-size: 0;
	margin-top: 10px;
}

.product_details .product_box .lef .slider-nav .slick-list {
	margin: 0 -5px;
	box-shadow: 3px 4px 10px 0 rgba(121, 121, 121, .21);
}

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

.product_details .product_box .lef .slider-nav .slick-list .slick-slide .pic {
	position: relative;
	box-shadow: 3px 4px 10px 0 rgba(121, 121, 121, .21);
}

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

.product_details .product_box .lef .slider-nav .slick-list .slick-current .pic:before {
	opacity: 1;
}

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

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

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

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

.product_details .product_box .lef .slider-nav .prod_vv .video .video-box1 .play {
	font-size: 20px;
	font-size: 24px;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
}

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

.product_details .product_box .lef .slider-nav .prod_vv .video .video-box1 .play:before {
	font-family: 'iconfont';
	font-size: 50px;
	display: block;
	content: '\e61c';
	color: #fff;
}

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

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

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

.product_details .product_box .rig {
	width: 40.951%;
	padding-left: 40px;
}

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

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

.product_details .product_box .rig .prod_info .pro_title h1 {
	font-family: 'Montserrat-Bold';
	font-size: 30px;
	font-weight: normal;
	line-height: 2;
	display: block;
	color: #222;
}

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

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

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

.product_details .product_box .rig .prod_info .pro_msg {
	padding-bottom: 30px;
	border-bottom: 1px solid #eaeaea;
}

.product_details .product_box .rig .prod_info .pro_msg p {
	font-size: 15px;
	line-height: 1.5;
	color: #666;
}

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

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

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

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

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

.product_details .product_box .rig .prod_info .prod_btn #inquiry_btn {
	font-family: 'Montserrat-Bold';
	font-size: 14px;
	line-height: 2.85714286;
	display: block;
	float: left;
	padding-right: 20px;
	cursor: pointer;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #222;
	background-color: #ffba51;
}

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

.product_details .product_box .rig .prod_info .prod_btn #inquiry_btn:hover {
	opacity: .85;
}

.product_details .product_box .rig .prod_info .prod_btn #inquiry_btn:before {
	font-family: 'iconfont' !important;
	font-size: 24px;
	font-style: normal;
	line-height: 1.66666667;
	display: inline-block;
	width: 48px;
	height: 40px;
	margin-right: 20px;
	content: '\e62e';
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background-color: #eca840;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.product_details .product_box .rig .prod_info .prod_btn #add_btn {
	font-family: 'Montserrat-Bold';
	font-size: 14px;
	line-height: 2.85714286;
	display: block;
	float: right;
	cursor: pointer;
	color: #f10f94;
}

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

@media (max-width: 991px) {
	.product_details .product_box .rig .prod_info .prod_btn #add_btn {
		margin-top: 0;
	}
}

@media (max-width: 371px) {
	.product_details .product_box .rig .prod_info .prod_btn #add_btn {
		margin-top: 15px;
	}
}

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

.product_details .product_box .rig .prod_info .prod_btn #add_btn:before {
	font-family: 'iconfont' !important;
	font-size: 24px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-right: 8px;
	content: '\e623';
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.product_details .product_box .rig .prod_info .share_box {
	position: relative;
	margin-top: 50px;
}

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

.product_details .product_box .rig .prod_info .share_box span {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	display: inline-block;
	vertical-align: middle;
	color: #666;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1199px) {
	.product_details .product_comment {
		padding-bottom: 50px;
	}
}

@media (max-width: 767px) {
	.product_details .product_comment {
		padding-bottom: 30px;
	}
}

@media (max-width: 480px) {
	.product_details .product_comment {
		padding-bottom: 20px;
	}
}

.product_details .product_comment .customers_slick .list ul li {
	border-bottom: 1px solid #dbdbdb;
}

.product_details .product_comment .customers_slick .list ul li:first-child .item {
	padding: 40px 0 50px 0;
}

@media (max-width: 1199px) {
	.product_details .product_comment .customers_slick .list ul li:first-child .item {
		padding: 20px 0 30px 0;
	}
}

.product_details .product_comment .customers_slick .list ul li .item {
	padding: 50px 0;
}

@media (max-width: 1199px) {
	.product_details .product_comment .customers_slick .list ul li .item {
		padding: 30px 0;
	}
}

.product_details .product_comment .customers_slick .list ul li .item b {
	font-family: 'Montserrat-Bold';
	font-size: 18px;
	line-height: 2.22222222;
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0 20px 0 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #222;
}

@media (max-width: 480px) {
	.product_details .product_comment .customers_slick .list ul li .item b {
		font-size: 16px;
	}
}

.product_details .product_comment .customers_slick .list ul li .item b:before {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	display: block;
	width: 75%;
	height: 100%;
	content: '';
	background-color: #ffba51;
}

.product_details .product_comment .customers_slick .list ul li .item .txt {
	margin-top: 20px;
}

@media (max-width: 480px) {
	.product_details .product_comment .customers_slick .list ul li .item .txt {
		margin-top: 10px;
	}
}

.product_details .product_comment .customers_slick .list ul li .item .txt p {
	font-size: 15px;
	line-height: 2;
	color: #666;
}

@media (max-width: 480px) {
	.product_details .product_comment .customers_slick .list ul li .item .txt p {
		font-size: 14px;
	}
}

.product_details .product_comment .customers_slick .slick-dots {
	position: absolute;
	bottom: -40px;
	left: 50%;
	display: block;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
}

@media (max-width: 480px) {
	.product_details .product_comment .customers_slick .slick-dots {
		bottom: -30px;
	}
}

.product_details .product_comment .customers_slick .slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	cursor: pointer;
	-webkit-transition: all .35s;
	transition: all .35s;
	border-radius: 50%;
	background-color: #ccc;
}

.product_details .product_comment .customers_slick .slick-dots li button {
	display: none;
}

.product_details .product_comment .customers_slick .slick-dots .slick-active {
	background-color: #ffba51;
}

.product_details .inquire_box .inquire_form p {
	font-size: 14px;
	line-height: 1.42857143;
	margin: 15px 0 20px 0;
	color: #666;
}

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

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

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

.product_details .inquire_box .inquire_form .form_ipt ul li:first-child input {
	font-family: 'Montserrat-Bold';
	background-color: #e1e1e1;
}

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

.product_details .inquire_box .inquire_form .form_ipt ul li input,
.product_details .inquire_box .inquire_form .form_ipt ul li textarea {
	font-size: 14px;
	line-height: 50px;
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	color: #000;
	border: none;
	background-color: #f4f4f4;
}

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

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

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

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

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

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

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

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

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

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

.product_details .inquire_box .inquire_form .form_ipt ul li button {
	font-family: 'Montserrat-Bold';
	font-size: 14px;
	line-height: 3.21428571;
	display: block;
	width: 160px;
	height: 45px;
	margin: auto;
	margin-top: 15px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #222;
	background-color: #ffba51;
}

.product_details .inquire_box .inquire_form .form_ipt ul li button:hover {
	opacity: .85;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.product_details .product_related .lists .item {
	display: block;
	margin-bottom: 50px;
	text-align: center;
}

@media (max-width: 991px) {
	.product_details .product_related .lists .item {
		margin-bottom: 30px;
	}
}

.product_details .product_related .lists .item:hover .add_btn a {
	color: #fff;
	background-color: #f11594;
}

.product_details .product_related .lists .item .pic {
	display: block;
	overflow: hidden;
}

.product_details .product_related .lists .item .pic .img-box {
	padding-bottom: 72.22222222%;
}

.product_details .product_related .lists .item .info {
	margin-top: 30px;
}

.product_details .product_related .lists .item .info a {
	font-family: 'Montserrat-Bold';
	font-size: 18px;
	line-height: 1.5;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #222;
}

.product_details .product_related .lists .item .info p {
	font-size: 15px;
	line-height: 1.5;
	overflow: hidden;
	margin: 10px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #666;
}

.product_details .product_related .lists .item .add_btn {
	margin-top: 20px;
}

.product_details .product_related .lists .item .add_btn a {
	font-family: 'Montserrat-Bold';
	font-size: 14px;
	line-height: 3.14285714;
	display: block;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #222;
	background-color: #ffba51;
}

.product_details .product_related .lists .item .add_btn a:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-right: 12px;
	content: '\e623';
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.inquire_vehicle {
	padding: 80px 0 120px 0;
}

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

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

.inquire_vehicle .tit p {
	font-size: 28px;
	line-height: 1;
	color: #000;
}

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

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

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

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

.inquire_vehicle .vehicle_box .tit b {
	font-family: 'Montserrat-Bold';
	font-size: 30px;
	font-weight: normal;
	line-height: 1;
	display: block;
	color: #333;
}

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

@media (max-width: 991px) {
	.inquire_vehicle .vehicle_box .tit b {
		font-size: 26px;
	}
}

@media (max-width: 480px) {
	.inquire_vehicle .vehicle_box .tit b {
		font-size: 22px;
	}
}

.inquire_vehicle .vehicle_box .lists_title {
	margin-top: 30px;
	border: solid 1px #d5d5d5;
	background-color: #e6e6e6;
}

@media (max-width: 480px) {
	.inquire_vehicle .vehicle_box .lists_title {
		margin-top: 20px;
	}
}

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

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

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

.inquire_vehicle .vehicle_box .lists_title ul li:first-child {
	width: 15%;
	padding: 0 50px;
	text-align: left;
}

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

.inquire_vehicle .vehicle_box .lists_title ul li:first-child input {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	vertical-align: sub;
	border: solid 1px #d5d5d5;
	border-radius: 4px;
	background-color: #fff;
}

.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: 55%;
}

@media (max-width: 767px) {
	.inquire_vehicle .vehicle_box .lists_title ul li:nth-child(2) {
		width: 80%;
		padding: 0 10px;
		text-align: center;
	}
}

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

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

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

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

.inquire_vehicle .vehicle_box .lists_title ul li p {
	font-size: 14px;
	line-height: 3.57142857;
	color: #222;
}

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

@media (max-width: 767px) {
	.inquire_vehicle .vehicle_box .list li {
		padding: 20px 0;
	}
}

.inquire_vehicle .vehicle_box .list .choose {
	line-height: 110px;
	float: left;
	width: 15%;
	padding: 0 50px;
}

@media (max-width: 480px) {
	.inquire_vehicle .vehicle_box .list .choose {
		padding: 0 20px;
	}
}

.inquire_vehicle .vehicle_box .list .choose input {
	width: 16px;
	height: 16px;
	border: solid 1px #d5d5d5;
	border-radius: 4px;
	background-color: #fff;
}

.inquire_vehicle .vehicle_box .list .num {
	line-height: 110px;
	width: 15%;
	padding-left: 40px;
}

@media (max-width: 1469px) {
	.inquire_vehicle .vehicle_box .list .num {
		padding-left: 20px;
	}
}

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

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

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

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

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

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

.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;
}

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

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

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

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

.inquire_vehicle .vehicle_box .list .info .pic {
	display: inline-block;
	width: 20%;
	vertical-align: middle;
	border: solid 1px #dcdcdc;
}

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

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

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

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

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

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

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

@media (max-width: 600px) {
	.inquire_vehicle .vehicle_box .list .info p {
		display: block;
		width: 100%;
		margin-top: 10px;
		padding: 0;
	}
}

.inquire_vehicle .vehicle_box .list .del {
	line-height: 110px;
	float: left;
	width: 15%;
}

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

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

.inquire_vehicle .vehicle_box .list .del a:before {
	font-family: 'iconfont' !important;
	font-size: 25px;
	display: block;
	content: '\e647';
	cursor: pointer;
	text-align: center;
	color: #787878;
}

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

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

.page_location {
	position: relative;
	z-index: 2;
	margin-top: -30px;
}

@media (max-width: 480px) {
	.page_location {
		margin-top: -25px;
	}
}

@media (max-width: 480px) {
	.page_location .scroll {
		position: relative;
		z-index: 2;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

.page_location .scroll ul {
	text-align: center;
	background-color: #222;
}

@media (max-width: 480px) {
	.page_location .scroll ul {
		position: relative;
		display: inline-block;
		padding: 0 20px;
		white-space: nowrap;
	}
}

.page_location .scroll ul li {
	display: inline-block;
	margin: -4px 0;
}

@media (max-width: 480px) {
	.page_location .scroll ul li {
		margin: 0;
	}
}

.page_location .scroll ul li a {
	font-size: 16px;
	line-height: 60px;
	display: block;
	padding: 0 40px;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #fffefe;
}

@media (max-width: 991px) {
	.page_location .scroll ul li a {
		padding: 0 20px;
	}
}

@media (max-width: 991px) {
	.page_location .scroll ul li a {
		font-size: 15px;
		line-height: 50px;
		padding: 0 15px;
	}
}

.page_location .scroll ul li:hover a {
	font-family: 'Montserrat-Bold';
	color: #222;
	background-color: #ffba51;
}

.page_location .scroll ul .active a {
	font-family: 'Montserrat-Bold';
	color: #222;
	background-color: #ffba51;
}

.about_wrap {
	position: relative;
	padding-bottom: 120px;
}

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

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

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

.about_wrap:after {
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
	display: block;
	width: 26%;
	height: 25%;
	content: '';
	background: url(../images/img/about_tips.jpg) no-repeat left;
	background-size: cover;
}

.about_wrap .about_box {
	margin-top: -30px;
	background-color: #fff9ef;
}

.about_wrap .about_box .left {
	width: 52%;
}

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

@media (max-width: 480px) {
	.about_wrap .about_box .left .msg {
		margin-top: 20px;
	}
}

.about_wrap .about_box .left .msg h1 {
	font-family: 'Montserrat-Black';
	font-size: 40px;
	font-weight: normal;
	line-height: 1.3;
	color: #222;
}

@media (max-width: 1199px) {
	.about_wrap .about_box .left .msg h1 {
		font-size: 32px;
	}
}

@media (max-width: 991px) {
	.about_wrap .about_box .left .msg h1 {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	.about_wrap .about_box .left .msg h1 {
		font-size: 28px;
	}
}

@media (max-width: 480px) {
	.about_wrap .about_box .left .msg h1 {
		font-size: 24px;
		margin: 0;
	}
}

.about_wrap .about_box .left .msg h1 span {
	font-family: 'Montserrat-Bold';
	color: #ffba51;
}

.about_wrap .about_box .left .msg p {
	font-size: 40px;
	line-height: 1.25;
	padding-top: 10px;
	color: #222;
}

@media (max-width: 1199px) {
	.about_wrap .about_box .left .msg p {
		font-size: 26px;
		padding-top: 5px;
	}
}

@media (max-width: 991px) {
	.about_wrap .about_box .left .msg p {
		font-size: 22px;
		padding-top: 5px;
	}
}

@media (max-width: 767px) {
	.about_wrap .about_box .left .msg p {
		font-size: 20px;
		padding-top: 5px;
	}
}

@media (max-width: 480px) {
	.about_wrap .about_box .left .msg p {
		font-size: 18px;
		padding-top: 15px;
	}
}

.about_wrap .about_box .left .txt {
	margin-top: 30px;
}

@media (max-width: 991px) {
	.about_wrap .about_box .left .txt {
		margin-top: 20px;
	}
}

.about_wrap .about_box .left .txt p {
	font-size: 15px;
	line-height: 2;
	color: #666;
}

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

.about_wrap .about_box .right {
	width: 40.781%;
}

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

.about_wrap .about_box .right .about_pic .img-box {
	padding-bottom: 95.65217391%;
}

.about_wrap .about_history {
	position: relative;
	z-index: 1;
}

.about_wrap .about_history .container {
	position: relative;
}

.about_wrap .about_history .container:before {
	position: absolute;
	z-index: -1;
	top: -150px;
	display: block;
	width: 14%;
	height: 50%;
	content: '';
	background-color: #f7eedf;
}

@media (max-width: 1199px) {
	.about_wrap .about_history .container:before {
		top: -100px;
		height: 30%;
	}
}

@media (max-width: 991px) {
	.about_wrap .about_history .container:before {
		top: -15px;
		width: 25%;
		height: 10%;
	}
}

.about_wrap .about_history .title {
	padding-left: 60px;
	text-align: left;
}

@media (max-width: 991px) {
	.about_wrap .about_history .title {
		padding-left: 0;
	}
}

.about_wrap .about_history .title b span {
	font-family: 'Montserrat-Bold';
}

.about_wrap .about_history .title p {
	font-size: 16px;
	line-height: 1.5;
	margin: 30px 0 0 0;
	color: #222;
}

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

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

.about_wrap .about_history .history .timeline {
	position: relative;
	width: 100%;
	margin: auto;
}

.about_wrap .about_history .history .timeline .scroll {
	position: relative;
	z-index: 2;
	overflow-x: auto;
	width: 100%;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

@media (max-width: 991px) {
	.about_wrap .about_history .history .timeline .scroll {
		overflow: hidden;
	}
}

.about_wrap .about_history .history .timeline .scroll::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	border-radius: 10px;
	background-color: #188a68;
}

.about_wrap .about_history .history .timeline .scroll::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: #fefefe;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
}

.about_wrap .about_history .history .timeline .scroll::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: rgba(0, 0, 0, .1);
}

.about_wrap .about_history .history .timeline .scroll::-webkit-scrollbar-thumb:hover {
	border-radius: 5px;
	background: rgba(0, 0, 0, .2);
}

.about_wrap .about_history .history .item {
	position: relative;
	display: inline-block;
	width: 18%;
	margin: 0 18px;
}

@media (max-width: 1469px) {
	.about_wrap .about_history .history .item {
		margin: 0 15px;
	}
}

@media (max-width: 991px) {
	.about_wrap .about_history .history .item {
		display: block;
		width: 100% !important;
		margin: 0 !important;
		padding-left: 110px;
	}
}

@media (max-width: 480px) {
	.about_wrap .about_history .history .item:after {
		display: block;
		width: 60%;
		content: '';
		border-bottom: 2px dashed #ffba51;
	}
}

.about_wrap .about_history .history .item:nth-child(2) {
	width: 18%;
}

.about_wrap .about_history .history .item:nth-child(3) {
	width: 32%;
}

.about_wrap .about_history .history .item:nth-child(4) {
	width: 20%;
}

.about_wrap .about_history .history .item:nth-child(4) .date p {
	line-height: 75px;
	padding-top: 0;
}

.about_wrap .about_history .history .item .num {
	font-family: 'Montserrat-Bold';
	font-size: 14px;
	line-height: 18px;
	position: absolute;
	top: 0;
	left: 50px;
	width: 18px;
	height: 18px;
	margin-top: 20px;
	margin-top: 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background-color: #ffba51;
}

@media (max-width: 991px) {
	.about_wrap .about_history .history .item .num {
		display: none;
	}
}

.about_wrap .about_history .history .item .num:after {
	display: block;
	width: 6px;
	height: 15px;
	margin: auto;
	content: '';
	background-color: #ffba51;
}

.about_wrap .about_history .history .item .date {
	position: absolute;
	left: 12px;
	width: 95px;
	height: 95px;
	margin-top: -10px;
	padding: 10px;
	border-radius: 50%;
	background-color: #ffba51;
}

@media (max-width: 991px) {
	.about_wrap .about_history .history .item .date {
		top: 50% !important;
		left: 0 !important;
		margin: 0 !important;
		-webkit-transform: translateY(-50%) !important;
		-ms-transform: translateY(-50%) !important;
		transform: translateY(-50%) !important;
	}
}

.about_wrap .about_history .history .item .date:after {
	position: absolute;
	top: 50%;
	right: -28px;
	display: block;
	width: 0;
	height: 0;
	margin: auto;
	content: '';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 18px solid transparent;
	border-right: 18px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 18px solid #ffba51;
}

.about_wrap .about_history .history .item .date p {
	font-family: 'Montserrat-Bold';
	font-size: 16px;
	line-height: 1;
	width: 75px;
	height: 75px;
	padding-top: 12px;
	text-align: center;
	color: #222;
	border: 3px solid #fff;
	border-radius: 50%;
}

.about_wrap .about_history .history .item .info {
	padding: 30px 10px;
}

@media (max-width: 991px) {
	.about_wrap .about_history .history .item .info {
		padding: 20px 10px;
	}
}

@media (max-width: 480px) {
	.about_wrap .about_history .history .item .info {
		padding: 15px 10px;
	}
}

.about_wrap .about_history .history .item .info:after {
	display: block;
	width: 130px;
	margin-top: 30px;
	margin-left: -15px;
	content: '';
	border-bottom: 2px dashed #ffba51;
}

@media (max-width: 991px) {
	.about_wrap .about_history .history .item .info:after {
		display: none;
	}
}

.about_wrap .about_history .history .item .info .dot {
	position: absolute;
	bottom: 40px;
	left: -10px;
}

@media (max-width: 991px) {
	.about_wrap .about_history .history .item .info .dot {
		display: none;
	}
}

.about_wrap .about_history .history .item .info .dot span {
	display: block;
	width: 4px;
	height: 4px;
	margin: 8px 0;
	background-color: #222;
}

.about_wrap .about_history .history .item .info p {
	font-size: 15px;
	line-height: 1.73333333;
	white-space: normal !important;
	word-break: break-word;
	color: #666;
}

.about_wrap .about_history .history .item:nth-child(odd) {
	vertical-align: text-bottom;
}

.about_wrap .about_history .history .item:nth-child(odd) .num {
	top: auto;
	bottom: 13px;
}

.about_wrap .about_history .history .item:nth-child(even) {
	margin-top: -45px;
	vertical-align: text-top;
}

@media (max-width: 480px) {
	.about_wrap .about_history .history .item:nth-child(even):after {
		display: block;
		width: 60%;
		content: '';
		border-bottom: 2px dashed #e91892;
	}
}

.about_wrap .about_history .history .item:nth-child(even) .info:before {
	display: block;
	width: 130px;
	margin-bottom: 30px;
	margin-left: -15px;
	content: '';
	border-bottom: 2px dashed #e91892;
}

@media (max-width: 991px) {
	.about_wrap .about_history .history .item:nth-child(even) .info:before {
		display: none;
	}
}

.about_wrap .about_history .history .item:nth-child(even) .info:after {
	display: none;
}

.about_wrap .about_history .history .item:nth-child(even) .info .dot {
	top: 40px;
	bottom: auto;
}

.about_wrap .about_history .history .item:nth-child(even) .num {
	top: 0;
	margin-top: 30px;
	background-color: #e91892;
}

.about_wrap .about_history .history .item:nth-child(even) .num:after {
	margin-top: -32px;
	background-color: #e91892;
}

.about_wrap .about_history .history .item:nth-child(even) .date {
	top: -87px;
	margin: 0;
	background-color: #e91892;
}

.about_wrap .about_history .history .item:nth-child(even) .date:after {
	border-left: 18px solid #e91892;
}

.about_wrap .about_history .history .item:nth-child(even) .date p {
	color: #fff;
}

.about_wrap .about_tab .tab_box {
	position: relative;
}

.about_wrap .about_tab .tab_box .nav_scroll {
	position: absolute;
	z-index: 1;
	bottom: 50px;
	left: 0;
	padding: 20px 40px;
	background-color: #ffba51;
}

@media (max-width: 991px) {
	.about_wrap .about_tab .tab_box .nav_scroll {
		position: static;
	}
}

.about_wrap .about_tab .tab_box .nav_scroll ul li {
	font-size: 18px;
	line-height: 1.44444444;
	padding: 15px 0;
	cursor: pointer;
	color: #222;
}

@media (max-width: 991px) {
	.about_wrap .about_tab .tab_box .nav_scroll ul li {
		font-size: 16px;
		padding: 10px 0;
	}
}

.about_wrap .about_tab .tab_box .nav_scroll ul li:before {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 20px;
	content: '';
	vertical-align: middle;
	border-radius: 50%;
	background-color: #222;
}

.about_wrap .about_tab .tab_box .nav_scroll ul li:hover {
	font-weight: bold;
	text-decoration: underline !important;
}

.about_wrap .about_tab .tab_box .nav_scroll ul .active {
	font-weight: bold;
	text-decoration: underline !important;
}

.about_wrap .about_tab .tab_box .content .item .info {
	width: 40.5%;
	padding-left: 50px;
}

@media (max-width: 1199px) {
	.about_wrap .about_tab .tab_box .content .item .info {
		padding-left: 30px;
	}
}

@media (max-width: 991px) {
	.about_wrap .about_tab .tab_box .content .item .info {
		width: 100%;
		margin-top: 20px;
		padding-left: 0;
	}
}

.about_wrap .about_tab .tab_box .content .item .info .txt p {
	font-size: 16px;
	line-height: 2;
	text-decoration: underline !important;
	color: #222;
}

@media (max-width: 480px) {
	.about_wrap .about_tab .tab_box .content .item .info .txt p {
		font-size: 15px;
	}
}

.about_wrap .about_tab .tab_box .content .item .info .note {
	margin-top: 30px;
}

@media (max-width: 991px) {
	.about_wrap .about_tab .tab_box .content .item .info .note {
		margin-top: 20px;
	}
}

.about_wrap .about_tab .tab_box .content .item .info .note p {
	font-family: 'Montserrat-Bold';
	font-size: 16px;
	line-height: 3.75;
	color: #222;
}

@media (max-width: 1199px) {
	.about_wrap .about_tab .tab_box .content .item .info .note p {
		line-height: 1.875;
		margin-bottom: 30px;
	}
}

@media (max-width: 991px) {
	.about_wrap .about_tab .tab_box .content .item .info .note p {
		margin-bottom: 10px;
	}
}

.about_wrap .about_tab .tab_box .content .item .about_vv {
	width: 46%;
}

@media (max-width: 991px) {
	.about_wrap .about_tab .tab_box .content .item .about_vv {
		width: 100%;
		margin-top: 20px;
	}
}

.about_wrap .about_tab .tab_box .content .item .about_vv .video {
	position: relative;
}

.about_wrap .about_tab .tab_box .content .item .about_vv .video:hover .video-cover {
	opacity: .2;
}

.about_wrap .about_tab .tab_box .content .item .about_vv .video .video-cover {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
	opacity: 0;
	opacity: 1;
	background-color: rgba(0, 0, 0, .28);
}

.about_wrap .about_tab .tab_box .content .item .about_vv .video .img-box {
	z-index: 0;
	padding-bottom: 81.53846154%;
	background-color: #000;
}

.about_wrap .about_tab .tab_box .content .item .about_vv .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
}

.about_wrap .about_tab .tab_box .content .item .about_vv .video .video-box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}

.about_wrap .about_tab .tab_box .content .item .about_vv .video .video-box .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}

.about_wrap .about_tab .tab_box .content .item .about_vv .video .video-box .play {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin: auto;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}

.about_wrap .about_tab .tab_box .content .item .about_vv .video .video-box .play:before {
	font-family: 'iconfont';
	font-size: 70px;
	line-height: 1;
	display: block;
	content: '\e61c';
}

@media (max-width: 1199px) {
	.about_wrap .about_tab .tab_box .content .item .about_vv .video .video-box .play:before {
		font-size: 60px;
	}
}

@media (max-width: 767px) {
	.about_wrap .about_tab .tab_box .content .item .about_vv .video .video-box .play:before {
		font-size: 70px;
	}
}

@media (max-width: 480px) {
	.about_wrap .about_tab .tab_box .content .item .about_vv .video .video-box .play:before {
		font-size: 50px;
	}
}

.about_advantage {
	margin-top: -30px;
}

.about_advantage .about_choose {
	background: url(../images/img/chooseus_bg.jpg) no-repeat center;
	background-size: cover;
}

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

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

.about_advantage .about_choose .list {
	margin-top: 110px;
}

@media (max-width: 1199px) {
	.about_advantage .about_choose .list {
		margin-top: 50px;
	}
}

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

.about_advantage .about_choose .list ul li:nth-child(1) .item {
	padding: 0;
}

@media (max-width: 991px) {
	.about_advantage .about_choose .list ul li:nth-child(2) .item .dot {
		display: none;
	}
}

.about_advantage .about_choose .list ul li:nth-child(2) .item .dot span {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 3px;
	border-radius: 50%;
	background-color: #f0a636;
}

.about_advantage .about_choose .list ul li:nth-child(2) .item .dot span:last-child {
	background-color: #f01893;
}

.about_advantage .about_choose .list ul li:nth-child(2) .item .choose_icon {
	background-color: #f0a636;
}

.about_advantage .about_choose .list ul li:nth-child(2) .item .choose_icon span:before {
	content: '\e600';
}

.about_advantage .about_choose .list ul li:nth-child(2) .item .note {
	padding: 0 20px;
}

.about_advantage .about_choose .list ul li:nth-child(3) .item .dot span {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 3px;
	border-radius: 50%;
	background-color: #f01893;
}

.about_advantage .about_choose .list ul li:nth-child(3) .item .dot span:last-child {
	background-color: #4e2ade;
}

.about_advantage .about_choose .list ul li:nth-child(3) .item .choose_icon {
	background-color: #f01893;
}

.about_advantage .about_choose .list ul li:nth-child(3) .item .note {
	padding: 0 20px;
}

.about_advantage .about_choose .list ul li:nth-child(4) .item .dot {
	display: none;
}

.about_advantage .about_choose .list ul li:nth-child(4) .item .choose_icon {
	background-color: #4e2ade;
}

.about_advantage .about_choose .list ul li:nth-child(4) .item .choose_icon span:before {
	content: '\e600';
}

.about_advantage .about_choose .list ul li:nth-child(4) .item .txt {
	margin-top: 48px;
}

@media (max-width: 767px) {
	.about_advantage .about_choose .list ul li:nth-child(4) .item .txt {
		margin: 0;
	}
}

.about_advantage .about_choose .list .item {
	position: relative;
	padding: 0 30px;
	text-align: center;
}

@media (max-width: 1469px) {
	.about_advantage .about_choose .list .item {
		padding: 0 !important;
	}
}

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

.about_advantage .about_choose .list .item:hover .choose_icon span {
	-webkit-animation: swing 1s 0s ease both;
	animation: swing 1s 0s ease both;
}

.about_advantage .about_choose .list .item .dot {
	position: absolute;
	top: 25px;
	right: -35px;
}

@media (max-width: 767px) {
	.about_advantage .about_choose .list .item .dot {
		display: none;
	}
}

.about_advantage .about_choose .list .item .dot span {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 3px;
	border-radius: 50%;
	background-color: #ffba51;
}

.about_advantage .about_choose .list .item .dot span:last-child {
	background-color: #f0a636;
}

.about_advantage .about_choose .list .item .choose_icon {
	width: 70px;
	height: 70px;
	margin: auto;
	border-radius: 50%;
	background-color: #ffba51;
}

.about_advantage .about_choose .list .item .choose_icon span {
	display: block;
}

.about_advantage .about_choose .list .item .choose_icon span:before {
	font-family: 'iconfont' !important;
	font-size: 32px;
	font-style: normal;
	line-height: 70px;
	display: block;
	content: '\e603';
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.about_advantage .about_choose .list .item .note {
	margin: 30px 0 20px 0;
}

@media (max-width: 991px) {
	.about_advantage .about_choose .list .item .note {
		margin: 20px 0;
	}
}

@media (max-width: 480px) {
	.about_advantage .about_choose .list .item .note {
		margin: 10px 0;
	}
}

.about_advantage .about_choose .list .item .note p {
	font-family: 'Montserrat-Bold';
	font-size: 20px;
	line-height: 1.5;
	color: #222;
}

@media (max-width: 480px) {
	.about_advantage .about_choose .list .item .note p {
		font-size: 18px;
	}
}

.about_advantage .about_choose .list .item .txt p {
	font-size: 15px;
	line-height: 1.73333333;
	color: #666;
}

@media (max-width: 480px) {
	.about_advantage .about_choose .list .item .txt p {
		font-size: 14px;
	}
}

.about_advantage .about_choose .list .item .txt p span {
	font-family: 'Montserrat-Bold';
	color: #222;
}

.about_advantage .about_adv {
	padding: 190px 0 40px 0;
	background: url(../images/img/adv_bg.jpg) no-repeat center;
	background-size: cover;
}

@media (max-width: 1199px) {
	.about_advantage .about_adv {
		padding: 100px 0 40px;
	}
}

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

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

.about_advantage .about_adv .container {
	width: 1260px;
	margin: auto;
}

@media (max-width: 1260px) {
	.about_advantage .about_adv .container {
		width: 100%;
	}
}

.about_advantage .about_adv .list ul li:nth-child(even) .item {
	margin-top: 70px;
}

@media (max-width: 991px) {
	.about_advantage .about_adv .list ul li:nth-child(even) .item {
		margin-top: 0;
	}
}

.about_advantage .about_adv .list ul li:nth-child(even) .item .note {
	background: url(../images/img/tit_rbg.png) no-repeat center;
}

.about_advantage .about_adv .list ul li:nth-child(4) .item {
	padding-bottom: 140px;
}

@media (max-width: 1240px) {
	.about_advantage .about_adv .list ul li:nth-child(4) .item {
		padding-bottom: 200px;
	}
}

@media (max-width: 991px) {
	.about_advantage .about_adv .list ul li:nth-child(4) .item {
		padding-bottom: 0;
	}
}

.about_advantage .about_adv .list .item {
	margin-bottom: 80px;
}

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

@media (max-width: 480px) {
	.about_advantage .about_adv .list .item {
		margin-bottom: 30px;
	}
}

.about_advantage .about_adv .list .item .note {
	position: relative;
	width: 500px;
	height: 120px;
	background: url(../images/img/tit_ybg.png) no-repeat center;
	background-size: cover;
}

@media (max-width: 1199px) {
	.about_advantage .about_adv .list .item .note {
		width: 100%;
		background-size: 100% !important;
	}
}

@media (max-width: 767px) {
	.about_advantage .about_adv .list .item .note {
		width: 450px;
		background-size: 100% !important;
	}
}

@media (max-width: 480px) {
	.about_advantage .about_adv .list .item .note {
		width: 100%;
	}
}

.about_advantage .about_adv .list .item .note span {
	font-size: 36px;
	line-height: 1;
	position: absolute;
	top: 20px;
	left: 50px;
	display: block;
	color: #fff;
}

@media (max-width: 991px) {
	.about_advantage .about_adv .list .item .note span {
		font-size: 30px;
		top: 25px;
		left: 40px;
	}
}

@media (max-width: 480px) {
	.about_advantage .about_adv .list .item .note span {
		font-size: 24px;
		top: 35px;
	}
}

@media (max-width: 320px) {
	.about_advantage .about_adv .list .item .note span {
		font-size: 22px;
		left: 30px;
	}
}

.about_advantage .about_adv .list .item .note p {
	font-family: 'Montserrat-Bold';
	font-size: 22px;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 140px;
	padding-right: 50px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #222;
}

@media (max-width: 991px) {
	.about_advantage .about_adv .list .item .note p {
		left: 120px;
		padding-right: 30px;
	}
}

@media (max-width: 480px) {
	.about_advantage .about_adv .list .item .note p {
		font-size: 18px;
		left: 100px;
	}
}

.about_advantage .about_adv .list .item .info {
	padding: 50px 0 0 100px;
}

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

@media (max-width: 991px) {
	.about_advantage .about_adv .list .item .info {
		padding: 0;
	}
}

.about_advantage .about_adv .list .item .info p {
	font-size: 14px;
	line-height: 2.14285714;
	color: #222;
}

.about_video .lists ul li:nth-child(even) .item .left {
	float: right;
}

.about_video .lists ul li:nth-child(even) .item .right {
	right: auto;
	left: 0;
}

.about_video .lists .item {
	position: relative;
	margin-bottom: 60px;
}

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

@media (max-width: 480px) {
	.about_video .lists .item {
		margin-bottom: 30px;
	}
}

.about_video .lists .left .video {
	position: relative;
}

.about_video .lists .left .video:hover .video-cover {
	opacity: .2;
}

.about_video .lists .left .video .video-cover {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
	opacity: 0;
	background-color: rgba(0, 0, 0, .35);
}

.about_video .lists .left .video .img-box {
	z-index: 0;
	padding-bottom: 39.81481481%;
	background-color: #000;
}

.about_video .lists .left .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
}

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

.about_video .lists .left .video .video-box .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}

.about_video .lists .left .video .video-box .play {
	position: absolute;
	right: 30px;
	bottom: 30px;
	width: 70px;
	height: 50px;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #fff;
	background-color: #ffba51;
}

@media (max-width: 991px) {
	.about_video .lists .left .video .video-box .play {
		right: 20px;
		bottom: 20px;
		width: 60px;
		height: 40px;
	}
}

.about_video .lists .left .video .video-box .play:before {
	font-family: 'iconfont';
	font-size: 14px;
	line-height: 50px;
	display: block;
	margin-bottom: 30px;
	content: '\e60e';
}

@media (max-width: 991px) {
	.about_video .lists .left .video .video-box .play:before {
		line-height: 40px;
	}
}

.about_video .lists .right {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 767px) {
	.about_video .lists .right {
		position: static;
		margin-top: 20px;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.about_video .lists .right .info {
	padding-left: 20px;
}

@media (max-width: 991px) {
	.about_video .lists .right .info {
		padding-left: 0;
	}
}

.about_video .lists .right .info p {
	font-family: 'Montserrat-Bold';
	font-size: 30px;
	line-height: 1;
	color: #222;
}

@media (max-width: 1199px) {
	.about_video .lists .right .info p {
		font-size: 24px;
	}
}

@media (max-width: 991px) {
	.about_video .lists .right .info p {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.about_video .lists .right .info p {
		font-size: 20px;
	}
}

@media (max-width: 480px) {
	.about_video .lists .right .info p {
		font-size: 18px;
	}
}

.about_video .page {
	margin-top: 100px;
}

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

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

.news .lists .item {
	position: relative;
	display: block;
	margin-bottom: 60px;
	padding-bottom: 20px;
}

@media (max-width: 991px) {
	.news .lists .item {
		margin-bottom: 50px;
	}
}

@media (max-width: 767px) {
	.news .lists .item {
		margin-bottom: 40px;
	}
}

@media (max-width: 480px) {
	.news .lists .item {
		padding-bottom: 0;
	}
}

.news .lists .item:hover .more span {
	-webkit-transform: translateX(15px);
	-ms-transform: translateX(15px);
	transform: translateX(15px);
}

.news .lists .item .pic {
	width: 56.522%;
}

@media (max-width: 991px) {
	.news .lists .item .pic {
		float: none;
		width: 100%;
	}
}

.news .lists .item .pic .img-box {
	padding-bottom: 74.35897436%;
}

.news .lists .item .info {
	width: 43.478%;
	padding: 20px 0 0 20px;
}

@media (max-width: 991px) {
	.news .lists .item .info {
		float: none;
		width: 100%;
		padding: 10px 0 0 0;
	}
}

.news .lists .item .info b {
	font-family: 'Montserrat-Bold';
	font-size: 18px;
	font-weight: normal;
	line-height: 1.44444444;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	height: 78px;
	color: #222;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

@media (max-width: 1469px) {
	.news .lists .item .info b {
		display: -webkit-box;
		overflow: hidden;
		height: 52px;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
}

@media (max-width: 1199px) {
	.news .lists .item .info b {
		display: block !important;
		overflow: hidden;
		height: auto;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}

.news .lists .item .info p {
	font-size: 15px;
	line-height: 1.73333333;
	display: -webkit-box;
	overflow: hidden;
	height: 78px;
	margin-top: 20px;
	color: #666;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

@media (max-width: 1469px) {
	.news .lists .item .info p {
		display: -webkit-box;
		overflow: hidden;
		height: 52px;
		margin-top: 10px;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
}

@media (max-width: 991px) {
	.news .lists .item .info b {
		height: auto;
		margin-top: 5px;
	}
}

.news .lists .item .info span {
	font-size: 15px;
	line-height: 1;
	display: block;
	margin-top: 20px;
	color: #222;
}

@media (max-width: 991px) {
	.news .lists .item .info span {
		margin-top: 5px;
	}
}

.news .lists .item .info span:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	display: inline-block;
	margin-right: 12px;
	content: '\e714';
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.news .lists .item .more {
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
	width: 90%;
	background-color: #ffba51;
}

@media (max-width: 991px) {
	.news .lists .item .more {
		position: static;
		margin-top: 20px;
	}
}

.news .lists .item .more span {
	font-family: 'Montserrat-Bold';
	font-size: 15px;
	line-height: 3.33333333;
	display: block;
	padding-left: 175px;
	-webkit-transition: all .45s;
	transition: all .45s;
	text-align: center;
	color: #222;
}

@media (max-width: 991px) {
	.news .lists .item .more span {
		padding-left: 0;
		line-height: 2.5;
	}
}

.news .lists .item .more span:after {
	font-family: 'iconfont' !important;
	font-style: normal;
	display: inline-block;
	margin-left: 10px;
	content: '\e637';
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.news .page {
	margin-top: 50px;
}

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

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

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

@media (max-width: 480px) {
	.news .page {
		margin-top: 0;
	}
}

.news_details .news_title h1 {
	font-family: 'Montserrat-Bold';
	font-size: 30px;
	line-height: 1.5;
	display: block;
	margin: 0;
	color: #222;
}

@media (max-width: 1199px) {
	.news_details .news_title h1 {
		font-size: 26px;
		line-height: 1.4;
	}
}

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

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

.news_details .news_title span {
	font-family: 'Montserrat-Bold';
	font-size: 15px;
	line-height: 3;
	display: inline-block;
	margin-top: 20px;
	padding: 0 20px;
	color: #222;
	background-color: #ffba51;
}

.news_details .news_title span:before {
	font-family: 'iconfont' !important;
	font-style: normal;
	display: inline-block;
	margin-right: 10px;
	content: '\e714';
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

.news_details .news_page .item {
	padding: 10px 0;
}

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

.news_details .news_page .item a {
	font-family: 'Montserrat-Bold';
	font-size: 16px;
	line-height: 1.625;
	display: block;
	overflow: hidden;
	-webkit-transition: all .35s;
	transition: all .35s;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #222;
}

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

@media (max-width: 991px) {
	.download_wrap .cata_location .scroll {
		position: relative;
		z-index: 2;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

.download_wrap .cata_location .scroll ul {
	text-align: center;
}

@media (max-width: 991px) {
	.download_wrap .cata_location .scroll ul {
		position: relative;
		display: inline-block;
		padding: 0 20px;
		white-space: nowrap;
	}
}

.download_wrap .cata_location .scroll ul li {
	display: inline-block;
	padding: 0 30px;
}

@media (max-width: 1469px) {
	.download_wrap .cata_location .scroll ul li {
		padding: 0 10px;
	}
}

@media (max-width: 1199px) {
	.download_wrap .cata_location .scroll ul li {
		padding: 0;
	}
}

.download_wrap .cata_location .scroll ul li:after {
	display: block;
	width: 4px;
	height: 20px;
	margin: auto;
	margin-top: 30px;
	content: '';
	-webkit-transition: all .35s;
	transition: all .35s;
	opacity: 0;
	background-color: #f00f93;
}

@media (max-width: 1199px) {
	.download_wrap .cata_location .scroll ul li:after {
		margin-top: 20px;
	}
}

.download_wrap .cata_location .scroll ul li a {
	font-family: 'Montserrat-Bold';
	font-size: 24px;
	line-height: 1.875;
	position: relative;
	display: block;
	padding: 0 20px;
	-webkit-transition: all .35s;
	transition: all .35s;
	color: #222;
}

@media (max-width: 1469px) {
	.download_wrap .cata_location .scroll ul li a {
		font-size: 22px;
	}
}

@media (max-width: 1199px) {
	.download_wrap .cata_location .scroll ul li a {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	.download_wrap .cata_location .scroll ul li a {
		font-size: 16px;
		padding: 0 15px;
	}
}

.download_wrap .cata_location .scroll ul li a:before {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	display: block;
	width: 0;
	height: 100%;
	content: '';
	-webkit-transition: all .35s;
	transition: all .35s;
	background-color: #ffba51;
}

.download_wrap .cata_location .scroll ul li:hover:after {
	opacity: 1;
}

.download_wrap .cata_location .scroll ul li:hover a:before {
	width: 68%;
}

.download_wrap .cata_location .scroll ul .active:after {
	opacity: 1;
}

.download_wrap .cata_location .scroll ul .active a:before {
	width: 68%;
}

.download_wrap .lists .item {
	margin-bottom: 60px;
}

@media (max-width: 1199px) {
	.download_wrap .lists .item {
		margin-bottom: 50px;
	}
}

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

.download_wrap .lists .item:hover .pic:after {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.download_wrap .lists .item .pic {
	position: relative;
	display: block;
	overflow: hidden;
}

.download_wrap .lists .item .pic:after {
	font-family: 'iconfont' !important;
	font-size: 20px;
	font-style: normal;
	line-height: 50px;
	position: absolute;
	right: 20px;
	bottom: 15px;
	display: block;
	width: 50px;
	height: 50px;
	content: '\e65d';
	-webkit-transition: all .35s;
	transition: all .35s;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	text-align: center;
	opacity: 0;
	color: #fff;
	background-color: rgba(0, 0, 0, .7);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 480px) {
	.download_wrap .lists .item .pic:after {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

.download_wrap .lists .item .pic .img-box {
	padding-bottom: 148.48484848%;
}

.download_wrap .lists .item .name {
	padding: 20px 30px;
}

@media (max-width: 1469px) {
	.download_wrap .lists .item .name {
		padding: 20px;
	}
}

@media (max-width: 991px) {
	.download_wrap .lists .item .name {
		padding: 15px 20px;
	}
}

@media (max-width: 480px) {
	.download_wrap .lists .item .name {
		padding: 10px 0px;
	}
}

.download_wrap .lists .item .name p {
	font-size: 16px;
	line-height: 1.5;
	display: -webkit-box;
	overflow: hidden;
	height: 48px;
	color: #222;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.download_wrap .lists .item .download_btn a {
	font-family: 'Montserrat-Bold';
	font-size: 15px;
	line-height: 4;
	display: block;
	width: 195px;
	margin: auto;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #222;
	background-color: #ffba51;
}

@media (max-width: 991px) {
	.download_wrap .lists .item .download_btn a {
		line-height: 3.33333333;
	}
}

.download_wrap .lists .item .download_btn a:hover {
	color: #fff;
	background-color: #f00f93;
}

.download_wrap .lists .item .download_btn a:before {
	font-family: 'iconfont' !important;
	font-size: 30px;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	margin-right: 15px;
	content: '\e63a';
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 480px) {
	.download_wrap .lists .item .download_btn a {
		width: 95%;
		font-size: 14px;
	}
	.download_wrap .lists .item .download_btn a:before {
		font-family: 'iconfont' !important;
		font-size: 24px;
		margin-right: 6px;
	}
}

.download_wrap .page {
	margin-top: 50px;
}

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

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

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

@media (max-width: 480px) {
	.download_wrap .page {
		margin-top: 0;
	}
}

.contact_warp .title {
	position: relative;
	z-index: 1;
}

.contact_warp .title b span {
	color: #222;
}

.contact_warp .list {
	margin-top: -30px;
}

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

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

.contact_warp .list .info {
	padding: 0;
	background-color: #fff9ef;
}

.contact_warp .list .info .note {
	padding: 100px 150px 60px 100px;
}

@media (max-width: 1469px) {
	.contact_warp .list .info .note {
		padding: 100px 80px 60px 60px;
	}
}

@media (max-width: 1199px) {
	.contact_warp .list .info .note {
		padding: 100px 30px 60px 40px;
	}
}

@media (max-width: 991px) {
	.contact_warp .list .info .note {
		padding: 50px 30px 30px 50px;
	}
}

@media (max-width: 480px) {
	.contact_warp .list .info .note {
		padding: 40px 20px 30px 20px;
	}
}

.contact_warp .list .info .note p {
	font-size: 18px;
	line-height: 30px;
	position: relative;
	display: block;
	margin-bottom: 20px;
	padding-left: 40px;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #222;
}

@media (max-width: 991px) {
	.contact_warp .list .info .note p {
		font-size: 16px;
		margin-bottom: 15px;
	}
}

@media (max-width: 480px) {
	.contact_warp .list .info .note p {
		font-size: 15px;
		line-height: 26px;
		padding-left: 30px;
	}
}

.contact_warp .list .info .note p:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-style: normal;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '\e601';
	color: #ffba51;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.contact_warp .list .info .note p a {
	display: inline-block;
	-webkit-transition: all .35s;
	transition: all .35s;
}

.contact_warp .list .info .note p a:hover {
	text-decoration: underline !important;
	color: #ffba51;
}

.contact_warp .list .info .note .address:before {
	font-size: 22px;
}

.contact_warp .list .info .note .email:before {
	content: '\e604';
}

.contact_warp .list .info .note .phone:before {
	content: '\e668';
}

.contact_warp .list .info .note .wechat:before {
	font-size: 21px;
	content: '\e707';
}

.contact_warp .list .info .note .whatsapp:before {
	content: '\e773';
}

.contact_warp .list .map {
	padding: 0;
}

.contact_warp .list .map .map-content {
	height: 340px;
	margin-top: 100px;
}

@media (max-width: 991px) {
	.contact_warp .list .map .map-content {
		height: 300px;
		margin-top: 0;
	}
}

.contact_warp .message_form .message_ipt p {
	font-size: 14px;
	line-height: 1.5;
	margin: 25px 0;
	text-align: center;
	color: #666;
}

@media (max-width: 991px) {
	.contact_warp .message_form .message_ipt p {
		margin: 20px 0;
	}
}

.contact_warp .message_form .message_ipt ul li {
	margin-bottom: 14px;
}

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

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

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

@media (max-width: 480px) {
	.contact_warp .message_form .message_ipt ul li textarea {
		min-height: 150px;
	}
}

.contact_warp .message_form .message_ipt ul li input::-webkit-input-placeholder,
.contact_warp .message_form .message_ipt ul li textarea::-webkit-input-placeholder {
	color: #666;
}

.contact_warp .message_form .message_ipt ul li input:-o-placeholder,
.contact_warp .message_form .message_ipt ul li textarea:-o-placeholder {
	color: #666;
}

.contact_warp .message_form .message_ipt ul li input::-moz-placeholder,
.contact_warp .message_form .message_ipt ul li textarea::-moz-placeholder {
	color: #666;
}

.contact_warp .message_form .message_ipt ul li input:-ms-input-placeholder,
.contact_warp .message_form .message_ipt ul li textarea:-ms-input-placeholder {
	color: #666;
}

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

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

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

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

.contact_warp .message_form .message_ipt ul li button {
	font-family: 'Montserrat-Bold';
	font-size: 14px;
	line-height: 3.21428571;
	display: block;
	width: 160px;
	height: 45px;
	margin: auto;
	margin-top: 15px;
	-webkit-transition: all .35s;
	transition: all .35s;
	text-align: center;
	color: #222;
	background-color: #ffba51;
}

.contact_warp .message_form .message_ipt ul li button:hover {
	opacity: .85;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}