@charset "utf-8";

/* common */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	border: none;
	text-decoration: none;
	transition: all .4s ease;
}

body {
	margin: 0 auto;
	font-family: Poppins-Regular, Arial, sans-serif;
	font-size: 16px;
	height: 100%;
	background-color: #fff;
}

ul {
	list-style: none;
}

html {
	scroll-behavior: smooth;
	font-size: 62.5%;
}

.image {
	display: block;
}

.image img {
	display: block;
}



a img {
	display: block;
}

img {
	border: none;
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

.standardLink a:hover {
	color: #00a0e9 !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
}


.standardEdit a {
	color: #00a0e9;
}

.standardEdit a:hover {
	text-decoration: underline;
}



a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: Poppins-Regular, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	border: none;
	outline: none;
}

textarea {
	resize: none;
}

@media screen and (max-width:1333px) {

	input,
	textarea,
	select {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}
}

@media screen and (max-width:999px) {

	input,
	textarea,
	select {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}
}

.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}

.table table tr:nth-child(2n) td {
	background-color: #fff;
}

.table table tr td {
	padding: 10px 20px;
	font-size: 16px;
	background-color: #f4f4f4;
	font-family: Poppins-Regular, Arial, sans-serif;
	color: #333333;
}

@media screen and (max-width:999px) {
	.table table tr td {
		padding: 8px 15px;
		font-size: 14px;
		line-height: 26px;
	}

}

.safeRange {
	max-width: 1600px;
	width: calc(100% - 160px);
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.safeRange {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:538px) {
	.safeRange {
		width: calc(100% - 30px);
	}
}



@media screen and (max-width:1760px) {
	.standardRange {
		padding: 80px 0 80px 0 !important;
	}

	.standardRange2 {
		padding: 50px 0 50px 0 !important;
	}
}


@media screen and (max-width:1333px) {
	.standardRange {
		padding: 60px 0 60px 0 !important;
	}

	.standardRange2 {
		padding: 40px 0 40px 0 !important;
	}
}

@media screen and (max-width:999px) {
	.standardRange {
		padding: 50px 0 50px 0 !important;
	}

	.standardRange2 {
		padding: 30px 0 30px 0 !important;
	}
}

@media screen and (max-width:768px) {
	.standardRange {
		padding: 40px 0 40px 0 !important;
	}
}





@media screen and (max-width:1760px) {
	.standardTxt .title1 {
		font-size: 36px !important;
		line-height: 45px !important;
	}
}

@media screen and (max-width:1333px) {
	.standardTxt .title1 {
		font-size: 28px !important;
		line-height: 35px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .btn {
		font-size: 16px !important;
	}
}

@media screen and (max-width:999px) {
	.standardTxt .title1 {
		font-size: 24px !important;
		line-height: 30px !important;
	}


	.standardTxt .txt,
	.standardTxt p {
		font-size: 14px !important;
		line-height: 26px !important;
	}

	.standardTxt .btn {
		font-size: 14px !important;
	}

}

@media screen and (max-width:768px) {
	.standardTxt .title1 {
		font-size: 22px !important;
	}

}






.oneRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.twoRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.threeRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.foreRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}


.clear {
	clear: both;
}

/* xnav */
header .xnav {
	display: none;
}

@media screen and (max-width:999px) {
	header .xnav {
		display: block;
	}

	header .xnav .nav {
		position: fixed;
		width: 35px;
		height: 24px;
		background: #00a0e9;
		right: 80px;
		top: 30px;
		transform: translateY(-50%);
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999;
	}

	header .xnav .nav span {
		display: block;
		width: 20px;
		height: 2px;
		background: #ffffff;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: 50%;
		transition: 0.8s;
		z-index: 99999991
	}

	header .xnav .nav .nav1 {
		margin-top: -1px;
	}

	header .xnav .nav .nav2 {
		margin-top: -8px;
	}

	header .xnav .nav .nav3 {
		margin-top: 6px;
	}

	header .xnav .nav:hover .nav1 {
		width: 25px;
	}

	header .xnav .navh .nav1 {
		transform: rotate(45deg)
	}

	header .xnav .navh .nav2 {
		transform: rotate(-45deg);
		width: 10px;
		margin-left: -1px;
		margin-top: -5px;
	}

	header .xnav .navh .nav3 {
		transform: rotate(-45deg);
		width: 9px;
		margin-top: 3px;
		margin-left: -8px;
	}

	header .xnav .navh:hover .nav2 {
		margin-top: -8px;
		margin-left: 7px;
	}

	header .xnav .navh:hover .nav3 {
		margin-top: 5px;
		margin-left: -12px;
	}

	header .xnav .smdaohang {
		position: fixed;
		width: 300px;
		height: 0px;
		overflow: auto;
		top: 0px;
		right: 0px;
		background: rgba(0, 160, 233, 0.95);
		z-index: 9999999;
		transition: 0.8s;
		text-align: center;
	}

	header .xnav .smdaohangh {
		right: 0px;
		top: 0px;
		height: 100%;
	}

	header .xnav .topnav {
		margin: auto;
		margin-top: 30px;
		padding: 20px;
	}

	header .xnav ul.topnav li {
		text-align: left;
		position: relative;
	}

	header .xnav ul.topnav li a {
		padding: 5px;
		padding-left: 0px;
		color: #fff;
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding-right: 50px;
		font-family: Poppins-Regular, Arial, sans-serif;
	}

	header .xnav ul.topnav ul {
		display: none;
		transition: none;
	}

	header .xnav ul.topnav ul li {
		clear: both;
	}

	header .xnav ul.topnav ul li a {
		padding-left: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		outline: 0;
	}


	header .xnav ul.topnav ul ul li a {
		padding-left: 40px;
	}

	header .xnav ul.topnav ul ul ul li a {
		padding-left: 60px;
	}

	header .xnav ul.topnav span {
		display: block;
		position: absolute;
		right: 0px;
		top: 7px;
		width: 20px;
		height: 20px;
		background: #fff;
		background: rgba(255, 255, 255, 0.6);
		cursor: pointer;
		border-radius: 50%;
		transition: 0.5s;
	}

	header .xnav ul.topnav span:before {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: 0px;
		transform: rotate(45deg);
		transform-origin: right center
	}

	header .xnav ul.topnav span:after {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: -1px;
		transform: rotate(-45deg);
		transform-origin: right center;
		transition: 0.5s;
	}

	header .xnav ul.topnav span.yizi {
		transform: rotate(90deg)
	}

	header .xnav .smdaohang form {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 240px;
		height: 26px;
		border: 1px solid #fff;
		position: relative;
		background: #fff;
		border-radius: 13px;
	}

	header .xnav .smdaohang form input {
		color: #333333;
	}

	header .xnav .smdaohang form .iptc {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 15px;
		background-color: #fff;
		width: 80%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: left;
		border-radius: 10px;
	}

	header .xnav .smdaohang form .ipsc {
		width: 20%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: right;
		background: transparent;
		position: relative;
		z-index: 99;
	}

	header .xnav .smdaohang form i {
		position: absolute;
		right: 10px;
		top: 4px;
	}
}



.intl-tel-input .zw {
	background-position: 0px 0px
}

.intl-tel-input .zm {
	background-position: -16px 0px
}

.intl-tel-input .za {
	background-position: 0px -11px
}

.intl-tel-input .yt {
	background-position: -16px -11px
}

.intl-tel-input .ye {
	background-position: -32px 0px
}

.intl-tel-input .ws {
	background-position: -32px -11px
}

.intl-tel-input .wf {
	background-position: 0px -22px
}

.intl-tel-input .vu {
	background-position: -32px -22px
}

.intl-tel-input .vn {
	background-position: 0px -33px
}

.intl-tel-input .vi {
	background-position: -16px -33px
}

.intl-tel-input .vg {
	background-position: -32px -33px
}

.intl-tel-input .ve {
	background-position: -48px 0px
}

.intl-tel-input .vc {
	background-position: -48px -11px
}

.intl-tel-input .va {
	background-position: -48px -22px
}

.intl-tel-input .uz {
	background-position: -48px -33px
}

.intl-tel-input .uy {
	background-position: 0px -44px
}

.intl-tel-input .us {
	background-position: -16px -44px
}

.intl-tel-input .um {
	background-position: -16px -44px
}

.intl-tel-input .ug {
	background-position: -32px -44px
}

.intl-tel-input .ua {
	background-position: -48px -44px
}

.intl-tel-input .tz {
	background-position: -64px 0px
}

.intl-tel-input .tw {
	background-position: -64px -11px
}

.intl-tel-input .tv {
	background-position: -64px -22px
}

.intl-tel-input .tt {
	background-position: -64px -33px
}

.intl-tel-input .tr {
	background-position: -64px -44px
}

.intl-tel-input .to {
	background-position: 0px -55px
}

.intl-tel-input .tn {
	background-position: -16px -55px
}

.intl-tel-input .tm {
	background-position: -32px -55px
}

.intl-tel-input .tl {
	background-position: -48px -55px
}

.intl-tel-input .tk {
	background-position: -64px -55px
}

.intl-tel-input .tj {
	background-position: 0px -66px
}

.intl-tel-input .th {
	background-position: -16px -66px
}

.intl-tel-input .tg {
	background-position: -32px -66px
}

.intl-tel-input .tf {
	background-position: -48px -66px
}

.intl-tel-input .td {
	background-position: -64px -66px
}

.intl-tel-input .tc {
	background-position: -80px 0px
}

.intl-tel-input .sz {
	background-position: -80px -11px
}

.intl-tel-input .sy {
	background-position: -80px -22px
}

.intl-tel-input .sx {
	background-position: -80px -33px
}

.intl-tel-input .sv {
	background-position: -80px -44px
}

.intl-tel-input .st {
	background-position: -80px -55px
}

.intl-tel-input .ss {
	background-position: -80px -66px
}

.intl-tel-input .sr {
	background-position: 0px -77px
}

.intl-tel-input .so {
	background-position: -16px -77px
}

.intl-tel-input .sn {
	background-position: -32px -77px
}

.intl-tel-input .sm {
	background-position: -48px -77px
}

.intl-tel-input .sl {
	background-position: -64px -77px
}

.intl-tel-input .sk {
	background-position: -80px -77px
}

.intl-tel-input .si {
	background-position: -96px 0px
}

.intl-tel-input .sh {
	background-position: -96px -11px
}

.intl-tel-input .sg {
	background-position: -96px -22px
}

.intl-tel-input .se {
	background-position: -96px -33px
}

.intl-tel-input .sd {
	background-position: -96px -44px
}

.intl-tel-input .sc {
	background-position: -96px -66px
}

.intl-tel-input .sb {
	background-position: -96px -77px
}

.intl-tel-input .sa {
	background-position: 0px -88px
}

.intl-tel-input .rw {
	background-position: -16px -88px
}

.intl-tel-input .ru {
	background-position: -32px -88px
}

.intl-tel-input .rs {
	background-position: -48px -88px
}

.intl-tel-input .ro {
	background-position: -64px -88px
}

.intl-tel-input .qa {
	background-position: -80px -88px
}

.intl-tel-input .py {
	background-position: -96px -88px
}

.intl-tel-input .pw {
	background-position: 0px -99px
}

.intl-tel-input .pt {
	background-position: -16px -99px
}

.intl-tel-input .ps {
	background-position: -32px -99px
}

.intl-tel-input .pr {
	background-position: -48px -99px
}

.intl-tel-input .pn {
	background-position: -64px -99px
}

.intl-tel-input .pm {
	background-position: -80px -99px
}

.intl-tel-input .pl {
	background-position: -96px -99px
}

.intl-tel-input .pk {
	background-position: -112px 0px
}

.intl-tel-input .ph {
	background-position: -112px -11px
}

.intl-tel-input .pg {
	background-position: -112px -22px
}

.intl-tel-input .pf {
	background-position: -112px -33px
}

.intl-tel-input .pe {
	background-position: -112px -44px
}

.intl-tel-input .pa {
	background-position: -112px -55px
}

.intl-tel-input .om {
	background-position: -112px -66px
}

.intl-tel-input .nz {
	background-position: -112px -77px
}

.intl-tel-input .nu {
	background-position: -112px -88px
}

.intl-tel-input .nr {
	background-position: -112px -99px
}

.intl-tel-input .no {
	background-position: 0px -110px
}

.intl-tel-input .bv {
	background-position: 0px -110px
}

.intl-tel-input .sj {
	background-position: 0px -110px
}

.intl-tel-input .nl {
	background-position: -16px -110px
}

.intl-tel-input .ni {
	background-position: -32px -110px
}

.intl-tel-input .ng {
	background-position: -48px -110px
}

.intl-tel-input .nf {
	background-position: -64px -110px
}

.intl-tel-input .ne {
	background-position: -80px -110px
}

.intl-tel-input .nc {
	background-position: -96px -110px
}

.intl-tel-input .na {
	background-position: -112px -110px
}

.intl-tel-input .mz {
	background-position: -128px 0px
}

.intl-tel-input .my {
	background-position: -128px -11px
}

.intl-tel-input .mx {
	background-position: -128px -22px
}

.intl-tel-input .mw {
	background-position: -128px -33px
}

.intl-tel-input .mv {
	background-position: -128px -44px
}

.intl-tel-input .mu {
	background-position: -128px -55px
}

.intl-tel-input .mt {
	background-position: -128px -66px
}

.intl-tel-input .ms {
	background-position: -128px -77px
}

.intl-tel-input .mr {
	background-position: -128px -88px
}

.intl-tel-input .mq {
	background-position: -128px -99px
}

.intl-tel-input .mp {
	background-position: -128px -110px
}

.intl-tel-input .mo {
	background-position: 0px -121px
}

.intl-tel-input .mn {
	background-position: -16px -121px
}

.intl-tel-input .mm {
	background-position: -32px -121px
}

.intl-tel-input .ml {
	background-position: -48px -121px
}

.intl-tel-input .mk {
	background-position: -64px -121px
}

.intl-tel-input .mh {
	background-position: -80px -121px
}

.intl-tel-input .mg {
	background-position: -96px -121px
}

.intl-tel-input .me {
	background-position: 0px -132px;
	height: 12px
}

.intl-tel-input .md {
	background-position: -112px -121px
}

.intl-tel-input .mc {
	background-position: -128px -121px
}

.intl-tel-input .ma {
	background-position: -16px -132px
}

.intl-tel-input .ly {
	background-position: -32px -132px
}

.intl-tel-input .lv {
	background-position: -48px -132px
}

.intl-tel-input .lu {
	background-position: -64px -132px
}

.intl-tel-input .lt {
	background-position: -80px -132px
}

.intl-tel-input .ls {
	background-position: -96px -132px
}

.intl-tel-input .lr {
	background-position: -112px -132px
}

.intl-tel-input .lk {
	background-position: -128px -132px
}

.intl-tel-input .li {
	background-position: -144px 0px
}

.intl-tel-input .lc {
	background-position: -144px -11px
}

.intl-tel-input .lb {
	background-position: -144px -22px
}

.intl-tel-input .la {
	background-position: -144px -33px
}

.intl-tel-input .kz {
	background-position: -144px -44px
}

.intl-tel-input .ky {
	background-position: -144px -55px
}

.intl-tel-input .kw {
	background-position: -144px -66px
}

.intl-tel-input .kr {
	background-position: -144px -77px
}

.intl-tel-input .kp {
	background-position: -144px -88px
}

.intl-tel-input .kn {
	background-position: -144px -99px
}

.intl-tel-input .km {
	background-position: -144px -110px
}

.intl-tel-input .ki {
	background-position: -144px -121px
}

.intl-tel-input .kh {
	background-position: -144px -132px
}

.intl-tel-input .kg {
	background-position: 0px -144px
}

.intl-tel-input .ke {
	background-position: -16px -144px
}

.intl-tel-input .jp {
	background-position: -32px -144px
}

.intl-tel-input .jo {
	background-position: -48px -144px
}

.intl-tel-input .jm {
	background-position: -64px -144px
}

.intl-tel-input .je {
	background-position: -80px -144px
}

.intl-tel-input .it {
	background-position: -96px -144px
}

.intl-tel-input .is {
	background-position: -112px -144px
}

.intl-tel-input .ir {
	background-position: -128px -144px
}

.intl-tel-input .iq {
	background-position: -144px -144px
}

.intl-tel-input .io {
	background-position: -160px 0px
}

.intl-tel-input .in {
	background-position: -160px -11px
}

.intl-tel-input .im {
	background-position: -160px -22px;
	height: 9px
}

.intl-tel-input .il {
	background-position: -160px -31px
}

.intl-tel-input .ie {
	background-position: -160px -42px
}

.intl-tel-input .id {
	background-position: -160px -53px
}

.intl-tel-input .hu {
	background-position: -160px -64px
}

.intl-tel-input .ht {
	background-position: -160px -75px
}

.intl-tel-input .hr {
	background-position: -160px -86px
}

.intl-tel-input .hn {
	background-position: -160px -97px
}

.intl-tel-input .hk {
	background-position: -160px -108px
}

.intl-tel-input .gy {
	background-position: -160px -119px
}

.intl-tel-input .gw {
	background-position: -160px -130px
}

.intl-tel-input .gu {
	background-position: -160px -141px
}

.intl-tel-input .gt {
	background-position: 0px -155px
}

.intl-tel-input .gs {
	background-position: -16px -155px
}

.intl-tel-input .gr {
	background-position: -32px -155px
}

.intl-tel-input .gq {
	background-position: -48px -155px
}

.intl-tel-input .gp {
	background-position: -64px -155px
}

.intl-tel-input .gn {
	background-position: -80px -155px
}

.intl-tel-input .gm {
	background-position: -96px -155px
}

.intl-tel-input .gl {
	background-position: -112px -155px
}

.intl-tel-input .gi {
	background-position: -128px -155px
}

.intl-tel-input .gh {
	background-position: -144px -155px
}

.intl-tel-input .gg {
	background-position: -160px -155px
}

.intl-tel-input .ge {
	background-position: -176px 0px
}

.intl-tel-input .gd {
	background-position: -176px -11px
}

.intl-tel-input .gb {
	background-position: -176px -22px
}

.intl-tel-input .ga {
	background-position: -176px -33px
}

.intl-tel-input .fr {
	background-position: -176px -44px
}

.intl-tel-input .gf {
	background-position: -176px -44px
}

.intl-tel-input .re {
	background-position: -176px -44px
}

.intl-tel-input .mf {
	background-position: -176px -44px
}

.intl-tel-input .bl {
	background-position: -176px -44px
}

.intl-tel-input .fo {
	background-position: -176px -55px
}

.intl-tel-input .fm {
	background-position: -176px -66px
}

.intl-tel-input .fk {
	background-position: -176px -77px
}

.intl-tel-input .fj {
	background-position: -176px -88px
}

.intl-tel-input .fi {
	background-position: -176px -99px
}

.intl-tel-input .eu {
	background-position: -176px -121px
}

.intl-tel-input .et {
	background-position: -176px -132px
}

.intl-tel-input .es {
	background-position: -176px -143px
}

.intl-tel-input .er {
	background-position: -176px -154px
}

.intl-tel-input .eh {
	background-position: -16px -166px
}

.intl-tel-input .eg {
	background-position: -32px -166px
}

.intl-tel-input .ee {
	background-position: -48px -166px
}

.intl-tel-input .ec {
	background-position: -64px -166px
}

.intl-tel-input .dz {
	background-position: -80px -166px
}

.intl-tel-input .do {
	background-position: -96px -166px
}

.intl-tel-input .dm {
	background-position: -112px -166px
}

.intl-tel-input .dk {
	background-position: -128px -166px
}

.intl-tel-input .dj {
	background-position: -144px -166px
}

.intl-tel-input .de {
	background-position: -160px -166px
}

.intl-tel-input .cz {
	background-position: -176px -166px
}

.intl-tel-input .cy {
	background-position: 0px -177px
}

.intl-tel-input .cx {
	background-position: -16px -177px
}

.intl-tel-input .cw {
	background-position: -32px -177px
}

.intl-tel-input .cv {
	background-position: -48px -177px
}

.intl-tel-input .cu {
	background-position: -64px -177px
}

.intl-tel-input .cs {
	background-position: -80px -177px
}

.intl-tel-input .cr {
	background-position: -96px -177px
}

.intl-tel-input .co {
	background-position: -112px -177px
}

.intl-tel-input .cn {
	background-position: -128px -177px
}

.intl-tel-input .cm {
	background-position: -144px -177px
}

.intl-tel-input .cl {
	background-position: -160px -177px
}

.intl-tel-input .ck {
	background-position: -176px -177px
}

.intl-tel-input .ci {
	background-position: -192px 0px
}

.intl-tel-input .cg {
	background-position: -192px -11px
}

.intl-tel-input .cf {
	background-position: -192px -22px
}

.intl-tel-input .cd {
	background-position: -192px -33px
}

.intl-tel-input .cc {
	background-position: -192px -44px
}

.intl-tel-input .ca {
	background-position: -192px -66px
}

.intl-tel-input .bz {
	background-position: -192px -77px
}

.intl-tel-input .by {
	background-position: -192px -88px
}

.intl-tel-input .bw {
	background-position: -192px -99px
}

.intl-tel-input .bt {
	background-position: -192px -110px
}

.intl-tel-input .bs {
	background-position: -192px -121px
}

.intl-tel-input .br {
	background-position: -192px -132px
}

.intl-tel-input .bq {
	background-position: -192px -143px
}

.intl-tel-input .bo {
	background-position: -192px -154px
}

.intl-tel-input .bn {
	background-position: -192px -165px
}

.intl-tel-input .bm {
	background-position: -192px -176px
}

.intl-tel-input .bj {
	background-position: 0px -188px
}

.intl-tel-input .bi {
	background-position: -16px -188px
}

.intl-tel-input .bh {
	background-position: -32px -188px
}

.intl-tel-input .bg {
	background-position: -48px -188px
}

.intl-tel-input .bf {
	background-position: -64px -188px
}

.intl-tel-input .be {
	background-position: -80px -188px
}

.intl-tel-input .bd {
	background-position: -96px -188px
}

.intl-tel-input .bb {
	background-position: -112px -188px
}

.intl-tel-input .ba {
	background-position: -128px -188px
}

.intl-tel-input .az {
	background-position: -144px -188px
}

.intl-tel-input .ax {
	background-position: -160px -188px
}

.intl-tel-input .aw {
	background-position: -176px -188px
}

.intl-tel-input .au {
	background-position: -192px -188px
}

.intl-tel-input .hm {
	background-position: -192px -188px
}

.intl-tel-input .at {
	background-position: -208px 0px
}

.intl-tel-input .as {
	background-position: -208px -11px
}

.intl-tel-input .ar {
	background-position: -208px -22px
}

.intl-tel-input .ao {
	background-position: -208px -33px
}

.intl-tel-input .an {
	background-position: -208px -44px
}

.intl-tel-input .am {
	background-position: -208px -55px
}

.intl-tel-input .al {
	background-position: -208px -66px
}

.intl-tel-input .ai {
	background-position: -208px -77px
}

.intl-tel-input .ag {
	background-position: -208px -88px
}

.intl-tel-input .af {
	background-position: -208px -99px
}

.intl-tel-input .ae {
	background-position: -208px -110px
}

.intl-tel-input .ad {
	background-position: -208px -121px
}

.intl-tel-input .np {
	background-position: -208px -132px
}

.intl-tel-input .ch {
	background-position: -208px -143px
}

.intl-tel-input {
	position: relative;
	display: inline-block
}

.intl-tel-input * {
	box-sizing: border-box;
	-moz-box-sizing: border-box
}

.intl-tel-input .hide {
	display: none
}

.intl-tel-input .v-hide {
	visibility: hidden
}

.intl-tel-input input {
	position: relative;
	z-index: 0;
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.intl-tel-input .flag-dropdown {
	position: absolute;
	top: 0;
	bottom: 0
}

.intl-tel-input .flag-dropdown:hover {
	cursor: pointer
}

.intl-tel-input .flag-dropdown:hover .selected-flag {
	background-color: rgba(0, 0, 0, 0.05)
}

.intl-tel-input input[disabled]+.flag-dropdown:hover {
	cursor: default
}

.intl-tel-input input[disabled]+.flag-dropdown:hover .selected-flag {
	background-color: transparent
}

.intl-tel-input .selected-flag {
	z-index: 1;
	position: relative;
	width: 38px;
	height: 100%;
	padding: 0 0 0 8px
}


.intl-tel-input .selected-flag .arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .4s ease all;
	font-size: 12px;
	font-weight: bold;
	margin-right: -4px;
	transform: rotate(180deg);
}

.intl-tel-input .selected-flag .arrow.up {
	transform: rotate(0deg);
}

.intl-tel-input .country-list {
	list-style: none;
	position: absolute;
	z-index: 2;
	padding: 0;
	margin: 0 0 0 -1px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
	background-color: white;
	border: 1px solid #ccc;
	width: 100%;
	max-height: 200px;
	overflow-y: scroll
}

.intl-tel-input .country-list .flag {
	display: inline-block;
	display: none;
}

.intl-tel-input .country-list .divider {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc
}

.intl-tel-input .country-list .country {
	line-height: 11px;
	padding: 7px 10px;
	width: 100%;
	margin: 0;

}

.intl-tel-input .country-list .country .dial-code {
	color: #999
}

.intl-tel-input .country-list .country.highlight {
	background-color: rgba(0, 0, 0, 0.05)
}

.intl-tel-input .country-list .flag,
.intl-tel-input .country-list .country-name {
	margin-right: 6px
}

.intl-tel-input.inside .flag-dropdown {
	padding: 1px
}

.intl-tel-input.inside .flag-dropdown .country-info {
	height: 100%;
	width: 100%;
}

.intl-tel-input.inside input[type="text"],
.intl-tel-input.inside input[type="tel"] {
	padding-left: 44px;
	margin-left: 0
}

.intl-tel-input.outside input[type="text"],
.intl-tel-input.outside input[type="tel"] {
	border: none;
	margin-left: 38px
}

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

@-webkit-keyframes bounce {

	0%,
	100%,
	20%,
	53%,
	80% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@keyframes bounce {

	0%,
	100%,
	20%,
	53%,
	80% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom
}

@-webkit-keyframes flash {

	0%,
	100%,
	50% {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

@keyframes flash {

	0%,
	100%,
	50% {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

@-webkit-keyframes shake {

	0%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

@keyframes shake {

	0%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}

	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}

	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes bounceIn {

	0%,
	100%,
	20%,
	40%,
	60%,
	80% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes bounceIn {

	0%,
	100%,
	20%,
	40%,
	60%,
	80% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

@-webkit-keyframes bounceInDown {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInDown {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInLeft {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInRight {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInUp {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}


@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUp2 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp2 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUp2 {
	-webkit-animation-name: fadeInUp2;
	animation-name: fadeInUp2
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}

	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}

	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1
	}

	100% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOut {
	0% {
		opacity: 1
	}

	100% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	100% {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	100% {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

@keyframes rollOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	100% {
		opacity: 0
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	100% {
		opacity: 0
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		visibility: visible
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		visibility: visible
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		visibility: visible
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		visibility: visible
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		visibility: visible
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		visibility: visible
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		visibility: visible
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		visibility: visible
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		visibility: hidden;
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		visibility: hidden;
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		visibility: hidden;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		visibility: hidden;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		visibility: hidden;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		visibility: hidden;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		visibility: hidden;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		visibility: hidden;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}


/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, 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');
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
	touch-action: pan-y
}

.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}



.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-3d {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
	transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
	scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
	transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-lock {
	display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move;
	touch-action: none
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}




/* ---------------------index----------------------------- */


/* allnav */


nav {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 9999;
	background-color: rgba(121, 121, 121, 0.3);
}

nav.active2,
nav:hover,
nav.active {
	background-color: #ffffff;
}


nav .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


nav.active .navBg {
	opacity: 0;
}

nav .logo {
	width: 239px;
	flex-shrink: 0;
}


nav .logo:hover img {
	transform: none;
}

nav .logo:hover img {
	animation-duration: 1s;
	animation-name: flipInX;
}



nav .navList {
	display: flex;
	align-items: center;
}

nav .navList>ul {
	display: flex;
	align-items: center;
	margin-right: 30px;
}

nav .navList>ul>li {
	margin-right: 20px;
	position: relative;
}


nav .navList>ul>li:last-child {
	margin-right: 0;
}

nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 110px;
	line-height: 110px;
	position: relative;
	font-family: Poppins;
	font-size: 18px;
	color: #000000;
	padding: 0 20px;
}


nav .navList>ul>li>a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0%;
	height: 4px;
	background-color: rgba(242, 242, 242, 0.5);
	transition: .4s ease all;
	width: 100%;
	height: 100%;
	z-index: -2;
	opacity: 0;
}


nav .navList>ul>li>a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0%;
	height: 4px;
	background-color: #00a0e9;
	transition: .4s ease all;
}


nav .navList>ul>li.active>a,
nav .navList>ul>li:hover>a {
	color: #00a0e9;
}


nav .navList>ul>li.active>a::after,
nav .navList>ul>li:hover>a::after {
	width: 100%;
}

nav .navList>ul>li.active>a::before,
nav .navList>ul>li:hover>a::before {
	opacity: 1;
}

nav .btns {
	display: flex;
	align-items: center;
}


nav .btns .search {
	height: 110px;
	display: flex;
	align-items: center;
}


nav .btns .search .searchBtn {
	cursor: pointer;
}



nav .btns .search .searchBtn i {
	font-size: 18px;
	color: #000000;
	transform: translateY(3px);
	font-weight: bold;
}

nav .btns .search .searchBtn:hover i {
	color: #00a0e9;
}

nav .searchCon {
	position: absolute;
	width: 100%;
	height: 185px;
	top: 100%;
	background-color: #ffffff;
	left: 0;
	display: none;
	transition: none;
}

nav .searchCon .con {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

nav .searchCon form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 672px;
	border-bottom: 1px solid #797979;
	height: 30px;
}


nav .searchCon form input {
	flex: 1;
	height: 100%;
	font-family: Poppins-Regular;
	font-size: 24px;
	color: #000000;
}

nav .searchCon form input::-webkit-input-placeholder {
	font-size: 24px;
	color: #797979;
}

nav .searchCon form input:-moz-placeholder {
	font-size: 24px;
	color: #797979;
}

nav .searchCon form input::-moz-placeholder {
	font-size: 24px;
	color: #797979;
}

nav .searchCon form input:-ms-input-placeholder {
	font-size: 24px;
	color: #797979;
}

nav .searchCon .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	flex-shrink: 0;
	margin-left: 40px;
	position: relative;
}


nav .searchCon .subBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
	z-index: 9;
	opacity: 0;
}

nav .searchCon .subBtn i {
	font-size: 20px;
}

nav .searchCon .subBtn:hover i {
	color: #00a0e9;
}

nav .btns .line {
	width: 2px;
	height: 16px;
	background-color: #000000;
	margin: 0 14px;
}


nav .btns .language {
	height: 110px;
	display: flex;
	align-items: center;
	position: relative;
}

nav .btns .lanBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #000000;
	font-family: Poppins-Light;
	font-size: 18px;
	font-weight: bold;
}


nav .btns .lanBtn:hover {
	color: #00a0e9;
}

nav .btns .lanBtn:hover i {
	color: #00a0e9;
}



nav .btns .lanBtn i {
	color: #000000;
}


nav .btns .lanBtn i.icon-yuyan {
	font-size: 20px;
	margin-right: 15px;
}


nav .btns .lanBtn i.icon-right7 {
	font-size: 12px;
	transform: rotate(90deg);
	margin-left: 5px;
}


nav .btns .lanBtn.active i.icon-right7 {
	transform: rotate(-90deg);
}

nav .btns .language ul {
	position: absolute;
	top: calc(100% - 38px);
	background-color: rgba(255, 255, 255, .8);
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	left: 0;
	width: 200px;
	display: none;
	transition: none;
	padding: 6px 0;
	z-index: 9;
}

nav .btns .language ul li {
	margin-bottom: 5px;
}

nav .btns .language ul li:last-child {
	margin-bottom: 0;
}

nav .btns .language ul a {
	padding: 0 8px;
	font-size: 18px;
	color: #000000;
	line-height: 26px;
}




nav .btns .language ul a:hover {
	color: #00a0e9;
}


nav .btns .website {
	height: 110px;
	display: flex;
	align-items: center;
	margin-left: 54px;
	position: relative;
}


nav .btns .website .websiteBtn {
	width: 231px;
	height: 33px;
	border-radius: 5px;
	border: solid 2px #000000;
	cursor: pointer;
	display: flex;
	align-items: center;
}


nav .btns .website .websiteBtn .name {
	text-align: center;
	flex: 1;
	font-family: Poppins-Light;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}


nav .btns .website .websiteBtn:hover {
	border-color: #00a0e9;
}

nav .btns .website .websiteBtn:hover .name {
	color: #00a0e9;
}


nav .btns .website .websiteBtn .sign {
	width: 2px;
	height: 20px;
	background-color: #000000;
	margin: 0 0px 0 4px;
}

nav .btns .website .websiteBtn:hover .sign {
	background-color: #00a0e9;
}

nav .btns .website .websiteBtn .arrBtn {
	height: 100%;
	width: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}



nav .btns .website .websiteBtn .arrBtn i {
	transform: rotate(90deg);
	font-size: 10px;
	font-weight: bold;
}

nav .btns .website .websiteBtn:hover .arrBtn i {
	color: #00a0e9;
}

nav .btns .website .websiteBtn.active .arrBtn i {
	transform: rotate(-90deg);
}



nav .btns .website ul {
	position: absolute;
	top: calc(100% - 38px);
	background-color: #feffff;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	left: 0;
	width: 100%;
	display: none;
	transition: none;
	background-color: rgba(255, 255, 255, .8);
	padding: 10px 0;
	z-index: 9;
}


nav .btns .website ul li {
	margin-bottom: 5px;
}


nav .btns .website ul li:last-child {
	margin-bottom: 0;
}


nav .btns .website ul a {
	padding: 0 12px;
	font-size: 18px;
	color: #000000;
	line-height: 26px;
	font-family: Poppins-Light;
	font-weight: bold;
}

nav .btns .website ul a:hover {
	color: #00a0e9;
}


/* moreList */

.moreList,
.moreList ul {
	position: absolute;
	width: max-content;
	max-width: 335px;
	display: none;
	transition: none;
	padding: 25px 0;
	background-color: rgba(255, 255, 255, .8);
}

.moreList ul {
	left: 100%;
	top: -25px;
	max-width: 250px;
}

.moreList {
	top: 100%;
	left: 0px;
}

.moreList li {
	position: relative;
	margin-bottom: 4px;
}

.moreList li:last-child {
	margin-bottom: 0;
}

.moreList a {
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	font-size: 18px;
	line-height: 28px;
}


.moreList a i {
	font-style: normal;
	flex-shrink: 0;
	margin-left: 5px;
	font-size: 24px;
	line-height: 28px;
	font-family: Poppins-Regula;
}

.moreList li:hover>a {
	color: #00a0e9;
}


.moreList .image {
	overflow: hidden;
	width: 280px;
	padding: 0;
	margin-bottom: 13px;
}


nav .navList>ul>li:nth-child(2) .moreList li {
	position: static;
}

nav .navList>ul>li:nth-child(2) .moreList ul {
	width: 379px;
	max-width: none;
	top: 0;
}

nav .navList>ul>li:nth-child(2) .moreList ul {
	padding: 71px 47px 76px;
}

nav .navList>ul>li .moreList ul li a.txts {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #000000;
	text-align: center;
	padding: 0;
}

nav .navList>ul>li .moreList ul li a.txts:hover {
	color: #00a0e9;
}


nav .navList>ul>li:nth-child(3) .moreList ul {
	max-width: 340px;
}

nav .navList>ul>li:nth-child(3) .moreList li a i {
	font-size: 16px;
}


nav .navList>ul>li:nth-child(4) .moreList li a i {
	font-size: 16px;
}


html {
	scroll-padding-top: 110px;
}


@media screen and (max-width:1760px) {
	nav .navList>ul>li>a {
		height: 50px;
		line-height: 50px;
		padding: 0 30px;
	}

	html {
		scroll-padding-top: 100px;
	}

	nav .logo {
		width: 200px;
	}

	nav .btns {
		height: 50px;
	}

	nav .btns .search,
	nav .btns .language,
	nav .btns .website {
		height: auto;
	}

	nav .navList {
		flex-direction: column-reverse;
		align-items: flex-end;
	}

	nav .navList>ul>li>a::before,
	nav .navList>ul>li.active>a::after,
	nav .navList>ul>li:hover>a::after {
		width: 100%;
	}

	nav .navList>ul>li {
		margin-right: 30px;
	}

	nav .navList>ul {
		margin-right: 0;
	}

	nav .btns .language ul {
		top: 100%;
	}

	nav .btns .website ul {
		top: 100%;
	}

	nav .searchCon form input {
		font-size: 20px;
	}

	nav .searchCon form input::-webkit-input-placeholder {
		font-size: 20px;
	}

	nav .searchCon form input:-moz-placeholder {
		font-size: 20px;
	}

	nav .searchCon form input::-moz-placeholder {
		font-size: 20px;
	}

	nav .searchCon form input:-ms-input-placeholder {
		font-size: 20px;
	}

	nav .searchCon form {
		height: 40px;
		max-width: 500px;
	}

	nav .searchCon .subBtn {
		height: 40px;
		width: 40px;
	}

	nav .searchCon {
		height: 160px;
	}

	nav .navList>ul>li:nth-child(2) .moreList ul {
		padding: 40px 30px;
	}

	nav .navList>ul>li:nth-child(2) .moreList ul {
		width: 340px;
	}

	nav .navList>ul>li:nth-child(4) .moreList {
		left: auto;
		right: 0;
	}

	nav .navList>ul>li:nth-child(4) .moreList a {
		flex-direction: row-reverse;
		text-align: right;
	}

	nav .navList>ul>li:nth-child(4) .moreList a i {
		transform: rotate(-180deg);
	}

	nav .navList>ul>li:nth-child(4) .moreList ul {
		left: auto;
		right: 100%;
	}

	nav .navList>ul>li:nth-child(3) .moreList {
		left: 0;
	}

	/* 	html {
		scroll-padding-top: 80px;
	} */

}

@media screen and (max-width:1333px) {

	nav .navList>ul>li>a {
		font-size: 16px;
	}

	nav .navList>ul>li {
		margin-right: 10px;
	}

	nav .logo {
		width: 180px;
	}

	nav .btns .website .websiteBtn .name {
		font-size: 16px;
	}

	nav .btns .lanBtn {
		font-size: 16px;
	}

	nav .btns .website {
		margin-left: 40px;
	}

	nav .btns .language ul a {
		font-size: 16px;
		line-height: 28px;
	}

	nav .btns .website ul a {
		font-size: 16px;
	}

	nav .searchCon form input {
		font-size: 18px !important;
	}

	nav .searchCon form input::-webkit-input-placeholder {
		font-size: 18px !important;
	}

	nav .searchCon form input:-moz-placeholder {
		font-size: 18px !important;
	}

	nav .searchCon form input::-moz-placeholder {
		font-size: 18px !important;
	}

	nav .searchCon form input:-ms-input-placeholder {
		font-size: 18px !important;
	}

	nav .searchCon {
		height: 140px;
	}

	.moreList a {
		font-size: 16px;
	}

	.moreList a i {
		font-size: 22px;
	}

	nav .navList>ul>li:nth-child(2) .moreList ul {
		padding: 25px 20px;
	}

	nav .navList>ul>li:nth-child(2) .moreList ul {
		width: 320px;
	}

	.moreList a {
		padding: 0 20px;
	}

	.moreList,
	.moreList ul {
		max-width: 260px;
	}

	.moreList .image {
		width: 266px;
	}

	nav .navList>ul>li:nth-child(2) .moreList ul {
		width: 306px;
	}
}

@media screen and (max-width:1200px) {
	nav .navList>ul>li {
		margin-right: 0px;
	}

	nav .navList>ul>li>a {
		padding: 0 20px;
	}
}

@media screen and (max-width:999px) {
	nav .btns {
		height: 60px;
	}

	.bannerRange {
		height: 60px;
	}

	nav .navList>ul,
	nav .btns .website,
	nav .btns .search,
	nav .btns .line {
		display: none;
	}

	nav .btns {
		position: static;
	}

	nav .btns .language {
		height: 60px;
		margin-right: 80px;
	}

	nav .logo {
		width: 160px;
	}

	nav {
		background-color: #ffffff
	}

	nav .btns .lanBtn {
		font-size: 14px;
	}

	nav .btns .lanBtn i.icon-yuyan {
		font-size: 18px;
		margin-right: 10px;
	}

	nav .btns .language ul a {
		font-size: 14px;
		line-height: 24px;
	}

	nav .btns .language ul {
		width: 195px;
	}

	html {
		scroll-padding-top: 60px;
	}
}

@media screen and (max-width:768px) {
	.bannerRange {
		height: 50px;
	}

	nav .btns {
		height: 50px;
	}

	nav .btns .language {
		height: 50px;
	}

	nav .logo {
		width: 120px;
	}

	header .xnav .nav {
		top: 25px;
		right: 25px;
	}

	html {
		scroll-padding-top: 50px;
	}
}

@media screen and (max-width:538px) {
	header .xnav .nav {
		right: 15px;
	}

	nav .btns .language {
		margin-right: 50px;
	}

	nav .btns .language ul {
		width: 164px;
	}
}





/* indexbanner */

.indexBanner {
	position: relative;
	transition: none;
}


.indexBanner * {
	transition: none;
}


.indexBanner a:hover img {
	transform: scale(1);
}


.indexBanner .swiper-slide {
	position: relative;
}

.indexBanner .swiper-slide .image {
	height: 100%;
	width: 100%;
	overflow: hidden;
}


.indexBanner .swiper-slide .image img {
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.1);
	transition: none;
}

.indexBanner .swiper-slide.swiper-slide-active .image img {
	transform: scale(1);
}

.indexBanner .swiper-slide video,
.indexBanner .swiper-slide iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}



.indexBanner img {
	display: block;
}



.indexBanner .prev,
.indexBanner .next {
	width: 55px;
	height: 55px;
	border: 0px;
	font-size: 0px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	z-index: 999;
	transform: translateY(-50%);
	border-radius: 50%;
	border: 1px solid #ffffff;
	background-color: transparent;
	color: #ffffff;
	transition: .4s ease all;
	font-size: 18px !important;
	font-weight: bold;
	z-index: 9;
	opacity: 0;
}

.indexBanner:hover .prev,
.indexBanner:hover .next {
	opacity: 1;
}

.indexBanner .prev {
	left: 35px;
}


.indexBanner .next {
	right: 35px;
}



.indexBanner .prev:hover,
.indexBanner .next:hover {
	background-color: #ffffff;
	color: #00a0e9;
}








.indexBanner .signs {
	position: absolute;
	z-index: 99;
	left: 50%;
	transform: translateX(-50%);
	bottom: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0 20px;
	display: none;
}



.indexBanner .swiper-pagination {
	position: static;
	margin: 0 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: auto;
}




.indexBanner .swiper-pagination span {
	cursor: pointer;
	background-color: #ffffff;
	font-size: 0px;
	margin: 5px 4.5px !important;
	border: none;
	outline: none;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	transition: .4s ease all;
	opacity: 1;
}


.indexBanner .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #00a0e9;
}



@media screen and (max-width: 1760px) {

	.indexBanner .prev,
	.indexBanner .next {
		width: 50px;
		height: 50px;
		font-size: 14px !important;
	}
}

@media screen and (max-width: 1333px) {

	.indexBanner .prev,
	.indexBanner .next {
		width: 45px;
		height: 45px;
	}
}

@media screen and (max-width: 999px) {

	.indexBanner .prev,
	.indexBanner .next {
		display: none !important;
	}

	.indexBanner .signs {
		display: flex;
	}

	.indexBanner .signs span {
		width: 12px;
		height: 12px;
		margin: 5px 6px !important;
	}
}


@media screen and (max-width: 768px) {
	.indexBanner .signs {
		bottom: 20px;
	}

	.indexBanner .signs span {
		width: 11px;
		height: 11px;
	}
}

@media screen and (max-width: 538px) {
	.indexBanner .signs {
		bottom: 15px;
	}

	.indexBanner .signs span {
		width: 10px;
		height: 10px;
	}
}


/* iTit */

.iTit .tip {
	font-size: 32px;
	line-height: 32px;
	color: #f2f2f2;
	margin-bottom: 17px;
}




.title1 {
	font-family: Poppins;
	font-size: 48px;
	line-height: 60px;
	color: #00a0e9;
}

a.title1 {
	display: inline-block;
}


a.title1:hover {
	color: #000000;
}






/* indexM1-1 */

.iProducts {
	padding: 48px 0 99px 0;
	overflow: hidden;
}

.iProducts .title {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.iProducts .title .iTit {
	margin-right: 40px;
	flex-shrink: 0;
}

.iProducts .swiper {
	margin-top: 35px;
}


.iProducts .swiper-slide {
	overflow: hidden;
	border-radius: 0 55px 0 55px;
	background-color: #f1f1f1;
	position: relative;
}

.iProducts .swiper-slide .image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.iProducts .swiper-slide .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.iProducts .swiper-slide .box {
	position: relative;
}


.iProducts .swiper-slide .sign {
	position: absolute;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	top: 29px;
	z-index: 9;
	pointer-events: none;
}


.iProducts .msg {
	position: absolute;
	bottom: 0;
	background-color: #00a0e9;
	padding: 6px 30px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	will-change: transform;
}

.iProducts .msg span {
	font-size: 24px;
	color: #ffffff;
	text-align: center;
}

.iProducts .msg:hover {
	background-color: #f2f2f2;
}

.iProducts .msg:hover span {
	color: #00a0e9;
}

.iProducts h2 {
	font-weight: normal;
}

@media screen and (max-width:1760px) {
	.iTit .tip {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.iProducts .swiper-slide {
		border-radius: 0 30px 0 30px;
	}

	.iProducts .msg span {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:1333px) {
	.iTit .tip {
		font-size: 20px;
		line-height: 26px;
	}

	.iProducts .swiper-slide {
		border-radius: 0 20px 0 20px;
	}

	.iProducts .msg span {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {
	.iProducts .msg span {
		font-size: 14px;
		line-height: 24px;
	}

	.iProducts .msg {
		padding: 6px 20px;
	}

	.iTit .tip {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 5px;
	}

	.iProducts .swiper {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.iProducts .swiper-slide {
		border-radius: 0 10px 0 10px;
	}
}

@media screen and (max-width:538px) {
	.iProducts .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.iProducts .title .numBtns {
		margin-top: 20px;
	}

	.iProducts .title .iTit {
		margin-right: 0;
	}
}

@media screen and (max-width:400px) {
	.iProducts .swiper {
		width: 100%;
		max-width: 280px;
		margin: 0 auto;
		margin-top: 30px;
	}
}

/* indexM2-1 */


.iAboutUs {
	position: relative;
}

.iAboutUs .title1 {
	font-family: Poppins-Regular;
	color: #797979;
}

.iAboutUs .title1:hover {
	text-decoration: none;
	color: #00a0e9;
}


.iAboutUs::after {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% - 51px);
	z-index: -2;
	left: 0;
	top: 0;
	background-color: #f2f2f2;
}

.iAboutUs .con {
	display: flex;
	justify-content: space-between;
}


.iAboutUs .msg {
	width: 45.9%;
	padding: 44px 0 80px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}



.iAboutUs .tips {
	font-size: 30px;
	line-height: 40px;
	color: #000000;
	margin-top: 31px;
}

.iAboutUs .tips:hover {
	transform: scale(1.1);
	transform-origin: left center;
}

.iAboutUs .txts {
	margin-top: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

.iAboutUs .txts p {
	font-family: Poppins-Regular;
	font-size: 20px;
	line-height: 35px;
	color: #797979;
}

.iAboutUs .txts:hover p {
	color: #000000;
}

.iAboutUs .btn {
	margin-left: auto;
	font-family: Poppins-Regular;
	font-size: 20px;
	line-height: 30px;
	color: #797979;
	margin-top: 27px;
}


.iAboutUs .btn:hover {
	color: #00a0e9;
}

.swiperBox {
	position: relative;
	z-index: 9;
}

.iAboutUs .swiperBox {
	width: 50.68%;
	margin: 0;
	margin-right: 6px;
	margin-top: 68px;
}

.iAboutUs .swiperBox::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% + 8px);
	height: calc(100% + 8px);
	z-index: -1;
	background-color: #00a0e9;
}

.iAboutUs .swiper-pagination {
	bottom: 4px;
}

.iAboutUs .swiper-pagination span {
	width: 7px;
	height: 7px;
	background-color: #cbcbcb;
	opacity: 1;
	margin: 4px 7.5px !important;
}

.iAboutUs .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #f1f1f1;
}


.iAboutUs .swiper {
	height: 100%;
}

.iAboutUs .swiper-slide .image {
	height: 100%;
}

.iAboutUs .swiper-slide .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


@media screen and (max-width:1760px) {
	.iAboutUs .tips {
		font-size: 24px;
		line-height: 36px;
	}

	.iAboutUs .txts p {
		font-size: 18px;
		line-height: 28px;
	}

	.iAboutUs .txts {
		margin-top: 30px;
	}

	.iAboutUs .btn {
		font-size: 18px;
	}

	.iAboutUs .msg {
		padding: 60px 0;
	}

	.iAboutUs .swiperBox {
		margin-top: 60px;
	}
}

@media screen and (max-width:1333px) {
	.iAboutUs .tips {
		font-size: 22px;
		line-height: 34px;
	}
}

@media screen and (max-width:999px) {
	.iAboutUs .tips {
		font-size: 20px;
		line-height: 30px;
	}

	.iAboutUs .tips {
		margin-top: 20px;
	}

	.iAboutUs .txts {
		margin-top: 20px;
	}

	.iAboutUs .msg {
		padding: 50px 0;
	}

	.iAboutUs .swiperBox {
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.iAboutUs .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.iAboutUs .msg {
		width: 100%;
		padding: 40px 0;
	}

	.iAboutUs .tips {
		font-size: 18px;
		line-height: 28px;
	}

	.iAboutUs .swiperBox {
		margin-top: 0;
		width: 100%;
		height: 360px;
	}

	.iAboutUs .btn {
		margin-top: 20px;
	}
}

@media screen and (max-width:538px) {
	.iAboutUs .swiperBox {
		height: 300px;
	}
}

/* indexM3-1 */

.iShow {
	padding: 108px 0 98px 0;
	overflow: hidden;
}



.iShow .con {
	position: relative;
}


.iShow .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.iShow .video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 14px;
}

.iShow .video .playBtn {
	width: 82px;
	height: 82px;
	position: relative;
}

.iShow .video .playBtn img {
	display: block;
}

.iShow .video .playBtn .circle1 {
	animation-delay: 0.8s;
}

.iShow .video .playBtn .circle2 {
	animation-delay: 1.6s;
}

.iShow .video .playBtn .circle3 {
	animation-delay: 2.4s;
}

.iShow .playBtn div {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: 1;
	border-width: 0.5px;
	border-style: solid;
	border-color: #fff;
	opacity: 0;
	animation: circles 3.2s linear 0s infinite;
	animation-play-state: running;
}

.iShow .video .title1 {
	text-align: center;
	color: #ffffff;
	font-family: Poppins-Regular;
	margin-top: 30px;
}

@keyframes circles {
	0% {
		transform: scale(1);
		opacity: 0;
	}

	20% {
		transform: scale(1.28);
		opacity: 0.5;
	}

	100% {
		transform: scale(2.2);
		opacity: 0;
	}
}



@media screen and (max-width:1760px) {
	.iShow .video {
		padding-top: 0;
	}

	.iShow .video .playBtn {
		width: 70px;
		height: 70px;
	}

	.iShow {
		margin-top: 20px;
	}
}

@media screen and (max-width:1333px) {
	.iShow .video .playBtn {
		width: 60px;
		height: 60px;
	}

	.iShow .video .title1 {
		margin-top: 20px;
	}

	.iShow .image {
		height: 360px;
	}

	.iShow .image>img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}
}

@media screen and (max-width:999px) {
	.iShow .video .playBtn {
		width: 56px;
		height: 56px;
	}
}

@media screen and (max-width:768px) {
	.iShow .video .playBtn {
		width: 52px;
		height: 52px;
	}
}

@media screen and (max-width:538px) {
	.iShow .image {
		height: 300px;
	}
}




/* indexM4-1 */

.hotSaleProducts {
	overflow: hidden;
}

.hotSaleProducts .title {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}


.hotSaleProducts .title .iTit {
	flex-shrink: 0;
	margin-right: 40px;
}


.numBtns {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}


.numBtns .swiper-pagination {
	margin: 0 7px;
	position: static;
	width: auto;
}

.numBtns .swiper-pagination span {
	width: auto;
	height: auto;
	border-radius: 0;
	background-color: transparent;
	font-size: 32px;
	line-height: 32px;
	color: #dcdcdc;
	margin: 5px 14px !important;
	opacity: 1;
}

.numBtns .swiper-pagination span.swiper-pagination-bullet-active {
	color: #00a0e9;
}

.hotSaleProducts .swiper {
	margin-top: 35px;
}


.numBtns .prev,
.numBtns .next {
	flex-shrink: 0;
	font-size: 32px;
	color: #dcdcdc;
	cursor: pointer;
}


.numBtns .prev:hover,
.numBtns .next:hover {
	color: #00a0e9;
}


.hotSaleProducts .box {
	background-color: #e5e5e5;
	position: relative;
	border-radius: 0 55px 0 0;
	overflow: hidden;
}

.hotSaleProducts .num {
	position: absolute;
	right: -29px;
	bottom: 0;
	font-family: Poppins;
	font-size: 254px;
	line-height: 149px;
	color: #dadada;
	opacity: 0.5;
	pointer-events: none;
}


.hotSaleProducts .image {
	overflow: hidden;
}


.hotSaleProducts .msg {
	padding: 17.5px 49px;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	background-color: #00a0e9;
}


.hotSaleProducts .msg span {
	font-family: Poppins-Regular;
	font-size: 36px;
	line-height: 36px;
	color: #fefefe;
	min-height: 60px;
}


.hotSaleProducts .msg:hover span {
	color: #00a0e9;
}

.hotSaleProducts .msg:hover {
	background-color: #f2f2f2;
}


@media screen and (max-width:1760px) {
	.hotSaleProducts .swiper {
		margin-top: 40px;
	}

	.numBtns .swiper-pagination span {
		font-size: 26px;
		line-height: 26px;
	}

	.hotSaleProducts .box {
		border-radius: 0 30px 0 0;
	}

	.hotSaleProducts .msg span {
		font-size: 24px;
		line-height: 34px;
		min-height: 68px;
	}

	.hotSaleProducts .msg {
		padding: 14px 20px;
	}

	.hotSaleProducts .num {
		font-size: 200px;
		line-height: 100px;
	}
}

@media screen and (max-width:1333px) {
	.numBtns .swiper-pagination span {
		font-size: 20px;
		line-height: 30px;
		margin: 5px 10px !important;
	}

	.numBtns .prev,
	.numBtns .next {
		font-size: 30px;
		line-height: 30px;
	}

	.hotSaleProducts .msg span {
		font-size: 20px;
		line-height: 30px;
		min-height: 60px;
	}

	.hotSaleProducts .msg {
		padding: 10px 14px;
	}

	.hotSaleProducts .box {
		border-radius: 0 20px 0 0;
	}

	.hotSaleProducts .swiper {
		margin-top: 30px;
	}

	.hotSaleProducts .num {
		font-size: 160px;
		line-height: 90px;
	}
}

@media screen and (max-width:999px) {
	.hotSaleProducts .msg span {
		font-size: 16px;
		line-height: 28px;
		min-height: 56px;
	}

	.numBtns .swiper-pagination span {
		font-size: 18px;
		line-height: 28px;
	}

	.numBtns .prev,
	.numBtns .next {
		font-size: 28px;
		line-height: 28px;
	}

	.hotSaleProducts .box {
		border-radius: 0 10px 0 0;
	}

	.hotSaleProducts .num {
		font-size: 120px;
		line-height: 70px;
	}
}

@media screen and (max-width:768px) {
	.hotSaleProducts .num {
		right: 0;
	}
}

@media screen and (max-width:538px) {
	.hotSaleProducts .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.hotSaleProducts .numBtns {
		margin-top: 20px;
	}

	.hotSaleProducts .title .iTit {
		margin-right: 0;
	}
}

@media screen and (max-width:400px) {
	.hotSaleProducts .swiper {
		width: 100%;
		max-width: 280px;
		margin: 30px auto 0;
	}
}



/* indexM5-1 */


.iNews {
	padding: 99px 0 43px 0;
	overflow: hidden;
}

.iNews .title {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.iNews .iTit {
	flex-shrink: 0;
	margin-right: 60px;
}

.iNews .iTit a.title1:hover {
	color: #00a0e9;
}

.iNews .checkBtns {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.iNews .checkBtns .item {
	font-family: Poppins-Regular;
	font-size: 24px;
	line-height: 34px;
	color: #bfbfbf;
	margin-left: 28px;
	position: relative;
	padding: 13px 29.5px;
	cursor: pointer;
}




.iNews .checkBtns .item::after {
	content: "";
	position: absolute;
	left: 0;
	width: 0%;
	height: 5px;
	bottom: -5px;
	background-color: #00a0e9;
	transition: .8s ease all;
}


.iNews .checkBtns .item.active::after,
.iNews .checkBtns .item:hover::after {
	width: 100%;
}




.iNews .line {
	width: 100%;
	height: 3px;
	background-color: #bfbfbf;
	margin-top: 2px;
}

.iNews .checks {
	margin-top: 50px;
}

.iNews .list {
	display: none;
	flex-wrap: wrap;
}

.iNews .list.active {
	display: flex;
}

.iNews .list .item {
	width: 32.43%;
	margin-right: 1.355%;
	margin-top: 30px;
}


.iNews .list .item:nth-child(3n) {
	margin-right: 0;
}

.iNews .list .item:nth-child(-n+3) {
	margin-top: 0;
}

.iNews .image {
	overflow: hidden;
}


.iNews .box {
	margin-top: 32px;
	position: relative;
}

.iNews .tit {
	font-family: Poppins-SemiBold;
	font-size: 22px;
	color: #000000;
	line-height: 39px;
	min-height: 78px;
}

.iNews .tit:hover {
	color: #00a0e9;
}

.iNews .box .time {
	position: absolute;
	bottom: 0;
	right: 0;
	font-family: Poppins-SemiBold;
	font-size: 22px;
	line-height: 39px;
	color: #bebebe;
	background-color: #ffffff;
}


.iNews .txts {
	margin-top: 2px;
	font-family: Poppins-Regular;
	font-size: 19px;
	line-height: 33px;
	color: #575757;
}


@media screen and (max-width:1760px) {
	.iNews .checkBtns .item {
		font-size: 20px;
		line-height: 30px;
		padding: 10px 20px;
		margin-left: 20px;
	}

	.iNews .checkBtns .item::after {
		height: 4px;
	}

	.iNews .list .item {
		width: 32%;
		margin-right: 2%;
	}

	.iNews .tit,
	.iNews .box .time {
		font-size: 20px;
		line-height: 30px;
	}

	.iNews .tit {
		min-height: 60px;
	}

	.iNews .txts {
		margin-top: 20px;
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:1333px) {
	.iNews .checkBtns .item {
		font-size: 18px;
		line-height: 28px;
	}

	.iNews .line {
		height: 2px;
	}

	.iNews .checkBtns .item::after {
		height: 3px;
		bottom: -4px;
	}

	.iNews .checks {
		margin-top: 40px;
	}

	.iNews .tit {
		min-height: 56px;
	}

	.iNews .tit,
	.iNews .box .time {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {

	.iNews .tit,
	.iNews .box .time {
		font-size: 16px;
	}

	.iNews .box {
		margin-top: 20px;
	}

	.iNews .txts {
		margin-top: 16px;
	}

	.iNews .checkBtns .item {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:768px) {
	.iNews .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.iNews .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.iNews .list {
		justify-content: space-between;
	}

	.iNews .box .time {
		position: static;
		margin-top: 5px;
	}

	.iNews .tit {
		min-height: auto;
	}

	.iNews .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.iNews .checkBtns {
		justify-content: flex-start;
		margin-top: 20px;
	}

	.iNews .checkBtns .item {
		margin-left: 0;
		margin-right: 10px;
	}
}

@media screen and (max-width:400px) {
	.iNews .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.iNews .list .item:nth-child(1) {
		margin-top: 0;
	}
}



/* indexM6-1 */


.touch {
	padding: 102px 0 102px 0;
	background-image: url("../images/indexM6-1.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.touch .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.touch .msg {
	font-family: Poppins;
	font-size: 24px;
	line-height: 36px;
	color: #000000;
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
	transition: .8s ease-in-out all;
}


.touch .msg.active {
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
}

.touch .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 248px;
	height: 62px;
	background-color: #00a0e9;
	border-radius: 23px;
	flex-shrink: 0;
	margin-left: 50px;
	font-family: Poppins;
	font-size: 29px;
	color: #ffffff;
	transform: scale(0);
}

.touch .btn.active {
	transform: scale(1);
}

.touch .btn:hover {
	background-color: #ffffff;
	color: #00a0e9;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.2);
}

@media screen and (max-width:1560px) {
	.touch .btn {
		font-size: 24px;
		height: 55px;
		width: 200px;
		border-radius: 10px;
	}
}

@media screen and (max-width:1333px) {
	.touch .btn {
		font-size: 20px !important;
		height: 50px;
		width: 180px;
		border-radius: 5px;
	}

	.touch .msg {
		font-size: 22px;
		line-height: 34px;
	}
}

@media screen and (max-width:999px) {
	.touch .btn {
		font-size: 18px !important;
		height: 40px;
		width: 160px;
		transform: scale(1);
	}

	.touch .msg {
		font-size: 20px;
		line-height: 30px;
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
	}
}

@media screen and (max-width:768px) {
	.touch .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.touch .btn {
		margin-left: 0;
		margin-top: 30px;
		font-size: 16px !important;
	}

	.touch .msg {
		font-size: 18px;
	}
}

@media screen and (max-width:538px) {}


/* 1.ABOUT-US */

.companyIntroduction {
	padding: 50px 0 50px 0;
	overflow: hidden;
}


.innerNav .numBtns {
	justify-content: flex-end;
}

.innerNav .numBtns>div {
	margin-bottom: 5px;
}

.innerNav .numBtns>div.prev {
	margin-right: 20px;
}


.innerNav .swiper {
	background-color: #d9d9d9;
	border-radius: 0 23px 0 23px;
	overflow: hidden;
}

.innerNav .swiper a {
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	padding: 20px 20px;
	overflow: hidden;
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
}

.innerNav .swiper .swiper-slide {
	height: auto;
}

.innerNav .swiper .swiper-slide.active a,
.innerNav .swiper a:hover {
	background-color: #00a0e9;
	color: #ffffff;
}

.introduction {
	margin-top: 31px;
}

.introduction .describe .image {
	width: 45.68%;
	margin-left: 1%;
	margin-bottom: 10px;
	margin-top: 36px;
	float: right;
	position: relative;
}


.introduction .describe .image .video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}


.introduction .describe .image .video .playBtn {
	width: 60px;
	height: 60px;
}

.introduction .describe .image .video:hover .playBtn img {
	transform: scale(1.1);
}

.introduction .describe .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.introduction .describe .title1 {
	line-height: 84px;
	color: #000000;
	font-family: Poppins-Regular;
}

.introduction .describe .txts {
	margin-top: 27px;
}

.introduction .describe .txts p {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 32px;
	color: #000000;
}

.introduction .list {
	margin-top: 44px;
}

.introduction .list .item {
	background-color: #00afff;
	border-radius: 5px;
	padding: 40px 39px 50px 39px;
	margin-top: 50px;
}


.introduction .list .item:nth-child(1) {
	margin-top: 0;
}

.introduction .list .sign {
	width: 373px;
}


.introduction .list .sign img {
	display: block;
}

.introduction .list .box {
	margin-top: 42px;
	display: flex;
	justify-content: space-between;
}



.introduction .list .item:nth-child(2n) .box {
	flex-direction: row-reverse;
}


.introduction .list .item:nth-child(2n) .image {
	border-radius: 0 10px 10px 0;
}

.introduction .list .item:nth-child(2n-1) .image {
	border-radius: 10px 0 0 10px;
}


.introduction .list .image {
	width: 43.44%;
	overflow: hidden;
}

.introduction .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.introduction .list .msg {
	width: 56%;
	background-color: #ffffff;
	min-height: 517px;
	padding: 63px 45px 60px 65px;
}

.introduction .list .show img {
	display: block;
}

.introduction .list .tit {
	font-family: Poppins-SemiBold;
	font-size: 30px;
	line-height: 40px;
	color: #000000;
	margin-top: 25px;
}

.introduction .list .txts {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 32px;
	color: #000000;
	margin-top: 8px;
}



.introduction .list .item:nth-child(2n) .msg {
	border-radius: 10px 0 0 10px;
}

.introduction .list .item:nth-child(2n-1) .msg {
	border-radius: 0 10px 10px 0;
}

@media screen and (max-width:1760px) {

	.innerNav .swiper a,
	.innerNav .swiper {
		border-radius: 0 20px 0 20px;
	}

	.innerNav .swiper a {
		padding: 14px 16px;
	}

	.introduction {
		margin-top: 50px;
	}

	.introduction .describe .image {
		margin-top: 0;
	}

	.introduction .describe .txts p {
		font-size: 16px;
		line-height: 28px;
	}

	.introduction .list {
		margin-top: 60px;
	}

	.introduction .list .item {
		padding: 40px;
	}

	.introduction .list .sign {
		width: 300px;
	}

	.introduction .list .msg {
		padding: 50px;
		min-height: auto;
	}

	.introduction .list .tit {
		font-size: 24px;
		line-height: 34px;
	}

	.introduction .list .txts {
		margin-top: 20px;
		font-size: 16px;
		line-height: 28px;
	}

	.introduction .describe .image .video .playBtn {
		width: 50px;
		height: 50px;
	}
}

@media screen and (max-width:1333px) {
	.innerNav .swiper a {
		font-size: 16px;
		line-height: 26px;
	}

	.introduction .list .item {
		padding: 30px;
	}

	.introduction .list .sign {
		width: 240px;
	}

	.introduction .list .box {
		margin-top: 30px;
	}

	.introduction .list .msg {
		padding: 30px;
	}

	.introduction .list .tit {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width:999px) {
	.innerNav .swiper a {
		font-size: 14px;
		line-height: 24px;
	}

	.introduction .describe .image {
		width: 100%;
		margin: 0;
		margin-bottom: 40px;
		height: 360px;
		float: none;
	}

	.introduction .describe .txts {
		margin-top: 30px;
	}

	.introduction .list {
		margin-top: 50px;
	}

	.introduction .list .sign {
		width: 200px;
	}

	.introduction .list .item:nth-child(n) .box {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.introduction .list .msg {
		width: 100%;
		padding: 20px;
	}


	.introduction .list .item:nth-child(n) .msg {
		border-radius: 5px 5px 0 0;
	}

	.introduction .list .image {
		width: 100%;
		height: 360px;
	}

	.introduction .list .item:nth-child(n) .image {
		border-radius: 0 0 5px 5px;
	}

	.introduction .list .item {
		padding: 30px 20px;
	}

	.introduction .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.introduction .list .txts {
		font-size: 14px;
		line-height: 26px;
	}

	.innerNav .swiper a {
		padding: 14px 16px;
	}

	.introduction .list .item {
		margin-top: 40px;
	}
}


@media screen and (max-width:768px) {
	.introduction {
		margin-top: 40px;
	}

	.innerNav .swiper a {
		padding: 10px 16px;
	}

	.introduction .describe .image {
		height: 320px;
		margin-bottom: 30px;
	}

	.introduction .list .image {
		height: 320px;
	}

	.introduction .list .item {
		margin-top: 30px;
	}

	.introduction .list {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.introduction .describe .image {
		height: 280px;
	}

	.introduction .list .image {
		height: 280px;
	}

	.introduction .list .item {
		padding: 30px 15px;
	}

	.introduction .list .msg {
		padding: 20px 15px;
	}

	.introduction .list .sign {
		width: 170px;
	}
}


/* 2.ABOUT-US */

.historyAndMilestones {
	position: relative;
	padding: 50px 0 46px 0;
	overflow: hidden;
}

.historyAndMilestones .safeRange {
	position: relative;
}


.historyAndMilestones .imgBg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -2;
}


.historyAndMilestones .imgBg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.showTit {
	font-family: Poppins;
	font-size: 174px;
	line-height: 303px;
	color: #d9d9d9;
	opacity: 0.3;
	display: flex;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	left: 0;
	top: 0;
}





.historyAndMilestones .history {
	margin-top: 123px;
}

.history {
	position: relative;
}


.history::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 10px;
	transform: translateX(-50%);
	width: 1px;
	height: calc(100% - 50px);
	background-color: #858d90;
}

.history .item {
	position: relative;
	margin-top: 72px;
	z-index: 9;
}

.history .item:nth-child(1) {
	margin-top: 0;
}

.history .item .circle {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 38px;
	height: 38px;
	background-color: rgba(0, 0, 0, .2);
	border-radius: 50%;
	top: 0px;
	z-index: 9;
}

.history .item .circle::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 20px;
	height: 20px;
	background-color: #000000;
	border-radius: 50%;
	transition: .4s ease all;
}

.history .item:hover .circle {
	background-color: rgba(0, 160, 233, .2);
}

.history .item:hover .circle::after {
	background-color: #00a0e9;
}



.history .line {
	position: absolute;
	width: 70px;
	height: 1px;
	background-color: #858d90;
	top: 16px;
	left: 50%;
}

.history .item:hover .line {
	background-color: #00a0e9;
}

.history .item:nth-child(2n-1) .line {
	transform: translateX(22px);
}

.history .item:nth-child(2n) .line {
	transform: translateX(-93px);
}

.history .item .box {
	width: 43.6%;
	position: relative;
}


.history .item:nth-child(2n-1) .box {
	margin-left: auto;
}

.history .item:nth-child(2n) .box {
	flex-direction: row;
	margin-right: auto;
}

.history .item .msg {
	width: calc(100% - 278px);
}

.history .item:nth-child(2n-1) .msg {
	right: 0;
	margin-right: auto;
}


.history .item:nth-child(2n) .msg {
	left: 0;
	margin-left: auto;
}


.history .item .image {
	width: 258px;
	flex-shrink: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}


.history .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.history .item .image::after {
	content: "";
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: solid 4px #00a0e9;
	opacity: 0;
	transition: .4s ease all;
}


.history .item:hover .image::after {
	opacity: 1;
}

.history .item:nth-child(2n-1) .image {
	right: 0;
}


.history .item:nth-child(2n) .image {
	left: 0;
}

.history .year {
	font-family: Poppins;
	font-size: 48px;
	line-height: 60px;
	color: #000000;
	margin-bottom: 13px;
	transform: translateY(-4px);
}

.history .item:hover .year {
	color: #00a0e9;
}



.history .item:nth-child(2n) .year {
	text-align: right;
}

.history .txts {
	font-family: Poppins-Regular;
	font-size: 24px;
	line-height: 42px;
	color: #858d90;
}

.history .item:nth-child(2n) .txts {
	text-align: right;
}

.history .item:hover .txts {
	color: #00a0e9;
}


.history .tit {
	font-weight: bold;
	font-size: 24px;
	line-height: 42px;
	color: #000000;
	margin-bottom: 27px;
}

.history .item:hover .tit {
	color: #00a0e9;
}


.history .item .title1 {
	font-family: Poppins-Regular;
	font-size: 48px;
	color: #000000;
}

.history .item:nth-child(2n) .title1 {
	text-align: right;
}


.history .item:hover .title1 {
	color: #00a0e9;
}



.history .hTit {
	font-family: Poppins-Regular;
	font-size: 30px;
	line-height: 40px;
	color: #000000;
}

.history .item:nth-child(2n) .hTit {
	text-align: right;
}

.history .item:hover .hTit {
	color: #00a0e9;
}


@media screen and (max-width:1760px) {
	.historyAndMilestones .history {
		margin-top: 140px;
	}

	.history .hTit {
		font-size: 26px;
		line-height: 38px;
	}

	.history .year {
		font-size: 40px;
		line-height: 60px;
	}

	.history .txts {
		font-size: 20px;
		line-height: 30px;
	}

	.history .item .image {
		width: 240px;
	}

	.history .item .msg {
		width: calc(100% - 260px);
	}

	.history .item {
		margin-top: 60px;
	}

	.history .line {
		width: 50px;
	}

	.history .item:nth-child(2n) .line {
		transform: translateX(-70px);
	}

	.showTit {
		font-size: 143px;
		line-height: 180px;
	}
}

@media screen and (max-width:1333px) {
	.history .item .image {
		position: static;
		transform: translateX(0);
	}

	.history .item .msg {
		width: 100%;
		margin-top: 20px;
	}

	.history .item:nth-child(2n) .image {
		margin-left: auto;
	}

	.history .item .box {
		width: calc(50% - 80px);
	}

	.historyAndMilestones .history {
		margin-top: 60px;
	}

	.history .item .circle {
		width: 32px;
		height: 32px;
	}

	.history .item .circle::after {
		width: 18px;
		height: 18px;
	}

	.history .hTit {
		font-size: 22px;
		line-height: 30px;
	}

	.history .year {
		font-size: 34px;
		line-height: 46px;
	}

	.history .txts {
		font-size: 18px;
		line-height: 28px;
	}

	.history .tit {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.history .item {
		margin-top: 50px;
	}

	.showTit {
		font-size: 120px;
		line-height: 160px;
	}
}

@media screen and (max-width:999px) {
	.history::after {
		left: 16px;
		height: 100%;
	}

	.history .item .circle {
		left: 0;
		transform: translateX(0);
	}

	.history .item .box {
		width: calc(100% - 100px);
	}

	.history .item:nth-child(n) .line {
		left: 40px;
		transform: translateX(0);
	}

	.history .item:nth-child(2n) .image {
		margin-left: 0;
	}

	.history .item:nth-child(2n) .box {
		margin-left: auto;
		margin-right: 0;
	}

	.history .item:nth-child(2n) .year {
		text-align: left;
	}

	.history .item:nth-child(2n) .txts {
		text-align: left;
	}

	.history .item .image {
		width: 220px;
	}

	.history .hTit {
		font-size: 20px;
		line-height: 30px;
	}

	.history .item {
		margin-top: 40px;
	}

	.history .year {
		font-size: 28px;
		line-height: 38px;
	}

	.showTit {
		font-size: 100px;
		line-height: 120px;
	}
}

@media screen and (max-width:768px) {
	.history .item .circle::after {
		width: 14px;
		height: 14px;
	}

	.history .item .circle {
		width: 28px;
		height: 28px;
	}

	.history::after {
		left: 14px;
	}

	.historyAndMilestones .history {
		margin-top: 50px;
	}

	.history .item .image {
		width: 210px;
	}

	.history .txts {
		font-size: 16px;
		line-height: 28px;
	}

	.history .year {
		font-size: 24px;
		line-height: 34px;
	}

	.showTit {
		font-size: 80px;
		line-height: 100px;
	}
}

@media screen and (max-width:538px) {
	.history .item:nth-child(n) .line {
		width: 30px;
		left: 35px;
		top: 12px;
	}

	.history .item .box {
		width: calc(100% - 80px);
	}

	.history .item .image {
		width: 180px;
	}

	.history .hTit {
		font-size: 18px;
		line-height: 28px;
	}

	.history .item {
		margin-top: 30px;
	}
}


/* 3.ABOUT US */

.researchAndDevelopment {
	padding: 50px 0 43px 0;
	overflow: hidden;
}

.researchAndDevelopment .resarch {
	margin-top: 52px;
}


.resarch .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.resarch .des {
	width: 49%;
	position: relative;
	z-index: 9;
}


.resarch .list {
	width: 56.87%;
	margin-left: -5.93%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.resarch .list .image {
	width: 46.5%;
	margin-top: 37px;
}

.resarch .list .image:nth-child(-n+2) {
	margin-top: 0;
}

.resarch .des .title1 {
	padding-right: 10%;
	margin-top: 46px;
	margin-bottom: 72px;
}

.resarch .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.resarch .describe {
	margin-top: 128px;
}

.resarch .describe p {
	font-family: Poppins-Regular;
	font-size: 34px;
	line-height: 46px;
	color: #000000;
	padding-left: 36px;
	margin-bottom: 13.5px;
}

.resarch .describe p:last-child {
	margin-bottom: 0;
}

.resarch .describe p em {
	position: relative;
	font-style: normal;
}

.resarch .describe p em::after {
	content: "√ ";
	position: absolute;
	left: -36px;
	top: 5px;
}

@media screen and (max-width:1760px) {
	.resarch .des .title1 {
		padding-right: 14%;
	}

	.researchAndDevelopment .resarch {
		margin-top: 60px;
	}

	.resarch .describe p {
		font-size: 24px;
		line-height: 34px;
	}

	.resarch .describe {
		margin-top: 80px;
	}
}

@media screen and (max-width:1333px) {
	.resarch .list .image {
		margin-top: 30px;
	}

	.resarch .des .title1 {
		margin-top: 20px;
		margin-bottom: 40px;
	}

	.resarch .describe {
		margin-top: 50px;
	}

	.resarch .describe p {
		font-size: 20px !important;
		line-height: 30px !important;
	}

	.resarch .describe p em::after {
		top: 4px;
	}
}

@media screen and (max-width:999px) {
	.resarch .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.resarch .des .title1 {
		margin-top: 0;
		padding-right: 0;
		margin-bottom: 30px;
	}

	.researchAndDevelopment .resarch {
		margin-top: 50px;
	}

	.resarch .des {
		width: 100%;
	}

	.resarch .list {
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
	}

	.resarch .list .image {
		width: 48%;
	}

	.resarch .describe p {
		font-size: 18px !important;
		line-height: 28px !important;
	}

	.resarch .describe p em::after {
		top: 3px;
	}
}

@media screen and (max-width:768px) {
	.researchAndDevelopment .resarch {
		margin-top: 40px;
	}

	.resarch .describe {
		margin-top: 40px;
	}

	.resarch .list .image {
		margin-top: 20px;
	}
}

@media screen and (max-width:538px) {
	.resarch .describe p {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.resarch .describe p em::after {
		top: 2px;
	}
}


/* 4.ABOUT US */

.qualityControl {
	padding: 50px 0 52px 0;
	overflow: hidden;
}


.qualityControl .qualityControlList {
	margin-top: 48px;
}


.qualityControlList .item {
	margin-top: 52px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.qualityControlList .item:nth-child(1) {
	margin-top: 0;
}


.qualityControlList .title1 {
	font-family: Poppins-SemiBold;
}

.qualityControlList .item:nth-child(2n) {
	flex-direction: row-reverse;
}

.qualityControlList .item:nth-child(2n) .image {
	width: 45.43%;
}

.qualityControlList .item:nth-child(2n-1) .image {
	width: 22.43%;
}

.qualityControlList .item:nth-child(2n) .msg {
	width: 46%;
}

.qualityControlList .item:nth-child(2n-1) .msg {
	width: 72.8%;
}

.qualityControlList .title1 {
	color: #000000;
}


.qualityControlList .txts {
	margin-top: 43px;
}

.qualityControlList .txts p {
	margin-bottom: 21px;
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	padding-left: 22px;
}


.qualityControlList .txts p:last-child {
	margin-bottom: 0;
}


.qualityControlList .txts p em {
	font-style: normal;
	position: relative;
}

.qualityControlList .txts p em::after {
	content: "√ ";
	position: absolute;
	left: -22px;
	top: 4px;
}



.qualityControl .inspection {
	margin-top: 43px;
}

.inspection .title1 {
	color: #000000;
}

.inspection .txts {
	margin-top: 41px;
}

.inspection .txts p {
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	padding-left: 20px;
}

.inspection .txts p em {
	font-style: normal;
	position: relative;
}

.inspection .txts p em::after {
	content: "√ ";
	position: absolute;
	left: -20px;
	top: 0;
}



.qualityControl .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.qualityControl .list {
	margin-top: 45px;
	display: flex;
	flex-wrap: wrap;
}

.inspectionItem {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.inspectionItem .msg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: flex-end;
	padding: 7px 10px;
	background-image: url("../images/inspectionItemBg.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.inspectionItem .name {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-align: center;
	width: 100%;
}


.qualityControl .list .inspectionItem {
	width: 15.875%;
	margin-right: 0.95%;
	margin-top: 16px;
}

.qualityControl .list .inspectionItem:nth-child(6n) {
	margin-right: 0;
	margin-top: 20px;
}

.qualityControl .list .inspectionItem:nth-child(-n+6) {
	margin-top: 0;
}


.qualityControl .piece {
	display: flex;
	flex-wrap: wrap;
	margin-top: 18px;
}

.qualityControl .piece .inspectionItem {
	width: 19.25%;
	margin-right: 0.9375%;
	margin-top: 18px;
}

.qualityControl .piece .inspectionItem:nth-child(5n) {
	margin-right: 0;
}

.qualityControl .piece .inspectionItem:nth-child(-n+5) {
	margin-top: 0;
}

.qualityControl .box {
	display: flex;
	flex-wrap: wrap;
	margin-top: 17px;
}


.qualityControl .box .inspectionItem {
	width: 24.25%;
	margin-right: 1%;
	margin-top: 18px;
}


.qualityControl .box .inspectionItem:nth-child(4n) {
	margin-right: 0;
}


.qualityControl .box .inspectionItem:nth-child(-n+4) {
	margin-top: 0;
}


.qualityControl .tips {
	text-align: center;
	padding: 23.5px 30px;
	border-radius: 10px;
	font-family: Poppins;
	font-size: 34px;
	line-height: 46px;
	text-align: center;
	color: #ffffff;
	margin-top: 14px;
	position: relative;
}


.qualityControl .tips .imgBg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -2;
	border-radius: 10px;
	background-color: #00a0e9;
}

@media screen and (max-width:1760px) {
	.qualityControl .qualityControlList {
		margin-top: 60px;
	}

	.qualityControlList .item {
		margin-top: 40px;
	}

	.qualityControlList .txts p {
		line-height: 30px;
	}

	.qualityControlList .txts {
		margin-top: 30px;
	}

	.qualityControl .tips {
		font-size: 24px;
		line-height: 34px;
		margin-top: 40px;
	}

	.qualityControlList .txts p em::after {
		top: 2px;
	}
}

@media screen and (max-width:1333px) {
	.inspection .txts {
		margin-top: 30px;
	}

	.qualityControl .list .inspectionItem:nth-child(n) {
		width: 18.4%;
		margin-right: 2%;
		margin-top: 20px;
	}

	.qualityControl .list .inspectionItem:nth-child(5n) {
		margin-right: 0;
	}

	.qualityControl .list .inspectionItem:nth-child(-n+5) {
		margin-top: 0;
	}

	.qualityControl .list {
		margin-top: 40px;
	}

	.qualityControl .piece .inspectionItem:nth-child(n) {
		width: 23.5%;
		margin-right: 2%;
		margin-top: 20px;
	}

	.qualityControl .piece .inspectionItem:nth-child(4n) {
		margin-right: 0;
	}

	.qualityControl .piece .inspectionItem:nth-child(-n+4) {
		margin-top: 0;
	}

	.qualityControl .box .inspectionItem:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
	}

	.qualityControl .box .inspectionItem:nth-child(3n) {
		margin-right: 0;
	}

	.qualityControl .box .inspectionItem:nth-child(-n+3) {
		margin-top: 0;
	}

	.qualityControl .tips {
		font-size: 22px;
		line-height: 30px;
		border-radius: 5px;
	}
}

@media screen and (max-width:999px) {
	.qualityControl .qualityControlList {
		margin-top: 50px;
	}

	.qualityControlList .item:nth-child(n) {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.qualityControlList .item:nth-child(n) .image {
		margin: 0 auto;
		margin-top: 30px;
	}

	.qualityControl .inspection {
		margin-top: 50px;
	}

	.inspectionItem .name {
		font-size: 14px;
		line-height: 24px;
	}

	.qualityControl .list .inspectionItem:nth-child(n) {
		width: 23.5%;
		margin-right: 2%;
		margin-top: 20px;
	}

	.qualityControl .list .inspectionItem:nth-child(4n) {
		margin-right: 0;
	}

	.qualityControl .list .inspectionItem:nth-child(-n+4) {
		margin-top: 0;
	}

	.qualityControl .piece .inspectionItem:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
	}

	.qualityControl .piece .inspectionItem:nth-child(3n) {
		margin-right: 0;
	}

	.qualityControl .piece .inspectionItem:nth-child(-n+3) {
		margin-top: 0;
	}

	.inspectionItem {
		border-radius: 5px;
	}

	.qualityControl .box {
		justify-content: space-between;
	}

	.qualityControl .box .inspectionItem:nth-child(n) {
		width: 49%;
		margin-right: 0;
		margin-top: 20px;
	}

	.qualityControl .box .inspectionItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.qualityControlList .item:nth-child(2n-1) .image {
		width: 32%;
	}

	.qualityControlList .item:nth-child(2n) .image {
		width: 65%;
	}

	.qualityControl .tips {
		font-size: 20px;
	}

	.qualityControlList .item:nth-child(n) .msg {
		width: 100%;
	}
}

@media screen and (max-width:768px) {
	.qualityControl .qualityControlList {
		margin-top: 40px;
	}

	.qualityControl .tips {
		font-size: 18px;
	}
}

@media screen and (max-width:538px) {
	.qualityControlList .item {
		margin-top: 30px;
	}

	.qualityControlList .item:nth-child(2n) .image {
		width: 80%;
	}

	.qualityControlList .item:nth-child(2n-1) .image {
		width: 50%;
	}

	.qualityControl .list .inspectionItem:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
	}

	.qualityControl .list .inspectionItem:nth-child(3n) {
		margin-right: 0;
	}

	.qualityControl .list .inspectionItem:nth-child(-n+3) {
		margin-top: 0;
	}

	.qualityControl .list {
		margin-top: 30px;
	}

	.qualityControl .piece {
		justify-content: space-between;
	}

	.qualityControl .piece .inspectionItem:nth-child(n) {
		width: 48%;
		margin-top: 20px;
	}

	.qualityControl .piece .inspectionItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.qualityControl .box .inspectionItem:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.qualityControl .box .inspectionItem:nth-child(1) {
		margin-top: 0;
	}

	.qualityControl .tips {
		margin-top: 30px;
	}
}


/* 5.ABOUT-US */


.certificates {
	padding: 49px 0 44px 0;
	overflow: hidden;
}

.certificates .certificatesList {
	margin-top: 43px;
}


.certificatesList .title1 {
	text-align: center;
}

.certificatesList .dis {
	text-align: center;
	margin: 26px auto 0;
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 31px;
	color: #d9d9d9;
	width: 71%;
}


.certificatesList .dis:hover .txts {
	color: #000000;
	transform: scale(1.3);
}


.certificatesList .list {
	margin-top: 46px;
	display: flex;
	flex-wrap: wrap;
}


.certificatesList .list .item {
	width: 19.875%;
	margin-right: 6.83%;
	margin-top: 42px;
}

.certificatesList .list .item:nth-child(4n) {
	margin-right: 0;
}

.certificatesList .list .item:nth-child(-n+4) {
	margin-top: 0;
}

.certificatesList .list .image img,
.certificatesList .list .image:hover img {
	transition: none;
	transform: none;
}

.certificatesList .list .image:hover img {
	animation-duration: .4s;
	animation-name: scaleIn;
}

@keyframes scaleIn {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	50% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.scaleIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}


.certificatesList .list .tit {
	font-family: Poppins;
	font-size: 36px;
	line-height: 46px;
	color: #707070;
	margin-top: 43px;
}


.certificatesList .list .item .msg:hover .tit {
	color: #00a0e9;
}

.certificatesList .list .item .msg:hover .txts{
	color: #00a0e9;
}

.certificatesList .list .txts {
	font-size: 18px;
	line-height: 32px;
	color: #707070;
	margin-top: 4px;
}


.certificates .tips {
	padding: 12.6px 100px;
	font-family: Poppins;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	text-align: center;
	background-image: url("../images/certificatesTipsBg.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 43px;
}


.certificates .performance {
	margin-top: 41px;
}


.performance .title1 {
	text-align: center;
}

.performance .list {
	margin-top: 34px;
	display: flex;
	flex-wrap: wrap;
}


.performance .list .item {
	position: relative;
	height: 671px;
	overflow: hidden;
	transition: .4s ease-in-out;
	flex: 1;
}



.performance .list .item.active {
	flex: 3.205;
}


.performance .list .image {
	height: 100%;
}

.performance .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.performance .list .msg {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 40px 10px;
	background-color: rgba(0, 160, 233, 0.5);
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}


.performance .list .msg .name {
	text-align: center;
	font-family: Poppins;
	font-size: 24px;
	line-height: 42px;
	color: #ffffff;
	height: 126px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}


.performance .list .item.active .msg {
	background-color: transparent;
	padding: 40px 40px;
}

.performance .list .item.active .msg .name {
	font-size: 36px;
	line-height: 50px;
	height: 150px;
}

.performance .txts {
	text-align: right;
	font-size: 18px;
	line-height: 30px;
	color: #000000;
	margin-top: 44px;
}

@media screen and (max-width:1760px) {
	.certificates .certificatesList {
		margin-top: 50px;
	}

	.certificatesList .dis {
		width: 90%;
	}

	.certificatesList .list .item {
		width: 22%;
		margin-right: 4%;
	}

	.certificatesList .list .tit {
		margin-top: 26px;
		font-size: 28px;
		line-height: 38px;
	}

	.certificatesList .list .txts {
		font-size: 16px;
		line-height: 28px;
		margin-top: 20px;
	}

	.certificates .tips {
		padding: 20px 60px;
	}

	.performance .list .msg .name {
		font-size: 22px;
		line-height: 40px;
		height: 120px;
	}

	.performance .list .item.active .msg .name {
		font-size: 30px;
		line-height: 40px;
	}

	.performance .list .item {
		height: 540px;
	}
}

@media screen and (max-width:1333px) {
	.certificatesList .dis {
		font-size: 16px;
		line-height: 28px;
	}

	.certificatesList .list {
		margin-top: 40px;
	}

	.certificatesList .list .tit {
		margin-top: 20px;
		font-size: 24px;
		line-height: 34px;
	}

	.certificatesList .list .item {
		margin-top: 30px;
	}

	.performance .list .msg .name {
		font-size: 20px;
		line-height: 30px;
		height: 90px;
	}

	.performance .list .item.active .msg .name {
		font-size: 26px;
		line-height: 38px;
		height: 114px;
	}

	.performance .list .item {
		height: 500px;
	}
}

@media screen and (max-width:999px) {
	.certificatesList .dis {
		width: 100%;
		font-size: 14px;
		line-height: 26px;
	}

	.certificatesList .list .item:nth-child(n) {
		width: 30%;
		margin-right: 5%;
		margin-top: 30px;
	}

	.certificatesList .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.certificatesList .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.certificatesList .list .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.certificatesList .list .txts {
		font-size: 14px;
		line-height: 26px;
		margin-top: 10px;
	}

	.performance .list {
		flex-wrap: wrap;
	}

	.performance .list .item:nth-child(n) {
		width: 50%;
		height: auto;
		flex: none;
	}

	.performance .list .item:nth-child(n) .msg {
		background-color: transparent;
		padding: 30px;
	}

	.performance .list .item:nth-child(n) .msg .name {
		font-size: 20px;
		line-height: 30px;
	}

	.performance .txts {
		font-size: 16px;
		margin-top: 30px;
	}

	.performance .list .msg .name {
		height: auto;
	}

	.performance .list .item.active .msg .name {
		height: auto;
	}
}

@media screen and (max-width:768px) {
	.performance .list .item:nth-child(n) .msg .name {
		font-size: 18px;
		line-height: 28px;
	}

	.certificates .certificatesList {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.certificatesList .list {
		justify-content: space-between;
	}

	.certificatesList .list .item:nth-child(n) {
		width: 46%;
		margin-right: 0;
		margin-top: 30px;
	}

	.certificatesList .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.performance .list .item:nth-child(n) {
		width: 100%;
		height: 300px;
	}
}


@media screen and (max-width:400px) {
	.certificatesList .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.certificatesList .list .item:nth-child(1) {
		margin-top: 0;
	}

	.certificatesList .list {
		max-width: 240px;
		margin: 0 auto;
		margin-top: 40px;
	}
}



/* Production */


.productionCategoryList {
	padding: 50px 0 51px 0;
}

.productionCategoryList .category {
	margin-top: 44px;
}

.productionCategoryList .category:nth-child(1) {
	margin-top: 0;
}


.productionCategoryList .category .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.productionCategoryList .category .title1 {
	color: #000000;
}


.productionCategoryList .category .btn {
	font-family: Poppins-Regular;
	font-size: 30px;
	line-height: 36px;
	color: #000000;
}


.productionCategoryList .category .btn:hover {
	color: #00a0e9;
}

.productionCategoryList .list {
	margin-top: 45px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.productionCategoryList .list .item {
	position: relative;
	flex: 1;
	margin-right: 50px;
	height: 670px;
	transition: 0.4s ease-in-out;
	overflow: hidden;
}

.productionCategoryList .list .item:last-child {
	margin-right: 0;
}



.productionCategoryList .list .image {
	height: 100%;
}

.productionCategoryList .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.productionCategoryList .msg {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	z-index: 2;
	left: 0;
	bottom: 0;
	padding: 44px 32px;
	opacity: 0;
}



.productionCategoryList .box {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
	background-color: rgba(0, 160, 233, .2);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins-Regular;
	font-size: 24px;
	line-height: 34px;
	color: #ffffff;
	opacity: 1;
	text-align: center;
	padding: 0 20px;
}

.productionCategoryList .box span {
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}



.productionCategoryList .msg .tit {
	font-family: Poppins;
	font-size: 36px;
	line-height: 46px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	height: 46px;
}


.productionCategoryList .msg .txts {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	margin-top: 10px;
	height: 120px;
}

.productionCategoryList .item:hover {
	flex: 2.415;
}

.productionCategoryList .item:hover .box {
	opacity: 0;
}

.productionCategoryList .item:hover .msg {
	opacity: 1;
}


@media screen and (max-width:1760px) {
	.productionCategoryList .list .item {
		margin-right: 30px;
		height: 600px;
	}

	.productionCategoryList .category .btn {
		font-size: 26px !important;
		line-height: 38px !important;
	}

	.productionCategoryList .msg .tit {
		font-size: 26px;
		line-height: 38px;
		height: 38px;
	}

	.productionCategoryList .box {
		font-size: 22px;
		line-height: 30px;
	}

	.productionCategoryList .msg {
		padding: 50px 20px;
	}

	.productionCategoryList .msg .txts {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.productionCategoryList .category .btn {
		font-size: 22px !important;
		line-height: 32px !important;
	}

	.productionCategoryList .box {
		font-size: 20px;
	}

	.productionCategoryList .list .item {
		height: 500px;
	}

	.productionCategoryList .msg .tit {
		font-size: 22px;
		line-height: 30px;
		height: 30px;
	}

	.productionCategoryList .msg .txts {
		margin-top: 20px;
		height: 140px;
	}

	.productionCategoryList .msg {
		padding: 30px 20px;
	}
}

@media screen and (max-width:999px) {
	.productionCategoryList .category .btn {
		font-size: 20px !important;
		line-height: 30px !important;
	}

	.productionCategoryList .list {
		margin-top: 40px;
	}

	.productionCategoryList .list .item:nth-child(n) {
		flex: none;
		width: 48%;
		margin-top: 30px;
		margin-right: 0;
		height: 400px;
	}

	.productionCategoryList .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.productionCategoryList .item.item:nth-child(n) .msg {
		opacity: 1;
	}

	.productionCategoryList .item.item:nth-child(n) .box {
		opacity: 0;
	}

	.productionCategoryList .item.item:nth-child(n) .box span {
		display: none;
	}

	.productionCategoryList .msg .tit {
		font-size: 20px;
		line-height: 30px;
		height: auto;
		-webkit-line-clamp: 2;
	}

	.productionCategoryList .msg .txts {
		height: 130px;
	}
}

@media screen and (max-width:768px) {
	.productionCategoryList .category .btn {
		font-size: 18px !important;
		line-height: 28px !important;
	}

	.productionCategoryList .list {
		margin-top: 30px;
	}

	.productionCategoryList .list .item:nth-child(n) {
		height: 370px;
	}
}

@media screen and (max-width:538px) {
	.productionCategoryList .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.productionCategoryList .list .item:nth-child(1) {
		margin-top: 0;
	}
}


/* Production2 */


.productionList {
	padding: 52px 0 50px 0;
	overflow: hidden;
}


.productionList .title1 {
	color: #000000;
}



.productionList .list {
	margin-top: 46px;
}


.productionList .list .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 50px;
}

.productionList .list .item:nth-child(1) {
	margin-top: 0;
}


.productionList .list .item:nth-child(2n) {
	flex-direction: row-reverse;
}


.productionList .list .image {
	width: 51.25%;
	overflow: hidden;
}


.productionList .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.productionList .list .msg {
	width: 56.25%;
	position: relative;
	background-color: #f2f2f2;
	z-index: 9;
	padding: 61px 69px 64px 69px;
}


.productionList .list .item:hover .msg {
	background-color: #e1ebfa;
}




.productionList .list .item:nth-child(2n) .msg {
	margin-right: -7.5%;
}

.productionList .list .item:nth-child(2n-1) .msg {
	margin-left: -7.5%;
}

.productionList .list .name {
	font-family: Poppins;
	font-size: 36px;
	line-height: 48px;
	color: #00a0e9;
}


.productionList .list .name:hover {
	transform: scale(1.1);
	transform-origin: left center;
}


.productionList .list .txts {
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	margin-top: 19px;
}

.productionList .list .btn {
	width: 200px;
	height: 60px;
	background-color: #00a0e9;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #ffffff;
	border: 1px solid #00a0e9;
	margin-top: 28px;
}

.productionList .list .btn:hover {
	background-color: transparent;
	color: #00a0e9;
}


@media screen and (max-width:1760px) {
	.productionList .list .msg {
		padding: 40px;
	}

	.productionList .list .txts {
		line-height: 30px;
	}

	.productionList .list .name {
		font-size: 30px;
		line-height: 40px;
	}

	.productionList .list .btn {
		height: 45px;
		width: 140px;
	}
}

@media screen and (max-width:1333px) {
	.productionList .list .name {
		font-size: 24px;
		line-height: 34px;
	}

	.productionList .list .txts {
		font-size: 16px;
		line-height: 28px;
	}

	.productionList .list .btn {
		height: 40px;
	}

	.productionList .list {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.productionList .list .item:nth-child(n) {
		flex-direction: column;
		align-items: flex-start;
	}

	.productionList .list .item:nth-child(n) .msg {
		transform: translateX(0);
		margin: 0;
		width: 100%;
		padding: 30px;
	}

	.productionList .list .image {
		width: 100%;
		height: 360px;
	}

	.productionList .list .name {
		font-size: 22px;
		line-height: 30px;
	}

}

@media screen and (max-width:768px) {
	.productionList .list .image {
		height: 340px;
	}

	.productionList .list .name {
		font-size: 20px;
	}

	.productionList .list .txts {
		font-size: 14px;
		line-height: 26px;
	}

	.productionList .list .btn {
		height: 36px;
	}

	.productionList .list {
		margin-top: 30px;
	}
}

@media screen and (max-width:538px) {
	.productionList .list .image {
		height: 300px;
	}

	.productionList .list .item:nth-child(n) .msg {
		padding: 30px 20px;
	}
}





/* ProductionDet-1 */

.productionDet {
	padding: 51px 0 50px 0;
}

.productionDet h1 {
	text-align: center;
	font-weight: normal;
	color: #000000;
}

.productionDet .con {
	margin-top: 47px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.productionDet .image {
	width: 44.375%;
	display: flex;
	justify-content: flex-end;
}

.productionDet .productDetMsg {
	width: 52%;
}

.productDetMsg p {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 32px;
	color: #000000;
	padding-left: 18px;
	position: relative;
}


.productDetMsg p img {
	margin-left: -20px;
}

.productDetMsg p em {
	font-style: normal;
	position: relative;
}

.productDetMsg p em:after {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	left: -18px;
	top: 11px;
	background-color: #000000;
}


.productDetMsg p strong {
	font-family: Poppins;
	font-size: 30px;
	line-height: 40px;
	color: #000000;
	display: block;
	margin-left: -18px;
	margin-bottom: 10px;
}

.productDetMsg .list {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}


.productDetMsg .list p:nth-child(2n-1) {
	width: 54%;
}

.productDetMsg .list p:nth-child(2n) {
	width: 46%;
}

@media screen and (max-width:1760px) {
	.productDetMsg p strong {
		font-size: 26px;
		line-height: 38px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1333px) {
	.productDetMsg p strong {
		font-size: 24px;
		line-height: 34px;
	}

	.productDetMsg .list {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.productionDet .con {
		margin-top: 40px;
		flex-direction: column;
		align-items: flex-start;
	}

	.productionDet .productDetMsg {
		width: 100%;
	}

	.productDetMsg p strong {
		font-size: 20px;
		line-height: 30px;
	}

	.productDetMsg p em:after {
		top: 8px;
	}

	.productionDet .image {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 40px;
	}

	.productDetMsg .list {
		margin-top: 20px;
	}
}

@media screen and (max-width:768px) {
	.productDetMsg p strong {
		font-size: 18px;
		line-height: 28px;
	}

	.productionDet .image {
		margin-top: 30px;
	}
}

@media screen and (max-width:538px) {
	.productDetMsg p strong {
		margin-bottom: 10px;
	}

	.productionDet .con {
		margin-top: 30px;
	}

	.productDetMsg .list p:nth-child(n) {
		width: 100%;
	}
}

/* ProductDet-3 */

.productionShow {
	padding: 52px 0 42px 0;
}

.productionShow h1 {
	text-align: center;
	font-weight: normal;
	color: #000000;
}

.productionShow .con {
	margin-top: 43px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.productionShow .show {
	width: 71.43%;
}

.productionShow .showList {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.productionShow .showList .item.item:nth-child(2n-1) {
	width: 38%;
}

.productionShow .showList .item.item:nth-child(2n) {
	width: 56.9%;
}

.productionShow .des {
	margin-top: 99px;
}


.productionShow .usage {
	width: 25%;
}


@media screen and (max-width:1760px) {
	.productionShow .des {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.productionShow .des {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.productionShow .des {
		margin-top: 30px;
	}

	.productionShow .con {
		margin-top: 40px;
		flex-direction: column;
		align-items: flex-start;
	}

	.productionShow .show {
		width: 100%;
	}

	.productionShow .usage {
		width: 100%;
		margin-top: 30px;
	}
}

@media screen and (max-width:538px) {
	.productionShow .showList {
		flex-direction: column;
		align-items: flex-start;
	}

	.productionShow .showList .item.item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.productionShow .showList .item.item:nth-child(1) {
		margin-top: 0;
	}

	.productionShow .con {
		margin-top: 30px;
	}
}


.productionDisplay {
	padding: 52px 0 43px 0;
}


.productionDisplay h1 {
	font-weight: normal;
	text-align: center;
	color: #000000;
}

.productionDisplay .con {
	margin-top: 47px;
}


.productionDisplay .piece {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 52px;
}

.productionDisplay .piece:nth-child(2n) {
	flex-direction: row;
}

.productionDisplay .piece:nth-child(2n-1) {
	flex-direction: row-reverse;
}

.productionDisplay .piece:nth-child(1) {
	margin-top: 0;
}

.productionDisplay .piece:nth-child(2n) .image {
	width: 49.9%;
}

.productionDisplay .piece:nth-child(2n-1) .image {
	width: 48.55%;
}

.productionDisplay .piece .productDetMsg {
	width: 45.2%;
}


.productionDisplay .piece .productDetMsg .list p:nth-child(2n-1) {
	width: 56%;
}

.productionDisplay .piece .productDetMsg .list p:nth-child(2n) {
	width: 42.8%;
}

.productionDisplay .piece .productDetMsg .list {
	margin-top: 0;
}

@media screen and (max-width:999px) {
	.productionDisplay .piece:nth-child(n) {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.productionDisplay .piece .productDetMsg {
		width: 100%;
	}

	.productionDisplay .con {
		margin-top: 40px;
	}

	.productionDisplay .piece:nth-child(n) .image {
		margin-top: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
}

@media screen and (max-width:768px) {
	.productionDisplay .piece {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.productionDisplay .piece {
		margin-top: 30px;
	}

	.productionDisplay .con {
		margin-top: 30px;
	}

	.productionDisplay .piece .productDetMsg .list p:nth-child(n) {
		width: 100%;
	}
}


/* PRODUCT-1 */


.productList {
	background-color: #f2f2f2;
	position: relative;
	padding: 47px 0 36px 0;
}

.productList::after {
	content: "";
	position: absolute;
	bottom: 100%;
	height: 100vh;
	z-index: -1;
	left: 0;
	background-color: #f2f2f2;
	width: 100%;
}


.productList .piece {
	margin-top: 40px;
}

.productList .piece:nth-child(1) {
	margin-top: 0;
}


.productList .title {
	display: flex;
	align-items: center;
}


.productList .title1 {
	font-size: 40px;
	color: #000000;
	font-family: Poppins-Regular;
}


.productList .title .menu {
	position: relative;
	cursor: pointer;
}

.productList .title .menuBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-left: 40px;
	height: 48px;
}


.productList .title .menuBtn i {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	transform: rotate(-90deg);
}


.productList .title .menuBtn.active i {
	transform: rotate(90deg);
}

.productList .title .menu>ul,
.productList .title .menu>ul ul {
	position: absolute;
	display: none;
	transition: none;
	width: max-content;
	max-width: 400px;
	background-color: #ffffff;
	z-index: 9;
	padding: 21px 0 18px 0;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.05);
}

.productList .title .menu>ul ul {
	display: none;
	transition: none;
}


.productList .title .menu ul li {
	position: relative;
}

.productList .title .menu>ul {
	top: 100%;
	left: -3px;
}

.productList .title .menu>ul ul {
	left: 100%;
	top: -21px;
}


.productList .title .menu li {
	margin-bottom: 2.5px;
}

.productList .title .menu li:last-child {
	margin-bottom: 0;
}

.productList .title .menu a {
	font-family: Poppins-Regular;
	font-size: 18px;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 30px 0 28px;
}

.productList .title .menu a i {
	flex-shrink: 0;
	margin-left: 28px;
	font-style: normal;
}

.productList .title .menu li:hover>a:hover {
	color: #00a0e9;
}





.productList .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 42px;
}

.productList .list .productItem {
	width: 23.68%;
	margin-right: 1.76%;
	margin-top: 26px;
}


.productList .list .productItem:nth-child(4n) {
	margin-right: 0;
}

.productList .list .productItem:nth-child(-n+4) {
	margin-top: 0;
}


.productItem {
	background-color: #ffffff;
	box-shadow: 0px 2px 7px 1px rgba(118, 118, 118, 0.1);
	padding: 26px 27px 9px 24px;
	display: flex;
	justify-content: space-between;
	position: relative;
	transition: .1s ease all;
	will-change: transfrom;
}

.productItem:hover {
	transform: scale(1.05);
	box-shadow: 10px 10px 7px 1px rgba(118, 118, 118, 0.1);
}


.productItem .msg {
	width: 55%;
}

.productItem .image {
	width: 40.2%;
	margin-top: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.productItem .tit {
	font-family: Poppins-Regular;
	font-size: 24px;
	line-height: 34px;
	color: #000000;
}


.productItem .tit:hover {
	color: #00a0e9;
}

.productItem .txts {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 32px;
	color: #6c6c6c;
	margin-top: 10px;
}

.productItem .moreBtn {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins-Regular;
	font-size: 24px;
	line-height: 34px;
	color: #000000;
}


.productItem .moreBtn:hover {
	color: #00a0e9;
}

.productList .pager {
	margin-top: 40px;
}


@media screen and (max-width:1760px) {
	.productItem .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.productList .list .productItem:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
	}

	.productList .list .productItem:nth-child(-n+3) {
		margin-top: 0;
	}

	.productList .list .productItem:nth-child(3n) {
		margin-right: 0;
	}

	.productItem .txts {
		font-size: 16px;
		line-height: 28px;
	}

	.productItem .moreBtn {
		font-size: 20px;
		line-height: 30px;
	}

	.productList .piece {
		margin-top: 50px;
	}

	.productList .title .menu>ul,
	.productList .title .menu>ul ul {
		max-width: 280px;
	}
}

@media screen and (max-width:1333px) {
	.productList .list {
		margin-top: 30px;
	}

	.productItem .tit {
		font-size: 20px;
		line-height: 30px;
	}


	.productItem .moreBtn {
		font-size: 18px;
		line-height: 28px;
	}

	.productList .title .menuBtn i {
		font-size: 20px;
		line-height: 30px;
	}

	.productItem {
		padding: 20px;
	}

	.productList .title .menu>ul,
	.productList .title .menu>ul ul {
		padding: 20px 0;
	}

	.productList .title .menu li {
		margin-bottom: 5px;
	}

	.productList .title .menu a {
		font-size: 16px;
		line-height: 28px;
	}

	.productList .title {
		position: relative;
	}

	.productList .title .menu {
		position: static;
	}
}

@media screen and (max-width:999px) {

	.productList .list .productItem:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.productList .list {
		justify-content: space-between;
	}

	.productList .list .productItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.productItem .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.productItem .moreBtn {
		font-size: 16px;
		line-height: 28px;
	}

	.productList .piece {
		margin-top: 40px;
	}

	.productList .title .menuBtn i {
		font-size: 18px;
	}

	.productList .title .menu a {
		font-size: 14px;
		line-height: 26px;
	}

	.productList .title .menu>ul,
	.productList .title .menu>ul ul {
		max-width: 100%;
		left: 0;
	}

	.productList .title .menu>ul ul {
		position: static;
		width: 100%;
		box-shadow: none;
		padding: 10px 20px;
	}

	.productList .title .menu li.active>ul {
		display: block;
	}
}

@media screen and (max-width:538px) {
	.productList .list .productItem:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.productList .list .productItem:nth-child(1) {
		margin-top: 0;
	}
}


/* PRODUCT-2 */

.productDet {
	padding: 50px 0 50px 0;
	position: relative;
	background-color: #f2f2f2;
}

.productDet::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100vh;
	bottom: 100%;
	left: 0;
	z-index: -1;
	background-color: #f2f2f2;
}

.productDet .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.productDet .productSlides {
	width: 23.75%;
	position: sticky;
	top: 140px;
	left: 0;
}


.productSlides>div {
	margin-top: 30px;
}

.productSlides>div:nth-child(1) {
	margin-top: 0;
}

.productSlides .title {
	text-align: center;
	background-color: #00a0e9;
	border: 1px solid transparent;
	transition: .4s ease all;
}

.productSlides .title .name {
	padding: 5px 20px;
	font-size: 24px;
	color: #ffffff;
	display: block;
}

.productSlides .fittings {
	background-color: #ffffff;
}

.productSlides .title:hover {
	background-color: transparent;
	border: 1px solid #00a0e9;
}

.productSlides .title:hover .name {
	color: #00a0e9;
}

.productSlides .title .menuBtn {
	display: none;
}


.productSlides .list {
	background-color: #ffffff;
	padding: 9px 30px 1px 30px;
}

.productSlides .list li {
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 9px;
}

.productSlides .list li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}


.productSlides .list li a {
	padding: 6px 0;
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	display: block;
}

.productSlides .list li a:hover {
	color: #00a0e9;
}


.productDet .piece {
	width: 73.125%;
}



.productShow {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	background-color: #ffffff;
	padding: 30px;
}


.productShow .box {
	width: 57.4%;
	position: relative;
}


.productShow .jianjie {
	width: 39.9%;
	margin-top: 33px;
}


.productShow .box .showSipwer {
	overflow: hidden;
	background-color: #f6f6f6;
	border-radius: 5px;

}


.productShow .box .showSipwer .swiper-slide {
	position: relative;
}


.productShow .box .checkSwiper {
	position: relative;
	overflow: hidden;
	margin-top: 29px;
}


.productShow .box .checkSwiper .iconfont {
	position: absolute;
	top: 50%;
	height: 100%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 12px;
	cursor: pointer;
	z-index: 99;
	padding-bottom: 1px;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
	background-color: rgba(0, 0, 0, .2);
	border-radius: 50%;

}

.productShow img {
	display: block;
}

.productShow .box .checkSwiper .prev {
	left: 10px;
}

.productShow .box .checkSwiper .next {
	right: 10px;
}


.productShow .box .checkSwiper .iconfont:hover {
	color: #ffffff;
	background-color: #00a0e9;
}

.productShow .checkSwiper .swiper-slide {
	position: relative;
	cursor: pointer;
	opacity: 0;
	transition: .4s ease opacity;
	background-color: #efefef;
	overflow: hidden;
	border-radius: 5px;
}

.productShow .checkSwiper .swiper-slide.swiper-slide-visible {
	opacity: 1;
}


.productShow .checkSwiper .swiper-slide::after {
	content: "";
	position: absolute;
	border: solid 1px transparent;
	transition: .4s ease border;
	pointer-events: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
	border-radius: 5px;
}


.productShow .checkSwiper .swiper-slide.swiper-slide-thumb-active::after {
	border: solid 1px #00a0e9;
}


.jianjie h1 {
	font-weight: normal;
	font-family: Poppins-Regular;
	font-size: 30px;
	line-height: 53px;
	color: #000000;
}


.jianjie .txts {
	margin-top: 3px;
}


.jianjie .txts p {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 32px;
	color: #797979;
}


.jianjie .dis {
	margin-top: 22px;
	background-color: #f2f2f2;
	padding: 14px 20px 16px;
}


.jianjie .dis p {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 27px;
	color: #000000;
}

.jianjie .dis p em {
	color: #00a0e9;
	font-style: normal;
}



.jianjie .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}


.jianjie .btns a {
	width: 180px;
	height: 50px;
	background-color: #00a0e9;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 30px;
	font-size: 18px;
	color: #ffffff;
	border: 1px solid #00a0e9;
}


.jianjie .btns a:nth-child(2) {
	margin-right: 0;
}

.jianjie .btns a:hover {
	background-color: #ffffff;
	color: #00a0e9;
}



.jianjie .share {
	margin-bottom: 26px;
}



/*jQzoom*/

.jqzoom {
	float: left;
	position: relative;
	padding: 0px;

}

div.zoomdiv {
	z-index: 200;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
	border-radius: 5px;
}

div.zoomdiv img {
	max-width: unset !important;
}

div.jqZoomPup {
	z-index: 200;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	transition: none;
	border-radius: 5px;
}


.productDet .discrete {
	background-color: #ffffff;
	padding: 46px 50px 45px;
	margin-top: 30px;
}

.productDet .discrete .item {
	margin-top: 5px;
}

.productDet .discrete .item:nth-child(1) {
	margin-top: 0;
}

.productDet .discrete .title {
	display: flex;
	align-items: flex-start;
	font-family: Poppins-SemiBold;
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	color: #000000;
}


.productDet .discrete .title img {
	flex-shrink: 0;
	margin-right: 11px;
	width: 19px;
}

.productDet .discrete .txts {
	margin-top: 31px;
}


.productDet .discrete .txts p {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 32px;
	color: #000000;
}



.relatedProducts .piece {
	width: 100%;
	height: 105px;
	background-color: #f2f2f2;
	-webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	margin-top: -2px;
}


.relatedProducts .con {
	padding: 76px 0 49px 0;
}


.relatedProducts .title1 {
	text-align: center;
}

.relatedProducts .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 34px;
}

.relatedProducts .list .item {
	width: 31.8%;
	margin-right: 2.3%;
	margin-top: 30px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 32px 33px 11px;
	background-color: #ffffff;
	box-shadow: 0px 2px 7px 1px rgba(118, 118, 118, 0.1);
}


.relatedProducts .list .item:hover {
	transform: scale(1.08);
}

.relatedProducts .list .item .image img {
	max-width: none;
	width: 100%;
}


.relatedProducts .list .item:nth-child(3n) {
	margin-right: 0;
}

.relatedProducts .list .item:nth-child(-n+3) {
	margin-top: 0;
}

.relatedProducts .list .msg {
	width: 50%;
}

.relatedProducts .list .item .tit {
	font-family: Poppins-Regular;
	font-size: 32px;
	color: #000000;
}

.relatedProducts .list .item .tit:hover {
	color: #00a0e9;
}


.relatedProducts .list .txts {
	font-size: 24px;
	line-height: 43px;
	color: #797979;
	margin-top: 9px;
}


.relatedProducts .list .image {
	width: 40%;
	margin-top: 37px;
	margin-right: 2px;
}



@media screen and (max-width:1760px) {
	.productDet .productSlides {
		top: 120px;
	}

	.productSlides .title .name {
		font-size: 20px;
		line-height: 30px;
		padding: 8px 10px;
	}

	.productSlides .list {
		padding: 10px 20px;
	}

	.productShow .jianjie {
		margin-top: 0;
	}

	.jianjie h1 {
		font-size: 24px;
		line-height: 34px;
	}

	.jianjie .txts p {
		font-size: 16px;
		line-height: 28px;
		margin-top: 20px;
	}

	.jianjie .btns a {
		font-size: 16px;
		line-height: 28px;
		height: 45px;
		margin-right: 20px;
	}

	.productShow .box {
		width: 54%;
	}

	.productShow .box .checkSwiper {
		margin-top: 20px;
	}

	.productShow .jianjie {
		width: 42%;
	}

	.productDet .discrete {
		padding: 40px 30px;
	}

	.relatedProducts .piece {
		height: 80px;
	}

	.relatedProducts .list .item .tit {
		font-size: 24px;
		line-height: 34px;
	}

	.relatedProducts .list .txts {
		font-size: 20px;
		line-height: 30px;
		margin-top: 20px;
	}

	.relatedProducts .list .item {
		padding: 20px;
	}

	.productDet .discrete .item {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.productShow {
		flex-direction: column;
		align-items: flex-start;
	}

	.productShow .jianjie {
		width: 100%;
	}

	.jianjie .btns {
		justify-content: flex-start;
	}

	.productShow .box {
		width: 100%;
		max-width: 390px;
		margin-bottom: 30px;
	}


	.jianjie h1 {
		font-size: 22px;
		line-height: 32px;
	}

	.productDet .discrete .title {
		font-size: 22px;
		line-height: 32px;
	}

	.productDet .discrete .txts {
		margin-top: 20px;
	}

	.productDet .discrete .item {
		margin-top: 30px;
	}

	.productSlides .list li a {
		font-size: 16px;
		line-height: 28px;
	}

	.productSlides .title .name {
		font-size: 18px;
		line-height: 28px;
	}

	.relatedProducts .list .item .tit {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {
	.productDet .productSlides {
		position: static;
	}

	div.jqZoomPup {
		display: none;
	}

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

	.productDet .con {
		flex-direction: column-reverse;

		align-items: flex-start;
	}

	.productDet .piece {
		width: 100%;
	}

	.productShow .box {
		margin: 0 auto 40px;
	}

	.jianjie h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.jianjie .btns a {
		height: 40px;
	}

	.productDet .discrete .title {
		font-size: 20px;
		line-height: 30px;
	}

	.productDet .productSlides {
		width: 100%;
		margin-top: 40px;
	}

	.productSlides .title .name {
		text-align: left;
		font-size: 16px;
		padding-right: 100px;
	}

	.productSlides .title {
		position: relative;
	}

	.productSlides .list li a {
		font-size: 14px;
		line-height: 26px;
		padding: 4px 0;
	}

	.productSlides .title .menuBtn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 60px;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		flex-shrink: 0;
		margin-left: 30px;
		font-weight: bold;
		color: #ffffff;
	}

	.productSlides .title:hover {
		box-shadow: none;
		background-color: #00a0e9;
	}

	.productSlides .title:hover .name {
		color: #ffffff;
	}

	.productSlides .title .menuBtn i {
		transform: rotate(-90deg);
	}

	.productSlides .title .menuBtn.active i {
		transform: rotate(90deg);
	}

	.relatedProducts .piece {
		height: 50px;
	}

	.relatedProducts .list {
		justify-content: space-between;
	}

	.relatedProducts .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.relatedProducts .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.productSlides .list {
		display: none;
		transition: none;
	}
}


@media screen and (max-width:768px) {
	.jianjie .btns a {
		height: 38px;
	}

	.productSlides .title .menuBtn i {
		font-size: 14px;
	}

	.relatedProducts .list .item .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.jianjie h1 {
		font-size: 18px;
		line-height: 28px;
	}

	.productShow .box .checkSwiper .iconfont {
		width: 26px;
		height: 26px;
	}
}

@media screen and (max-width:538px) {
	.productShow {
		padding: 30px 20px;
	}

	.productShow .box {
		margin-bottom: 30px;
	}

	.jianjie .btns a:nth-child(1) {
		width: 120px;
		margin-right: 10px;
	}

	.jianjie .btns a:nth-child(2) {
		width: 160px;
	}

	.productDet .discrete {
		padding: 30px 20px;
	}

	.relatedProducts .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.relatedProducts .list .item:nth-child(-n+1) {
		margin-top: 0;
	}

	.relatedProducts .list .image {
		width: 32%;
		margin-top: 30px;
	}
}


/* NEW 列表页 */

.news {
	padding: 67px 0 37px 0;
	overflow: hidden;
}

.news .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 67px;
}

.news .list .item {
	width: 31.75%;
	margin-right: 2.375%;
	margin-top: 37px;
	background-color: #f2f2f2;
}

.news .list .item:hover {
	background-color: #00a0e9;
}

.news .list .item:nth-child(3n) {
	margin-right: 0;
}

.news .list .item:nth-child(-n+3) {
	margin-top: 0;
}


.news .image {
	overflow: hidden;
}

.news .msg {
	padding: 35px 46px 33px;
}


.news .list .item:hover .time {
	color: #ffffff;
}

.news .time {
	font-family: Poppins;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
}

.news .title {
	font-size: 24px;
	font-weight: bold;
	line-height: 33px;
	color: #000000;
	margin-top: 13px;
}


.news .list .item:hover .title {
	color: #ffffff;
}

.news .txts {
	font-size: 18px;
	line-height: 32px;
	color: #000000;
	margin-top: 6px;
}


.news .list .item:hover .txts {
	color: #ffffff;
}

.news .pager {
	margin-top: 46px;
}


@media screen and (max-width:1760px) {
	.news .list {
		margin-top: 50px;
	}

	.news .msg {
		padding: 20px;
	}

	.news .title {
		font-size: 20px;
		line-height: 30px;
	}

	.news .txts {
		font-size: 16px;
		line-height: 28px;
		margin-top: 10px;
	}
}

@media screen and (max-width:1333px) {
	.news .time {
		font-size: 16px;
		line-height: 28px;
	}

	.news .title {
		font-size: 18px;
		line-height: 28px;
	}


	.news .list .item {
		margin-top: 30px;
	}

	.news .pager {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.news .list {
		justify-content: space-between;
		margin-top: 40px;
	}

	.news .list .item:nth-child(n) {
		width: 48%;
		margin-top: 30px;
		margin-right: 0;
	}

	.news .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.news .title {
		font-size: 16px;
		line-height: 28px;
	}

	.news .txts {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:538px) {
	.news .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.news .list .item:nth-child(1) {
		margin-top: 0;
	}

	.news .image {
		height: 260px;
	}

	.news .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}
}



/* NEW 内页 */

.newsDet {
	padding: 63px 0 50px 0;
}

.newsDet .newDetCon {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.newsDet .newDetCon .con {
	width: 71%;
}

.newsDet h1 {
	font-size: 40px;
	line-height: 60px;
	color: #010101;
	font-weight: normal;
}


.newsDet .tips {
	color: #797979;
	font-size: 24px;
	line-height: 34px;
	margin-top: 4px;
}

.newsDet .details {
	padding: 60px 0 10px 0;
	margin-top: 20px;
	border-top: 1px solid #797979;
	border-bottom: 1px solid #797979;
}


.newsDet .details p {
	font-size: 18px;
	line-height: 32px;
	color: #000000;
}

.newsDet .prevOrNext {
	margin-top: 20px;
}

.prevOrNext div,
.prevOrNext a {
	font-family: Poppins-Regular;
	font-size: 24px;
	line-height: 34px;
	color: #797979;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.prevOrNext .prev {
	margin-bottom: 9px;
}

.prevOrNext a:hover {
	color: #00a0e9;
}


.newsDet .newSlide {
	width: 25%;
	padding-top: 7px;
	position: sticky;
	top: 140px;
}


.newsDet .latestNews .title {
	font-family: Poppins;
	font-size: 36px;
	line-height: 46px;
	color: #000000;
}

.newsDet .latestNews ul {
	margin-top: 13px;
}

.newsDet .latestNews ul li {
	margin-top: 65px;
	padding-top: 22px;
	border-top: 3px solid #797979;
}

.newsDet .latestNews ul li:nth-child(1) {
	margin-top: 0;
}

.newsDet .latestNews .time {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #797979;
}


.newsDet .latestNews .name {
	font-family: Poppins-Regular;
	font-size: 24px;
	line-height: 42px;
	color: #010101;
	margin-top: 9px;
}


.newsDet .latestNews .name:hover {
	color: #00a0e9;
}

.newsDet .latestNews .image {
	margin-top: 8px;
	border: 1px solid #efefef;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width:1760px) {
	.newsDet h1 {
		font-size: 30px;
		line-height: 42px;
	}

	.newsDet .tips {
		font-size: 22px;
		line-height: 32px;
		margin-top: 10px;
	}

	.newsDet .details {
		padding: 30px 0;
		margin-top: 30px;
	}

	.prevOrNext div,
	.prevOrNext a {
		font-size: 22px;
		line-height: 34px;
	}

	.newsDet .latestNews ul li {
		border-top-width: 2px;
		margin-top: 40px;
	}

	.newsDet .latestNews .name {
		font-size: 20px;
		line-height: 30px;
		margin-top: 14px;
	}

	.newsDet .latestNews .image {
		margin-top: 20px;
	}

	.newsDet .latestNews .title {
		font-size: 32px;
		line-height: 46px;
	}

	.newsDet .latestNews ul {
		margin-top: 40px;
	}

	.newsDet .newSlide {
		top: 120px;
	}

}

@media screen and (max-width:1333px) {
	.newsDet h1 {
		font-size: 26px;
		line-height: 38px;
	}

	.newsDet .tips {
		font-size: 20px;
		line-height: 30px;
	}

	.prevOrNext div,
	.prevOrNext a {
		font-size: 18px;
		line-height: 28px;
	}

	.newsDet .latestNews .title {
		font-size: 28px;
		line-height: 38px;
	}

	.newsDet .latestNews .name {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {
	.newsDet .newSlide {
		position: static;
	}

	.newsDet .newDetCon {
		flex-direction: column;
		align-items: flex-start;
	}

	.newsDet .newDetCon .con {
		width: 100%;
	}

	.newsDet h1 {
		font-size: 24px;
		line-height: 34px;
	}

	.newsDet .tips {
		font-size: 18px;
		line-height: 28px;
		margin-top: 20px;
	}

	.newsDet .newSlide {
		margin-top: 50px;
		width: 100%;
	}

	.newsDet .latestNews ul {
		justify-content: space-between;
		display: flex;
		flex-wrap: wrap;
	}

	.newsDet .latestNews ul li:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
	}

	.newsDet .latestNews ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	.newsDet .latestNews .name {
		font-size: 16px;
		line-height: 28px;
	}

	.newsDet .latestNews .title {
		font-size: 26px;
		line-height: 38px;
	}
}

@media screen and (max-width:768px) {
	.newsDet h1 {
		font-size: 22px;
		line-height: 32px;
	}

	.newsDet .tips {
		font-size: 16px;
		line-height: 28px;
	}

	.prevOrNext div,
	.prevOrNext a {
		font-size: 16px;
		line-height: 28px;
	}

	.newsDet .newSlide {
		margin-top: 40px;
	}

	.newsDet .latestNews ul {
		margin-top: 30px;
	}

	.newsDet .latestNews .title {
		font-size: 24px;
		line-height: 34px;
	}
}

@media screen and (max-width:538px) {
	.newsDet .latestNews ul li:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.newsDet .latestNews ul li:nth-child(1) {
		margin-top: 0;
	}
}


/* CONTACT US */

.contactUs {
	padding: 46px 0 48px 0;
	overflow: hidden;
}


.contactUs .msgList {
	padding: 0 26px;
}

.contactUs .msgList .title1 {
	text-align: center;
}

.contactUs .msgList .line {
	text-align: center;
	margin-top: 39px;
	font-family: Poppins;
	font-size: 48px;
	line-height: 30px;
	color: #00a0e9;
}

.contactUs .msgList .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 39px;
	align-items: flex-start;
}



.contactUs .msgList .list .item {
	margin-top: 94px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 20%;
}

.contactUs .msgList .list .item:hover * {
	transform: scale(1.1);
}

.contactUs .msgList .list .item:hover .name,
.contactUs .msgList .list .item:hover .num {
	color: #00a0e9;
}

.contactUs .msgList .list .item:nth-child(4) {
	max-width: 56%;
}

.contactUs .msgList .list .item:nth-child(-n+2) {
	width: 50%;
	margin-top: 0;
	max-width: 50%;
}


.contactUs .msgList .list i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 107px;
	height: 107px;
	background-color: #00a0e9;
	border-radius: 50%;
	color: #ffffff;
	font-size: 54px;
}

.contactUs .msgList .list .name {
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	color: #656565;
	margin-top: 48px;
	font-family: Poppins-Light;
	font-weight: bold;
}


.contactUs .msgList .list .num {
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	color: #656565;
	font-family: Poppins-Light;
	font-weight: bold;
	margin-top: 7px;
}

.contactUs .msgList .list a.num:hover {
	color: #00a0e9;
}

.contactUs .msgList .list .email .num {
	word-break: break-all;
}


.contactUs .contactInfo {
	margin-top: 93px;
}

.contactUs .map {
	margin-top: 50px;
	margin-bottom: -50px;
}

.contactUs .map img {
	display: block;
}


.contactInfo .title1 {
	text-align: center;
	color: #000000;
}


.contactInfo ul {
	margin-top: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.contactInfo ul li {
	width: 46.5%;
	margin-top: 19px;
}

.contactInfo ul li:nth-child(3) {
	z-index: 9999;
}

.contactInfo ul li:nth-child(-n+2) {
	margin-top: 0;
}

.contactInfo ul li.message,
.contactInfo ul li.subBtn {
	width: 100%;
}


.contactInfo ul li.subBtn {
	height: 85px;
	border-radius: 20px;
	overflow: hidden;
	margin-top: 42px;
}

.contactInfo ul li.subBtn input {
	cursor: pointer;
	font-family: Poppins;
	font-size: 36px;
	color: #000000;
	height: 100%;
	border: none;
}


.contactInfo ul li.subBtn:hover input {
	background-color: #00a0e9;
	color: #ffffff;
}


.contactInfo .name {
	display: flex;
	align-items: center;
	font-family: Poppins;
	font-size: 18px;
	line-height: 28px;
	color: #353535;
	margin-bottom: 13px;
}


.contactInfo .name span {
	color: #da0505;
	margin-left: 11px;
}


.contactInfo .codeCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #f3f3f3;
	border: solid 1px #d9d9d9;
	height: 53px;
}

.contactInfo .codeCon input {
	background-color: transparent;
	flex: 1;
	border: none;
	height: 100%;
}


.contactInfo .codeCon .codeImg {
	width: 112px;
	height: 45px;
	background-color: #f3fbfe;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}



.contactInfo input {
	height: 53px;
	background-color: #f3f3f3;
	border: solid 1px #d9d9d9;
	padding: 0 16px;
	width: 100%;
}

.contactInfo textarea {
	width: 100%;
	height: 205px;
	background-color: #f3f3f3;
	border: solid 1px #d9d9d9;
	padding: 13px 16px;
}

.contactInfo input::-webkit-input-placeholder,
.contactInfo textarea::-webkit-input-placeholder {
	font-family: Poppins;
	font-size: 18px;
	line-height: 28px;
	color: #d9d9d9;
}

.contactInfo input:-moz-placeholder,
.contactInfo textarea:-moz-placeholder {
	font-family: Poppins;
	font-size: 18px;
	line-height: 28px;
	color: #d9d9d9;
}

.contactInfo input::-moz-placeholder,
.contactInfo textarea::-moz-placeholder {
	font-family: Poppins;
	font-size: 18px;
	line-height: 28px;
	color: #d9d9d9;
}

.contactInfo input:-ms-input-placeholder,
.contactInfo textarea:-ms-input-placeholder {
	font-family: Poppins;
	font-size: 18px;
	line-height: 28px;
	color: #d9d9d9;
}



/* telInput */


.contactInfo .intl-tel-input {
	width: 100%;
	display: flex !important;
	align-items: center;
	height: 53px;
	flex-direction: row-reverse;
}

.contactInfo .intl-tel-input * {
	transition: none;
}


.contactInfo .intl-tel-input.inside input[type="text"],
.contactInfo .intl-tel-input.inside input[type="tel"] {
	padding: 0 16px;
}

form pre {
	margin: 0 !important;
	display: inline-block;
}

form .token.operator,
form .token.entity,
form .token.url,
form .language-css .token.string,
form .style .token.string,
form .token.variable {
	background: none;
}


form select {
	border: 1px solid #CCC;
	width: 250px;
}

form .intl-tel-input.outside {
	border: 1px solid #CCC;
}

form .intl-tel-input.outside input {
	width: 210px;
}

form .intl-tel-input.outside input[disabled]+.flag-dropdown {
	background-color: #eee;
}

form #result {
	margin-bottom: 100px;
}


.contactInfo form .intl-tel-input .flag-dropdown {
	position: static !important;
}

.intl-tel-input .selected-flag {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

form ul .country-list {
	border: 1px solid #e6e6e6;
	width: 100%;
	position: absolute;
	top: 100%;
	background-color: #fff;
	max-height: 223px;
	overflow-x: hidden;
	z-index: 10001;
	scrollbar-color: #FF8C00 rgba(0, 0, 0, 0.05);
	left: 0;
	scrollbar-width: thin;
}


form ul .country-list::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

form ul .country-list::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
}

form ul .country-list::-webkit-scrollbar-thumb {
	background-color: #FF8C00;
}

form ul .country-list li {
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	width: 100%;
	padding: 5px 22px;
	cursor: pointer;
	border: none;
	height: auto;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
	margin: 0;
	border-radius: 0;
}

form ul li.phoneInput .drop-list li.on {
	background-color: #FF8C00;
	color: #ffffff;
}

.intl-tel-input .country-list .country {
	line-height: 26px !important;
}

.intl-tel-input .country-list .divider {
	display: none;
}

.intl-tel-input.inside .flag-dropdown {
	width: 357px;
	margin-right: 18px;
	position: static;
	height: 100%;
}


.intl-tel-input .selected-flag {
	width: 100%;
	height: 100%;
	background-color: #f3f3f3;
	border: solid 1px #d9d9d9;
	padding: 0;
	position: relative;
	padding: 0 19px;
}

.intl-tel-input .country-text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-family: Poppins;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
}


.intl-tel-input .selected-flag .arrow {
	border-top-color: #ffffff !important;
}

.intl-tel-input .selected-flag .arrow.up {
	border-bottom-color: #ffffff !important;
}


.intl-tel-input .hide {
	display: none !important;
}


@media screen and (max-width:1760px) {
	.contactUs .msgList .line {
		margin-top: 20px;
		font-size: 40px;
		line-height: 20px;
	}

	.contactUs .msgList {
		padding: 0;
	}

	.contactUs .msgList .list i {
		width: 70px;
		height: 70px;
		font-size: 34px;
	}

	.contactUs .msgList .list {
		margin-top: 30px;
	}

	.contactUs .msgList .list .name {
		margin-top: 20px;
	}

	.contactUs .msgList .list .name,
	.contactUs .msgList .list .num {
		font-size: 20px;
		line-height: 30px;
	}

	.contactUs .msgList .list .item {
		margin-top: 40px;
	}

	.contactUs .contactInfo {
		margin-top: 80px;
	}

	.contactInfo ul {
		margin-top: 50px;
	}

	.contactInfo ul li {
		width: 48%;
	}

	.intl-tel-input .selected-flag {
		padding: 0 10px;
	}

	.contactInfo ul li.subBtn input {
		font-size: 24px;
	}

	.contactInfo ul li.subBtn {
		border-radius: 10px;
		margin-top: 30px;
		height: 60px;
	}

	.contactUs .map {
		margin-bottom: 0px;
	}
}

@media screen and (max-width:1333px) {

	.contactUs .msgList .list .name,
	.contactUs .msgList .list .num {
		font-size: 18px;
		line-height: 28px;
	}

	.contactUs .msgList .list .item {
		margin-top: 30px;
	}

	.contactUs .msgList .list i {
		width: 60px;
		height: 60px;
		font-size: 28px;
	}

	.contactUs .msgList .line {
		font-size: 32px;
		line-height: 10px;
		margin-top: 20px;
	}

	.intl-tel-input .country-text {
		font-size: 16px;
		line-height: 26px;
	}

	.contactUs .contactInfo {
		margin-top: 60px;
	}

	.contactInfo ul li.subBtn input {
		font-size: 22px !important;
	}

	.contactInfo ul li.subBtn {
		height: 53px;
		border-radius: 5px;
	}

	.contactInfo ul li:nth-child(3),
	.contactInfo ul li:nth-child(4) {
		width: 100%;
	}

	.contactInfo textarea {
		height: 180px;
	}

	.intl-tel-input .country-list .country {
		font-size: 16px;
	}
}

@media screen and (max-width:999px) {
	.contactUs .msgList .list {
		justify-content: flex-start;
	}

	.contactUs .msgList .list .item:nth-child(n) {
		width: 33.33%;
		max-width: none;
		margin-top: 30px;
		padding: 0 20px;
	}

	.contactUs .msgList .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.contactUs .msgList .list .item:nth-child(4) {
		width: 66.67%;
	}

	.contactUs .msgList .list .name,
	.contactUs .msgList .list .num {
		font-size: 16px;
		line-height: 28px;
	}

	.contactUs .msgList .list i {
		width: 50px;
		height: 50px;
		font-size: 24px;
	}


	.contactUs .msgList .line {
		font-size: 24px;
	}

	.contactInfo input {
		height: 45px;
	}

	.contactInfo .name {
		font-size: 16px;
		line-height: 28px;
	}

	.intl-tel-input .country-text {
		font-size: 14px;
		line-height: 26px;
	}

	.contactInfo .name {
		margin-bottom: 6px;
	}

	.contactInfo .codeCon,
	.intl-tel-input.inside .flag-dropdown {
		height: 45px;
	}

	.contactInfo .codeCon .codeImg {
		width: 80px;
		height: 36px;
	}

	.contactInfo ul li:nth-child(7),
	.contactInfo ul li:nth-child(8) {
		width: 100%;
	}

	.contactInfo ul li.subBtn {
		margin-top: 20px;
	}

	.contactInfo ul li.subBtn input {
		font-size: 18px !important;
		line-height: 28px !important;
	}

	.intl-tel-input .country-list .country {
		font-size: 14px;
	}

	.contactUs .contactInfo {
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.contactUs .msgList .list .item:nth-child(n) {
		width: 50%;
		margin-top: 30px;
	}

	.contactUs .msgList .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.contactInfo ul li:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.contactInfo ul li:nth-child(1) {
		margin-top: 0;
	}

	.contactInfo ul {
		margin-top: 30px;
	}

	.contactInfo input {
		height: 40px;
	}

	.contactInfo .codeCon,
	.intl-tel-input.inside .flag-dropdown {
		height: 40px;
	}

	.contactInfo ul li.subBtn {
		height: 45px;
	}

	.contactUs .contactInfo {
		margin-top: 40px;
	}

	.contactUs .map {
		margin-top: 40px;
	}

}

@media screen and (max-width:538px) {
	.contactUs .msgList .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
		padding: 0;
	}

	.contactUs .msgList .list .item:nth-child(1) {
		margin-top: 0;
	}

	.contactInfo .intl-tel-input {
		flex-direction: column-reverse;
		align-items: flex-start;
		height: auto;
	}

	.intl-tel-input.inside .flag-dropdown {
		width: 100%;
		margin-bottom: 10px;
	}
}



/* innerBanner */


.innerBannerRange {
	height: 110px;
}

.innerBanner {
	height: 400px;
	position: relative;
}


.innerBanner .image {
	height: 100%;
}

.innerBanner .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.innerBanner .msg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	display: flex;
	align-items: center;
	height: 100%;
}


.innerBanner .title,
.innerBanner .title2 {
	font-family: MicrosoftYaHei;
	font-weight: bold;
	font-size: 64px;
	color: #ffffff;
	text-shadow: 0px 2px 0px rgba(4, 48, 111, 0.29);
}

.innerBanner .title2 {
	margin-left: auto;
}

/* pager */

.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.pager .pageList a {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins-Regular, Arial, sans-serif;
	font-size: 24px;
	color: #797979;
	margin: 5px 16.5px;
}


.pager .pageList a.active,
.pager .pageList a:hover {
	color: #00a0e9 !important;
}

.pager .pageList a.prev,
.pager .pageList a.next {
	font-size: 18px;
	margin: 5px 6px;
}



.pager .addTo {
	display: flex;
	align-items: center;
	padding: 5px 17px;
}


.pager .addTo input {
	font-family: Poppins-Regular, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	background-color: transparent;
	margin-right: 11px;
	cursor: pointer;
}


/* crumb */
.crumb {
	padding-top: 6px;
}

.crumb a,
.crumb i {
	font-family: Poppins-Regular, Arial, sans-serif;
	font-size: 24px;
	line-height: 34px;
	color: #010101;
}

.crumb a.active,
.crumb a:hover {
	color: #00a0e9;
}

.crumb i {
	font-style: normal;
	margin: 0 5px;
}


@media screen and (max-width:1760px) {
	.innerBanner {
		height: 340px;
	}

	.innerBanner .title,
	.innerBanner .title2 {
		font-size: 42px;
		line-height: 60px;
	}

	.pager .pageList a {
		font-size: 20px;
		margin: 5px 14px;
	}

	.crumb a,
	.crumb i {
		font-size: 20px;
		line-height: 30px;
	}

	.crumb {
		padding-top: 20px;
	}

	.innerBannerRange {
		height: 80px;
	}
}

@media screen and (max-width:1333px) {
	.innerBanner {
		height: 280px;
	}

	.innerBanner .title,
	.innerBanner .title2 {
		font-size: 36px;
		line-height: 48px;
	}

	.pager .pageList a {
		font-size: 18px;
		margin: 5px 10px;
	}

	.crumb a,
	.crumb i {
		font-size: 18px;
		line-height: 28px;
	}

	.innerBannerRange {
		height: 80px;
	}
}

@media screen and (max-width:999px) {
	.innerBanner {
		height: 220px;
	}

	.innerBanner .title,
	.innerBanner .title2 {
		font-size: 28px;
		line-height: 40px;
	}

	.crumb a,
	.crumb i {
		font-size: 16px;
		line-height: 26px;
	}

	.innerBannerRange {
		height: 60px;
	}
}

@media screen and (max-width:768px) {
	.innerBanner {
		height: 180px;
	}

	.innerBanner .title,
	.innerBanner .title2 {
		font-size: 26px;
		line-height: 38px;
	}

	.pager .pageList a {
		font-size: 16px;
		margin: 5px 5px;
	}

	.innerBannerRange {
		height: 50px;
	}
}

@media screen and (max-width:538px) {

	.innerBanner .title,
	.innerBanner .title2 {
		font-size: 24px;
		line-height: 36px;
	}

	.innerBanner {
		height: 160px;
	}
}

/* footer */


footer {
	background-color: #00a0e9;
	padding: 75px 0 75px 0;
}


.fBottom {
	overflow: hidden;
}

footer .fMsg {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


footer .fLogo {
	flex-shrink: 0;
	width: 438px;
	margin-right: 20px;
}

footer .blogrolls {
	display: flex;
	align-items: center;
}


footer .blogrolls .list {
	display: flex;
	flex-wrap: wrap;
}

footer .blogrolls .list .item .sign {
	filter: grayscale(100%) brightness(500%);
	width: 40px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}


footer .blogrolls .item {
	margin: 10px 0;
	margin-left: 71px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}


footer .blogrolls .num,
footer .blogrolls .code {
	position: absolute;
	bottom: calc(100% + 20px);
	left: 50%;
	transform: translateX(-50%) translateY(50%);
	width: max-content;
	opacity: 0;
	pointer-events: none;
}

footer .blogrolls .item:hover .num,
footer .blogrolls .item:hover .code {
	opacity: 1;
	pointer-events: all;
	transform: translateX(-50%) translateY(0%);
}


footer .blogrolls .item .code img {
	display: block;
	width: 140px;
	height: 140px;
}

footer .blogrolls .item .num {
	background-color: #ffffff;
	padding: 8px 20px;
	color: #00a0e9;
	border-radius: 10px;
}

footer .blogrolls .code img{
	background-color: #ffffff;
	border-radius: 10px;
}

footer .blogrolls .item .num::after,
footer .blogrolls .code:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: calc(100% - 1px);
	width: 20px;
	height: 10px;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	background-color: #ffffff;
	z-index: -1;
}



footer .blogrolls .blogrollsBtn {
	width: 98px;
	height: 37px;
	background-color: #ffffff;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins;
	font-size: 17px;
	color: #00a0e9;
	flex-shrink: 0;
	margin-left: 42px;
	cursor: pointer;
	border: 1px solid #ffffff;
}


footer .blogrolls .blogrollsBtn:hover {
	background-color: transparent;
	color: #ffffff;
}

footer .blogrolls .item:hover .sign>img {
	transform: translateY(-5px);
}


footer .line {
	height: 1px;
	width: 100%;
	position: relative;
	margin: 77px 0 88px 0;
}

footer .line::after {
	content: "";
	position: absolute;
	height: 1px;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100vw;
	border-top: 1px dashed #ffffff;
}



footer a {
	display: inline-block;
}



footer .footerList .box {
	margin-top: 2px;
}


footer a,
footer p,
footer div {
	color: #ffffff;
	font-size: 22px;
	line-height: 32px;
	transform-origin: left center;
}


footer ul ul a:hover {
	transform: scale(1.1);
}



footer .title {
	color: #ffffff;
	font-family: Poppins;
	font-size: 32px;
	line-height: 42px;
	display: block;
}


footer a.title:hover {
	transform: scale(1.1);
	transform-origin: left center;
}

.fCertifiacte .swiper {
	margin-top: 26px;
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}


.fCertifiacte .swiper .swiper-wrapper {
	transition-timing-function: linear !important;
}


.fCertifiacte .swiper .swiper-slide {
	width: auto;
	margin-right: 41px;
	height: 70px;
}

.fCertifiacte .swiper .swiper-slide img {
	height: 100%;
	width: auto;
}

.fCertifiacte .swiper .swiper-slide:hover img {
	transform: scale(1.1);
}


.fCertifiacte .swiper .swiper-slide:last-child {
	margin-right: 0;
}




footer .footerList {
	display: flex;
	align-items: flex-start;
	margin-top: 138px;
}



footer .footerList .list:nth-child(1) {
	width: 26%;
	margin-right: 4.7%;
}

footer .footerList .list:nth-child(2) {
	width: 24%;
	margin-right: 4.4%;
}

footer .footerList .list:nth-child(3) {
	width: 40.9%;
}

footer .footerList .list>li {
	margin-top: 29px;
}

footer .footerList .list>li:nth-child(1) {
	margin-top: 0;
}

footer .footerList .list ul li {
	margin-top: 7px;
}

footer .footerList ul li:nth-child(1) {
	margin-top: 0;
}



footer .titBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


footer .titBox .menuBtn {
	display: none;
	flex-shrink: 0;
}


footer li.address,
footer li.email {
	line-height: 39px;
}

footer .footerList ul li.fGroup li.address {
	margin-top: -4px;
	width: 100%;
}


footer .footerList ul li.fGroup ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

footer .footerList ul li.fGroup li {
	width: 46%;
	margin-top: 3px;
}


footer .email a {
	word-break: break-all;
}


footer .footerList .list>li.fConInfo {
	margin-top: 23px;
}

footer .footerList .list>li.fConInfo form {
	margin-top: 8px;
}


footer .footerList .list>li.fConInfo ul li {
	height: 67px;
	background-color: #ffffff;
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


footer .footerList .list>li.fConInfo ul li:nth-child(1) {
	margin-top: 0;
}


footer form input {
	padding: 0 9px;
	flex: 1;
}


footer form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 100%;
	width: 74px;
	border-left: 1px solid #00a0e9;
}



footer form .subBtn:hover img {
	transform: scale(1.1);
}

footer form .subBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	cursor: pointer;
}


footer form .codeImg {
	flex-shrink: 0;
	width: 125px;
	height: 45px;
	background-color: #f3fbfe;
	margin-left: 20px;
	margin-right: 10px;
	cursor: pointer;
}



footer form input,
footer form textarea {
	background-color: transparent;
	width: 100%;
	height: 100%;
	font-family: Poppins-Regular;
	font-size: 24px;
}




footer form li.code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}


footer form li.code input {
	flex-shrink: 1;
	padding: 0 11px;
}


footer form li.code .codeImg {
	height: 100%;
	flex-shrink: 0;
	max-width: 91px;
	cursor: pointer;
	background-color: #f3fbfe;
}


footer form li.code .codeImg img {
	height: 100%;
}



footer form li.subBtn {
	padding: 0;
	background-color: transparent;
	width: 99.5px;
}


footer form li.subBtn input {
	background-color: #01398C;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	text-transform: uppercase;
}



footer form li.subBtn input:hover {
	background-color: #ffffff;
	color: #01398C;
}




footer form input::-webkit-input-placeholder,
footer form textarea::-webkit-input-placeholder {
	color: #d0d6da;
	font-family: Poppins-Regular;
	font-size: 24px;
}

footer form input:-moz-placeholder,
footer form textarea:-moz-placeholder {
	color: #d0d6da;
	font-family: Poppins-Regular;
	font-size: 24px;
}

footer form input::-moz-placeholder,
footer form textarea::-moz-placeholder {
	color: #d0d6da;
	font-family: Poppins-Regular;
	font-size: 24px;
}

footer form input:-ms-input-placeholder,
footer form textarea:-ms-input-placeholder {
	color: #d0d6da;
	font-family: Poppins-Regular;
	font-size: 24px;
}


footer .copyright,
footer .links,
footer .copyright a,
footer .links a {
	font-size: 16px;
	color: #666666;
}


footer .copyright a {
	display: inline;
}

footer .copyright a:hover {
	color: #ffffff;
}


footer .copyright a img {
	display: inline-block;
	margin-left: 5px;
}


@media screen and (max-width:1760px) {
	footer {
		padding: 60px 0;
	}

	footer .fLogo {
		width: 260px;
	}

	footer .blogrolls .list .item {
		margin-left: 40px;
	}


	footer .blogrolls .list .item .sign {
		width: 32px;
	}

	footer .line {
		margin: 50px 0;
	}

	footer .blogrolls .blogrollsBtn {
		font-size: 16px;
	}

	.fCertifiacte .swiper .swiper-slide {
		height: 60px;
	}

	footer .title {
		font-size: 24px;
		line-height: 34px;
	}

	footer .footerList {
		margin-top: 60px;
	}

	footer a,
	footer p,
	footer div {
		font-size: 20px;
		line-height: 30px;
	}

	footer .footerList .box {
		margin-top: 20px;
	}

	footer .footerList .list ul li {
		margin-top: 10px;
	}

	footer .footerList .list>li {
		margin-top: 40px;
	}

	footer .footerList .list>li.fConInfo ul li {
		height: 50px;
	}

	footer .footerList .list>li.fConInfo form {
		margin-top: 20px;
	}

	footer form input,
	footer form textarea {
		font-size: 20px !important;
	}

	footer form input::-webkit-input-placeholder,
	footer form textarea::-webkit-input-placeholder {
		font-size: 20px;
	}

	footer form input:-moz-placeholder,
	footer form textarea:-moz-placeholder {
		font-size: 20px;
	}

	footer form input::-moz-placeholder,
	footer form textarea::-moz-placeholder {
		font-size: 20px;
	}

	footer form input:-ms-input-placeholder,
	footer form textarea:-ms-input-placeholder {
		font-size: 20px;
	}

	footer form .subBtn img {
		width: 40px;
	}

	footer .footerList {
		justify-content: space-between;
	}

	footer .footerList .list:nth-child(n) {
		margin-right: 0;
	}
	
	footer .blogrolls .item .code img {
		display: block;
		width: 120px;
		height: 120px;
		border-radius: 5px;
	}

}

@media screen and (max-width:1333px) {

	footer {
		padding: 50px 0;
	}

	footer .blogrolls .list .item {
		margin-left: 25px;
	}

	footer .blogrolls .list .item .sign {
		width: 26px;
	}

	footer .blogrolls .blogrollsBtn {
		margin-left: 20px;
	}

	footer .fLogo {
		width: 220px;
	}

	footer .line {
		margin: 40px 0;
	}

	footer .title {
		font-size: 22px;
		line-height: 30px;
	}

	.fCertifiacte .swiper .swiper-slide {
		height: 55px;
	}

	footer .footerList {
		margin-top: 50px;
	}

	footer a,
	footer p,
	footer div {
		font-size: 18px;
		line-height: 28px;
	}

	footer .footerList ul li.fGroup li {
		width: 100%;
	}

	footer .footerList ul li.fGroup li:nth-child(n) {
		line-height: 28px;
		margin-top: 10px;
	}

	footer .footerList ul li.fGroup li:nth-child(1) {
		margin-top: 0;
	}

	footer form input,
	footer form textarea {
		font-size: 18px !important;
	}

	footer form input::-webkit-input-placeholder,
	footer form textarea::-webkit-input-placeholder {
		font-size: 18px !important;
	}

	footer form input:-moz-placeholder,
	footer form textarea:-moz-placeholder {
		font-size: 18px !important;
	}

	footer form input::-moz-placeholder,
	footer form textarea::-moz-placeholder {
		font-size: 18px !important;
	}

	footer form input:-ms-input-placeholder,
	footer form textarea:-ms-input-placeholder {
		font-size: 18px !important;
	}

	footer form .subBtn {
		width: 45px;
	}

	footer form .subBtn img {
		width: 30px;
	}

	footer .footerList .list:nth-child(3) {
		width: 45%;
	}

	/* footer .blogrolls {
		flex-direction: column;
		align-items: flex-end;
	} */

	/* 	footer .blogrolls .blogrollsBtn {
		margin-left: 0;
		margin-top: 10px;
	} */

	footer .blogrolls .item .num {
		padding: 5px 10px;
		border-radius: 5px;
	}
}

@media screen and (max-width:999px) {

	footer {
		padding-bottom: 80px;
	}

	footer .fMsg {
		flex-direction: column;
		align-items: flex-start;
	}

	footer .fLogo {
		width: 200px;
		margin-right: 0;
	}


	footer .blogrolls .list .item {
		margin-left: 0;
		margin-right: 24px;
	}

	footer .blogrolls .list .item .sign {
		width: 26px;
	}

	footer .blogrolls {
		margin-top: 20px;
	}

	.fCertifiacte .swiper .swiper-slide {
		height: 50px;
	}

	footer .footerList {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 40px;
	}

	footer .footerList .list:nth-child(n) {
		width: 100%;
		margin-bottom: 10px;
	}

	footer .footerList .list:last-child {
		margin-bottom: 0;
	}

	footer .footerList .list:nth-child(n)>li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .list:nth-child(n)>li:nth-child(1) {
		margin-top: 0;
	}

	footer a,
	footer p,
	footer div {
		font-size: 16px;
		line-height: 28px;
	}

	footer .footerList .box {
		margin-top: 10px;
		display: none;
		transition: none;
	}


	footer .footerList .box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList .box ul li {
		width: 48%;
		margin-bottom: 0;
		margin-top: 10px;
	}

	footer .footerList .list form ul li {
		margin-top: 10px;
	}


	footer .footerList .box ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .title {
		font-size: 20px;
		line-height: 30px;
	}


	footer {
		padding-top: 40px;
	}

	footer .titBox .menuBtn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 35px;
		height: 35px;
		font-size: 16px;
		color: #ffffff;
	}

	footer .titBox .menuBtn.active {
		transform: rotate(90deg);
	}


	footer .footerList .box ul li:nth-child(n) {
		margin-right: 0;
	}

	footer .footerList .list>li.fConInfo ul li:nth-child(n) {
		width: 100%;
	}

	footer form input,
	footer form textarea {
		font-size: 16px !important;
	}

	footer form input::-webkit-input-placeholder,
	footer form textarea::-webkit-input-placeholder {
		font-size: 16px !important;
	}

	footer form input:-moz-placeholder,
	footer form textarea:-moz-placeholder {
		font-size: 16px !important;
	}

	footer form input::-moz-placeholder,
	footer form textarea::-moz-placeholder {
		font-size: 16px !important;
	}

	footer form input:-ms-input-placeholder,
	footer form textarea:-ms-input-placeholder {
		font-size: 16px !important;
	}

	footer ul ul a:hover {
		transform: none;
	}

	.fCertifiacte .swiper .swiper-slide {
		height: 46px;
	}

	footer .blogrolls .item:hover .sign>img {
		transform: translateY(0);
	}

	footer .blogrolls .item.active .sign>img {
		transform: translateY(-5px)
	}

	footer .blogrolls .item:hover .num,
	footer .blogrolls .item:hover .code {
		opacity: 0;
		pointer-events: none;
		transform: translateX(-50%) translateY(50%);
	}

	footer .blogrolls .item.active .num,
	footer .blogrolls .item.active .code {
		opacity: 1;
		pointer-events: all;
		transform: translateX(-50%) translateY(0%);
	}

	footer .blogrolls .item:hover .num {
		display: none !important;
	}

}


@media screen and (max-width:768px) {
	footer .fLogo {
		width: 180px;
	}

	footer .blogrolls .list .item .sign {
		width: 24px;
	}

	footer .blogrolls .blogrollsBtn {
		font-size: 14px;
		border-radius: 3px;
		height: 36px;
	}

	footer .line {
		margin: 30px 0;
	}

	footer .title {
		font-size: 18px;
		line-height: 28px;
	}

	footer .footerList .list>li.fConInfo ul li {
		height: 45px;
	}

	footer form .codeImg {
		width: 100px;
		height: 40px;
	}

	footer .titBox .menuBtn {
		font-size: 14px;
	}

	footer .blogrolls .num,
	footer .blogrolls .code {
		left: 0;
		transform: translateX(0) translateY(50%);
	}

	footer .blogrolls .item .num::after,
	footer .blogrolls .code::after{
		transform: translateX(0) translateY(0%);
		left: 5px;
	}

	footer .blogrolls .item:hover .num,
	footer .blogrolls .item:hover .code {
		left: 0;
		transform: translateX(0) translateY(50%);
	}

	footer .blogrolls .item.active .num,
	footer .blogrolls .item.active .code {
		opacity: 1;
		pointer-events: all;
		transform: translateX(0%) translateY(0%);
	}
}


@media screen and (max-width:538px) {

	footer .footerList .fMsg ul li:nth-child(n),
	footer .footerList .box ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .fMsg ul li:nth-child(1),
	footer .footerList .box ul li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList {
		margin-top: 30px;
	}

	footer .blogrolls .list .item .sign {
		width: 22px;
	}

	.fCertifiacte .swiper .swiper-slide {
		height: 42px;
		margin-right: 36px;
	}
}



.frame {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999999999;
	top: 0;
	left: 0;
	display: none;
	transition: none;
}



.frame .box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 876px;
	max-height: 100%;
	background-color: #ffffff;
	padding: 38px 53px 40px 50px;
	max-width: calc(100% - 80px);
	overflow: auto;
	min-height: 628px;
	box-shadow: 0px 0px 80px rgba(122, 122, 122, 0.2);
	border-radius: 5px;
}


.frame .box::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #00000000;
	border-radius: 0px;
}

.frame .box::-webkit-scrollbar-thumb {
	background-color: #00a0e9;
}

.frame .box::-webkit-scrollbar-track {
	background-color: transparent;
}



.frame .tit {
	font-family: Poppins;
	font-size: 30px;
	text-align: center;
	color: #00a0e9;
	margin-bottom: 33px;
}


.frame .line {
	width: 100%;
	height: 2px;
	background-color: #00a0e9;
}


.frame .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 38px;
	position: relative;
}

.frame .list .item {
	margin: 10px 23px;
	position: relative;
}


.frame .list .item .num,
.frame .list .item .code {
	position: absolute;
	bottom: calc(100% + 30px);
	left: 50%;
	transform: translateX(-50%) translateY(50%);
	width: max-content;
	pointer-events: none;
	opacity: 0;
}


.frame .list .item:hover .num,
.frame .list .item:hover .code {
	pointer-events: all;
	opacity: 1;
	transform: translateX(-50%) translateY(0%);
}

.frame .list .item .code {
	width: 120px;
}

.frame .list .item .code img {
	display: block;
}

.frame .list .item .num {
	padding: 5px 20px;
	background-color: #00a0e9;
	border-radius: 5px;
	color: #ffffff;
}

.frame .list .item .num::after,
.frame .list .item .code::after{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: calc(100% - 1px);
	width: 20px;
	height: 10px;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	background-color: #00a0e9;
	z-index: -1;
}

.frame .list .item .code img{
	border-radius: 10px;
}

.frame .list .item .sign {
	width: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.frame .list .item:hover .sign img {
	transform: translateY(-5px);
}

.frame .closeBtn {
	position: absolute;
	top: 43px;
	right: 45px;
	cursor: pointer;
}

.frame .closeBtn i {
	color: #333333;
	font-size: 28px;
}


.frame .closeBtn:hover i {
	color: #00a0e9;
}

@media screen and (max-width:1760px) {
	.frame .box {
		min-height: 300px;
	}

	.frame .tit {
		margin-bottom: 30px;
		font-size: 26px;
		line-height: 38px;
	}

	.frame .closeBtn {
		top: 30px;
		right: 40px;
	}

	.frame .list {
		margin-top: 30px;
	}

	.frame .list .item .code {
		width: 100px;
	}

	.frame .list .item .num {
		padding: 2px 10px;
	}
}

@media screen and (max-width:1333px) {
	.frame .box {
		padding:60px 40px;
		min-height: auto;
	}

	.frame .tit {
		margin-bottom: 20px;
		font-size: 24px;
		line-height: 34px;
	}
}

@media screen and (max-width:999px) {
	.frame .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.frame .list {
		margin-top: 20px;
	}


	.frame .list .item .code {
		width: 90px;
	}

	.frame .list .item:hover .num,
	.frame .list .item:hover .code {
		pointer-events: none;
		opacity: 0;
		transform: translateX(-50%) translateY(50%);
	}


	.frame .list .item.active .num,
	.frame .list .item.active .code {
		pointer-events: all;
		opacity: 1;
		transform: translateX(-50%) translateY(0%);
	}


	.frame .list .item:hover .sign img {
		transform: translateY(0px);
	}

	.frame .list .item.active .sign img {
		transform: translateY(-5px);
	}

	.frame .list .item .num,
	.frame .list .item .code {
		bottom: calc(100% + 20px);
	}

	.frame .list .item .num {
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {
	.frame .box {
		padding: 50px 30px;
	}

	.frame .tit {
		font-size: 20px;
	}

	.frame .closeBtn {
		top: 20px;
		right: 30px;
	}

	.frame .list .item .sign {
		width: 22px;
	}

	.frame .box {
		max-width: calc(100% - 50px);
	}

	.frame .list .item .code {
		width: 90px;
	}

	.frame .list .item:hover .num,
	.frame .list .item:hover .code {
		transform: translateX(0%) translateY(50%);
	}


	.frame .list .item.active .num,
	.frame .list .item.active .code {
		transform: translateX(0%) translateY(0%);
	}

	.frame .list .item .num,
	.frame .list .item .code {
		left: 0;
		transform: translateX(0);
	}

	.frame .list .item .num::after {
		left: 12px;
	}
	.frame .list .item .num::after, .frame .list .item .code::after{
		left: 5px;
		transform: translateX(0);
	}
}

@media screen and (max-width:538px) {
	.frame .box {
		max-width: calc(100% - 30px);
	}

	.frame .list .item {
		margin: 6px 20px;
	}

	.frame .closeBtn {
		top: 15px;
		right: 15px;
	}

	.frame .box {
		padding: 50px 15px;
	}
}


/* certifiicates */

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: Poppins-Regular, Arial, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

/* video tankuang */

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}



/* kefu */
.customer {
	position: fixed;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
}

.customer div a,
.customer div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	background-color: #ffffff;
	margin-bottom: 2px;
	font-size: 24px;
	box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
}


.customer div .sign img {
	width: 40px;
}

.customer .top a {
	width: 80px;
	height: 80px;
	background-color: #ffffff;
	text-align: center;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
}


.customer .top a img {
	width: 40px;
	filter: grayscale(100%) brightness(300%);
}

.customer .top a:hover img {
	filter: grayscale(100%) brightness(1000%);
}




.customer div div {
	cursor: pointer;
}

.customer div a:hover,
.customer div div:hover {
	background-color: #00a0e9;
}

.customer div a:hover img,
.customer div div:hover img {
	filter: grayscale(100%) brightness(500%);
	transform: none;
}



.clear2 {
	display: none;
}


.customer .erImg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(50%);
	right: calc(100% + 20px);
	width: 160px;
	height: auto;
	max-width: none;
	box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.1);
	background-color: #00a0e9 !important;
	opacity: 0;
	transition: .4s ease all;
	pointer-events: none;
	z-index: -1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-radius: 5px;
}

.customer .erImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	filter: grayscale(0%) brightness(100%);
	display: block;
}


.customer .erImg .number {
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #ffffff;
	margin-top: 5px;
}


.customer div:hover .erImg {
	opacity: 1;
	transform: translateY(-50%) translateX(0%);
	pointer-events: all;
}





.customer div {
	position: relative;
}

.customer div.phone .num {
	position: absolute;
	right: calc(100% + 20px);
	box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.1);
	top: 50%;
	background-color: #00a0e9 !important;
	color: #ffffff !important;
	transform: translateY(-50%) translateX(50%);
	width: 220px;
	padding: 8px 20px;
	font-size: 16px;
	height: auto;
	transition: none;
	text-align: center;
	border-radius: 0;
	z-index: -1;
	pointer-events: none;
	opacity: 0;
	transition: .4s ease all;
	border-radius: 5px;
}

.customer div.phone:hover .num {
	display: block;
	pointer-events: all;
	opacity: 1;
	transform: translateY(-50%) translateX(0%);
}





.customer div.phone .num::after,
.customer .erImg::after {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 14px;
	clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
	background-color: #00a0e9;
}




@media screen and (max-width: 1760px) {

	.customer div a,
	.customer div div,
	.customer .top a {
		width: 60px;
		height: 60px;
		border-radius: 10px;
	}

	.customer div .sign img {
		width: 30px;
	}

	.customer .top a img {
		width: 35px;
	}
}

@media screen and (max-width: 1334px) {

	.customer div a,
	.customer div div,
	.customer .top a {
		width: 50px;
		height: 50px;
		border-radius: 5px;
	}

	.customer div .sign img {
		width: 26px;
	}

	.customer .top a img {
		width: 30px;
	}
}


@media screen and (max-width: 999px) {
	.youlian {
		display: none;
	}

	.customer .top a {
		width: 16.66%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
		background-color: #ffffff;
	}

	.customer {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		transform: translateY(0);
		box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.15);
	}

	.customer div {
		width: 16.6666666%;
		float: left;
	}

	.customer div a,
	.customer div div {
		font-size: 20px;
		height: 42px;
		margin: auto;
		width: 100%;
		background-color: #ffffff;
		border-radius: 0px;
		box-shadow: none;
	}


	.customer div:hover .erImg {
		display: block;
	}

	.customer div a:hover,
	.customer div div:hover {
		background-color: #ffffff;
		color: #333333;
	}

	.customer>div.active>div {
		background-color: #00a0e9;
	}

	.customer div a.sign:hover img,
	.customer div div.sign:hover img {
		filter: grayscale(0%) brightness(100%);
	}

	.customer div.active a.sign img,
	.customer div.active div.sign img {
		filter: grayscale(100%) brightness(500%);
	}

	.customer .erImg,
	.customer div.phone .num {
		top: auto;
		bottom: calc(100% + 10px);
		right: auto;
		left: 50%;
		transform: translateY(110%) translateX(-50%);
		display: block;
		z-index: -1;
		opacity: 0;
		transition: .4s ease all;
	}

	.customer div:hover .erImg {
		opacity: 0;
		transform: translateY(110%) translateX(-50%);
		pointer-events: none;
	}

	.customer div.phone .num {
		font-size: 14px;
		line-height: 24px;
		width: 200px;
	}

	.customer .erImg::after,
	.customer div.phone .num::after {
		left: 50%;
		top: 100%;
		transform: translateX(-50%);
		clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
		width: 14px;
		height: 10px;
	}

	.customer>div.code.active .erImg,
	.customer>div.phone.active .num {
		transform: translateY(0%) translateX(-50%);
		opacity: 1;
		pointer-events: all;
	}

	.customer .top a img {
		filter: grayscale(100%) brightness(300%);
	}

	.customer .top a:hover img {
		filter: grayscale(100%) brightness(300%);
	}


	.customer div.phone .num {
		display: none !important;
	}

}






@font-face {
	font-family: 'Poppins';
	font-display: swap;
	src: url('../fonts/PoppinsBold.eot');
	src: url('../fonts/PoppinsBold.eot') format('embedded-opentype'),
		url('../fonts/PoppinsBold.woff2') format('woff2'),
		url('../fonts/PoppinsBold.woff') format('woff'),
		url('../fonts/PoppinsBold.ttf') format('truetype'),
		url('../fonts/PoppinsBold.svg#PoppinsBold') format('svg');
}

@font-face {
	font-family: 'Poppins-Light';
	font-display: swap;
	src: url('../fonts/PoppinsLight.eot');
	src: url('../fonts/PoppinsLight.eot') format('embedded-opentype'),
		url('../fonts/PoppinsLight.woff2') format('woff2'),
		url('../fonts/PoppinsLight.woff') format('woff'),
		url('../fonts/PoppinsLight.ttf') format('truetype'),
		url('../fonts/PoppinsLight.svg#PoppinsLight') format('svg');
}

@font-face {
	font-family: 'Poppins-Regular';
	font-display: swap;
	src: url('../fonts/PoppinsRegular.eot');
	src: url('../fonts/PoppinsRegular.eot') format('embedded-opentype'),
		url('../fonts/PoppinsRegular.woff2') format('woff2'),
		url('../fonts/PoppinsRegular.woff') format('woff'),
		url('../fonts/PoppinsRegular.ttf') format('truetype'),
		url('../fonts/PoppinsRegular.svg#PoppinsRegular') format('svg');
}

@font-face {
	font-family: 'Poppins-SemiBold';
	font-display: swap;
	src: url('../fonts/PoppinsSemiBold.eot');
	src: url('../fonts/PoppinsSemiBold.eot') format('embedded-opentype'),
		url('../fonts/PoppinsSemiBold.woff2') format('woff2'),
		url('../fonts/PoppinsSemiBold.woff') format('woff'),
		url('../fonts/PoppinsSemiBold.ttf') format('truetype'),
		url('../fonts/PoppinsSemiBold.svg#PoppinsSemiBold') format('svg');
}

@font-face {
	font-family: "iconfont";
	/* Project id 4576167 */
	font-display: swap;
	src:
		url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
		url('../fonts/iconfont.woff?t=1760507314955') format('woff'),
		url('../fonts/iconfont.ttf?t=1760507314955') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-top02:before {
	content: "\e6f5";
}

.icon-kefu:before {
	content: "\e608";
}

.icon-teams_x:before {
	content: "\e604";
}

.icon-zhiding1:before {
	content: "\e7b9";
}

.icon-QQ:before {
	content: "\e882";
}

.icon-QQkongjian:before {
	content: "\e619";
}

.icon-paper-full:before {
	content: "\ea0b";
}

.icon-jian:before {
	content: "\e612";
}

.icon-xiaohongshu:before {
	content: "\e69e";
}

.icon-zhiding:before {
	content: "\e68c";
}

.icon-youjian_:before {
	content: "\e6a6";
}

.icon-chuanzhen:before {
	content: "\e6b4";
}

.icon-shangjiantou:before {
	content: "\e60f";
}

.icon-yuyan:before {
	content: "\e684";
}

.icon-dingbu:before {
	content: "\e62d";
}

.icon-Youtube:before {
	content: "\e880";
}

.icon-liuyanjianyi:before {
	content: "\e62c";
}

.icon-shangchuan:before {
	content: "\e60b";
}

.icon-youjian:before {
	content: "\e624";
}

.icon-yonghu:before {
	content: "\e6b3";
}

.icon-pinterest1:before {
	content: "\f211";
}

.icon-jia1:before {
	content: "\e632";
}

.icon-xiazai:before {
	content: "\e682";
}

.icon-xiangyoujiantou:before {
	content: "\e68b";
}

.icon-xiangyoujiantou-copy:before {
	content: "\f1eb";
}

.icon-guanbi:before {
	content: "\e611";
}

.icon-zuosanjiao:before {
	content: "\e63e";
}

.icon-yousanjiao-copy:before {
	content: "\f1e8";
}

.icon-email-s:before {
	content: "\e65e";
}

.icon-douyin:before {
	content: "\e8db";
}

.icon-xinlangweibo:before {
	content: "\e606";
}

.icon-duigou-cu:before {
	content: "\e658";
}

.icon-facebook-fill:before {
	content: "\e88d";
}

.icon-linkedin1:before {
	content: "\f1e7";
}

.icon-weixin:before {
	content: "\e695";
}

.icon-jiantou_xiangzuo_o:before {
	content: "\eb92";
}

.icon-jiantou_xiangyou_o:before {
	content: "\eb94";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-ditudingwei:before {
	content: "\e625";
}

.icon-phone3:before {
	content: "\e661";
}

.icon-doubleright:before {
	content: "\e7ef";
}

.icon-line:before {
	content: "\e63f";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-phone-:before {
	content: "\e638";
}

.icon-earth-full:before {
	content: "\e9ee";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-left7:before {
	content: "\e724";
}

.icon-tel2-copy:before {
	content: "\f212";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-twitter4:before {
	content: "\e7fe";
}