@charset "utf-8";
/* CSS Document */
/*
Theme Name: 创力主题（中文站）
Author: 创力
Description: 
Version:1.0
*/
* {
	box-sizing: border-box;
}
.swiper-slide img {
	display: block;
	width: 100%;
}

.pc-common-pagination {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.pc-common-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #c9caca;
	margin: 0 4px;
	opacity: 1;
}

.pc-common-pagination .swiper-pagination-bullet-active {
	background: #f1601e;
}

/*.pc-common-prev:hover,
.pc-common-next:hover {
} */
.m-common-pagination {
	bottom: -20px;
	margin-top: 0 !important;
	bottom: -20px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.m-common-pagination .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	background: #c9caca;
	margin: 0 4px;
	opacity: 1;
}

.m-common-pagination .swiper-pagination-bullet-active {
	background: #f1601e;
}

.m-common-next,
.m-common-prev {
	width: 36px;
	height: 36px;
	background-image: none;
	text-align: center;
	background-color: rgba(255, 255, 255, .65);
}

.m-common-next {
	right: 0;
}

.m-common-next .icon--8::before,
.m-common-prev .icon---::before {
	font-size: 30px;
	line-height: 36px;
	color: #333;
}

.m-common-prev {
	left: 0;
}

.t3-header {
	background-color: transparent;
}

.t3-mainnav {
	background-color: transparent;
}

.t3-mainbody {
	margin-top: 0;
}

.navbar-default {
	border-bottom: none;
}

.smaller .t3-header {
	background-color: #FFF;
}

.smaller .t3-mainnav .t3-navbar {
	background-color: #FFF;
}

.common-mask {
	top: 114px !important;
}

.video-js .vjs-big-play-button {
	/*width: 120px;
	height: 120px;*/
}

@media only screen and (max-width: 1024px) {
	.t3-mainbody {
		margin-top: 0;
	}

	.navbar-default {
		border-bottom: none;
		background-color: #FFF;
	}

	.off-canvas-toggle {
		border-bottom: none !important;
	}
}

/*----------------------------------------------------------------*/



/*-----------------------------------------------------------------*/

.mask-layer-container {
	width: 80%;
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}

.mask-layer-container .sample-item {
	margin-bottom: 0;
}

.mask-left {
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	max-width: 48%;
	padding-bottom: 50px;
	margin-right: 4%;
}

.mask-right {
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
}

.mask-left .swiper-wrapper {
	cursor: default;
}

.mask-left .sample-bottom-swiper {
	margin-top: 16px;
}

.mask-left .sample-bottom-swiper .swiper-slide.swiper-slide-thumb-active::after {
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background-color: #00ffff;
	margin-top: 4px;
}

.mask-left .sample-bottom-swiper .swiper-slide:not(.swiper-slide-thumb-active)::after {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .35);
	cursor: pointer;
}

.mask-right {
	color: #FFFFFF;
	font-size: 24px;
	padding-bottom: 50px;
	position: relative;
}

.sample-name {
	font-size: 40px;
	margin-bottom: 40px;
}

.sample-item {
	line-height: 42px;
	cursor: pointer;
}

.sample-more,
.sample-more:hover {
	display: block;
	margin-top: 50px;
	width: 132px;
	height: 42px;
	color: #f1601e;
	background: #FFFFFF !important;
	text-align: center;
	line-height: 42px;
	border-radius: 21px;
	font-size: 18px;
}

.sample-info {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.sample-title {
	text-align: right;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
}

.sample-content {
	margin-left: 15px;
}

@media only screen and (max-width: 1599px) {
	.mask-layer-container {
		width: 75%;
	}

	.mask-right {
		font-size: 22px;
	}

	.sample-name {
		font-size: 28px;
		margin-bottom: 45px;
	}

	.sample-item {
		line-height: 34px;
	}

	.sample-more,
	.sample-more:hover {
		width: 220px;
		font-size: 22px;
	}
}

@media only screen and (max-width: 1299px) {
	.mask-right {
		font-size: 20px;
	}

	.sample-name {
		font-size: 26px;
		margin-bottom: 40px;
	}

	.sample-item {
		line-height: 32px;
	}

	.sample-more,
	.sample-more:hover {
		width: 200px;
		height: 40px;
		font-size: 20px;
	}
}

@media only screen and (max-width: 1024px) {
	.mask-layer-container {
		display: block;
		width: 100%;
		padding: 0 15px;
		top: 135px;
		left: 50%;
		transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		padding-bottom: 40px;
	}

	.mask-left {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		padding-bottom: 24px;
		padding-top: 0;
	}

	.mask-right {
		padding-top: 0;
		padding-bottom: 0;
	}

	.mask-prev,
	.mask-next {
		display: none;
	}

	.sample-name {
		font-size: 18px;
		margin-bottom: 24px;
	}

	.mask-layer-container .sample-item {
		font-size: 14px;
		line-height: 24px;
	}

	.sample-more,
	.sample-more:hover {
		width: 114px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		margin-top: 24px;
	}
}

/*-----------------------------------------------------------*/


/*-----------------------------------------------------*/
.home-swiper_pc {
	position: relative;
	width: 100%;
}

.home-swiper_m {
	display: none;
}

.home-main-swiper a.swiper-slide {
	display: block;
}

.home-main-swiper a.swiper-slide video {
	width: 100%;
}

.home-main-desc-swiper {
	width: 1020px;
	position: absolute;
	left: 50%;
	bottom: 40px;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	background-color: rgba(0, 0, 0, 0.5);
	padding-top: 40px;
	padding-bottom: 20px;
}
.home-swiper_pc .swiper-slide{text-align:center;}
.home-main-desc-swiper .swiper-slide {
	padding: 0 140px;
	box-sizing: border-box;
}
.swiper_pc_contant{
	position:absolute;
	bottom: 4px;
	width:100%;
	left: 0;
	}
.big-title {font-size: 35px;color: #FFFFFF;text-align: center;margin-bottom: 40px;line-height: 55px;}

.small-title {font-size: 20px;color: #FFFFFF;text-align: center;margin-bottom: 24px;}

.home-main-desc-swiper .home-main-swiper-pagination {
	bottom: 16px;
}
.home-swiper_pc dl{
	width: 60%;
	margin:0 auto;
	padding: 25px 50px;
	background-color: rgba(0, 0, 0, 0.5);
	}
.home-main-desc-swiper .home-main-swiper-pagination .swiper-pagination-bullet {
	width: 120px;
	height: 2px;
	background-color: rgba(255, 255, 255, .2);
	margin: 0 4px;
	border-radius: 0;
	opacity: 1
}

.home-main-desc-swiper .home-main-swiper-pagination .swiper-pagination-bullet-active .line-filled {
	width: 0;
	height: 100%;
	background: #FFF;
}

.home-main-desc-swiper .home-main-swiper-pagination .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active .line-filled {
	animation: lineFilled 5s linear;
	-moz-animation: lineFilled 5s linear;
	/* Firefox */
	-webkit-animation: lineFilled 5s linear;
	/* Safari  Chrome */
	-o-animation: lineFilled 5s linear;
}

.home-main-desc-swiper .home-main-swiper-pagination .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active .line-filled {
	animation: lineFilled 4.8s linear;
	-moz-animation: lineFilled 4.8s linear;
	/* Firefox */
	-webkit-animation: lineFilled 4.8s linear;
	/* Safari  Chrome */
	-o-animation: lineFilled 4.8s linear;
}

.home-main-desc-swiper .home-main-swiper-pagination .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active .line-filled {
	animation: lineFilled 6.3s linear;
	-moz-animation: lineFilled 6.3s linear;
	/* Firefox */
	-webkit-animation: lineFilled 6.3s linear;
	/* Safari  Chrome */
	-o-animation: lineFilled 6.3s linear;
}

.home-main-desc-swiper .home-main-swiper-pagination .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active .line-filled {
	animation: lineFilled 8.9s linear;
	-moz-animation: lineFilled 8.9s linear;
	/* Firefox */
	-webkit-animation: lineFilled 8.9s linear;
	/* Safari  Chrome */
	-o-animation: lineFilled 8.9s linear;
}

.home-main-desc-swiper .home-main-swiper-pagination .swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active .line-filled {
	animation: lineFilled 7s linear;
	-moz-animation: lineFilled 7s linear;
	/* Firefox */
	-webkit-animation: lineFilled 7s linear;
	/* Safari  Chrome */
	-o-animation: lineFilled 7s linear;
}

@keyframes lineFilled {
	from {
		width: 0;
	}

	to {
		width: 100%;
	}
}

@-moz-keyframes lineFilled {
	from {
		width: 0;
	}

	to {
		width: 100%;
	}
}

@-webkit-keyframes lineFilled {
	from {
		width: 0;
	}

	to {
		width: 100%;
	}
}

@-o-keyframes lineFilled {
	from {
		width: 0;
	}

	to {
		width: 100%;
	}
}

.home-main-desc-swiper .home-main-swiper-pagination .swiper-pagination-bullet-active {
	height: 4px;
}

@media only screen and (min-width: 1700px) {
	.home-main-desc-swiper {
		bottom: 80px;
	}
}

@media only screen and (max-width: 1599px) {
	.home-main-desc-swiper {
		width: 920px;
		padding-top: 26px;
	}

	.home-main-desc-swiper .swiper-slide {
		padding: 0 120px;
	}

	.home-main-desc-swiper .big-title {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 26px;
	}

	.home-main-desc-swiper .small-title {
		font-size: 20px;
		line-height: 24px;
	}
}

@media only screen and (max-width: 1024px) {
	.home-swiper_pc {
		display: none;
	}

	.home-swiper_m {
		position: relative;
		display: block;
	}

	.home-main-desc-swiper_m {
		width: calc(100% - 30px);
		position: absolute;
		left: 50%;
		bottom: 40px;
		transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		background-color: rgba(0, 0, 0, 0.5);
		padding-top: 20px;
		padding-bottom: 15px;
	}

	.home-main-desc-swiper_m .swiper-slide {
		display: block;
		padding: 0 26px;
		box-sizing: border-box;
	}

	.home-main-swiper_m .swiper-slide {
		display: block;
	}

	.home-main-swiper_m .swiper-slide figure {
		width: 100%;
	}

	.home-main-swiper_m .swiper-slide figure img {
		display: block;
		width: 100%;
	}

	.big-title {
		font-size: 26px;
		margin-bottom: 20px;
	}

	.small-title {
		font-size: 18px;
		margin-bottom: 12px;
		line-height: 1.5;
	}

	.m-home-main-swiper-next,
	.m-home-main-swiper-prev {
		height: 26px;
		transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		margin-top: 0;
	}

	.m-home-main-swiper-pagination .swiper-pagination-bullet {
		width: 41px;
		height: 1px;
		background-color: #FFFFFF;
		margin: 0 4px;
		border-radius: 0;
		opacity: 0.5;
	}

	.m-home-main-swiper-pagination .swiper-pagination-bullet-active {
		width: 40px;
		height: 2px;
		opacity: 1;
	}
}

@media only screen and (max-width: 450px) {
	.big-title {
		font-size: 20px;
	}

	.small-title {
		font-size: 14px;
	}

	.m-home-main-swiper-pagination .swiper-pagination-bullet {
		width: 21px;
	}

	.m-home-main-swiper-pagination .swiper-pagination-bullet-active {
		width: 20px;
	}
}

/*-----------------------------------------------------*/

/*-----------------------------------------------------*/
.series-content_m {
	display: none;
}

.series-swiper {
	width: 100%;
}

.series-swiper:hover .series-prev {
	left: 30px;
	opacity: 0.75;
	-moz-opacity: 0.75;
	-webkit-opacity: 0.75;
}

.series-swiper:hover .series-next {
	right: 30px;
	opacity: 0.75;
	-moz-opacity: 0.75;
	-webkit-opacity: 0.75;
}

.series-swiper:hover .series-prev:hover,
.series-swiper:hover .series-next:hover {
	opacity: 0.9;
}

.series-swiper .swiper-wrapper {
	width: 70%;
	cursor: default;
	left: -390px;
}

.series-swiper .swiper-slide {
	overflow: hidden;
	font-size: 18px;
	background: #fff;
	transition: 300ms;
	transform: scale(0.8);
	/*transition: all 4s;*/
}

.series-swiper .swiper-slide a {
	display: block;
}

.series-swiper .swiper-slide-active,
.swiper-slide-duplicate-active,
.series-swiper .swiper-slide-active+.swiper-slide {
	transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}

.series-swiper .swiper-slide-prev {
	right: -70px;
	/*pointer-events:none;*/
}

.series-swiper .swiper-slide-next+.swiper-slide {
	left: -70px;
}

.series-swiper .swiper-slide-next+.swiper-slide .series-more:hover span.icon--6 {
	animation: none;
	-o-animation: none;
	-ms-animation: none;
	-moz-animation: none;
	-webkit-animation: none;
}

.series-swiper .swiper-slide-next img,
.series-swiper .swiper-slide-active img {
	transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
}

.series-swiper .swiper-slide-next:hover img,
.series-swiper .swiper-slide-active:hover img {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

/*.series-swiper .swiper-slide-prev::after {
	display: block;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: auto;
}*/
.series-swiper .swiper-slide .part3-swiper-info {
	top: 90%;
	position: absolute;
	opacity: 0.5;
	left: 0;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background: #000;
	width: 100%;
	padding: 15px;
}

.series-title {
	font-size: 16px;
	line-height: 1;
	color: #fff;
	margin: 0;
	margin-bottom: 16px;
}

.series-desc {

	font-size: 15px;
	line-height: 1;
	color: #333333;
	margin: 0;
	margin-bottom: 16px;
}

.series-more span {
	font-size: 15px;
	line-height: 1;
	color: #f1601e;
	margin: 0;

}

.series-more span.icon--6 {
	display: inline-block;
	margin-left: 20px;
	font-size: 18px;
	font-weight: bold;
}

.series-more span.icon--6::before {
	color: #f1601e;
}

.series-more:hover span.icon--6 {
	animation: bounceNew 0.4s;
	-o-animation: bounceNew 0.4s;
	-ms-animation: bounceNew 0.4s;
	-moz-animation: bounceNew 0.4s;
	-webkit-animation: bounceNew 0.4s;
}

.series-swiper-pagination {
	left: 50%;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	margin-top: 30px;
}

.series-swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #c9caca;
	margin: 0 7px;
	border-radius: 100%;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=1);
}

.series-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #f1601e;
}

.series-swiper-pagination .swiper-pagination-bullet:last-child {
	display: none;
}

@media only screen and (max-width: 1919px) {
	.series-swiper .swiper-wrapper {
		left: -380px;
	}

	.series-title {
		font-size: 36px;
	}

	.series-desc {
		font-size: 26px;
	}

	.series-more span {
		font-size: 20px;
	}

	.series-more span.icon--6 {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1799px) {
	.series-swiper .swiper-wrapper {
		left: -355px;
	}
}

@media only screen and (max-width: 1699px) {
	.series-swiper .swiper-wrapper {
		left: -335px;
	}
}

@media only screen and (max-width: 1599px) {
	.series-swiper .swiper-wrapper {
		left: -315px;
	}

	.series-swiper .swiper-slide-prev {
		right: -60px;
	}

	.series-swiper .swiper-slide-next+.swiper-slide {
		left: -60px;
	}

	.series-title {
		font-size: 30px;
	}

	.series-desc {
		font-size: 22px;
	}

	.series-more span {
		font-size: 18px;
	}

	.series-more span.icon--6 {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1499px) {
	.series-swiper .swiper-wrapper {
		left: -288px;
	}
}

@media only screen and (max-width: 1399px) {
	.series-swiper .swiper-wrapper {
		left: -270px;
	}

	.series-swiper .swiper-slide-prev {
		right: -50px;
	}

	.series-swiper .swiper-slide-next+.swiper-slide {
		left: -50px;
	}
}

@media only screen and (max-width: 1299px) {
	.series-swiper .swiper-wrapper {
		left: -250px;
	}
}

@media only screen and (max-width: 1199px) {
	.series-swiper .swiper-wrapper {
		left: -230px;
	}
}

@media only screen and (max-width: 1024px) {
	.series-content_m {
		position: relative;
		display: block;
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.series-content {
		display: none;
	}

	.series-content_m .swiper-slide {
		position: relative;
		width: 40% !important;
	}

	.series-content_m .swiper-slide a {
		display: block;
	}

	.series-content_m .js-img-info {
		width: 82%;
		position: absolute;
		bottom: -11%;
		left: 21px;
		background: #000;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		padding: 15px 0 5px 0;
		padding-left: 5px;
		opacity: 0.7;
	}

	.series-content_m .js-img-title {
		margin-bottom: 8px;

		font-size: 17px;
		color: #fff;
		padding: 0;
	}

	.series-content_m .js-img-type {

		font-size: 13px;
		color: #333;
		margin-bottom: 12px;
	}

	.series-content_m .js-img-info a {
		font-size: 10px;
		color: #f1601e;
	}

	.series-content_m .js-img-info a .icon--6 {
		vertical-align: baseline;
	}

	.series-content_m .js-img-info a .icon--6::before {
		color: #f1601e;
		display: inline-block;
		margin-left: 5px;
		font-size: 12px;
	}
}

@media only screen and (max-width: 750px) {
	.series-content_m .swiper-slide {
		width: 69.3% !important;
	}
}

/*-----------------------------------------------------*/



/*-----------------------------------------------------*/
.samples-part {
	background-color: #F6F6F6;
}

.samples-swiper_m {
	display: none;
}

.samples-title {

	font-size: 50px;
	line-height: 60px;
	color: #000000;
	text-align: center;
	line-height: 1;
}

.samples-desc {
	text-align: center;
	font-size: 18px;
	color: #333;
}

.samples-content {
	position: relative;
}

.swiper-button-prev,
.swiper-button-next {
	margin-top: 0;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.samples-content:hover .sample-prev {
	left: 17px;
	opacity: 0.75;
	-moz-opacity: 0.75;
	-webkit-opacity: 0.75;
}

.samples-content:hover .sample-next {
	right: 17px;
	opacity: 0.75;
	-moz-opacity: 0.75;
	-webkit-opacity: 0.75;
}

.samples-content:hover .sample-prev:hover,
.samples-content:hover .sample-next:hover {
	opacity: 0.9;
}

.sample-item-desc {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	padding: 24px;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index: 9;
}

.sample-item {
	overflow: hidden;
	position: relative;
	font-family: "Helvetica LT Pro", "Regular";
}

.sample-item:first-child {
	/*margin-bottom: 15px;*/
}

.sample-item .sample-item-img img {
	transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
}

.sample-item:hover .sample-item-img img {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.samples-part .sample-item::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(img/machine-mask.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.sample-item-desc .sample-item-info {
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	margin-right: 24px;
}

.sample-item-desc .sample-detail-btn {
	width: 132px;
	height: 42px;
	line-height: 42px;
	background-color: #f1601e;
	color: #fff;
	text-align: center;
	border-radius: 21px;

	font-size: 18px;
	cursor: pointer;
	padding: 0;
	border: none;
	vertical-align: baseline;
}

.sample-item-desc .effect-group-container {
	width: 132px;
}

.sample-item-desc .sample-item-info .sample-item-tag {
	display: inline-block;
	padding: 0 12px;
	line-height: 30px;
	background-color: rgba(255, 255, 255, .8);
	color: #333;
	font-size: 18px;
	margin-bottom: 13px;
}

.sample-item-desc .sample-item-info .sample-item-title {
	font-size: 18px;
	color: #ffffff;

	line-height: 34px;
}


@media only screen and (max-width: 1599px) {
	.samples-title {
		font-size: 40px;
	}

	.sample-item-desc {
		padding: 15px 15px;
	}

	.sample-item-desc .sample-item-info {
		margin-right: 15px;
	}

	.sample-item-desc .sample-detail-btn {
		width: 114px;
		height: 36px;
		line-height: 36px;
		font-size: 16px;
	}

	.sample-item-desc .effect-group-container {
		width: 114px;
	}

	.sample-item-desc .sample-item-info .sample-item-title {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 10px;
	}

	.sample-item-desc .sample-item-info .sample-item-tag {
		line-height: 24px;
		font-size: 14px;
		padding: 0 8px;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 1399px) {
	.samples-content:hover .sample-prev {
		left: 7px;
	}

	.samples-content:hover .sample-next {
		right: 7px;
	}
}

@media only screen and (max-width: 1299px) {
	.samples-content:hover .sample-prev {
		left: 47px;
	}

	.samples-content:hover .sample-next {
		right: 47px;
	}
}

@media only screen and (max-width: 1024px) {
	.samples-swiper_m {
		display: block;
	}

	.samples-swiper {
		display: none;
	}

	.samples-pagination {
		display: none;
	}

	.samples-part {
		padding: 0;
		padding-top: 24px;
		padding-bottom: 40px;
	}

	.samples-title {
		padding: 0 15px;
		font-size: 28px;
		margin-bottom: 12px;
	}

	.samples-desc {
		padding: 0 15px;
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 24px;
	}

	.samples-swiper_m .swiper-slide {
		padding: 0 15px;
		box-sizing: border-box;
	}

	.samples-swiper_m .m-common-next,
	.samples-swiper_m .m-common-prev {
		margin-top: -20px;
	}

	.samples-swiper_m .swiper-slide .m-sample-front {
		position: relative;
	}

	.samples-swiper_m .m-sample-info .m-sample-front::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: url(img/machine-mask.png);
		background-size: cover;
		/* background-color: #000; */
	}

	.samples-swiper_m .m-img-info {
		position: absolute;
		bottom: 0;
		padding: 0 15px;
		z-index: 9;
	}

	.samples-swiper_m .m-img-info .m-img-tag span {
		display: inline-block;
		padding: 0 6px;
		margin-bottom: 9px;
		font-size: 11px;
		line-height: 18px;
		background-color: rgba(255, 255, 255, .8);
	}

	.samples-swiper_m .m-img-info .m-img-desc {
		margin-bottom: 14px;

		font-size: 16px;
		color: #fff;
	}

	.m-sample-info .sample-detail-btn {
		width: 116px;
		line-height: 36px;
		border-radius: 18px;
		background-color: #f1601e;
		color: #FFF;
		text-align: center;

		font-size: 16px;
		margin: 0 auto;
		margin-top: 16px;
	}
}

@media only screen and (max-width: 450px) {
	.samples-title {
		font-size: 24px;
	}

	.samples-desc {
		font-size: 14px;
	}
}

/*-----------------------------------------------------*/



/*-----------------------------------------------------*/
.video-area {
	width: 100%;
	/* background: #F6F6F6; */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
}

/*.video-area .vjs-big-play-button {
	display: none;
}*/
.video-title {

	font-size: 50px;
	line-height: 1;
	color: #000000;
	text-align: center;
}

.video-desc {
	text-align: center;
	font-size: 18px;
	color: #333;
}

.video-area>a {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.video-area>a span {
	display: inline-block;

	color: #f1601e;
	font-size: 24px;
}

.video-area>a span.icon--6 {
	font-size: 16px;
	margin-left: 20px;
	vertical-align: baseline;
}

.video-area>a span.icon--6::before {
	color: #f1601e;
	font-weight: bold;
}

.video-area>a:hover span.icon--6 {
	animation: bounceNew 0.4s;
	-o-animation: bounceNew 0.4s;
	-ms-animation: bounceNew 0.4s;
	-moz-animation: bounceNew 0.4s;
	-webkit-animation: bounceNew 0.4s;
}

.video-content {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.video-left {
	flex: 2;
	-ms-flex: 2;
	-webkit-flex: 2;
}

.video-right {
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
}

.video-item {
	/*width: 100%;*/
	margin-right: 0.8%;
	position: relative;
	cursor: pointer;
}

.video-item:last-child {
	margin-right: 0;
}

.video-right .video-item {
	margin-left: 13px;
	box-sizing: border-box;
	margin-right: 0;
}


.video-right .video-item {
	margin-left: 13px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0;
}

.video-right .video-item:first-child {
	margin-bottom: 15px;
}

.video-hover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-webkit-transition: all .5s;
}

.video-hover .video-hover-bg {
	width: 100%;
	height: 100%;
	background: #f1601e;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}



.video-hover>img {
	width: calc(100% - 15px);
	margin-left: 15px;
}

.video-left .video-item .video-hover>img {
	width: 100%;
	margin-left: 0;
}

.video-left .video-item .video-hover .hover-content {
	width: 100%;
	margin-left: 0;
}

.video-item:hover .vjs-big-play-button {
	opacity: 0;
}

.video-item:hover .video-hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.video-item:hover .video-hover-bg {
	opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
}

.hover-content {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-align: center;
	color: #FFFFFF;
}

.hover-desc {

	font-size: 18px;
	line-height: 1.71;
	line-height: 50px;
	margin-bottom: 14px;
	padding: 0 15px;
}

.video-left .hover-desc {
	font-size: 16px;
	margin-bottom: 30px;
}

.hover-play img {
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	margin-bottom: 4px;
}

.video-left .hover-play img {
	width: 45px;
	height: 45px;
	margin-right: 24px;
}

.hover-play span {
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	color: #FFFFFF;
}

.video-left .hover-play span {
	font-size: 20px;
}

.video-left .video-js .vjs-big-play-button {
	width: 120px;
	height: 120px;
}

@media only screen and (max-width: 1599px) {
	.video-title {
		font-size: 40px;
	}

	.hover-desc {
		font-size: 24px;
	}

	.video-left .hover-desc {
		font-size: 32px;
	}

	.hover-play img {
		width: 24px;
		height: 24px;
	}

	.video-left .hover-play img {
		width: 35px;
		height: 35px;
	}

	.hover-play span {
		font-size: 16px;
	}

	.video-left .hover-play span {
		font-size: 20px;
	}

	.video-area>a span {
		font-size: 20px;
	}

	.video-area>a span.icon--6 {
		font-size: 14px;
	}

	.video-left .video-js .vjs-big-play-button {
		width: 100px;
		height: 100px;
	}
}

@media only screen and (max-width: 1024px) {
	.video-area {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.video-title {
		padding: 0 15px;
		font-size: 28px;
		margin-bottom: 12px;
	}

	.video-desc {
		padding: 0 15px;
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 12px;
	}

	.video-area>a span {
		font-size: 18px;
		margin-bottom: 16px;
	}

	.video-area>a:hover span.icon--6 {
		animation: none;
		-o-animation: none;
		-ms-animation: none;
		-moz-animation: none;
		-webkit-animation: none;
	}

	.video-right .video-item {
		margin-left: 0;
	}

	.video-content {
		display: block;
	}

	.video-left {
		margin-bottom: 8px;
	}

	.video-left .video-hover {
		background-image: none;
	}

	.video-right .video-item:nth-child(1) .video-hover {
		background-image: none;
	}

	.video-right .video-item:nth-child(2) .video-hover {
		background-image: none;
	}

	.video-right .video-item:first-child {
		margin-bottom: 8px;
	}

	.video-content .video-js .vjs-big-play-button {
		display: none !important;
	}

	.video-hover>img {
		width: 100%;
		margin-left: 0;
	}

	.hover-content {
		width: 100%;
		margin-left: 0;
	}

	.video-hover>img {
		display: none;
	}

	/*.video-left .video-item .video-hover > img {
		display: none;
	}*/
	.video-item .video-hover {
		opacity: 1;
		-moz-opacity: 1;
		-webkit-opacity: 1;
		filter: alpha(opacity=100);
		background-color: rgba(0, 0, 0, .6);
	}

	.hover-desc,
	.video-left .hover-desc {
		font-size: 20px;
		line-height: 1.7;
		margin-bottom: 8px;
	}

	.hover-play span,
	.video-left .hover-play span {
		font-size: 16px;
	}

	.hover-play img,
	.video-left .hover-play img {
		width: 21px;
		height: 21px;
		margin-right: 8px;
	}
}

@media only screen and (max-width: 450px) {
	.video-title {
		font-size: 24px;
	}

	.video-desc {
		font-size: 14px;
	}

	.video-area>a span {
		font-size: 16px;
	}

	.hover-desc {
		font-size: 18px;
		line-height: 1.7;
	}

	.hover-play span {
		font-size: 14px;
	}
}

/*-----------------------------------------------------*/



/*-----------------------------------------------------*/
.technology-part {
	background-color: #F6F6F6;
}

.technology-part .title {

	font-size: 50px;
	line-height: 1;
	color: #000000;
	text-align: center;
}

.technology-part .desc {
	text-align: center;
	font-size: 18px;
	color: #333;
}

.technology-swiper {
	padding: 0 80px;
}

.p2Ctn .swiper-slide {
	display: block;
	padding-bottom: 16px;
}

.p2Ctn .swiper-slide:last-child {
	margin-right: 0 !important;
}

.p2Ctn .swiper-slide .swiper-slide-wrapper {
	position: relative;
}

.p2Ctn .swiper-slide .swiper-slide-wrapper::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url('./img/technology-mask.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.p2Ctn .swiper-slide .technology-img {
	overflow: hidden;
}

.p2Ctn .swiper-slide .technology-img img {
	transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
}

.p2Ctn .swiper-slide:hover .technology-img img {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.p2Ctn .swiper-slide .technology-info {
	position: absolute;
	width: 100%;
	bottom: 40px;
	left: 0;
	text-align: center;
	z-index: 9;
}

.p2Ctn .swiper-slide .technology-info .technology-title {

	font-size: 18px;
	color: #FFFFFF;
}

.p2Ctn .swiper-slide .technology-info .technology-more {
	display: block;
	margin-top: 24px;
}

.p2Ctn .swiper-slide .technology-info .technology-more span {
	display: inline-block;

	font-size: 16px;
	color: #FFFFFF;
}

.p2Ctn .swiper-slide .technology-info .technology-more span.icon--6 {
	font-size: 14px;
	margin-left: 20px;
}

.p2Ctn .swiper-slide .technology-info .technology-more span.icon--6::before {
	color: #FFF;
	font-weight: bold;
}

.p2Ctn .swiper-slide .technology-info .technology-more:hover span.icon--6 {
	animation: bounceNew 0.4s;
	-o-animation: bounceNew 0.4s;
	-ms-animation: bounceNew 0.4s;
	-moz-animation: bounceNew 0.4s;
	-webkit-animation: bounceNew 0.4s;
}

.p2Ctn .swiper-slide::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 0;
	height: 8px;
	background-color: #f1601e;
	transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
}

.p2Ctn .swiper-slide:hover::after {
	/*left: 0;*/
	width: 100%;
}

.technology-swiper:hover .technology-prev {
	left: 17px;
	opacity: 0.75;
	-moz-opacity: 0.75;
	-webkit-opacity: 0.75;
}

.technology-swiper:hover .technology-next {
	right: 17px;
	opacity: 0.75;
	-moz-opacity: 0.75;
	-webkit-opacity: 0.75;
}

.technology-swiper:hover .technology-prev:hover,
.technology-swiper:hover .technology-next:hover {
	opacity: 0.9;
}

.technology-swiper_m {
	display: none;
}

@media only screen and (max-width: 1919px) {
	.p2Ctn .swiper-slide .technology-info .technology-title {
		font-size: 36px;
	}
}

@media only screen and (max-width: 1599px) {
	.technology-part .title {
		font-size: 40px;
	}

	.p2Ctn .swiper-slide .technology-info .technology-title {
		font-size: 30px;
	}
}

@media only screen and (max-width: 1024px) {
	.technology-swiper_m {
		display: block;
	}

	.technology-swiper {
		display: none;
	}

	.p2Ctn {
		display: none;
	}

	.technology-part {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.technology-part .title {
		padding: 0 15px;
		font-size: 28px;
		margin-bottom: 12px;
	}

	.technology-part .desc {
		padding: 0 15px;
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 24px;
	}

	.technology-swiper_m .swiper-slide {
		position: relative;
		width: 69.3%;
	}

	.technology-swiper_m .swiper-slide a::before {
		position: absolute;
		top: 0;
		left: 0;
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background-image: url(img/technology-mask.png);
		/* background-color: #000; */
		background-size: cover;
	}

	.technology-swiper_m .swiper-info {
		position: absolute;
		bottom: 8px;
		width: 100%;
	}

	.technology-swiper_m .swiper-item-title {
		padding-bottom: 12px;

		font-size: 20px;
		color: #fff;
		text-align: center;
	}

	.technology-swiper_m .m-technology-more {
		font-size: 16px;
		color: #fff;
		text-align: center;
		margin-bottom: 16px;
	}

	.technology-swiper_m .m-technology-more span.icon--6::before {
		display: inline-block;
		color: #FFF;
		margin-left: 10px;
		font-size: 12px;
	}

	.technology-swiper_m .swiper-slide.swiper-slide-prev,
	.technology-swiper_m .swiper-slide.swiper-slide-next {
		bottom: -50px;
	}

	.technology-swiper_m .swiper-slide a {
		position: relative;
		display: block;
	}

	.technology-swiper_m .swiper-slide.swiper-slide-active::after {
		content: '';
		display: block;
		width: 100%;
		height: 4px;
		background-color: #f1601e;
		margin-top: 2px;
	}
}

@media only screen and (max-width: 450px) {
	.technology-part .title {
		font-size: 24px;
	}

	.technology-part .desc {
		font-size: 14px;
	}

	.technology-swiper_m .swiper-item-title {
		font-size: 18px;
	}

	.technology-swiper_m .m-technology-more {
		font-size: 14px;
	}

	.technology-swiper_m .swiper-slide.swiper-slide-prev,
	.technology-swiper_m .swiper-slide.swiper-slide-next {
		bottom: -15px;
	}
}

/*-----------------------------------------------------*/


/*-----------------------------------------------------*/
.news-part .title {

	font-size: 50px;
	line-height: 1;
	color: #000000;
	text-align: center;
}

.news-part .desc {
	text-align: center;
	font-size: 18px;
	color: #333;
}

.news-part .p1Ctn {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.news-part .p1Ctn .p1Item {
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	max-width: calc((100% - 30px) / 3);
	margin-right: 15px;
}

.news-part .p1Ctn .p1Item:last-child {
	margin-right: 0;
}

.news-part .p1Ctn .p1Item .item-img {
	display: block;
	overflow: hidden;
}

.news-part .p1Ctn .p1Item img {
	display: block;
	width: 100%;
	transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
}

.news-part .p1Ctn .p1Item:hover img {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.news-part .itemText {
	text-align: center;
	padding: 0 15px;
}

.news-part .itemText .item-title {
	display: block;

	font-size: 28px;
	color: #000;
	font-weight: 400 !important;
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 0;
}

.news-part .itemText .news-item-list li {
	font-size: 18px;
	color: #333;
	line-height: 2;
	/*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}

.news-part .itemText .news-item-list li a {
	color: #333;
}

.news-part .itemText .news-item-list li a:hover {
	color: #f1601e;
}

@media only screen and (max-width: 1919px) {
	.news-part .itemText .item-title {
		margin-top: 19.92px;
		margin-bottom: 19.92px;
	}
}

@media only screen and (max-width: 1599px) {
	.news-part .title {
		font-size: 40px;
	}

	.news-part .itemText .item-title {
		font-size: 24px;
		line-height: 1;
		margin-top: 18px;
		margin-bottom: 18px;
	}

	.news-part .itemText .news-item-list li {
		font-size: 16px;
		line-height: 30px;
		/*text-align: left;*/
	}
}

@media only screen and (max-width: 1024px) {
	.news-part {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.news-part .title {
		padding: 0 15px;
		font-size: 28px;
		margin-bottom: 12px;
	}

	.news-part .desc {
		padding: 0 15px;
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 24px;
	}

	.news-part .p1Ctn {
		display: block;
	}

	.news-part .p1Ctn .p1Item {
		display: block;
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 16px;
		background-color: #F6F6F6;
	}

	.news-part .p1Ctn .p1Item:last-child {
		margin-bottom: 0;
	}

	.news-part .itemText {
		padding-bottom: 24px;
	}

	.news-part .itemText .item-title {
		font-size: 20px;
		padding: 0;
		margin-top: 12px;
		margin-bottom: 12px;
	}

	.news-part .itemText .news-item-list li {
		font-size: 16px;
		line-height: 1.71;
		text-overflow: inherit;
		white-space: pre-wrap;
		text-align: center;
	}
}

@media only screen and (max-width: 450px) {
	.news-part .title {
		font-size: 24px;
	}

	.news-part .desc {
		font-size: 14px;
	}

	.news-part .itemText .item-title {
		font-size: 18px;
	}

	.news-part .itemText .news-item-list li {
		font-size: 14px;
	}
}

/*-----------------------------------------------------*/



/*-----------------------------------------------------*/
.quick-area {
	position: relative;
	padding-bottom: 37%;
	background-image: url('img/quick-big.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.quick-content {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	box-sizing: border-box;
}

.quick-left,
.quick-right {
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
}

.quick-left {
	margin-right: 4%;
}

.quick-right {
	text-align: center;
}

.quick-area .title {

	font-size: 50px;
	line-height: 1;
	color: #FFFFFF;
}

.quick-area p {
	font-size: 24px;
	color: #FFFFFF;
	line-height: 1.75;
	text-align: left;
}

.quick-area .buttonBox-container a {
	margin: 0 18px;
	background-color: #FFF;
	color: #f1601e;
	float: left;
	width: 160px;
}

.quick-area .video-js .vjs-big-play-button {
	width: 120px;
	height: 120px;
}

@media only screen and (max-width: 1599px) {
	.quick-area .title {
		font-size: 40px;
	}

	.quick-area p {
		font-size: 20px;
	}

	.quick-area .video-js .vjs-big-play-button {
		width: 100px;
		height: 100px;
	}
}

@media only screen and (max-width: 1399px) {
	.quick-area .title {
		font-size: 36px;
	}

	.quick-area p {
		font-size: 18px;
		line-height: 1.5;
	}
}

@media only screen and (max-width: 1099px) {
	.quick-area p {
		font-size: 16px;
		line-height: 1.75;
	}
}

@media only screen and (max-width: 1024px) {
	.quick-area {
		padding-top: 40px;
		padding-bottom: 40px;
		position: static;
		background-position: center;
	}

	.quick-content {
		position: static;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		top: 0;
		transform: translateY(0);
	}

	.quick-left,
	.quick-right {
		min-width: 100%;
	}

	.quick-left {
		margin-right: 0;
		order: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
	}

	.quick-area .title {
		padding: 0 15px;
		font-size: 24px;
		margin-bottom: 16px;
	}

	.quick-area p {
		font-size: 16px;
		line-height: 1.7;
	}

	.quick-area .buttonBox-container {
		margin-top: 16px;
		display: none;
	}

	.quick-area .buttonBox-container a {
		width: 96px;
		margin: 0 auto;
		float: left;
	}

	.quick-left {
		margin-top: 16px;
	}

	.quick-area .video-js .vjs-big-play-button {
		width: 50px;
		height: 50px;
	}
}

@media only screen and (max-width: 450px) {
	.quick-area .title {
		font-size: 20px;
	}

	.quick-area p {
		font-size: 14px;
	}
}

/*-----------------------------------------------------*/


.t3-mainnav {
	top: 48px;
}

.dropdown-menu {
	top: 117px;
}

.nav>li>.separator {
	padding: 24px 44px;
}

/*.language-switch {
    background: transparent;
}*/
.noborder {
	border-bottom: none;
}

#app.active {
	background: transparent;
}

.navbar-nav>li {
	margin-right: 0;
}

.smaller .navbar-nav>li {
	margin-right: 16px;
}

.smaller .navbar-nav>li:last-child {
	margin-right: 0;
}

.whiteback {
	background: #FFFFFF;
}



@media only screen and (max-width: 1599px) {
	.dropdown-menu {
		top: 115px;
	}

	.nav>li>.separator {
		padding: 24px 40px;
	}
}

@media only screen and (max-width: 1400px) {
	.nav>li>.separator {
		padding: 24px 38px;
	}
}

@media only screen and (max-width: 1350px) {
	.nav>li>.separator {
		padding: 24px 33px;
	}
}

@media only screen and (max-width: 1230px) {
	.nav>li>.separator {
		padding: 24px 28px;
	}
}

@media only screen and (max-width: 1130px) {
	.dropdown-menu {
		top: 109px;
	}

	.nav>li>.separator {
		padding: 22px 26px;
	}
}

@media only screen and (max-width: 1024px) {
	.t3-mainnav {
		top: 0;
	}
}

.grecaptcha-badge {z-index: 9999;}




