/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

#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: Arial, Helvetica, 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
}

.juse {
	color: #e61117 !important;
}

.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%;
	display: block !important;
}

.baguetteBox-button#previous-button {
	left: 2%;
	display: block !important;
}

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

input[type="submit"] {
	cursor: pointer;
}

input[type="checkbox"] {
	cursor: pointer;
}

input[type="radio"] {
	cursor: pointer;
}

img.imgyzm {
	cursor: pointer;
}

.disnone {
	display: none;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
	display: block
}

.ziti {
	font-family: Arial, Helvetica, sans-serif;
}

html {
	font-size: 62.5%;
	height: 100%;
	background-color: #fff;
}

body {
	margin: 0 auto;
	font-size: 12px;
	font-size: 1.2rem;
	max-width: 1920px;
	position: relative;
	overflow-x: hidden;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

ul li {
	list-style-type: none;
}

ul,
form,
p,
a,
img,
table,
tr,
td,
li,
dd,
dt,
dl,
span {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #333;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #333;
}

.clear {
	clear: both;
}

.maln {
	margin-left: auto !important;
}

input,
textarea {
	font-size: 12px;
	font-size: 1.2rem;
	color: #333;
	border: none;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
}

.l {
	float: left;
}

.r {
	float: right;
}

.fix {
	*zoom: 1;
}

.fix:after,
.fix:before {
	display: block;
	content: "clear";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.wp {
	position: relative;
}

.box {
	position: relative;
}

.mln {
	margin-left: 0 !important;
}

.mbn {
	margin-bottom: 0 !important;
}

.mtn {
	margin-top: 0 !important;
}

@media screen and (min-width: 1220px) {
	.wp {
		width: 1200px;
		margin: auto;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1219px) {
	.wp {
		width: 980px;
		margin: auto;
	}
}

@media screen and (max-width: 999px) {
	.wp {
		width: 95%;
		margin: auto;
	}
}































































::-webkit-input-placeholder {
	/* WebKit browsers */

	color: #a6a6a6;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: Arial, Helvetica, sans-serif;
}































































:-o-placeholder {
	/* Mozilla Firefox 4 to 18 */

	color: #a6a6a6;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: Arial, Helvetica, sans-serif;
}































































::-moz-placeholder {
	/* Mozilla Firefox 19+ */

	color: #a6a6a6;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: Arial, Helvetica, sans-serif;
	opacity: 1
}































































:-ms-input-placeholder {
	/* Internet Explorer 10+ */

	color: #a6a6a6;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: Arial, Helvetica, sans-serif;
}

/* .kefu */















































/*.container*/































































/* .head */































.head .head-top {
	background-color: #fff;
	padding-top: 16px;
	padding-bottom: 8px;
}

.head .shejiao {
	margin-top: -2px
}

.head .shejiao ul li {
	float: left;
	margin-left: 12px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.head .shejiao ul li:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

.head .shejiao ul li a {
	display: block;
}

.head .shejiao ul li a img {
	display: block;
}

.head form {
	display: block;
	width: 230px;
	border-bottom: 1px solid #eaeaea;
	position: relative;
	top: -6px;
}

.head .r1 {
	margin-left: 30px;
	margin-left: 26%;
	margin-right: 2%;
}

.head .r2 {
	margin-top: -8px;
	font-size: 14px;
	font-size: 1.4rem;
	height: 34px;
	line-height: 34px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	padding-left: 46px;
	background: url(../images/mail.png) no-repeat left center;
}

.head .r3 {
	margin-top: -8px;
	font-size: 14px;
	font-size: 1.4rem;
	height: 34px;
	line-height: 34px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	padding-left: 36px;
	margin-right: 10px;
	background: url(../images/twhatsapp.png) no-repeat left center;
}

.head .lang {
	margin-left: 20px;
	font-size: 14px;
}

.head .lang>a {
	color: #e61117;
}

.head .lang>a:hover {
	color: #333;
}

.head .r2 a,
.head .r3 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

.head .r2 a:hover,
.head .r2 a:hover {
	color: #e61117;
}

.head form .ipt {
	float: left;
	width: -webkit-calc(100% - 25px);
	width: -moz-calc(100% - 25px);
	width: calc(100% - 25px);
	display: block;
	height: 33px;
	line-height: 33px;
	text-indent: 5px;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
}

.head form .ips {
	cursor: pointer;
	float: right;
	width: 24px;
	display: block;
	height: 33px;
	background: url(../images/suosou.jpg) no-repeat center center;
}

.head-bot {
	padding-top: 20px;
	padding-bottom: 25px;
	z-index: 9999;
	border-top: 2px solid #e61117;
	background: url(../images/hd-botbg.png) repeat center center;
	position: absolute;
	width: 100%;
	top: 56px;
	left: 0;
}

.head-bot .nav1 {
	margin-top: 19px;

}

.head-bot .nav1 ul {
	margin-left: 0;
}

.head-bot .nav1 ul li {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;

	float: left;
	margin-left: 43.5px;
	padding: 15px 0 18px 0px;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

.head-bot .nav1 ul li {
	position: relative;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.head-bot .nav1 ul li>a {
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	padding-left: 5px;
	padding-right: 5px;
	text-transform: uppercase;
}

.head-bot .nav1 ul li:hover {
	background: url(../images/hongxian.png) repeat-x 0 top, url(../images/hongxian.png) repeat-x 0 bottom;
}

.head-bot .nav1 ul li:hover>a {
	color: #e61117;
}

.head-bot .nav1 ul li.hover>a {
	color: #e61117;
}

.head-bot .nav1 ul li.hover {
	background: url(../images/hongxian.png) repeat-x 0 top, url(../images/hongxian.png) repeat-x 0 bottom;
}

.head-bot .nav1 ul>li .divshow {
	text-transform: capitalize;
	font-weight: normal;
	background-color: #eee;
	position: absolute;
	top: 100%;
	left: 0%;
	z-index: 999;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 5px;
}

.head-bot .nav1 ul>li .divshow .show1 {
	width: 270px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.head-bot .nav1 ul>li .divshow .show1>a {
	background: #eee url(../images/navbg.png) no-repeat 96% center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	color: #333;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 20px;
	font-size: 14px;
	font-size: 1.4rem;
}

.head-bot .nav1 ul>li .divshow .show1 dl {
	background: #eeeeee;
	position: absolute;
	left: 100%;
	top: 0;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.head-bot .nav1 ul>li .divshow .show1 dl dd {
	background: #eeeeee;
	width: 270px;
	padding-left: 0px;
	padding-right: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.head-bot .nav1 ul>li .divshow .show1 dl dd a {
	background: #eeeeee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
	color: #333;
	padding-left: 37px;
	padding-right: 20px;
	line-height: 20px;
	font-size: 14px;
	font-size: 1.4rem;
}

.head-bot .nav1 ul>li .divshow .show1 dl dd:hover>a {
	color: #e61117;
}

.head-bot .nav1 ul>li .divshow .show1 dl dd:last-child a {
	border-bottom: 0;
}

.head-bot .nav1 ul>li .divshow .show1:hover>a {
	color: #fff;
	background: #e61117 url(../images/navbgon.png) no-repeat 96% center;
}

.head-bot .nav1 ul>li .divshow .show1:hover dl {
	display: block;
}

.head-bot .nav1 ul>li .divshow .show1:last-child>a {
	border-bottom: 0;
}

.head-bot .nav1 ul>li .divshow:hover>a {
	color: #fff;
}

.head-bot .nav1 ul>li:hover .divshow {
	display: block;
}

/*.head-bot .nav1 ul li.li1 { background: url(../images/li1.png) no-repeat left center; }*/

/*.head-bot .nav1 ul li.li1:hover { background: url(../images/li1on.png) no-repeat left center, url(../images/hongxian.png) repeat-x 0 top, url(../images/hongxian.png) repeat-x 0 bottom; }*/

/*.head-bot .nav1 ul li.li1.hover { background: url(../images/li1on.png) no-repeat left center, url(../images/hongxian.png) repeat-x 0 top, url(../images/hongxian.png) repeat-x 0 bottom; }*/

/*.head-bot .nav1 ul li.li2 { background: url(../images/li2.png) no-repeat left center; }*/

/*.head-bot .nav1 ul li.li2:hover { background: url(../images/li2on.png) no-repeat left center, url(../images/hongxian.png) repeat-x 0 top, url(../images/hongxian.png) repeat-x 0 bottom; }*/

/*.head-bot .nav1 ul li.li2.hover { background: url(../images/li2on.png) no-repeat left center, url(../images/hongxian.png) repeat-x 0 top, url(../images/hongxian.png) repeat-x 0 bottom; }*/

/*.head-bot .nav1 ul li.li3 { background: url(../images/li5.png) no-repeat left center; }*/

/*.head-bot .nav1 ul li.li3:hover { background: url(../images/li5on.png) no-repeat left center, url(../images/hongxian.png) repeat-x 0 top, url(../images/hongxian.png) repeat-x 0 bottom; }*/

/*.head-bot .nav1 ul li.li3.hover { background: url(../images/li5on.png) no-repeat left center, url(../images/hongxian.png) repeat-x 0 top, url(../images/hongxian.png) repeat-x 0 bottom; }*/

/*.head-bot .nav1 ul li.li4 { background: url(../images/li6.png) no-repeat left center; }*/

/*.head-bot .nav1 ul li.li4:hover { background: url(../images/li6on.png) no-repeat left center, url(../images/hongxian.png) repeat-x 0 top, url(../images/hongxian.png) repeat-x 0 bottom; }*/

/*.head-bot .nav1 ul li.li4.hover { background: url(../images/li6on.png) no-repeat left center, url(../images/hongxian.png) repeat-x 0 top, url(../images/hongxian.png) repeat-x 0 bottom; }*/

/*.head-bot .nav1 ul li.li5 { background: url(../images/li3.png) no-repeat left center; }*/

/*.head-bot .nav1 ul li.li5:hover { background: url(../images/li3on.png) no-repeat left center, url(../images/hongxian.png) repeat-x 0 top, url(../images/hongxian.png) repeat-x 0 bottom; }*/

/*.head-bot .nav1 ul li.li5.hover { background: url(../images/li3on.png) no-repeat left center, url(../images/hongxian.png) repeat-x 0 top, url(../images/hongxian.png) repeat-x 0 bottom; }*/

/*.head-bot .nav1 ul li.li6 { background: url(../images/li4.png) no-repeat left center; }*/

/*.head-bot .nav1 ul li.li6:hover { background: url(../images/li4on.png) no-repeat left center, url(../images/hongxian.png) repeat-x 0 top, url(../images/hongxian.png) repeat-x 0 bottom; }*/

/*.head-bot .nav1 ul li.li6.hover { background: url(../images/li4on.png) no-repeat left center, url(../images/hongxian.png) repeat-x 0 top, url(../images/hongxian.png) repeat-x 0 bottom; }*/

/*.head-bot .nav1 ul li.li7 { background: url(../images/li7.png) no-repeat left center; }*/

/*.head-bot .nav1 ul li.li7:hover { background: url(../images/li7on.png) no-repeat left center, url(../images/hongxian.png) repeat-x 0 top, url(../images/hongxian.png) repeat-x 0 bottom; }*/

/*.head-bot .nav1 ul li.li7.hover { background: url(../images/li7on.png) no-repeat left center, url(../images/hongxian.png) repeat-x 0 top, url(../images/hongxian.png) repeat-x 0 bottom; }*/




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

.carousel ul {
	width: 100%;
	height: 100%;
}

.carousel ul li {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.carousel ul li img {
	width: 100%;
	vertical-align: middle;
}

.head-bot .logo a {
	display: block;
}

.head-bot .logo a img {
	display: block;
	max-width: 100%;
	margin-top: 5px
}

.nav3 {
	display: none;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #e61117;
}

.nav3 ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.nav3 ul li a {
	font-size: 12px;
	font-size: 1.2rem;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	border-bottom: 1px solid transparent;
	text-transform: uppercase;
}

.nav3 ul li.on a {
	border-bottom: 1px solid #fff;
}

@media screen and (max-width: 1219px) {}

@media screen and (max-width: 1219px) {
	.head-bot {
		top: 54px;
		position: inherit;
		left: 0;
	}

	.head .r1 {
		margin-left: 30px;
	}
}

.head-bot .logo {
	max-width: 200px;
}

@media screen and (max-width: 1219px) {
	.head form {
		width: 150px;
	}

	.head-bot .nav1 {
		margin-top: 0;
	}

	.head-bot .nav1 ul li a {
		font-size: 14px !important;
		font-size: 1.4rem !important;
		padding-left: 3px;
		padding-right: 3px;
	}

	.head-bot .nav1 ul li {
		margin-left: 10px;
		margin-top: 16px
	}

	.nav-dots {
		display: none !important;
	}

	.head-bot .nav1 {
		margin-right: 0px;
	}

	.head-bot .logo {
		max-width: 200px;
	}

	.head-bot .nav1 ul li {
		margin-left: 15px;
	}
}

@media screen and (max-width:999px) {

	.head-bot .logo,
	.head-bot .nav1 {
		float: none;
		clear: both
	}
}

@media screen and (max-width: 767px) {
	.head .shejiao ul li {
		margin-left: 5px;
	}

	.head form {
		width: 150px;
	}

	.head .r2,
	.head .r3 {
		padding-left: 20px;
		margin-right: 20px;
	}

	.nav1 {
		display: none;
	}

	.nav3 {
		display: block;
		float: none;
		clear: both;
		width: 100%
	}

	.head-bot {
		position: static;
	}

	.head .logo {
		width: 100%;
		max-width: 200px;
		margin-left: auto;
		margin-right: auto;
	}

	.head .logo img {
		display: block;
		margin: 0 auto;
		margin-top: 0px !important;
	}

	.head-bot .logo a img {
		max-width: 100%;
	}

	.nav-arrows a:last-child,
	.nav-arrows a:first-child {
		width: 20px;
		height: 25px;
		background-size: 100% 100%;
	}
}

@media screen and (max-width: 639px) {
	.head .r1 {
		width: 100%;
		margin-left: 0;
	}

	.head form {
		width: 100%;
		top: 5px;
	}

	.head .r2,
	.head .r3 {
		width: 0;
		overflow: hidden;
	}

	.head-bot {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

/* main1 */


.main1 {
	background: url(../images/m1bg.jpg) no-repeat top center;
	padding-top: 12px;
}

.main1 img {
	display: block;
	object-fit: cover;
}

.main1 .wenzi {
	width: 580px;
}

.main1 .wenzi p {
	width: 186px;
	padding-top: 6px;
	padding-bottom: 7px;
	background: url(../images/abg.png) no-repeat right center;
	transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	-webkit-transition: 1s;
	margin-top: 60px;
}

.main1 .wenzi p a {
	transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	-webkit-transition: 1s;
	text-transform: uppercase;
	margin-left: 0;
	background: #e61117 url(../images/jiantou.png) no-repeat 118px center;
	display: block;
	width: 173px;

	height: 51px;
	line-height: 51px;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	text-indent: 23px;
}

.main1 .wenzi p:hover a {
	width: 158px;
}

.main1 .wenzi p:hover {
	/*border-radius: 10px;*/
	/*background-color: #333;*/
	color: #fff;
	width: 158px;
	text-decoration: underline;
}



.main1 .wenzi .wz-1 {
	margin-bottom: 11px;
	margin-top: 113px;
	font-family: Constantia-Bold;
}

.main1 .s_tit {
	font-family: Constantia-Bold;
	font-size: 42px;
	line-height: 47px;
	color: #333333;
	font-weight: bold;

	/*margin-bottom: 18px;*/
	text-transform: uppercase;
}

.main1 .s_tit em {
	color: red;
	font-style: normal;
	font-size: 68px;
}

.main1 .bt {
	font-family: ArialMT;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 20px;
}


.main1 .wenzi .wz-1 a {
	display: block;
}

.main1 .wenzi .wz-1 a.title {
	font-size: 68px;
	font-size: 6.8rem;
	font-weight: bold;
	text-transform: uppercase;
}

.main1 .wenzi .wz-1 a img {
	display: block;
	max-width: 100%;
}

.main1 .wenzi .wz-2 {
	margin-bottom: 13px;
}

.main1 .wenzi .wz-2 a {
	display: block;
}

.main1 .wenzi .wz-2 a img {
	display: block;
	max-width: 100%;
}

.main1 .wenzi .wz-3 {
	margin-bottom: 40px;
}

.main1 .wenzi .wz-3 a {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	color: #333;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-weight: bold
}

.main1 .wenzi .wz-3 a:hover {
	color: #e61117;
}

.main1 .wenzi .wz-4 {
	margin-bottom: 20px;
}

.main1 .wenzi .wz-4 {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	color: #333;
}

.main1 .wenzi .wz-4 a:hover {
	color: #e61117;
}

.main1 .img {
	width: 604px;
	box-sizing: border-box;
	margin-top: 80px;
	background: url(../images/m1bg1.png) no-repeat left 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.main1 .img a {
	display: block;
}

.main1 .img iframe,
.main1 .img img {
	padding-left: 27px;
	padding-bottom: 29px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	height: auto !important;
}

@media screen and (max-width: 1219px) {
	.main1 .img {
		width: 480px;
		box-sizing: border-box;
		/*background-size: 90% 90%;*/
		background: url(../images/m1bg1.png) no-repeat left 15px;
	}

	.main1 .img iframe,
	.main1 .img img {
		padding-left: 10px;
		padding-bottom: 10px;
		width: 100%;
		display: block;
		box-sizing: border-box
	}

	.main1 .wenzi {
		width: 480px;
	}

	.main1 .wenzi .wz-1 a.title {
		font-size: 40px;
		font-size: 4rem;
		font-weight: bold;
	}

	.main1 .wenzi .wz-1 {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.main1 .wenzi p {
		margin-top: 20px;
	}

	.main1 .s_tit {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 12px;
	}

	.main1 .bt {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 999px) {
	.main1 .wenzi .wz-1 {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.main1 .img {
		width: 460px;
		background-size: 90% 90%;
	}

	.main1 .wenzi {
		width: 460px;
	}

	.main1 .img video,
	.main1 .img img {
		max-width: 100% !important;
		height: auto;
		padding-left: 0;
	}

	.main1 .wenzi .wz-1 a.title {
		font-size: 20px;
		font-size: 2rem;
		font-weight: bold;
	}

	.main1 .s_tit {
		font-size: 26px;
		line-height: 32px;
		margin-bottom: 10px;
	}

	.main1 .bt {
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 979px) {
	.main1 .img {
		max-width: 100%;
		background: none;
		padding-left: 0;
		padding-bottom: 0;
		margin-top: 20px;
		float: none
	}

	.main1 .wenzi {
		width: 100%;
		float: none;
		clear: both
	}

	.main1 .img img {
		padding-left: 0;
	}

	.main1 {
		padding-top: 20px;
	}

	.main1 .wenzi .wz-3 {
		margin-bottom: 10px;
	}

	.main1 .img iframe,
	.main1 .img img {
		padding-left: 0px !important;
		padding-bottom: 0px;
		max-width: 100%;
	}

	.main1 .wenzi .wz-4 {
		margin-bottom: 21px;
	}

	.main1 .img {
		padding-top: 0 !important;
	}

	.main1 .img img {
		position: static !important;
	}
}

@media screen and (max-width: 767px) {
	.main1 .wenzi .wz-1 a img {
		max-width: 60%
	}

	.main1 .wenzi .wz-4 {
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 22px;
		color: #333;
	}

	.main1 .s_tit {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 10px;
	}
}

/* main2 */































.main2 {
	padding-bottom: 50px;
	background: url(../images/m2bg.jpg) no-repeat top center;
	padding-top: 116px;
}

.main2 .m2top img {
	display: block;
}

.main2 .m2bot {
	margin-top: 96px;
}

.main2 .m2bot img {
	display: block;
}

.main2 .m2bot .anniu {
	flex-direction: row-reverse;
}

.main2 ul li img.img4 {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.main2 ul li:hover img.img4 {
	-webkit-transform: rotate(5deg) scale(1.2);
	-moz-transform: rotate(5deg) scale(1.2);
	-ms-transform: rotate(5deg) scale(1.2);
	-o-transform: rotate(5deg) scale(1.2);
	transform: rotate(5deg) scale(1.2);
}

.main2 .m2top .img {
	width: 541px;
}

.main2 .m2top .img a {
	display: block;
}

.main2 .m2top .img a img {
	display: block;
	max-width: 100%;
}

.main2 .m2bot .img {
	width: 541px;
}

.main2 .m2bot .img a {
	display: block;
}

.main2 .m2bot .img a img {
	display: block;
	max-width: 100%;
}

.main2 .txt {
	background-color: #fff;
	padding-bottom: 0px;
}

.main2 .txt ul li {
	position: relative;
	overflow: hidden;
	float: left;
	margin-left: 14px;
}

.main2 .txt ul li .lidi a {
	display: block;
}

.main2 .txt ul li .lidi a img {
	display: block;
	width: 100%;
	max-width: 194px;
}

.main2 .txt ul li .lizz1 {
	position: absolute;
	bottom: 39px;
	left: 0;
	width: 100%;
}

.main2 .txt ul li .lizz1 a {
	font-size: 14px;
	font-size: 1.4rem;
	/*text-transform: uppercase;*/
	display: block;
	padding-top: 8px;
	padding-bottom: 7px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	background: url(../images/huise.png) repeat center center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 10px;
}

.main2 .txt ul li .lizz2 {
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
	display: none;
}

.main2 .txt ul li .lizz2 a {
	background: url(../images/hongse.png) repeat center center;
	display: block;
	padding-top: 6px;
	padding-bottom: 19px;
}

.main2 .txt ul li .lizz2 a .sp1 {
	/*text-transform: uppercase;*/
	margin-bottom: 5px;
	display: block;
	text-align: center;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 30px;
	color: #fff;
}

.main2 .txt ul li .lizz2 a .sp2 {
	margin: 5px auto 0;
	border-radius: 13px;
	display: block;
	text-align: center;
	width: 90px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background-color: #fff;
	color: #e61117;
}

.main2 .txt {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 40px;
	width: 659px;
	padding-left: 24px;
	padding-right: 20px;
	padding-bottom: 22px
}

.main2 .txt .m2-2 {
	margin-bottom: 24px;
}

.main2 .txt .m2-2 a {
	display: block;
	font-size: 30px;
	font-size: 3rem;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

.main2 .txt .m2-2 a:hover {
	color: #e61117;
}

.main2 .txt .m2-3 {
	margin-bottom: 9px;
}

.main2 .txt .m2-3 {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	color: #666;
	line-height: 26px;
}

.main2 .txt .m2-3 p {
	color: #666;
}

.main2 .txt .m2-3 p:hover,
.main2 .txt .m2-3 a:hover {
	color: #e61117;
}

.main2 .anniu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 37px;
}

.main2 .anniu::after,
.main2 .anniu::before {
	display: none !important;
}

.main2 .enter {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #666666;
}

.main2 .enter:hover {
	background-color: #e62129;
}

.main2 .btn {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	display: block;
	width: 139px;
	height: 47px;
	line-height: 47px;
	background-color: #e61117;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	outline: none;
	border: none;
	cursor: pointer;
	margin-right: 30px;
}


.main2 .m2bot .btn {
	/* margin-top: 36px; */
}

.main2 .btn1 {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	display: block;
	width: 27px;
	height: 27px;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	outline: none;
	border: none;
	cursor: pointer;
}

.main2 .m2top .btn1 {
	background: url(../images/santpn.jpg) no-repeat;
	margin-right: 30px;
	margin-top: 45px;
}

.main2 .m2bot .btn1 {
	background: url(../images/sanjaioxno.jpg) no-repeat;
	margin-lef: 30px;
	margin-top: 50px;
}

.main2 .btn:hover {
	border-radius: 10px;
	background-color: #333;
}

.main2 .m2top .btn1:hover {
	background: url(../images/sanjaiox.jpg) no-repeat;
}

.main2 .m2top {
	background: #fff
}

.main2 .m2bot {
	margin-top: 95px;
	background: #fff
}

.main2 .m2bot .txt {
	padding-right: 24px;
	background-color: #fff;
	padding-bottom: 40px;
	padding-top: 43px
}

.main2 .m2bot .txt .m2-2 {
	margin-bottom: 15px
}

.main2 .m2bot .btn1:hover {
	background: url(../images/sandicaon.jpg) no-repeat;
}

.main2 .m2bot .txt .m2-3 {
	margin-bottom: 20px;
}

@media screen and (max-width: 1219px) {
	.main2 .m2top .img {
		width: 45%;
	}

	.main2 .m2bot .img {
		width: 45%;
	}

	.main2 .txt {
		width: 55%;
		padding-left: 3%;
		padding-top: 49px;
	}

	.main2 .txt .m2-2 {
		margin-bottom: 5px;
	}

	.main2 .txt .m2-3 {
		margin-bottom: 10px;
	}

	.main2 .txt ul li {
		width: 31%;
		margin: 1% !important;
	}

	/* .main2 .btn{margin-top: 16px;} */































	.main2 .m2bot .txt {
		padding-bottom: 10px;
	}

	.main2 .m2bot .txt .m2-3 {
		margin-bottom: 20px;
	}

	/* .main2 .btn1{margintop} */































}

@media screen and (max-width: 979px) {
	.main2 {
		margin-top: 20px;
		padding-top: 20px;
		background-attachment: fixed;
		padding-bottom: 20px;
	}

	.main2 .m2top .img {
		width: 100%;
	}

	.main2 .m2bot .img {
		width: 100%;
	}

	.main2 .txt {
		width: 100%;
		padding-left: 3%;
		padding-top: 20px;
	}

	.main2 .anniu {
		padding-left: 8px;
		width: calc(100% - 8px)
	}

	.main2 .txt ul li {
		max-width: 194px;
	}
}

@media screen and (max-width: 767px) {
	.main2 .txt .m2-2 a {
		font-size: 20px;
		font-size: 2rem;
	}

	.main2 .txt .m2-3 p {
		color: #666;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
	}
}

@media screen and (max-width: 639px) {
	.main2 .txt ul li .lizz1 {
		display: none !important;
		position: static;
	}

	.main2 .txt ul li:hover .lizz1 {
		display: none !important;
	}

	.main2 .txt ul li .lizz2 {
		display: none !important;
	}
}

@media screen and (max-width: 420px) {
	.main2 .anniu .btn {
		margin-left: 0 px;
		margin-right: 0px;
		width: 120px;
		height: 30px;
		line-height: 30px;
		cursor: pointer;
	}

	.main2 .anniu .btn1 {
		margin-right: 0px;
		margin-left: 0px;
		margin-top: 35px;
	}
}

/* main3 */































.main3 {
	margin-top: 50px;
}

.main3 img {
	display: block;
	max-width: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.main3 .zuo {
	position: relative;
	overflow: hidden;
	width: 49%;
}

.main3 .you {
	position: relative;
	overflow: hidden;
	width: 49%;
}

.main3 .zuo .m3zz,
.main3 .you .m3zz {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.main3 .zuo .m3zz .m3top,
.main3 .you .m3zz .m3top {
	margin-top: 102px;
}

.main3 .zuo .m3zz .m3top a,
.main3 .you .m3zz .m3top a {
	display: block;
	text-align: center;
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
	color: #e62129;
	text-transform: uppercase;
}

.main3 .zuo .m3zz .m3mid,
.main3 .you .m3zz .m3mid {
	margin-top: 20px;
	width: 72%;
	margin-left: auto;
	margin-right: auto;
}

.main3 .zuo .m3zz .m3mid p,
.main3 .you .m3zz .m3mid p {
	display: block;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	line-height: 30px;
}

.main3 .zuo .m3zz .m3bot,
.main3 .you .m3zz .m3bot {
	margin-top: 25px;
}

.main3 .zuo .m3zz .m3bot a,
.main3 .you .m3zz .m3bot a {
	margin: 0 auto;
	width: 166px;
	height: 49px;
	line-height: 49px;
	display: block;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	/* background: #e61117; */
	border: 1px solid #333;
}

.main3 .zuo .m3zz .m3bot a:hover,
.main3 .you .m3zz .m3bot a:hover {
	background: #e61117;
	border: 1px solid #e61117;
	color: #fff;
}

.m3zz p:hover {
	color: #fff
}

.main3 .zuo .m3zz .m3bot a:hover,
.main3 .you .m3zz .m3bot a:hover,
.main3 .zuo:hover .m3bot a,
.main3 .you:hover .m3bot a {
	background: #e62129;
	color: #fff !important;
	border: 1px solid #e62129 !important;
}

.main3 .zuo .m3top a,
.main3 .you .m3top a {
	color: #e62129;
}

.main3 .zuo .m3mid p,
.main3 .you .m3mid p {
	color: 333;
}

.main3 .zuo:hover p,
.main3 .you:hover p {
	color: #fff !important;
}

.main3 .m3bot a:hover,
.main3 .zuo:hover a,
.main3 .you:hover a {
	color: #fff !important;
}

@media screen and (max-width: 1680px) {

	.main3 .zuo .m3zz .m3top,
	.main3 .you .m3zz .m3top {
		margin-top: 70px;
	}
}

@media screen and (max-width: 1400px) {

	.main3 .zuo .m3zz .m3top,
	.main3 .you .m3zz .m3top {
		margin-top: 30px;
	}
}

@media screen and (max-width: 1219px) {

	.main3 .zuo .m3zz .m3top,
	.main3 .you .m3zz .m3top {
		margin-top: 30px;
	}

	.main3 .zuo .m3zz .m3mid,
	.main3 .you .m3zz .m3mid {
		width: 90%;
		margin: 0 auto;
		max-height: 60px;
		overflow: hidden;
	}

	.main3 .zuo .m3zz .m3top a,
	.main3 .you .m3zz .m3top a {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.main3 .zuo .m3zz .m3bot a,
	.main3 .you .m3zz .m3bot a {
		height: 36px;
		line-height: 36px;
	}
}

@media screen and (max-width: 979px) {

	.main3 .zuo,
	.main3 .you {
		width: 95%;
		margin: 0 auto 15px;
		float: none;
	}

	.main3 .zuo .m3zz .m3top,
	.main3 .you .m3zz .m3top {
		margin-top: 14%;
	}
}

@media screen and (max-width:768px) {
	.main3 {
		margin-top: 20px;
	}

	.main3 .zuo .m3zz .m3top,
	.main3 .you .m3zz .m3top {
		margin-top: 10%;
	}

	.main3 .zuo .m3zz .m3top a,
	.main3 .you .m3zz .m3top a {
		font-size: 20px;
		font-size: 2rem;
	}

	.main3 .zuo .m3zz .m3bot a,
	.main3 .you .m3zz .m3bot a {
		width: 120px;
		height: 24px;
		line-height: 24px;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.main3 .m3bot a:hover,
	.main3 .zuo:hover a,
	.main3 .you:hover a,
	.main3 .you:hover p,
	.main3 .zuo:hover p {
		color: #e61117 !important;
	}
}

@media screen and (max-width:639px) {

	.main3 .zuo .m3zz .m3top,
	.main3 .you .m3zz .m3top {
		margin-top: 8%;
	}

	.main3 .zuo .m3zz,
	.main3 .you .m3zz {
		position: static;
		margin-bottom: 15px;
	}

	.main3 .zuo:hover .m3top a,
	.main3 .you:hover .m3top a {
		color: #e61117;
	}

	.main3 .zuo:hover .m3mid a,
	.main3 .you:hover .m3mid a {
		color: #333 !important;
	}

	.main3 .zuo:hover .m3bot a,
	.main3 .you:hover .m3bot a {
		color: #333 !important;
		background-color: transparent;
		border: 1px solid #333;
	}

	.m3zz:hover p {
		color: #333 !important;
	}

	.main3 .zuo .m3zz .m3top a,
	.main3 .you .m3zz .m3top a {
		color: #333 !important;
	}

	.m3zz p {
		color: #333 !important;
	}

	.main3 .zuo .m3zz .m3bot a:hover,
	.main3 .you .m3zz .m3bot a:hover {
		color: #fff !important
	}
}

/* main4 */































.main4 {
	margin-top: 50px;
	background: url(../images/m4bg.jpg) no-repeat top center;
	padding-top: 50px;
	padding-bottom: 78px;
}

.main4 .title a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-size: 4rem;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 30px;
}

.main4 .title a:hover {
	color: #e61117;
}

.main4 ul {
	margin-top: 100px;
}

.main4 ul li {
	width: 180px;
	margin-left: 74.5px;
	float: left;
}

.main4 ul li img {
	margin: 0 auto;
	display: block;
}

.main4 ul li .litop {
	margin-bottom: 24px;
}

.main4 ul li .litop img {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	position: relative;
	top: 0;
}

.main4 ul li .libot {
	padding-top: 17px;
	background: url(../images/hengxian.jpg) no-repeat top center;
}

.main4 ul li .libot a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	color: #fff;
	text-align: center;
}

.main4 ul li .libot a strong {
	font-size: 16px;
	font-size: 1.6rem;
}

.main4 ul li .libot a:hover {
	color: #e61117;
}

.main4 ul li:hover .litop img {
	top: -30px;
}

@media screen and (max-width:1219px) {
	.main4 ul {
		font-size: 0;
		letter-spacing: 0
	}

	.main4 ul li {
		width: 19%;
		margin: 0.5% !important;
		display: inline-block;
		vertical-align: top;
		float: none
	}
}

@media screen and (max-width:979px) {
	.main4 ul li .litop img {
		max-width: 90%;
	}

	.main4 {
		background: #333;
		padding-top: 15px;
		padding-bottom: 15px
	}

	.main4 ul {
		font-size: 0;
		letter-spacing: 0
	}

	.main4 ul li {
		width: 32%;
		margin: 0.5% !important;
		display: inline-block;
		vertical-align: top;
		float: none
	}
}

@media screen and (max-width:767px) {
	.main4 ul li .litop img {
		max-width: 60%;
	}

	.main4 .title a {
		font-size: 20px;
		font-size: 2rem;
	}

	.main4 ul li .libot a {
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 22px;
		color: #fff;
		text-align: center;
	}



	.main4 ul li .libot a strong {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

@media screen and (max-width:540px) {
	.main4 {
		background: #333;
		padding-top: 15px;
		padding-bottom: 15px
	}

	.main4 ul {
		margin-top: 25px;
	}

	.main4 ul li {
		width: 49%;
		margin: 0.5% !important;
	}
}

/* main5 */































.main5 {
	padding-top: 41px;
	margin-bottom: 65px;
}

.main5 .title {
	margin-bottom: 56px
}

.main5 .title a {
	display: block;
	text-align: center;
	color: #333;
	font-size: 40px;
	font-size: 4rem;
	text-transform: uppercase;
	font-weight: bold
}

.main5 .title a:hover {
	color: #e61117;
}

.main5 .more1 a {
	position: absolute;
	right: 0;
	top: 2px;
	width: 87px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	border: 1px solid #333;
	display: block;
	text-align: center;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
}

.main5 .more1 a:hover {
	color: #fff;
	background-color: #e61117;
	border: 1px solid #e61117;
}

.main5 .slideBox {
	margin-top: -30px;
}

.main5 .slideBox ul li dl dd {
	padding-bottom: 11px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 578px;
	margin-left: 44px;
	float: left;
	margin-bottom: 12px;
	background: url(../images/ddbg.png) no-repeat bottom center;
}

.main5 .slideBox ul li dl dd .tupian {
	width: 100%;
}

.main5 .slideBox ul li dl dd .tupian img {
	max-width: 100%;
	max-height: 200px;
	display: block;
}

.main5 .slideBox ul li dl dd .kuai1 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 9px;
	width: 81px;
	height: 86px;
	position: relative;
	background: #333333;
	top: 30px
}

.main5 .slideBox ul li dl dd .kuai1 span {
	display: block;
	color: #fff;
}

.main5 .slideBox ul li dl dd .kuai1 .sp1 {
	margin-bottom: 1px;
	font-size: 36px;
	font-size: 3.6rem;
	text-align: center;
}

.main5 .slideBox ul li dl dd .kuai1 .sp2 {
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}

.main5 .slideBox ul li dl dd .kuai2 {
	margin-top: 7 px;
}

.main5 .slideBox ul li dl dd .kuai2 a {
	font-size: 20px;
	font-size: 2rem;
	color: #333;
	display: block;
	text-align: center;
	padding-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.main5 .slideBox ul li dl dd .kuai3 {
	margin-top: 15px;
}

.main5 .slideBox ul li dl dd .kuai3 a {
	font-size: 14px;
	font-size: 1.4rem;
	color: #9a9a9a;
	display: block;
	text-align: center;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.main5 .slideBox ul li dl dd:hover .kuai2 a {
	color: #fff;
}

.main5 .slideBox ul li dl dd:hover .kuai3 a {
	color: #fff;
}

.main5 .slideBox ul li dl dd .kuai4 {
	margin-top: 37px;
}

.main5 .slideBox ul li dl dd .kuai4 a {
	font-size: 14px;
	font-size: 1.4rem;
	color: #9a9a9a;
	display: block;
	line-height: 24px;
	padding-right: 30px;
	background: url(../images/more.png) no-repeat right center;
}

.main5 .slideBox ul li dl dd:hover .kuai4 a {
	color: #fff;
	background: url(../images/moreon.png) no-repeat right center;
}

.main5 .slideBox ul li dl dd:hover {
	background: url(../images/ddbgon.png) no-repeat bottom center;
	color: #fff !important
}

.main5 .slideBox {
	width: 100%;
	height: 670px;
	overflow: hidden;
	position: relative;
}

.main5 .slideBox .hd {
	height: 28px;
	overflow: hidden;
	position: absolute;
	bottom: 5px;
	z-index: 1;
	width: 100%;
}

.main5 .slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	width: 100%;
	text-align: center;
}

.main5 .slideBox .hd ul li {
	display: inline-block;
	margin-right: 3px;
	margin-left: 3px;
	width: 7px;
	height: 28px;
	line-height: 84px;
	overflow: hidden;
	background: url(../images/circle.png) no-repeat center center;
	cursor: pointer;
}

.main5 .slideBox .hd ul li.on {
	background: url(../images/circleon.png) no-repeat center center;
}

.main5 .slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.main5 .slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

@media screen and (max-width:1219px) {
	.main5 .slideBox ul li dl dd {
		width: 465px;
	}

	.main5 .slideBox ul li dl dd .kuai3 a {
		overflow: hidden;
	}

	.main5 .slideBox ul li dl dd .kuai2 a {
		min-height: 40px;
	}
}

@media screen and (max-width:999px) {
	.main5 .slideBox ul li dl dd {
		width: 440px;
	}

	.main5 .slideBox ul li dl dd .kuai1 {
		top: 0px
	}
}

@media screen and (max-width:979px) {
	.main5 .slideBox ul li dl dd {
		width: 47%;
	}

	.main5 .slideBox ul li dl dd {
		margin-left: 5%;
	}

	.main5 .slideBox ul li dl dd .kuai2 a {
		overflow: hidden;
	}
}

@media screen and (max-width:768px) {
	.main5 {
		padding-top: 20px;
		margin-bottom: 20px;
	}

	.main5 .slideBox ul li dl dd {
		width: 100%;
		margin-left: 0;
		float: none;
		background: #f4f4f4;
	}

	.main5 .slideBox ul li dl dd:hover {
		background: #e61117;
	}

	.main5 .slideBox {
		height: auto;
		padding-bottom: 30px;
	}

	.main5 .title a {
		font-size: 20px;
		font-size: 2rem;
	}

	.main5 .more1 a {
		width: 60px;
		height: 24px;
		line-height: 24px;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.main5 .title {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:548px) {
	.main5 .more1 a {
		position: static;
		margin: 15px auto 0;
	}

	.main5 .slideBox {
		margin-top: 20px;
	}

	.main5 .title {
		margin-bottom: 20px;
	}
}

/* foot */


.foot .fix::after,
.foot .fix::before {
	display: none;
}




























.foot {
	background: url(../images/ftbg.png) no-repeat left top #3d3d3d;
	padding-top: 51px;
	padding-bottom: 8px;
	background-size: cover;
}

.foot.foot1 .wp1 {
	margin-top: 54px;
}

.wp1 a {
	color: #fff;
}

.foot .ft {
	float: left;
}

.foot .ft .title {
	margin-bottom: 16px;
	font-size: 20px;
	font-size: 2rem;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

.foot .ft .title a {
	font-size: 20px;
	font-size: 2rem;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

.foot .ft .title a:hover {
	color: #e61117;
}

.foot .ft .title1 {
	font-size: 14px;
	font-size: 1.4rem;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
	min-height: 30px;
}

.foot .ft .title1 a {
	font-size: 14px;
	font-size: 1.4rem;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
}

.foot .ft .title1 a:hover {
	color: #e61117;
}

.foot .ft ul li {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 32px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

.foot .ft ul li.tli1 {
	background: url(../images/dianhua.png) no-repeat left center;
	padding-left: 27px;
}

.foot .ft ul li.tli2 {
	background: url(../images/ftc-4.png) no-repeat left center;
	padding-left: 27px;
}

.foot .ft ul li.tli3 {
	background: url(../images/shouji.png) no-repeat left center;
	padding-left: 27px;
}

.foot .ft ul li.tli4 {
	background: url(../images/youxiang.png) no-repeat left center;
	padding-left: 27px;
}

.foot .ft ul li.tli5 {
	background: url(../images/youbian.png) no-repeat left center;
	padding-left: 27px;
}

.foot .ft ul li.tli6 {
	background: url(../images/dibu_add.png) no-repeat left 8px;
	padding-left: 27px;
}

.foot .ft ul li.tli7 {
	background: url(../images/cei2.png) no-repeat left 8px;
	padding-left: 27px;
}

.foot .ft ul li.tli10 {
	background: url(../images/wechat.png) no-repeat left center;
	padding-left: 27px;
}

.foot .ft ul li.notu {

	padding-left: 27px;
}

.foot .ft ul li a {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

.foot .ft ul li a:hover {
	color: #e61117;
}

.foot .ft.ft3 ul li img {
	margin-right: 2px;
	position: relative;
	top: 5px;
}

.foot .ft.ft4 ul li img {
	margin-right: 2px;
	position: relative;
	top: 5px;
}

.foot .ft dl {
	margin-top: 35px;
	text-align: left;
	justify-content: left;
	align-items: center;
}

.foot .ft dl dd {
	float: left;
	margin-left: 20px !important;
}

.foot .ft dl dd:first-child {
	margin-left: 0 !important;
}

.foot .ft dl dd a {
	display: block;
}

.foot .ft dl dd a img {
	display: block;
	/*max-width: 100%;*/
}

.foot .ft {
	width: 290px;
}

.foot .ft.ft1 {
	width: 200px;
	margin-right: 50px;
}

.foot .ft.ft2 {
	width: 180px;
	margin-right: 50px;
}

.foot .ft.ft3 {
	width: 350px;
	margin-right: 50px;
}

.foot .erweima {
	width: 300px;
	margin-right: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	display: none;
}

.foot .erweima .img,
.foot .ftiktop .img {
	margin-top: 50px;
	color: #fff;
	margin-left: auto;
	margin-right: auto;

}

.foot .erweima .img>img,
.foot .ftiktop .img>img {
	max-width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.foot .erweima .img>p,
.foot .ftiktop .img>p {
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	margin-top: 20px;
}

.links {
	margin-top: 10px;
	margin-bottom: 21px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	text-align: left;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
}

.links a {
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	margin-left: 15px;
	text-align: left;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
}

.links a:hover {
	color: #e62129;
}

.foot .wp1 p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 30px;
	color: #fff;
}

@media screen and (max-width:1219px) {
	.foot .ft dl dd {
		margin-left: 10px;
		margin-bottom: 10px;
	}

	.foot .ft.ft1 {
		width: 20%;
		margin-right: 1% !important;
		margin-left: 1% !important;
	}

	.foot .ft.ft2 {
		width: 12%;
		margin-right: 1% !important;
		margin-left: 1% !important;
	}

	.foot .ft.ft3 {
		width: 30%;
		margin-right: 1% !important;
		margin-left: 1% !important;
	}

	.foot .ft.erweima,
	.foot .ft.ftiktop {
		width: 32%;

	}

	.foot .ft dl dd {
		margin-left: 10px !important;
	}

}

@media screen and (max-width:979px) {
	.foot .ft {
		float: none;
	}

	.foot .ft dl {
		margin-top: 10px;
	}

	.foot .wp {
		font-size: 0;
		letter-spacing: 0px;
	}

	.foot .ft.ft1,
	.foot .ft.ft2,
	.foot .ft.ft3 {
		display: inline-block;
		vertical-align: top;
		float: none;
	}

	.foot .ft.ft1 {
		width: 48%;
		margin-right: 1% !important;
		margin-left: 1% !important;
		margin-bottom: 15px;
	}

	.foot .ft.ft2 {
		width: 48%;
		margin-right: 1% !important;
		margin-left: 1% !important;
	}

	.foot .ft.ft3 {
		width: 48%;
		margin-right: 1% !important;
		margin-left: 1% !important;
	}

	.foot .ft.erweima,
	.foot .ft.ftiktop {
		width: 48%;
		margin-right: 1% !important;
		margin-left: 1% !important;

	}

	.foot {
		background: url() #3d3d3d;
		padding-top: 51px;
		padding-bottom: 50px;
	}
}

@media screen and (max-width:640px) {
	.foot .ft.ft1 {
		width: 98%;
		margin-right: 1% !important;
		margin-left: 1% !important;
		margin-bottom: 15px;
	}

	.foot .ft.ft2 {
		width: 98%;
		margin-right: 1% !important;
		margin-left: 1% !important;
	}

	.foot .ft.ft3 {
		width: 98%;
		margin-right: 1% !important;
		margin-left: 1% !important;
	}

	.foot .ft.erweima {
		width: 98%;
		margin-right: 1% !important;
		margin-left: 1% !important;
	}

	.foot .erweima .img {
		max-width: 40%;

	}

	.foot .erweima .img>p {
		text-align: left;
	}

	.foot .erweima .img>img {
		margin-left: unset;
		margin-right: unset;
	}
}

@media screen and (max-width:600px) {
	.foot {
		background: #3d3d3d;
	}
}

@media screen and (max-width:639px) {
	.links {
		display: none;
	}
}

/* ======================================== product ======================================== */































.banner img {
	display: block;
	max-width: 100%;
}

/* bread */































.bread {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
	line-height: 30px;
}

.bread a {
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
	line-height: 30px;
}

.bread a:hover,
.bread a.a2 {
	color: #e61117;
}

/*goods*/































.product {
	padding-top: 21px;
}

.product .xiangqing .goods {
	width: 870px;
}

.product .xiangqing .goods .box1 {
	width: 100%;
}

.product .xiangqing .goods .box1 ul {
	width: 100%;
}

.product .xiangqing .goods .box1 ul li {
	position: relative;
	overflow: hidden;
	float: left;
	margin-left: 27px;
	width: 272px;
	margin-bottom: 40px;
}

.product .xiangqing .goods .box1 ul li input {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 999;
}

.product .xiangqing .goods .box1 ul li .lidi a {
	display: block;
}

.product .xiangqing .goods .box1 ul li .lidi a img {
	display: block;
	max-width: 100%;
}

.product .xiangqing .goods .box1 ul li .lizz1 {
	overflow: hidden;
	position: absolute;
	bottom: 41px;
	left: 0;
	width: 100%;
	height: 45px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.product .xiangqing .goods .box1 ul li .lizz1 a {
	font-size: 14px;
	font-size: 1.4rem;
	/*text-transform: uppercase;*/
	display: block;
	padding-top: 8px;
	padding-bottom: 7px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	background: url(../images/huise.png) repeat center center;
}

.product .xiangqing .goods .box1 ul li .lizz2,
.product .xiangqing .goods .box1 ul li .lizz2gwc {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
}

.product .xiangqing .goods .box1 ul li .lizz2 a,
.product .xiangqing .goods .box1 ul li .lizz2gwc a {
	background: url(../images/hongse.png) repeat center center;
	display: block;
	padding-top: 6px;
	padding-bottom: 19px;
}

.product .xiangqing .goods .box1 ul li .lizz2 a .sp1,
.product .xiangqing .goods .box1 ul li .lizz2gwc a .sp1 {
	/*text-transform: uppercase;*/
	margin-bottom: 5px;
	display: block;
	text-align: center;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 30px;
	color: #fff;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 10px;
	margin-right: 10px;
}

.product .xiangqing .goods .box1 ul li .lizz2 a .sp2 {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 5px auto 0;
	border-radius: 13px;
	display: block;
	text-align: center;
	width: 90px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background-color: #fff;
	color: #e61117;
	cursor: pointer;
}

.product .xiangqing .goods .box1 ul li:hover .lizz1 {
	height: 0;
}

.product .xiangqing .goods .box1 ul li:hover .lizz2 {
	height: 86px;
}

.product .xiangqing .goods .box1 ul li:hover .lizz2gwc {
	height: 45px;
}

/*page*/





























.product .page {
	text-align: left;
}

.page {
	position: relative;
	margin: 40px auto 82px;
}

.page {
	text-align: center;
}

.page a {
	display: inline-block;
	background-color: #fff;
	color: #333;
	margin-left: 6px;
	width: 33px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #dcdcdc;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	border-radius: 0px;
}

.page a.on,
.page a:hover {
	color: #fff;
	border: 1px solid #e61117;
	background-color: #e61117;
}

.page a.first,
.page a.big {
	width: 59px;
	margin-left: 0;
}

.page a.last {
	width: 59px;
}

.page span {
	display: inline-block;
	width: 50px;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	position: relative;
	top: 3px;
}

.no:hover {
	border: 1px solid #dcdcdc !important;
	background-color: #fff !important;
	color: #333 !important;
}

/* .page img{display: inline-block;position: relative;top: 5px;margin-left: 7px;} */































.ins {
	width: 148px;
	display: inline-block;
	height: 30px;
	line-height: 28px;
	text-align: center;
	border: none;
	outline: none;
	background-color: #e61117;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
}

/*list*/































.product .xiangqing .list {
	width: 270px;
	margin-bottom: 30px;
}

.product .xiangqing .list .title1 {
	width: 100%;
	margin-bottom: 8px;
}

.product .xiangqing .list .title1 a {
	display: block;
	width: 100%;
	;
	text-align: center;
	font-size: 22px;
	font-size: 2.2rem;
	height: 46px;
	line-height: 46px;
	color: #fff;
	background-color: #e61117;
}

.product .xiangqing .list .title1 a:hover {
	background: #333
}

.product .xiangqing .list .subNavBox {
	width: 100%;
}

.product .xiangqing .list .subNav {
	cursor: pointer;
	background: #fff;
	margin-top: 7px;
	position: relative;
	z-index: 999;
}

.product .xiangqing .list .subNav.div1 {
	margin-top: 0px;
	padding-top: 4px;
}

.product .xiangqing .list .subNav>a {
	display: block;
	line-height: 25px;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-left: 18px;
	padding-right: 25px;
	background: #eeeeee url(../images/parrow.png) no-repeat 97.5% 14px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	transition: 0s;
}

.product .xiangqing .list .subNav:hover>a {
	background: #e61117 url(../images/parrowon.png) no-repeat 97.5% 14px;
	color: #fff;
}

.product .xiangqing .list .currentDd>a {
	background: #e61117 url(../images/parrowon.png) no-repeat 97.5% 14px;
	color: #fff;
}

.product .xiangqing .list .navContent {
	margin-bottom: 7px;
	background-color: #eeeeee;
	padding-top: 3px;
	padding-bottom: 3px;
	display: none;
	position: relative;
	top: 0px;
}

.product .xiangqing .list .navContent>li a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #666666;
	padding-left: 38px;
}

.product .xiangqing .list .navContent>li a:hover,
.product .xiangqing .list .navContent .active {
	color: #e61117;
}

.product .xiangqing .list .lastest {
	padding: 0 18px;
	border: 1px solid #dcdcdc;
	margin-top: 69px;
}

.product .xiangqing .list .title2 {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 12px;
}

.product .xiangqing .list .title2 a {
	display: block;
	text-align: left;
	font-size: 24px;
	font-size: 2.4rem;
	height: 40px;
	line-height: 40px;
	color: #e61117;
	text-transform: uppercase;
}

.product .xiangqing .list .title2 a:hover {
	color: #333
}

.product .xiangqing .list .lastest dl dd {
	padding-bottom: 15px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	padding-left: 17px;
	padding-right: 17px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 35px;
	background: url(../images/ddbg1.jpg) no-repeat bottom center;
}

.product .xiangqing .list .lastest dl dd.dd2 {
	margin-bottom: 30px;
}

.product .xiangqing .list .lastest dl dd .kuai1 {
	left: -14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 9px;
	width: 66px;
	height: 70px;
	position: relative;
	background: #333333;
}

.product .xiangqing .list .lastest dl dd .kuai1 span {
	display: block;
	color: #fff;
}

.product .xiangqing .list .lastest dl dd .kuai1 .sp1 {
	margin-bottom: 1px;
	font-size: 28px;
	font-size: 2.8rem;
	text-align: center;
}

.product .xiangqing .list .lastest dl dd .kuai1 .sp2 {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}

.product .xiangqing .list .lastest dl dd .kuai2 {
	margin-top: 8px;
}

.product .xiangqing .list .lastest dl dd .kuai2 a {
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	display: block;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product .xiangqing .list .lastest dl dd .kuai2 a:hover {
	color: #e61117;
}

.product .xiangqing .list .lastest dl dd .kuai3 {
	margin-top: 2px;
}

.product .xiangqing .list .lastest dl dd .kuai3 a {
	font-size: 14px;
	font-size: 1.4rem;
	color: #9a9a9a;
	display: block;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.product .xiangqing .list .lastest dl dd .kuai3 a:hover {
	color: #e61117;
}

.product .xiangqing .list .lastest dl dd .kuai4 {
	margin-top: 10px;
}

.product .xiangqing .list .lastest dl dd .kuai4 a {
	font-size: 12px;
	font-size: 1.2rem;
	color: #999999;
	display: block;
	line-height: 24px;
	padding-right: 30px;
	background: url(../images/more.png) no-repeat right center;
}

.product .xiangqing .list .lastest dl dd .kuai4 a:hover {
	color: #e61117;
}

/*goods1*/































.product .xiangqing .goods1 {
	width: 870px;
}

/*mouse hands*/































#tsShopContainer li,
#tsShopContainer img {
	vertical-align: top;
}

#tsShopContainer {
	position: relative;
	float: left;
	margin-top: 0px;
	width: 427px;
}

#tsShopContainer #tsImgS {
	text-align: center;
	width: 100%;
	position: relative;
}

#tsShopContainer #tsImgS a {
	display: block;
	text-align: center;
	margin: 0px auto;
}

#tsShopContainer #tsImgS img {
	border: 1px;
}

#tsShopContainer #tsPicContainer {
	width: 100%;
	position: relative;
	height: 118px;
	margin-top: 19px;
}

#tsShopContainer #tsPicContainer #tsImgSArrL {
	width: 18px;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
	height: 118px;
	background: url(../images/prleft.png) no-repeat left center;
}

#tsShopContainer #tsPicContainer #tsImgSArrR {
	width: 18px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	height: 118px;
	background: url(../images/prright.png) no-repeat right center;
}

#tsShopContainer #tsPicContainer #tsImgSArrL:hover {
	background: url(../images/prlefth.png) no-repeat left center;
}

#tsShopContainer #tsPicContainer #tsImgSArrR:hover {
	background: url(../images/prrighth.png) no-repeat right center;
}

#tsShopContainer #tsPicContainer #tsImgSCon {
	position: absolute;
	top: 1px;
	left: 22px;
	width: 1px;
	overflow: hidden;
	height: 118px;
}

#tsShopContainer #tsPicContainer #tsImgSCon ul {
	width: 100%;
	overflow: hidden;
}

#tsShopContainer #tsPicContainer #tsImgSCon li {
	width: 128px;
	float: left;
	cursor: pointer;
	margin-left: 0px;
	margin-bottom: 0;
}

#tsShopContainer #tsPicContainer #tsImgSCon li a {
	display: block;
	margin: 0 4px;
	width: 120px;
}

#tsShopContainer #tsPicContainer #tsImgSCon li img {
	display: block;
	width: 120px;
	height: 118px;
}

/*































teer.js































tsScrollResize































offsetWidth*3































*/































.MagicZoomBigImageCont {
	border: 1px solid #ccc;
	background: #FFF;
}

.MagicZoomPup {
	border: 0px solid #aaa;
	background: #ffffff;
}

.MagicZoomMain {
	text-align: center !important;
	width: 92px;
}

.goods1 .content {
	width: 383px;
}

.goods1 .content .title {
	margin-top: 25px;
	margin-bottom: 9px;
}

.goods1 .content .title h1 {
	font-size: 24px;
	font-size: 2.4rem;
	color: #333;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
	/*text-transform: uppercase;*/
}

.goods1 .wenzi p strong {
	font-size: 16px;
	font-size: 1.6rem;
}

.goods1 .content .btn {
	width: 100%;
	width: 307px\9;
	max-width: 307px;
	margin-top: 30px;
	margin-bottom: 0px;
}

.goods1 .content .btn a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	width: 121px;
	border-radius: 17px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #333;
}

.goods1 .content .btn span {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	width: 121px;
	border-radius: 17px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #333;
}

.goods1 .content .btn a:hover {
	background-color: #e61117;
}

.goods1 .content .share1 {
	width: 300px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 18px;
	display: flex;
	align-items: center;
}

.goods1 .content .share1::after,
.goods1 .content .share1::before {
	display: none;
}


.goods1 .content .share1 .span {
	font-size: 18px;
	font-size: 1.8rem;
	color: #333;
	height: 26px;
	line-height: 26px;
	text-transform: uppercase;
	margin-right: 8px;
}

.goods1 .content p {
	line-height: 30px;
	color: #666;
	font-size: 16px;
	font-size: 1.6rem;
}

.at-resp-share-element .at-icon {
	width: 26px !important;
	height: 26px !important;
}

.at-style-responsive .at-share-btn {
	padding: 0 !important;
	border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
	width: 26px !important;
	height: 26px !important;
}

.at-resp-share-element .at-share-btn {
	margin-bottom: 0 !important;
	margin-right: 3px !important;
}

.protitle1 {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 36px;
}

.protitle1 a {
	text-transform: uppercase;
	font-size: 20px;
	font-size: 2rem;
	padding-bottom: 6px;
	color: #e61117;
	display: block;
	background: url(../images/xian1.png) repeat-x bottom center;
	font-weight: bold;
}

.goods1 .wenzi {
	padding-bottom: 70px;
}

.goods1 .wenzi p {
	line-height: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}

.goods1 .wenzi b {
	line-height: 26px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #666;
	margin-bottom: 26px;
	font-family: Arial, Helvetica, sans-serif;
}

.goods1 .wenzi span {
	line-height: 26px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}

.goods1 .wenzi p img {
	display: block;
	max-width: 100%;
}

.goods1 .wenzi a {
	line-height: 26px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #e61117;
}

.goods1 .wenzi table {
	width: 97%;
	border-collapse: collapse;
	line-height: 24px;
	margin-bottom: 30px;
	text-align: center;
}

.goods1 .wenzi tr td {
	line-height: 24px;
	padding: 2px;
	border: 1px solid #ccc;
	/*white-space: nowrap;*/


}

ul.rel-pro {
	margin-bottom: 115px;
}

ul.rel-pro li {
	float: left;
	margin-left: 12px;
	width: 270px;
}

/* ul.rel-pro li .libox{} */































ul.rel-pro li .img {
	border: 1px solid #dadada;
}

ul.rel-pro li .img>a {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}

ul.rel-pro li .img>a img {
	display: block;
	width: 100%;
	height: 100%;
}

ul.rel-pro li .img>a .przz {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
}

ul.rel-pro li .img>a .przz span {
	display: block;
	width: 113px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	background-color: #fff;
	text-align: center;
	margin: 89px auto 0;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
}

ul.rel-pro li .img>a .przz span:hover {
	color: #e61117;
}

ul.rel-pro li .img>a:hover .przz {
	top: 0;
}

ul.rel-pro li .wenzi1 {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 18px;
	border-top: 1px solid #dadada;
}

ul.rel-pro li .wenzi1 a {
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
}

ul.rel-pro li .wenzi1 a:hover {
	color: #e61117;
}

.img980 {
	display: none;
}

.img980 ul li {
	width: 23%;
	margin: 1%;
	float: left;
}

.img980 ul li a {
	display: block;
	width: 100%;
}

.img980 ul li a img {
	display: block;
	width: 100%;
}































































































/*pro media zhuyemian*/































@media screen and (max-width:1219px) {
	.product .xiangqing .goods {
		width: 700px;
	}

	.product .xiangqing .goods .box1 ul li {
		width: 31%;
		margin: 0 1% 2% 1% !important;
	}
}

@media screen and (max-width:999px) {
	.product .xiangqing .goods {
		width: 650px;
	}

	.product .xiangqing .list .subNav:hover .navContent {
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
	}

	.product .xiangqing .list .navContent {
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
	}

	.goods1 .wenzi .table {
		overflow: scroll;
	}

	.goods1 .wenzi table {
		width: 800px;
	}
}

@media screen and (max-width:979px) {
	.product .xiangqing .list .lastest dl dd {
		background: #f4f4f4;
	}

	.page {
		margin-bottom: 30px;
	}

	.page a {
		margin-bottom: 10px;
	}

	.product .xiangqing .goods .box1 ul li .lizz1 {
		bottom: 20px;
	}

	.product .xiangqing .goods .box1 ul li .lizz2 {
		bottom: 10px;
	}

	.product .xiangqing .goods .box1 ul li .lizz2gwc {
		bottom: 10px;
	}

	.product .xiangqing .goods {
		width: 100%;
	}

	.product .xiangqing .goods .box1 ul li {
		width: 23%;
		margin: 0 1% 2% 1% !important;
	}

	.product .xiangqing .list {
		width: 100%;
	}
}

@media screen and (max-width:900px) {
	.product .xiangqing .goods .box1 ul li {
		width: 31%;
		margin: 0 1% 2% 1% !important;
	}
}

@media screen and (max-width:500px) {
	.product .xiangqing .goods .box1 ul li {
		width: 48%;
		margin: 0 1% 2% 1% !important;
	}
}

@media screen and (max-width:320px) {
	.product .xiangqing .goods .box1 ul li {
		width: 100%;
		margin: 0 0% 2% 0% !important;
	}
}































































/*pro media xiangqingyemian*/
































@media screen and (max-width:1219px) {
	.product .xiangqing .goods1 {
		width: 700px;
	}

	.MagicZoomPup,
	.MagicZoomBigImageCont {
		display: none !important;
	}

	.MagicZoom {
		cursor: auto !important;
	}

	.left-pro {
		float: none;
		margin: 0 auto;
	}

	.product .xiangqing .goods1 .content {
		width: 255px;
	}

	.protitle1,
	.protitle2 {
		background: none;
	}

	.rel-pro li {
		width: 23%;
		margin: 1% !important;
	}
}

@media screen and (max-width:999px) {
	.product .xiangqing .goods1 .content {
		width: 100%;
		clear: both;
		float: none
	}

	.product .xiangqing .goods1 {
		width: 650px;
		clear: both;
		float: none
	}
}

@media screen and (max-width:979px) {
	.img980 {
		display: block;
	}

	.left-pro {
		display: none;
	}

	.product .xiangqing .goods1 {
		width: 100%;
		clear: both
	}

	#tsShopContainer {
		display: none;
	}
}

@media screen and (max-width:640px) {
	.product .xiangqing .goods1 .img980 ul li {
		width: 48%;
		margin: 0 1% 2% 1% !important;
	}
}

@media screen and (max-width:320px) {
	.product .xiangqing .goods1 .img980 ul li {
		width: 100%;
		margin: 0 0% 2% 0% !important;
	}

	.goods1 .content .btn a,
	.goods1 .content .btn span {
		float: none;
		margin: 15px auto 0;
	}
}

/* ======================================== about ======================================== */































.about {
	margin-top: 21px;
}

.about .ab-1 .wenzi {
	/* width: 580px; */
	width: 100%;
	float: unset;
}

.about .ab-1 .wenzi p,
.about p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 30px;
	color: #333;
	margin-bottom: 20px;
}

.about .ab-1 .wenzi .wz-1 {
	margin-top: 20px
}

.about .ab-1 .wenzi .wz-1 img {
	max-width: 100%
}

.about .ab-1 .wz-2 {
	margin-top: 5px
}

.about .ab-1 .wenzi .wz-1 a {
	display: block;
}

.about .ab-1 .wenzi .wz-1 a img {
	display: block;
	max-width: 100%;
}

.about .ab-1 .img {
	margin-top: 30px;
	width: 604px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
}

.about .ab-1 .img2 {
	width: 604px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.about .ab-1 .img a {
	display: block;
}

.about .ab-1 .img img {
	padding-left: 27px;
	padding-bottom: 29px;
	max-width: 100%;
	display: block;
}

.about .ab-1 .img2 img {
	max-width: 100%;
	display: block;
}

.about .ab-1 .img iframe body {
	width: 100%;
	padding: 0;
	margin: 0px
}

@media screen and (max-width: 1219px) {

	.about .ab-1 .img,
	.about .ab-1 .img2 {
		width: 480px;
	}

	.about .ab-1 .wenzi {
		/* width: 480px; */
	}
}

@media screen and (max-width: 999px) {
	.about {
		margin-top: 0px;
	}

	.about .ab-1 .wz-2 {
		margin-top: 10px
	}

	.about .ab-1 .img,
	.about .ab-1 .img2 {
		width: 460px;
		background-size: 90% 90%;
	}

	.about .ab-1 .wenzi {
		width: 460px;
	}

	.about .ab-1 .wenzi .wz-1 {
		margin-top: 0px;
	}

	.about .ab-1 .img video {
		max-width: 100%;
		height: auto;
		padding-left: 0px;
	}
}

@media screen and (max-width: 979px) {

	.about .ab-1 .img,
	.about .ab-1 .img2 {
		width: 100%;
		background: none;
		margin-top: 20px;
		float: none;
		clear: both;
		padding-left: 0px;
	}

	.about .ab-1 .wenzi {
		width: 100%;
	}

	.about .ab-1 .img img {
		padding-left: 0;
	}

	.about .ab-1 {
		padding-top: 20px;
	}
}

.ab-2 {
	background: url(../images/m4bg.jpg) no-repeat top center;
}

.ab-2 ul {
	padding-top: 102px;
	padding-bottom: 57px;
	margin-top: 34px;
}

.ab-2 ul li {
	width: 180px;
	margin-left: 74.5px;
	float: left;
}

.ab-2 ul li img {
	margin: 0 auto;
	display: block;
}

.ab-2 ul li .litop {
	margin-bottom: 24px;
}

.ab-2 ul li .litop img {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	position: relative;
	top: 0;
}

.ab-2 ul li .libot {
	padding-top: 17px;
	background: url(../images/hengxian.jpg) no-repeat top center;
}

.ab-2 ul li .libot a {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	color: #fff;
	text-align: center;
}

.ab-2 ul li .libot a:hover {
	color: #fff;
}

.ab-2 ul li:hover .litop img {
	top: -30px;
}

@media screen and (max-width:1219px) {
	.ab-2 ul {
		font-size: 0;
		letter-spacing: 0
	}

	.ab-2 ul li {
		width: 19%;
		margin: 0.5% !important;
		display: inline-block;
		float: none;
		vertical-align: top
	}
}

@media screen and (max-width:979px) {
	.ab-2 ul li .litop img {
		max-width: 90%;
	}

	.ab-2 {
		background: #333;
	}

	.ab-2 ul {
		font-size: 0;
		letter-spacing: 0
	}

	.ab-2 ul li {
		width: 32%;
		margin: 0.5% !important;
		display: inline-block;
		float: none;
		vertical-align: top
	}
}

@media screen and (max-width:540px) {
	.ab-2 ul li {
		width: 49%;
		margin: 0.5% !important;
	}
}

.ab-3 {
	margin-top: 58px;
}

.img-scroll3 {
	position: relative;
	z-index: 9;
	padding-top: 9px;
	margin-top: 16px;
	margin-bottom: 20px;
}

.img-scroll3 .prev3,
.img-scroll3 .next3 {
	position: absolute;
	display: block;
	width: 14px;
	height: 23px;
	top: 50%;
	margin-top: -20px;
	z-index: 999;
}

.img-scroll3 .prev3 {
	left: 0px;
	cursor: pointer;
}

.img-scroll3 .next3 {
	right: 0px;
	cursor: pointer;
}

.img-list3 {
	position: relative;
	overflow: hidden;
	z-index: 99;
	width: 1150px;
	margin: 0 auto;
}

.img-list3 ul {
	width: 9999px;
}

.img-list3 li {
	float: left;
	display: inline;
	width: 272px;
	margin-right: 20px;
}

.zhengshu {
	padding: 5px;
	/*border: 1px solid #cdcdcd;*/
	/*muban*/
}

.zhengshun {
	position: relative;
	overflow: hidden;
	max-width: 260px;
	margin: auto;
}

.zhegntu {
	width: 100%;
	max-width: 260px;
	display: block;
}

.zhengfangda {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 100%;
	z-index: 9999;
	background: #e61117;
	background: rgba(230, 33, 41, 0.4);
}

.zhengfangda img {
	width: 37px;
	height: 32px;
	position: absolute;
	left: 50%;
	margin-left: -16px;
	top: 50%;
	margin-top: -19px;
}

.img-list3 li:hover .zhengfangda {
	top: 0px;
}

.zhengzi {
	display: block;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	overflow: hidden;
	margin-top: 5px;
}

.mat {
	padding-top: 43px;
}

.zhengzi .sp2 {
	margin: 5px auto 0;
	border-radius: 13px;
	display: block;
	text-align: center;
	width: 90px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background-color: #e61117;
	color: #fff;
}

.zhengshun .lizz1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.zhengshun .lizz1 a {
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
	display: block;
	padding-top: 8px;
	padding-bottom: 7px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	background: url(../images/huise.png) repeat center center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.zhengshun .lizz2 {
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
	display: none;
}

.zhengshun .lizz2 a {
	background: url(../images/hongse.png) repeat center center;
	display: block;
	padding-top: 6px;
	padding-bottom: 19px;
}

.zhengshun .lizz2 .sp1 {
	text-transform: uppercase;
	margin-bottom: 5px;
	display: block;
	text-align: center;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 30px;
	color: #fff;
}

.zhengshun .lizz2 .sp2 {
	margin: 5px auto 0;
	border-radius: 13px;
	display: block;
	text-align: center;
	width: 90px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background-color: #fff;
	color: #e61117;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
}

.img-list3 li:hover .lizz1 {
	display: none;
}

.img-list3 li:hover .lizz2 {
	display: block;
}

.ab-4 {
	margin-top: 58px;
	margin-bottom: 71px;
}

.ab-4 .title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 30px;
	color: #333;
	margin-bottom: 27px;
}

.ab-4 ul {
	font-size: 0;
	letter-spacing: 0px;
}

.ab-4 ul li {
	width: 235px;
	margin-left: 86.66px;
	margin-bottom: 20px;
	display: inline-block;
	vertical-align: top;
}

.ab-4 ul li a {
	position: relative;
	display: block;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	line-height: 26px;
	overflow: hidden;
}

.ab-4 ul li a img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.ab-4 ul li a .a4zz {
	position: absolute;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/fangda3.png) no-repeat center center;
}

.ab-4 ul li a:hover .a4zz {
	top: 0;
}

.ab-4 ul li .libot {
	margin-top: 12px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	overflow: hidden;
	color: #333;
	line-height: 24px;
}

@media screen and (max-width:1219px) {
	.img-list3 {
		width: 856px;
	}

	.ab-4 ul li {
		width: 23% !important;
		margin: 1% !important;
	}
}

@media screen and (max-width:979px) {
	.zhengfangda {
		background: none;
		top: 0 !important;
	}

	.ab-4 ul li a .a4zz {
		top: 0 !important;
	}

	.img-list3 li .lizz1 {
		display: none;
	}

	.img-list3 li .lizz2 {
		display: none;
	}

	.img-list3 li:hover .lizz1 {
		display: none;
	}

	.img-list3 li:hover .lizz2 {
		display: none;
	}

	.zhengzi {
		display: block;
	}
}

@media screen and (max-width:930px) {
	.img-list3 ul {
		width: 1000%;
	}

	.img-list3 {
		width: 100%;
	}

	.img-list3 li {
		width: 3.2%;
		margin-right: 0.2%;
	}
}

@media screen and (max-width:768px) {
	.ab-4 ul li {
		width: 48% !important;
		margin: 1% !important;
	}
}

@media screen and (max-width:639px) {
	.img-list3 ul {
		width: 1000%;
	}

	.img-list3 {
		width: 100%;
	}

	.img-list3 li {
		width: 4.8%;
		margin-right: 0.4%;
	}
}

/* news */































.news {
	margin-top: 22px;
}

.news dl dd {
	padding-bottom: 11px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	/*	padding-left: 20px;

	padding-right: 20px;*/

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 578px;
	margin-left: 44px;
	float: left;
	margin-bottom: 92px;
	background: url(../images/ddbg.png) no-repeat bottom center;
}

.news dl dd .tupian {
	width: 100%;
}

.news dl dd .tupian img {
	max-width: 100%;
	max-height: 200px;
}

.news dl dd .kuai1 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 9px;
	width: 81px;
	height: 86px;
	position: relative;
	background: #333333;
}

.news dl dd .kuai1 span {
	display: block;
	color: #fff;
}

.news dl dd .kuai1 .sp1 {
	margin-bottom: 1px;
	font-size: 36px;
	font-size: 3.6rem;
	text-align: center;
}

.news dl dd .kuai1 .sp2 {
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}

.news dl dd .kuai2 {
	margin-top: 7px;
}

.news dl dd .kuai2 a {
	font-size: 20px;
	font-size: 2rem;
	color: #333;
	display: block;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.news dl dd .kuai3 {
	margin-top: 15px;
}

.news dl dd .kuai3 a {
	font-size: 14px;
	font-size: 1.4rem;
	color: #9a9a9a;
	display: block;
	text-align: center;
	line-height: 24px;
	height: 48px;
	margin: 0 auto;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news dl dd:hover .kuai2 a {
	color: #fff;
}

.news dl dd:hover .kuai3 a {
	color: #fff;
}

.news dl dd .kuai4 {
	margin-top: 13px;
}

.news dl dd .kuai4 a {
	font-size: 14px;
	font-size: 1.4rem;
	color: #9a9a9a;
	display: block;
	line-height: 24px;
	padding-right: 30px;
	background: url(../images/more.png) no-repeat right center;
}

.news dl dd:hover {
	cursor: pointer
}

.news dl dd:hover .kuai4 a {
	color: #fff !important;
	background: url(../images/moreon.png) no-repeat right center !important;
}

.news dl dd:hover {
	background: url(../images/ddbgon.png) no-repeat bottom center;
	color: #fff !important;
}

.news .page {
	margin-top: 0;
}

@media screen and (max-width:1219px) {
	.news dl dd {
		width: 465px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width:999px) {
	.news dl dd {
		width: 440px;
	}
}

@media screen and (max-width:979px) {
	.news dl dd {
		width: 47%;
	}

	.news dl dd {
		margin-left: 5%;
	}
}

@media screen and (max-width:768px) {
	.news dl dd {
		width: 100%;
		margin-left: 0;
		float: none;
		background: #f4f4f4;
	}

	.news dl dd:hover {
		background: #e61117;
	}
}

/* ======================================== news1 ======================================== */































.news1 {
	padding-bottom: 73px;
	padding-top: 15px;
}

.news1 .wenzi1 {
	width: 850px;
}

.news1 .wenzi1 .title {
	margin-bottom: 18px;
	margin-top: 0px;
}

.news1 .wenzi1 .title h1 {
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 13px;
	font-weight: bold;
	color: #333;
	line-height: 30px;
}

.news1 .wenzi1 .title .riqi span {
	font-size: 14px;
	font-size: 1.4rem;
	color: #999;
	padding-left: 25px;
	background: url(../images/rili.png) no-repeat left center;
}

.news1 .cont p {
	line-height: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333333;
}

.news1 .cont span {
	line-height: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333333;
}

.news1 .cont p img {
	display: block;
	max-width: 100%;
}

.news1 .cont a {
	line-height: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #e61117;
}

.news1 .cont table {
	width: 97%;
	border-collapse: collapse;
	line-height: 24px;
	margin-bottom: 30px;
}

.news1 .cont tr td {
	line-height: 24px;
	padding: 2px;
	border: 1px solid #ccc;
	white-space: nowrap;
}

.news1 .updown {
	padding-top: 20px;
	border-top: 1px dashed #ccc;
	margin-bottom: 73px;
}

.news1 .updown .up {
	margin-top: 0px;
	margin-bottom: 8px;
}

.news1 .updown .up p {
	padding-left: 23px;
	background: url(../images/xiangzuo.png) no-repeat left 5px;
}

.news1 .updown .down p {
	padding-left: 23px;
	background: url(../images/xiangyou.png) no-repeat left 5px;
}

.news1 .updown p {
	line-height: 24px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
}

.news1 .updown p a {
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
}

.news1 .updown p span {
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
}

.news1 .updown p a:hover {
	color: #e61117;
}

.news1 .dui2 {
	width: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.news1 .dui2 .d-top {
	margin-top: 5px;
}

.news1 .dui2 .d-top a {
	border-radius: 10px;
	display: block;
	width: 222px;
	height: 51px;
	line-height: 51px;
	text-align: center;
	background-color: #e61117;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 auto;
}

.news1 .dui2 .d-top a:hover {
	background: #333
}

.news1 .dui2 .d-mid {
	width: 241px;
	margin: 34px auto 25px;
}

.news1 .dui2 .d-mid .fen1 {
	line-height: 28px;
	margin-right: 10px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #e61117;
}

.news1 .dui2 .d-bot {
	padding-top: 13px;
	background-color: #fff;
}

.news1 .dui2 .d-bot .title {
	font-size: 24px;
	font-size: 2.4rem;
	text-transform: uppercase;
	margin-bottom: 13px;
}

.news1 .dui2 .d-bot .title a {
	color: #e61117;
	display: block;
	padding-left: 17px;
}

.news1 .dui2 .d-bot .cont1 dl {
	padding-bottom: 7px;
}

.news1 .dui2 .d-bot .cont1 dl dd {
	margin-bottom: 10px;
}

.news1 .dui2 .d-bot .cont1 dl dd .ddtop a {
	display: block;
}

.news1 .dui2 .d-bot .cont1 dl dd .ddtop a img {
	display: block;
	max-width: 100%;
}

.news1 .dui2 .d-bot .cont1 dl dd .ddmid {
	margin-top: 12px;
}

.news1 .dui2 .d-bot .cont1 dl dd .ddmid a {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
}

.news1 .dui2 .d-bot .cont1 dl dd .ddmid a:hover {
	color: #e61117;
}

.news1 .dui2 .d-bot .cont1 dl dd .ddmid1 {
	margin-top: 6px;

}

.news1 .dui2 .d-bot .cont1 dl dd .ddmid1 a {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	color: #666;
	line-height: 30px;
}

.news1 .dui2 .d-bot .cont1 dl dd .ddmid1 a:hover {
	color: #e61117;
}

.news1 .dui2 .d-bot .cont1 dl dd .ddbot {
	margin-top: 1px;
	padding-left: 26px;
}

.news1 .dui2 .d-bot .cont1 dl dd .ddbot span {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	color: #999999;
	line-height: 30px;
}

.news1 .dui2 .d-bot .cont1 dl .dd2 {
	margin-top: 23px;
}

.news1 .d-bot .lastest {
	padding: 0 18px;
	border: 1px solid #dcdcdc;
	margin-top: -12px;
}

.news1 .d-bot .title2 {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 12px;
}

.news1 .d-bot .title2 a {
	display: block;
	text-align: left;
	font-size: 24px;
	font-size: 2.4rem;
	height: 40px;
	line-height: 40px;
	color: #e61117;
	text-transform: uppercase;
	padding-left: 10px;
	background: url(../images/list1.jpg) no-repeat left center;
}

.news1 .d-bot .title2 a:hover {
	color: #333
}

.news1 .d-bot .lastest dl dd {
	padding-bottom: 15px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	padding-left: 17px;
	padding-right: 17px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 35px;
	background: url(../images/ddbg2.jpg) no-repeat bottom center;
}

.news1 .d-bot .lastest dl dd.dd2 {
	margin-bottom: 30px;
}

.news1 .d-bot .lastest dl dd .kuai1 {
	left: -14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 9px;
	width: 66px;
	height: 70px;
	position: relative;
	background: #333333;
}

.news1 .d-bot .lastest dl dd .kuai1 span {
	display: block;
	color: #fff;
}

.news1 .d-bot .lastest dl dd .kuai1 .sp1 {
	margin-bottom: 1px;
	font-size: 28px;
	font-size: 2.8rem;
	text-align: center;
}

.news1 .d-bot .lastest dl dd .kuai1 .sp2 {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}

.news1 .d-bot .lastest dl dd .kuai2 {
	margin-top: 8px;
}

.news1 .d-bot .lastest dl dd .kuai2 a {
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	display: block;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.news1 .d-bot .lastest dl dd .kuai2 a:hover {
	color: #e61117;
}

.news1 .d-bot .lastest dl dd .kuai3 {
	margin-top: 2px;
}

.news1 .d-bot .lastest dl dd .kuai3 a {
	font-size: 14px;
	font-size: 1.4rem;
	color: #9a9a9a;
	display: block;
	line-height: 24px;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news1 .d-bot .lastest dl dd .kuai3 a:hover {
	color: #e61117;
}

.news1 .d-bot .lastest dl dd .kuai4 {
	margin-top: 10px;
}

.news1 .d-bot .lastest dl dd .kuai4 a {
	font-size: 12px;
	font-size: 1.2rem;
	color: #999999;
	display: block;
	line-height: 24px;
	padding-right: 30px;
	background: url(../images/more.png) no-repeat right center;
}

.news1 .d-bot .lastest dl dd .kuai4 a:hover {
	color: #e61117;
}

@media screen and (max-width: 1219px) {
	.news1 .wenzi1 {
		width: 640px;
	}
}

@media screen and (max-width: 999px) {
	.news1 .wenzi1 {
		width: 600px;
	}

	.news1 .cont table {
		width: 800px;
	}

	.news1 .cont .table {
		overflow: scroll
	}
}

@media screen and (max-width: 979px) {
	.news1 .wenzi1 {
		width: -webkit-calc(100% - 330px);
		width: -moz-calc(100% - 330px);
		width: calc(100% - 330px);
	}
}

@media screen and (max-width: 639px) {
	.news1 .wenzi1 {
		width: 100%;
		float: none;
	}

	.news1 .dui2 {
		width: 100%;
	}

	.news1 .d-bot .lastest dl dd {
		background-color: #f4f4f4;
	}
}

/* ======================================== project ======================================== */































.project {
	margin-top: 22px;
}

.project ul {
	font-size: 0;
	letter-spacing: 0;
}

.project ul li {
	width: 366px;
	margin-left: 51px;
	margin-bottom: 41px;
	display: inline-block;
	vertical-align: top;
}

.project ul li a {
	display: block;
	text-align: center;
}

.project ul li a img {
	display: block;
	max-width: 100%;
}

.project ul li .libot .div1 {
	margin-top: 11px;
	margin-bottom: 11px;
}

.project ul li .libot .div1 a {
	font-size: 16px;
	font-size: 1.6rem;
	color: #252525;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.project ul li .libot .div1 a:hover {
	color: #e61117;
}

.project ul li .libot .div2 a {
	font-size: 14px;
	font-size: 1.4rem;
	color: #252525;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.project ul li .libot .div2 a:hover {
	color: #e61117;
}

.project .page {
	margin-top: 31px;
}

@media screen and (max-width: 1219px) {
	.project ul li {
		width: 31%;
		margin: 1% !important;
	}
}

@media screen and (max-width: 768px) {
	.project ul li {
		width: 48%;
		margin: 1% !important;
	}
}

@media screen and (max-width: 380px) {
	.project ul li {
		width: 98%;
		margin: 1% !important;
	}
}

/* ======================================== project 1======================================== */































.project1 {
	margin-top: 15px;
}

.project1 .xqy {
	position: relative;
}

.project1 .xqy .top1 {
	margin-bottom: 17px;
}

.project1 .xqy .top1 .title1 {
	text-align: center;
}

.project1 .xqy .top1 .title1 h1 {
	font-size: 22px;
	font-size: 2.2rem;
	color: #333;
	font-weight: bold;
	line-height: 30px;
}

.project1 .newsx p {
	line-height: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	margin-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

.project1 .newsx .xiaoptupian {
	width: 45%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	float: left
}

.project1 .newsx .xiaoptupian img {
	max-width: 100%;
	display: block
}

.project1 .newsx span {
	line-height: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

.project1 .newsx p img {
	max-width: 100%;
}

.project1 .newsx a {
	line-height: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #e61117;
}

.project1 .newsx table {
	width: 97%;
	border-collapse: collapse;
	line-height: 24px;
	margin-bottom: 30px;
}

.project1 .newsx tr td {
	line-height: 24px;
	padding: 2px;
	border: 1px solid #ccc;
	white-space: nowrap;
}

.project1 .updown {
	padding-top: 22px;
	border-top: 1px dashed #ccc;
	margin-bottom: 73px;
}

.project1 .updown .up {
	margin-top: 0px;
	margin-bottom: 9px;
}

.project1 .updown p {
	line-height: 24px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
}

.project1 .updown p a {
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
}

.project1 .updown p span {
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
}

.project1 .updown p a:hover {
	color: #e61117;
}

.project1 .updown .up p {
	padding-left: 23px;
	background: url(../images/xiangzuo.png) no-repeat left 5px;
}

.project1 .updown .down p {
	padding-left: 23px;
	background: url(../images/xiangyou.png) no-repeat left 5px;
}

/* ======================================== download ======================================== */































































.download {
	margin-top: 23px;
}

.download ul {
	padding-top: 1px;
}

.download ul li {
	padding-bottom: 15px;
	margin-bottom: 34px;
	border-bottom: 1px dashed #d1d1d1;
}

.download ul .lileft {
	width: 1000px;
	padding-left: 28px;
	background: url(../images/lileft.png) no-repeat left 4px;
}

.download ul .lileft a {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	color: #333;
}

.download ul .lileft:hover a {
	color: #e61117;
}

.download ul .lileft:hover {
	background: url(../images/lilefton.png) no-repeat left 4px;
}

.download ul .liright a {
	display: block;
	background: url(../images/yun.png) no-repeat 10px center;
	width: 136px;
	height: 34px;
	line-height: 34px;
	text-indent: 52px;
	border: 1px solid #e61117;
	color: #e61117;
	font-size: 16px;
	font-size: 1.6rem;
}

.download ul .liright a:hover {
	color: #fff;
	background-color: #e61117;
	background: url(../images/yunon.png) no-repeat 10px center;
	background-color: #e61117;
}

@media screen and (max-width: 1219px) {
	.download ul .lileft {
		width: 750px;
	}
}

@media screen and (max-width: 979px) {
	.download ul .lileft {
		width: -webkit-calc(100% - 200px);
		width: -moz-calc(100% - 200px);
		width: calc(100% - 200px);
	}
}

@media screen and (max-width: 979px) {
	.download ul .lileft {
		width: 100%;
		margin-bottom: 15px;
	}
}

/* ==========================================contact========================================= */































.contact {
	margin-bottom: 80px;
	margin-top: 7px;
}

.c_bottom {
	margin-top: 0px;
	float: left;
}

.c_top {
	float: right;
	max-width: 450px;
	width: 450px;
	margin-top: 47px;
}

.c_top ul li.li2 {
	margin-top: 57px;
}

.c_top ul li .title {
	font-size: 20px;
	font-size: 2rem;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 9px;
}

.c_top ul li .div dl {
	float: none;
	width: 100%;
}

.c_top ul li .div dl dd {
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	line-height: 36px;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.c_top ul li .div dl dd a {
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	line-height: 36px;
}

.c_top ul li .div dl dd a:hover {
	color: #e61117;
}

.c_top ul li .div dl.dl2 {
	margin-left: 42px;
}

.c_xp {
	float: left;
	width: 100%;
}

.c_xp_title {
	margin-top: 8px;
	font-size: 30px;
	font-size: 3rem;
	color: #333;
	font-weight: bold;
}

.c_xp_msg {
	padding-left: 0px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
	line-height: 30px;
	margin-top: 9px;
	margin-bottom: 20px;
	max-width: 660px;
}

.c_div1 {
	padding-bottom: 23px;
}

.c_div2 {
	padding-bottom: 23px;
}

.c_div3 {
	padding-bottom: 26px;
}

.c_bt1 {
	text-indent: -1px;
	color: #ff0000;
	font-size: 20px;
	font-size: 2rem;
	width: 14px;
	padding-left: 0px;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-top: 17px;
}

.c_div3 .c_bt1 {
	margin-top: 11px;
}

.c_input,
.c_input2,
.c_textarea,
.c_captcha {
	text-indent: 12px;
	float: left;
	border: solid 1px #d2d2d2;
	color: #a6a6a6;
	font-size: 14px;
	font-size: 1.4rem;
	background: #fff;
}

.c_input,
.c_input2,
.c_captcha {
	height: 52px;
	line-height: 50px;
}

.c_input {
	width: 309px;
}

.c_input2 {
	width: 638px;
}

.c_textarea {
	width: 644px;
	float: left;
	line-height: 26px;
	height: 104px;
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
}

.c_captcha {
	width: 175px;
}

.c_yzm {
	float: left;
	cursor: pointer;
	margin-left: 22px;
}

.c_send {
	float: right;
	cursor: pointer;
	/*margin-left:34px;*/

	font-family: Arial, Helvetica, sans-serif;
	width: 246px;
	height: 54px;
	line-height: 52px;
	text-align: center;
	color: #fff;
	background: #e61117;
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 1px;
}

/* .c_send:hover{ background:#aaaaaa; transition:0.5s;-moz-transition:0.5s;-o-transition:0.5s;-webkit-transition:0.5s; } */































































.c_top ul li .div dl dd {
	padding-left: 24px;
}

.c_top ul li .div .dl1 .dd1 {
	background: url(../images/c1-1.png) no-repeat left center;
}

.c_top ul li .div .dl1 .dd2 {
	background: url(../images/c1-6.png) no-repeat left center;
}

.c_top ul li .div .dl1 .dd3 {
	background: url(../images/c1-10.png) no-repeat left center;
}

.c_top ul li .div .dl1 .dd4 {
	background: url(../images/c1-2.png) no-repeat left center;
}

.c_top ul li .div .dl1 .dd6 {
	background: url(../images/c1-61.png) no-repeat left 12px;
	padding-left: 24px;
}

.c_top ul li .div .dl1 .dd7 {
	background: url(../images/c1-11.png) no-repeat left 12px;
	padding-left: 24px;
}

.c_top ul li .div .dl1 .dd5,
.c_top ul li .div .dl2 .dd5 {
	background: url(../images/c1-11.png) no-repeat left center;
	padding-left: 24px;
}

.contact .map {
	margin-top: 59px;
}

.contact .map img {
	display: block;
	max-width: 100%;
}

@media screen and (max-width:1219px) {
	.c_top ul li .div dl.dl2 {
		margin-left: 0;
	}

	.c_xp {
		width: 100%;
	}

	.c_nr1 {
		width: 48%;
	}

	.c_input {
		width: 90%;
	}

	.c_top {
		width: 300px;
	}

	.c_input2,
	.c_textarea {
		width: 95%;
	}

	.c_send {
		margin-left: 15px;
		float: left;
		margin-top: 20px;
		width: 95%;
	}
}

@media screen and (max-width:999px) {
	.contact {
		margin-bottom: 30px;
	}

	.contact .map {
		margin-top: 20px;
	}

	.c_xp {
		margin: 0 auto;
	}

	.c_top {
		margin: 0 auto;
	}

	.c_top ul li .div dl.dl2 {
		margin-left: 20px;
	}

	.c_bottom {
		width: 100%;
		float: none;
	}

	.c_top {
		width: 100%;
		float: none;
		margin-top: 30px;
	}

	.c_lx1 {
		width: 100%;
		margin-bottom: 20px;
	}

	.c_lx2,
	.c_lx3 {
		width: 50%;
	}

	.c_lx1 .c_lx_right {
		width: 85% !important;
	}

	.c_map {
		width: 100%;
		float: none;
		margin: 0 auto;
		text-align: center;
	}

	.c_xp {
		float: none;
		width: 100%;
		max-width: 800px;
		margin-top: 0px;
	}

	.c_xp_title {
		text-align: center;
	}

	.c_captcha {
		width: 250px;
	}

	.c_send {
		float: left;
		margin-left: 14px;
	}
}

@media screen and (max-width:879px) {
	.c_send {
		margin-left: 15px;
		width: 95%;
		margin-top: 20px;
	}

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

@media screen and (max-width:819px) {
	.c_lx_nr {
		width: 100%;
		float: none;
	}

	.c_lx_right,
	.c_lx1 .c_lx_right {
		width: 80% !important;
	}

	.c_lx1 .c_lx_pic,
	.c_lx2 .c_lx_pic,
	.c_lx3 .c_lx_pic {
		width: 90px;
	}
}

@media screen and (max-width:579px) {
	.c_div1 {
		padding-bottom: 0px;
	}

	.c_div2,
	.c_div3 {
		padding-bottom: 15px;
	}

	.c_nr1 {
		float: none;
		width: 100%;
		padding-bottom: 15px;
	}

	.c_input,
	.c_input2,
	.c_textarea,
	.c_captcha,
	.c_send {
		width: 90%;
	}

	.c_yzm {
		margin-top: 15px;
		margin-left: 15px;
	}

	.c_input,
	.c_input2,
	.c_captcha,
	.c_send {
		height: 40px;
		line-height: 38px;
	}

	.c_bt1 {
		margin-top: 0px;
		line-height: 40px;
		height: 40px;
	}

	.c_title {
		font-size: 30px;
		font-size: 3rem;
		line-height: 38px;
	}

	.c_msg {
		margin-top: 10px;
	}
}

@media screen and (max-width:519px) {

	.c_lx_right,
	.c_lx1 .c_lx_right {
		width: 75% !important;
	}

	.c_top ul li .div dl.dl2 {
		margin-left: 0px;
		float: right;
	}
}

@media screen and (max-width:430px) {
	.c_top ul li .div dl {
		width: 100%;
	}
}

@media screen and (max-width:375px) {}

@media screen and (max-width:439px) {
	.c_lx_pic {
		width: 100%;
		text-align: center;
		margin: 0 auto;
		float: none;
	}

	.c_lx_right,
	.c_lx1 .c_lx_right {
		float: none;
		width: 100% !important;
		text-align: center;
	}
}

.cnzz {
	display: block;
}

.slide {
	position: relative;
}

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

.slide .carouse .slideItem {
	width: 100%;
	position: absolute;
	cursor: pointer;
}

.slide .carouse .slideItem .banner-img {
	width: 100%;
}

.slide .console {
	height: 57px;
	display: inline-block;
	width: 35px;
	position: absolute;
	top: 40%;
}

.slide .dotList {
	position: absolute;
	width: 100%;
	bottom: 24px;
	text-align: center;
}

.slide .dotList ul li {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #fff;
	margin: 0 8px;
	cursor: pointer;
}

.slide .dotList ul li.active {
	background: #ffc523;
	width: 14px;
}

.slide .carousel-control {
	position: absolute;
	top: 50%;
	width: 41px;
	height: 90px;
	z-index: 9;
	margin-top: -45px;
}

.slide .carousel-control.left {
	left: 1%;
	background-image: url("../images/arrow-left.png");
	background-repeat: no-repeat;
	cursor: pointer;
}

.slide .carousel-control.right {
	right: 1%;
	background-image: url("../images/arrow-right.png");
	background-repeat: no-repeat;
	cursor: pointer;
}

.slide .dotList ul li {
	cursor: pointer;
	background: url(../images/circle.png) no-repeat center center;
	font-size: 0px;
	margin-left: 3.5px;
	margin-right: 3.5px;
	border: none;
	outline: none;
	width: 7px;
	height: 28px;
}

.slide .dotList ul li.active {
	background: url(../images/circleon.png) no-repeat center center;
}

.slide .slidedetail {
	display: none;
}

.m-repro {
	margin-top: 47px;
	overflow: hidden;
	clear: both
}

.m-repro .repro-hd {
	position: relative;
}

.m-repro .repro-title {
	line-height: 1.2;
	font-size: 30px;
	font-size: 3rem;
	color: #333;
	text-transform: uppercase;
}

.m-repro .repro-title a {
	color: #333;
}

.m-repro .repro-title a:hover {
	color: #e61117
}

.m-repro .repro-btn {
	position: absolute;
	top: 50%;
	margin-top: -9px;
	display: block;
	width: 10px;
	height: 17px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.m-repro .repro-btn.prev {
	right: 35px;
}

.m-repro .repro-btn.prev:hover {}

.m-repro .repro-btn.next {
	right: 0;
}

.m-repro .repro-btn.next:hover {}

.m-repro .repro-bd {
	margin-top: 26px;
}

.m-repro .repro-list {
	width: 100%;
	overflow: hidden;
}

.m-repro .list-item {
	position: relative;
	float: left;
	margin-bottom: 33px;
	margin-left: 2.666%;
	width: 23%;
	border: solid 1px #ededed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.m-repro .list-item img {
	max-width: 100%;
	display: block
}

.m-repro .item-title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.m-repro .item-title a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: rgba(68, 68, 68, 0.4);
	background-color: #444 \9;
}

.m-repro .item-title a:hover {
	background-color: rgba(68, 68, 68, 0.48);
	background-color: #444 \9;
}

@media screen and (max-width: 1219px) {
	.m-repro .repro-hd {
		background: none;
	}

	.slide .dotList {
		position: absolute;
		width: 100%;
		bottom: 0%;
		text-align: center;
	}
}

@media screen and (max-width: 999px) {
	.slide .dotList {
		display: none
	}
}

@media screen and (max-width: 767px) {
	.m-repro .repro-title {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.m-repro .item-title {
		position: relative;
	}

	.m-repro .item-title a {
		height: 30px;
		line-height: 30px;
		padding: 0 20px;
		background: none;
		color: #333;
	}

	.slide .carousel-control {
		position: absolute;
		top: 50%;
		width: 20px;
		height: 44px;
		z-index: 999;
		margin-top: -22px;
	}

	.slide .carousel-control.left,
	.slide .carousel-control.right {
		background-size: 100% 100%;
		cursor: pointer
	}
}

@media screen and (max-width: 480px) {
	.m-repro .list-item {
		margin-left: 1% !important;
		margin-right: 1% !important;
		width: 48%;
	}
}

/*.container*/































































.container {
	width: 5px;
	height: 100%;
	position: absolute;
	right: 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	z-index: 999999999999999;
	cursor: pointer;
	position: fixed;
	top: -5px;
	right: 0;
	display: block;
}

.container .nav {
	overflow: hidden;
	width: 300px;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 0px;
	right: 0;
	display: none;
	height: auto;
	overflow: scroll;
}

.container .nav form {
	margin: 15px auto;
	width: 258px;
	height: 26px;
	border: 1px solid #fff;
}

.container .nav form .iptc {
	box-sizing: border-box;
	padding-left: 15px;
	background-color: #fff;
	width: 80%;
	height: 26px;
	line-height: 26px;
	display: block;
	float: left;
}

.container .nav form .ipsc {
	width: 20%;
	height: 26px;
	line-height: 26px;
	display: block;
	float: right;
	background: #fff url(../images/dtu1.png) no-repeat center center;
}

.container .nav>ul {
	display: none;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: scroll;
	padding-top: 45px;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff
}

.container .nav>ul>li {
	line-height: 40px;
	font-size: 12px;
	font-size: 1.2rem;
	text-indent: 20px;
	position: relative;
	color: #fff
}

.container .nav>ul>li .addition {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 10px;
	background: url("../fonts/shizi.png") no-repeat center center;
}

.container .nav>ul>li .addition.fa:before {
	margin-right: 5px;
	color: #fff;
	text-indent: 0;
}

.container .nav>ul>li>a {
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	display: block;
	margin-right: 50px;
}

.container .nav>ul>li>a span {
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
}

.container .nav>ul>li .c-show {
	display: none;
	width: 100%;
}

.container .nav>ul>li .c-show1 .c-s1 {
	position: relative;
	padding-left: 15px;
}

.container .nav>ul>li .c-show1 .c-s1>a {
	margin-right: 50px;
	position: relative;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px;
}

.container .nav>ul>li .c-show1 .c-s1>a span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}

.container .nav>ul>li .c-show1 .c-s1>.c-show2 {
	position: relative;
}

.container .nav>ul>li .c-show1 .c-s1>.c-show2 .c-s2 {
	position: relative;
}

.container .nav>ul>li .c-show1 .c-s1>.c-show2 .c-s2>a {
	margin-right: 50px;
	padding-left: 25px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff !important;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px;
}

.container .nav>ul>li .c-show1 .c-s1>.c-show2 .c-s2>a span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
}

.container .nav>ul>li .c-show1 .c-s1 .c-s2 .c-show3 {
	position: relative;
}

.container .nav>ul>li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a {
	margin-right: 50px;
	text-indent: 50px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 30px;
}

.container .nav>ul>li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff !important;
}

.container .nav>ul>dl {
	padding: 20px;
}

.container .nav>ul>dl dd {
	float: left;
	margin: 0 2px;
}

.container .menubtn {
	width: 23px;
	height: 18px;
	position: absolute;
	top: 20px;
	right: 12px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	z-index: 9999;
	cursor: pointer
}

.container .menubtn span {
	display: block;
	width: 100%;
	height: 3px;
	margin-bottom: 3px;
	background-color: #e61117;
}

@media screen and (min-width: 1000px) {

	.clear2,
	.container .menubtn {
		display: none;
	}
}

@media screen and (max-width:999px) {

	.head .r2,
	.head .lang {
		display: none
	}

	.yuyam {
		float: left;
	}
}

.zanwu {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 25px;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #333
}

.list_cart {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px
}

.list_cart a {
	display: inline-block;
	height: 26px;
	width: 220px;
	line-height: 25px;
	cursor: pointer;
	border: none;
	overflow: hidden;
	color: #fff;
	cursor: pointer;
	background: #e61117;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	margin-left: 10px;
}

@media screen and (max-width:999px) {
	.list_cart a {
		width: 40%;
		margin-left: 2.5%;
		margin-right: 2.5%;
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media screen and (max-width:420px) {
	.list_cart a {
		width: 95% !important;
		float: none;
		overflow: hidden;
		margin-bottom: 1rem;
		margin-bottom: 1rem
	}
}

.shuxp_c {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #333
}

.shouyebaa {
	margin-top: 106px;
}

@media screen and (min-width: 1220px) and (max-width: 1920px) {
	.neiyegag {
		margin-top: 120px
	}
}

@media screen and (min-width: 1220px) and (max-width: 1440px) {
	.shouyebaa {
		margin-top: 120px
	}
}

@media screen and (max-width:1219px) {
	.neiyegag {
		margin-top: 0px
	}
}

@media screen and (max-width:1219px) {
	.shouyebaa {
		margin-top: 0px
	}
}

.neiyegag .dotList {
	display: none !important
}

.shuxp_c a:hover {
	color: #e61117 !important
}

.at-resp-share-element .at4-share-count-container {
	text-decoration: none;
	float: right;
	padding-right: 15px;
	line-height: 25px !important;
}

.yuyam img {
	margin-left: 5px
}

tr:nth-child(2n) {
	background-color: #e1b8ba
}

.lv:first-child {
	margin-bottom: 50px;
}

.lv p {
	font-size: 18px;
	font-weight: 600;
	color: #1800C6;
	padding: 5px 0 10px 0;
}

.lv span {
	font-size: 18px;
	font-weight: 600;
	color: #333;
}

.lv div {
	padding: 5px 0;
	font-size: 18px;
}

@media screen and (max-width:999px) {
	.lv:first-child {
		margin-bottom: 20px;
	}
}

.c_textarea.a2 {
	height: 52px;
	line-height: 50px;
}

.lv div a:hover {
	color: #1800C6;
}

.tc {
	position: fixed;
	top: 25%;
	left: 0;
	width: 300px;
	height: 300px;
	z-index: 99999;
}

.tc img {
	width: 100%;
}

.xh {
	display: inline-block;
	float: right;
	font-size: 22px;
	position: absolute;
	right: 0px;
	z-index: 999999;
	padding: 5px 5px;
	cursor: pointer;
}

@media screen and (max-width:567px) {
	.tc {
		width: 185px;
	}
}

.downbtn {
	margin: 0 auto;
	margin-top: 15px;
	display: block;
	width: 105px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	background: #e61117 url('../images/yun1.png') no-repeat 14% center;
	padding-left: 30px;
	color: #fff;
	border: solid 1px #e61117;
}

.downbtn:hover {
	background: #fff url('../images/yun.png') no-repeat 14% center;
	color: #e61117;
}

.top20 {
	margin-top: 30px;
}

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

}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}

.fencRight {
	position: relative;
}

.fencRight .boIcon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 97px;
	height: 97px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.2s;
	transform: translate(-50%, -50%);
	cursor: pointer
}

.fencRight .boIcon span {
	width: 97px;
	height: 97px;
	background: url('../images/bofang.png') no-repeat left center;
	text-align: center;
}

.kefu {
	position: fixed;
	z-index: 99999999;
	top: 20%;
	margin-top: -69px;
	right: 0px;
	width: 105px;
}

.kefu_top {}

.kefu li {
	margin-top: 4px;
	line-height: 30px;
}

.kefu li a {
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	display: block;
}

.kefu li a:hover {
	color: #1a95e1;
}

#online_qq_tab {
	margin: 0px;
	text-align: center;
}

#online_qq_tab a {
	display: block;
	overflow: hidden;
	margin: 0 auto;
}

#online_qq_tab a#floatShow {
	background: url(../images/kefu2.jpg);
	width: 45px;
	height: 140px;
	right: 0px;
	position: absolute;
	margin-top: 10px;
}

#online_qq_tab a#floatHide {
	width: 105px;
	height: 23px;
	margin-top: 0px;
	margin-left: 0px;
	position: absolute;
}

.firstRow {
	background: #8596b0;
}

.ken {}

.ken a {
	display: block;
	line-height: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 4px;
	padding-left: 37px;
}

.ken a:hover {
	color: #e61117;
}

.kes {
	background: #333 url(../images/cei1.png) no-repeat 10px center;
	color: #fff;
}

.keapp {
	background: #333 url(../images/cei2.png) no-repeat 10px center;
	color: #fff;
}

@media screen and (max-width:639px) {
	.kefu_top {
		display: none;
	}

	#onlineService>a {
		display: none
	}

	.kefu {
		top: auto;
		margin-top: auto;
		right: auto;
		width: 100%;
		bottom: 0px;
		left: 0px;
	}

	.kefu a {
		width: 50%;
		float: left;
		padding-left: 0px;
		text-align: center;
		background: #333;
		line-height: 45px
	}

	.dibu {
		padding-bottom: 60px;
	}
}

.returntop {
	position: fixed;
	*position: absolute;
	z-index: 9;
	right: 70px;
	bottom: 30px;
	width: 40px;
	height: 40px;
	background: url("../images/top.png") no-repeat center;
	line-height: 0;
	font-size: 0;
	display: none;
}

@media screen and (max-width: 959px) {
	.returntop {
		right: 0;
		bottom: 85px;
		width: 36px;
		height: 36px;
		background-size: contain;
	}
}

.download4 .subNav {
	position: relative;
	margin-bottom: 52px;
	font-family: "RalewayRegular";
}

.download4 .subNav .yiji {
	background: #eeeeee url(../images/jian.png) no-repeat right 0px;
	margin-bottom: 22px;
}

.download4 .subNav .yiji .erji {
	display: none;
	padding-top: 20px;
	background: #fff;
	padding-left: 17px;
}

.download4 .subNav .yiji.show1 {
	background: #eeeeee url(../images/jianon.png) no-repeat right 0px;
}

.download4 .subNav span {
	color: #e80015;
}

.download4 .subNav .yiji .erji.xianshi {
	display: block;
}

.download4 .subNav .yiji>a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 30px;
	padding-left: 17px;
	display: block;
	color: #e80015;
	line-height: 42px;
	font-size: 14px;
	font-size: 1.4rem;
}

.download4 .subNav .yiji.show1 a {
	color: #e80015;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 42px;
}

.download4 .subNav .yiji .erji a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333333;
	line-height: 24px;
}

.download4 .subNav .yiji .erji img {
	display: block;
	max-width: 100%;
}

.download4 .subNav .yiji .erji p {
	margin-bottom: 20px;
}

.main5 ul {
	font-size: 0;
	letter-spacing: 0;
	width: 100% !important;
	height: auto !important;
}

.main5 .slideBox .bd li {
	width: 100% !important;
}

.main5 ul li {
	width: 48%;
	/* margin-left: 4%; */
	margin-bottom: 20px;
	display: inline-block;
	vertical-align: top;
}

.main5 ul li a {
	display: block;
	text-align: center;
}

.main5 ul li a img {
	display: block;
	max-width: 100%;
}

.main5 ul li .libot .div1 {
	margin-top: 11px;
	margin-bottom: 11px;
}

.main5 ul li .libot .div1 a {
	font-size: 16px;
	font-size: 1.6rem;
	color: #252525;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main5 ul li .libot .div1 a:hover {
	color: #e61117;
}

.main5 ul li .libot .div2 a {
	font-size: 14px;
	font-size: 1.4rem;
	color: #252525;
	line-height: 26px;
}

.main5 ul li .libot .div2 a:hover {
	color: #e61117;
}

.project .page {
	margin-top: 31px;
}

@media screen and (max-width: 1219px) {
	.main5 ul li {
		width: 48%;
		margin: 1% !important;
	}
}

@media screen and (max-width: 420px) {
	.main5 ul li {
		width: 98%;
		margin: 1% !important;
	}
}

@media(max-width:768px) {
	.main5 ul {
		height: unset !important;
	}

	.main5 ul li {
		position: relative !important;
	}

	.main5 .slideBox .hd {
		position: relative !important;
	}
}


/*view more*/

.clo {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.box-desc-btn p {
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	cursor: pointer;
	color: #e61117;
	padding-top: 10px;
	margin-bottom: 20px;
}

.cloh {
	display: block;
}

/*view more*/



.m1box a {
	/*color: #e61117;*/
	text-transform: uppercase;
}

.ken .code {
	position: relative;
}

.ken .code img {
	position: absolute;
	width: 149px;
	height: 150px;
	max-width: none;
	top: 0px;
	left: -149px;
	display: none;
}

.ken .code:hover img {
	display: block;
}

/* guo 2025.6.12 */

.title40 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #333333;
	font-weight: bold;
}

.title40 a {
	color: #333;
}

.title40 a:hover {
	color: #e61117;
}

@media(max-width:1600px) {
	.title40 {
		font-size: 36px;
	}
}

@media(max-width:1333px) {
	.title40 {
		font-size: 32px;
	}
}

@media(max-width:999px) {
	.title40 {
		font-size: 28px;
	}
}

@media(max-width:768px) {
	.title40 {
		font-size: 24px;
	}
}

@media(max-width:570px) {
	.title40 {
		font-size: 18px;
	}
}

/* h_news */

.h_news {
	padding: 75px 0px 75px;
}

.h_news img {
	display: block;
}

.h_news .titlebox {
	position: relative;
	margin-bottom: 50px;
}

.h_news .title40 {
	text-align: center;
}

.h_news .btn {
	width: 89px;
	height: 39px;
	background-color: #ffffff;
	border: solid 1px #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.h_news .btn:hover {
	background-color: #e61117;
	border: 1px solid #e61117;
	color: #fff;
}

.h_news .swiper {
	padding-bottom: 80px;
}

.h_news .swiper-slide {
	padding: 6px;
}

.h_news .swiper-slide:hover {
	background-color: #e61117;
	border-radius: 5px;
}

.h_news .swiper-slide:hover .title,
.h_news .swiper-slide:hover .title a,
.h_news .swiper-slide:hover .content,
.h_news .swiper-slide:hover .btn2 {
	color: #fff;
}

.h_news .swiper-slide:hover .data {
	background-color: #fff;
	color: #e61117;
}

.h_news .swiper-slide:hover .svgbox img {
	filter: unset;
}

.h_news .box {
	/* margin-bottom: 59px; */
}

.h_news .imgbox {
	border-radius: 5px 5px 0px 0px;
	overflow: hidden;
	position: relative;
}

.h_news .imgbox img {
	transition: .3s linear all;
	width: 100%;
}

.h_news .imgbox img:hover {
	transform: scale(1.05);
}

.h_news .data {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 103px;
	height: 20px;
	background-color: #e61117;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.h_news .data .svgbox {
	margin-left: 15px;
	margin-right: 8px;
}

.h_news .data .svgbox img {
	transition: .3s linear all;
	filter: invert(1) sepia(100%) saturate(0%) hue-rotate(180deg) brightness(200%) contrast(100%);
}

.h_news .contact1 {
	padding: 8px 10px 21px 10px;
}

.h_news .title {
	font-size: 14px;
	line-height: 20px;
	color: #1a1a1a;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.h_news .title a {
	color: #1a1a1a;
}

.h_news .title:hover {
	text-decoration: underline;
}

.h_news .content {

	font-size: 12px;
	line-height: 22px;
	color: #666;
	margin-bottom: 9px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.h_news .btn2 {

	font-size: 12px;
	color: #e61117;
}

.h_news .btn2:hover {
	text-decoration: underline;
}

.h_news .zs {
	display: flex;
	align-items: center;
	justify-content: center;
}

.h_news .swiper-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
}

.h_news .swiper-pagination-bullet {
	width: 7px;
	height: 18px;
	background-color: #999999;
	opacity: 1;
	border-radius: unset;
}

.h_news .swiper-pagination-bullet-active {
	width: 7px;
	height: 28px;
	background-color: #e61117;
}

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

	.h_news .box {
		margin-bottom: 50px;
	}

	.h_news .titlebox {
		margin-bottom: 40px;
	}

	.h_news .swiper {
		padding-bottom: 60px;
	}
}

@media(max-width:1333px) {
	.h_news .box {
		margin-bottom: 40px;
	}

	.h_news .titlebox {
		margin-bottom: 30px;
	}

	.h_news .swiper {
		padding-bottom: 50px;
	}
}

@media(max-width:999px) {
	.h_news {
		padding: 40px 0px 20px;
	}

	.h_news .box {
		margin-bottom: 30px;
	}

	.h_news .titlebox {
		margin-bottom: 25px;
	}

	.h_news .swiper {
		padding-bottom: 35px;
	}

	.h_news .swiper-pagination-bullet-active {
		background-color: #e61117;
	}

	.h_news .btn {
		width: 80px;
		height: 35px;
		font-size: 14px;
	}

	.h_news .swiper-slide:hover {
		background-color: unset;
		border-radius: 5px;
	}

	.h_news .swiper-slide:hover .title,
	.h_news .swiper-slide:hover .title a,
	.h_news .swiper-slide:hover .content,
	.h_news .swiper-slide:hover .btn2 {
		color: unset;
	}

	.h_news .swiper-slide:hover .data {
		background-color: #fff;
		color: #e61117;
	}

	.h_news .swiper-slide:hover .svgbox img {
		filter: unset;
	}

	.h_news .swiper-slide {
		padding: 0;
	}

	.h_news .swiper {
		padding-bottom: 24px;
	}

	.h_news .swiper {
		padding-bottom: 40px;
	}
}

@media(max-width:768px) {
	.h_news .box {
		margin-bottom: 20px;
	}

	.h_news .titlebox {
		margin-bottom: 20px;
	}

	.h_news .contact1 {
		padding: 8px 10px 15px
	}

	.h_news .zs {
		display: none;
	}

	.h_news .swiper {
		padding-bottom: 35px;
	}
}

@media(max-width:570px) {
	.h_news {
		padding: 30px 0px 10px;
	}

	.h_news .btn {
		width: 70px;
		height: 30px;
		font-size: 12px;
	}
}

/* case_list */

.case_list {
	padding: 38px 0px 96px;
	background-color: #f2f2f2;
}

.case_list img {
	display: block;
}

.case_list .title40 {
	text-align: center;
	margin-bottom: 56px;
}

.case_list .imgbox {
	overflow: hidden;
}

.case_list .imgbox img {
	transition: .3s linear all;
	width: 100%;
}

.case_list .imgbox img:hover {
	transform: scale(1.05);
}

.case_list .title {
	padding-top: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
	color: #252525;
	text-align: center;
}

.case_list .title a {
	color: #252525;
}

.case_list .title a:hover {
	color: #e61117;
}

.case_list .box {
	position: relative;
}

.case_list .btnbox .icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 41px;
	height: 90px;
	background-color: rgba(38, 43, 96, .5);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.case_list .btnbox .icon:first-child {
	left: -61px;
}

.case_list .btnbox .icon:last-child {
	right: -61px;
}

.case_list .btnbox .icon:hover {
	background-color: #ec8184;
}

@media(max-width:1600px) {
	.case_list {
		padding: 38px 0px 60px;
	}

	.case_list .title40 {
		margin-bottom: 50px;
	}

	.case_list .btnbox .icon:first-child {
		left: -50px;
	}

	.case_list .btnbox .icon:last-child {
		right: -50px;
	}

	.case_list .btnbox .icon {
		z-index: 10;
		width: 35px;
		height: 80px;
	}
}

@media(max-width:1333px) {
	.case_list .title40 {
		margin-bottom: 40px;
	}
}

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

	.case_list .title40 {
		margin-bottom: 20px;
	}

	.case_list .swiper {
		margin-bottom: 30px;
	}

	.case_list .btnbox {
		display: flex;
		justify-content: center;
	}

	.case_list .btnbox .icon {
		position: static;
		transform: unset;
		z-index: 10;
		width: 35px;
		height: 60px;
	}
}

@media(max-width:768px) {
	.case_list .title40 {
		margin-bottom: 15px;
	}

	.case_list .title {
		padding-top: 9px;
		font-size: 14px;
		line-height: 26px;
	}
}

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

	.case_list .title {
		padding-top: 9px;
		font-size: 12px;
		line-height: 24px;
	}
}

/* m-fixform */



.m-fixform {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 9999;
}

.m-fixform .box-bd {
	display: none;
	width: 311px;
	transition: none;
}

.m-fixform .box-wp {
	padding: 6px 10px 1px 15px;
	max-height: calc(100vh - 60px);
	overflow-y: auto;
	background-color: #fff;
	transition: none;
	overflow: hidden;
}

.m-fixform .box-btn {
	position: absolute;
	right: 0px;
	bottom: 100%;
	bottom: calc(100% + 10px);
	width: 311px;
	border-radius: 10px;
	color: #fff;
	background-color: #4988dd;
	cursor: pointer;
	transition: opacity 350ms;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 63px;
	font-size: 16px;
	background-color: #e61117;
	border-radius: 10px 10px 0px 0px;
	padding: 5px 15px;
}

.m-fixform svg {
	margin-right: 12px;
}

.m-fixform .box-btn i {
	transform: scale(1.2);
	margin-right: 10px;
}

.m-fixform .box-btn.active {
	width: 100%;
	height: 40px;
	bottom: auto;
	top: 0;
	right: 0;
	opacity: 0;
}

.m-fixform .box-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	padding: 5px 15px;
	height: 63px;
	background-color: #e61117;
	border-radius: 10px 10px 0px 0px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.m-fixform .box-title svg {
	transform: translateY(6px);
}

.m-fixform .con {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}

.m-fixform .box-desc {
	line-height: 24px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.m-fixform .box-form {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.m-fixform .form-item:first-child {
	margin-top: 0;
}

.m-fixform .form-text {
	width: 100%;
	height: 47px;
	padding: 0 15px;
	font-size: 14px;
	border-bottom: solid 1px #666666;
	display: block;
}

.m-fixform .form-text::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
	font-family: Arial, Helvetica, sans-serif;
}

.m-fixform .form-text:-moz-placeholder {
	color: #666;
	opacity: 1;
	font-family: Arial, Helvetica, sans-serif;
}

.m-fixform .form-text::-moz-placeholder {
	color: #666;
	opacity: 1;
	font-family: Arial, Helvetica, sans-serif;
}

.m-fixform .form-text:-ms-input-placeholder {
	color: #666;
	opacity: 1;
	font-family: Arial, Helvetica, sans-serif;
}

.m-fixform .form-text2 {
	height: 80px;
	font-family: Arial, Helvetica, sans-serif;
}

.m-fixform .form-item2 {
	position: relative;
	padding-right: 110px;
	margin-top: 17px;
}

.m-fixform .code-img {
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	height: 44px;
	line-height: 42px;
	border: solid 1px #d2d2d2;
	background-color: #f3fbfe;
	text-align: center;
	overflow: hidden;
}

.m-fixform .code-img img {
	max-height: 42px;
	vertical-align: middle;
}

.m-fixform .form-item3 {
	margin-top: 15px;
	padding: 0px 18px 24px 23px;
}

.m-fixform .star {
	position: relative;
}

.m-fixform .star::after {
	content: "*";
	color: #ff0000;
	font-size: 14px;
	left: 0px;
	top: 16px;
	position: absolute;
}

.m-fixform .form-btn {
	width: 100%;
	height: 32px;
	background-color: #e61117;
	border-radius: 1px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

.m-fixform .form-btn:hover {
	color: #fff;
	background-color: #000;
}

.m-fixform .form-item textarea {
	height: 81px;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #666666;
	width: 100%;
	padding: 8px 15px 10px 15px;
}

.m-fixform input,
.m-fixform input::placeholder,
.m-fixform textarea,
.m-fixform textarea::placeholder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	resize: none;
}

.m-fixform input,
.m-fixform textarea {
	color: #333;
}

@media screen and (max-width: 1219px) {
	.m-fixform .box-title {
		line-height: 28px;
		font-size: 18px;
		padding: 10px;
	}

	.m-fixform .form-text {
		height: 40px;
		line-height: 38px;
		font-size: 14px;
	}

	.m-fixform .form-text2 {
		height: 80px;
	}

	.m-fixform .code-img {
		width: 100px;
		height: 40px;
		line-height: 38px;
	}

	.m-fixform .code-img img {
		max-height: 38px;
	}

	.m-fixform .form-item2 {
		padding-right: 100px;
	}

	.m-fixform .box-form {
		margin-top: 10px;
	}

	.m-fixform .star {
		background-position-y: 15px;
	}

	.m-fixform .form-btn {
		height: 44px;
		font-size: 14px;
		line-height: 44px;
	}
}

@media screen and (max-width: 991px) {
	.m-fixform {
		bottom: 51px;
		right: 0;
		z-index: 10;
	}

	.m-fixform .box-btn {
		bottom: calc(100% + 10px);
		right: 10px;
		width: 140px;
		line-height: 22px;
		font-size: 14px;
		padding: 10px;
		border-radius: 5px;
		height: 50px;
	}

	.m-fixform svg {
		margin-right: 8px;
	}

	.m-fixform .box-title {
		height: 50px;
	}

	.m-fixform .box-title {
		line-height: 28px;
		font-size: 16px;
		padding: 10px;
	}
}

/* animation.min.css */


.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 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(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	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-bundle */


@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
	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
}

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

/* swiper-bundle.min.css */

/**
 * 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, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
	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
}

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

.swiper-button-lock {
	display: none !important;
}

/* cebianlan  common*/
/* rightlist */

.column {
	position: fixed;
	right: 2px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 15000000;
	display: flex;
}

.column ul {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.column ul li {
	margin-bottom: 7px;
	min-width: 50px;
	max-width: 350px;
	background-color: transparent;
	border-radius: 6px;
	display: flex;
	align-items: center;
}

.column ul li:hover .tiaozhuan {
	display: flex;
	width: 90px;
	margin-left: 15px;
	margin-right: 10px;
}

.column ul li .tiaozhuan {
	width: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.column ul li a {
	height: 100%;
}

.column ul li .imgbox {
	width: 54px;
	height: 54px;

	background-color: #d4d4d4;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	flex-shrink: 0;
	border-radius: 6px;
}

.column ul li .imgbox a {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-radius: 6px;
}

.column ul li .imgbox:hover i {
	color: #fff !important;
}

.column ul li .imgbox:hover img {
	transform: unset !important;
}

.column .wechat {
	position: relative;
}

.column .gotop {
	cursor: pointer;
}

.column .gotop .icon-xiajiantou {
	transform: rotate(180deg);
}

.column .wechat .erweima {
	position: absolute;
	width: 150px;
	height: 150px;
	top: -10px;
	right: 100%;
	display: none;
	cursor: pointer;
	border: 10px solid rgba(0, 0, 0, .1);
	border-radius: 10px;
}

.column .wechat .erweima img,
.column .whatsapp .erweima img {
	width: 100%;
	height: 100%;
	border-radius: 10px !important;
	padding-right: 0px;
	background-color: transparent;
}

.column .wechat .erweima img {
	filter: unset !important;
}

.column img {
	display: block;
	width: auto;
}

.column .gotop i {
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}

.column .facebook i {
	font-size: 18px !important;
	padding: 5px;
	border: 1px solid #fff;
	border-radius: 50px;
}

.column .phonebox:hover {
	background-color: #e61117;
}

.column .phonebox:hover .imgbox {
	background-color: #e61117;
}

.column .phonebox:hover img {
	filter: brightness(100);
}

.column .phonebox .phone {
	width: 0;
	/* padding: 0px 10px; */
	display: flex;
}

.column .phonebox .phone p {
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: linear width .3s;
	color: #fff;
	font-size: 14px;

}

.column .phonebox .phone p a {
	color: #fff;
}

.column i {
	color: #fff !important;
}

.column .phonebox:hover .phone {
	width: 200px;
	display: flex;
	margin-right: 10px;
	margin-left: 10px;
}

.column .imgbox:hover {
	background-color: #e61117;
}

.column li:hover {}

.column .imgbox:hover img {
	filter: brightness(100);
}

@media(max-width:1600px) {
	.column ul li .imgbox {
		width: 50px;
		height: 50px;
	}

	.column .wechat .erweima,
	.column .whatsapp .erweima {
		position: absolute;
		width: 150px;
		height: 150px;
		top: -10px;
		right: 80px;
		display: none;
		cursor: pointer;
	}

	.column ul li .imgbox i {
		font-size: 21px;
	}
}

@media(max-width:1333px) {

	.column .wechat .erweima,
	.column .whatsapp .erweima {
		position: absolute;
		width: 100px;
		height: 100px;
		top: -10px;
		right: 70px;
		display: none;
		cursor: pointer;
	}
}

@media(max-width:999px) {
	.column ul li .tiaozhuan {
		display: none;
	}

	.column ul li:hover .tiaozhuan {
		display: none;
	}

	.column {
		position: fixed;
		right: 0px;
		top: unset;
		bottom: 0;
		z-index: 30000000;
		width: 100%;
		height: 45px;
		transform: unset;
	}

	.column ul li .imgbox {
		width: 45px;
		height: 45px;
	}

	.column .wechat .erweima,
	.column .whatsapp .erweima {
		position: absolute;
		width: 150px;
		height: 150px;
		top: -173px;
		right: 17%;
		display: none;
		cursor: pointer;
	}

	.column ul {
		display: flex;
		flex-direction: row;
		width: 100%;
		justify-content: center;
		align-items: center;
		background: rgba(255, 255, 255, 0.5);
		height: 100%;
	}

	.column ul li {
		margin-bottom: 0px;
		width: 100%;
	}

	.column ul li .imgbox {
		width: 100%;
		height: 0;
	}

	.column ul li .imgbox a {
		width: 100%;
		height: 45px;
	}

	.column ul li .imgbox img {
		/* width: 18%; */
		width: 30px;
		filter: brightness(100);
	}

	.column ul li a {
		border: unset;
	}

	.column ul {
		background-color: rgba(0, 0, 0, .3);
	}

	.column ul li .phonenum {
		position: absolute;
		right: 53px;
		padding: 10px;
		color: #333;
		background-color: #fff;
		display: none;
		word-wrap: nowrap;
		right: unset;
		top: -100%;
	}

	.column .facebook i {
		border: unset;
	}

	.column ul li .imgbox img {
		width: auto;
	}

	.column ul li {
		background-color: transparent;
	}

	.column .phonebox:hover .phone {}

	.column .phonebox .phone {
		width: auto;
		min-width: 180px;
		margin-right: 0px;
		margin-left: 0px;
		top: -40px;
		position: absolute;
		background: #fff;
		padding: 10px;
	}

	.column .phonebox .phone p {
		color: #333;
	}

	.column .phonebox .phone {
		display: none;
	}
}

@media(max-width:768px) {
	.column ul li .imgbox {
		width: 45px;
		height: 45px;
	}

	.column .wechat .erweima,
	.column .whatsapp .erweima {
		position: absolute;
		width: 135px;
		height: 135px;
		top: -157px;
		/* right: 20%; */
		display: none;
		cursor: pointer;
		left: 0;
	}

	.column ul {
		display: flex;
		flex-direction: row;
		width: 100%;
		justify-content: center;
		align-items: center;
		height: 100%;
	}

	.column ul li {
		margin-bottom: 0px;
		width: 100%;
	}

	.column ul li .imgbox {
		width: 100%;
		height: 0;
	}

	.column ul li .imgbox a {
		width: 100%;
	}
}

@media(max-width:450px) {
	.column ul li .imgbox img {
		width: 25px;
	}

	.column .phonebox .phone {
		right: 0;
	}

	.column ul li .imgbox {
		width: 45px;
		height: 45px;
	}

	.column ul li .imgbox i {
		font-size: 18px;
	}

	.column .gotop i {
		font-size: 14px !important;
	}

	.column .wechat .erweima {
		position: absolute;
		width: 100px;
		height: 100px;
		top: -125px;
		right: 20px;
		display: none;
		cursor: pointer;
		left: 0;
	}

	.column ul {
		display: flex;
		flex-direction: row;
		width: 100%;
		justify-content: center;
		align-items: center;
		height: 100%;
	}

	.column ul li {
		margin-bottom: 0px;
		width: 100%;
	}

	.column ul li .imgbox {
		width: 100%;
		height: 0;
	}

	.column ul li .imgbox a {
		width: 100%;
	}
}


/* h_news */

.listh_news {
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	display: flex;
}

.listh_news img {
	display: block;
}

.listh_news .titlebox {
	position: relative;
	margin-bottom: 50px;
}

.listh_news .title40 {
	text-align: center;
}

.listh_news .btn {
	width: 89px;
	height: 39px;
	background-color: #ffffff;
	border: solid 1px #333333;

	font-size: 16px;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.listh_news .btn:hover {
	background-color: #e61117;
	border: 1px solid #e61117;
	color: #fff;
}

.listh_news .swiper-slide {
	padding: 6px;
}

.listh_news .itme {
	width: 24%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	padding: 6px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.listh_news .itme:hover {
	background-color: #e61117;
	border-radius: 5px;
}

.listh_news .itme:hover .title,
.listh_news .itme:hover .title a,
.listh_news .itme:hover .content,
.listh_news .itme:hover .btn2 {
	color: #fff;
}

.listh_news .itme:hover .data {
	background-color: #fff;
	color: #e61117;
}

.listh_news .itme:hover .svgbox img {
	filter: unset;
}

.listh_news .box {
	margin-bottom: 59px;
}

.listh_news .imgbox {
	border-radius: 5px 5px 0px 0px;
	overflow: hidden;
	position: relative;
}

.listh_news .imgbox img {
	transition: .3s linear all;
	width: 100%;
}

.listh_news .imgbox img:hover {
	transform: scale(1.05);
}

.listh_news .data {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 103px;
	height: 20px;
	background-color: #e61117;

	font-size: 11px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.listh_news .data .svgbox {
	margin-left: 15px;
	margin-right: 8px;
}

.listh_news .data .svgbox img {
	transition: .3s linear all;
	filter: invert(1) sepia(100%) saturate(0%) hue-rotate(180deg) brightness(200%) contrast(100%);
}

.listh_news .content {

	font-size: 12px;
	line-height: 22px;
	color: #666;
	margin-bottom: 9px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.listh_news .contact1 {
	padding: 8px 10px 21px 10px;
}

.listh_news .title {
	font-size: 14px;
	line-height: 20px;
	color: #1a1a1a;

	font-weight: bold;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.listh_news .title a {
	color: #1a1a1a;
}

.listh_news .title:hover {
	text-decoration: underline;
}

.listh_news .btn2 {

	font-size: 12px;
	color: #e61117;
}

.listh_news .btn2:hover {
	text-decoration: underline;
}

@media(max-width:999px) {
	.listh_news .btn {
		width: 80px;
		height: 35px;
		font-size: 14px;
	}

	.listh_news .itme:hover {
		background-color: unset;
		border-radius: 5px;
	}

	.listh_news .itme:hover .title,
	.listh_news .itme:hover .title a,
	.listh_news .itme:hover .content,
	.listh_news .itme:hover .btn2 {
		color: unset;
	}

	.listh_news .itme:hover .data {
		background-color: #fff;
		color: #e61117;
	}

	.listh_news .itme:hover .svgbox img {
		filter: unset;
	}
}

@media(max-width:768px) {
	.listh_news .itme {
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
		padding: 3px;
	}

	.listh_news .contact1 {
		padding: 8px 10px 15px
	}
}

@media(max-width:570px) {
	.listh_news .btn {
		width: 70px;
		height: 30px;
		font-size: 12px;
	}
}

.wuone {
	font-size: 14px;
	line-height: 30px;
}

.xunpanc {
	width: 100%;
	margin-top: 10px !important;
}

.xunpanc .table table tr td {
	font-size: 14px;
	line-height: 20px;
}

.xunpanc a {
	color: #333;
	font-size: 14px;
	line-height: 22px;
}

.xunpanc a:hover {
	color: #e61117;
}

.listcart {
	width: 100%;
	margin-top: 20px;
}

.listcart a {
	display: inline-block;
	height: 30px;
	min-width: 150px;
	line-height: 30px;
	cursor: pointer;
	border: none;
	overflow: hidden;
	background: #2a62ad;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-size: 14px;
	margin-left: 10px;
	color: #fff;
}

.listcart a:hover {
	background: #333;
	color: #fff
}

@media screen and (max-width:767px) {
	.listcart a {
		width: 40%;
		margin-left: 2.5%;
		margin-right: 2.5%;
		padding-left: 0px;
		padding-right: 0px
	}

	.listcart {
		width: 100%;
		margin-top: 2rem
	}
}

@media screen and (max-width:420px) {
	.listcart a {
		width: 95% !important;
		float: none;
		overflow: hidden;
		margin-bottom: 1rem;
		margin-bottom: 1rem
	}
}

.icpname {
	color: #fff;
}

.icpname:hover {
	color: #e61117;
}

.right-cap img {
	position: absolute;
	top: 0;
	right: 0;
	height: calc(100% - 1px);
}












.lanauage_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	color: #333;
}

.lanauage_wrap .lanauage>img {
	display: inline-block;
	margin-left: 5px;
}

.lanauage_wrap .lanauage {
	position: relative;
	transition: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #333333;
}

.lanauage_wrap .lanauage>i {
	font-size: 20px;
	margin-right: 5px;
	color: #333;
}

.lanauage_wrap .lanbox {
	display: flex;
	align-items: center;
}

.lanauage_wrap .lanbox i {
	color: #333;
	font-size: 12px;
	margin-left: 5px;
}

.lanauage_wrap .lanbox a {
	color: #e61117;
	font-family: Inter-Regular;
	font-size: 14px;
}

.lanauage_wrap .lanauage .silde-down {
	transition: none;
	display: none;
	position: absolute;
	top: 100%;
	background-color: #fff;
	text-align: center;
	min-width: 100px;
	width: 100px;
	max-width: 200px;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
	z-index: 10;
	right: 0px;
	margin-top: 5px;
	z-index: 10000;
}

.lanauage_wrap .lanauage .silde-down a {
	color: #333;
	padding: 6px 0px;
	display: inline-block;
	width: 100%;
	font-size: 14px !important;
}

.lanauage_wrap .silde-down li:hover {
	background-color: #e61117;
}

.lanauage_wrap .silde-down li:hover a {
	color: #fff;
}

.lanauage_wrap .icon-bottom7 {
	font-size: 10px !important;
	margin-left: 10px;
}

.lanauage_wrap .lanauage:hover .lanbox>a {
	color: #aaa !important;
}

.lanauage_wrap .lanauage:hover i {
	color: #aaa !important;
}








.foot .fix {
	display: flex;
	justify-content: space-between;
	margin-bottom: 41px;
}

.foot .ft.ft3 {
	margin-right: 0;
}

@media(max-width:1600px) {
	.foot .fix {
		margin-bottom: 30px;
	}
}

@media(max-width:1333px) {
	.foot .fix {
		margin-bottom: 20px;
	}
}

@media(max-width:999px) {
	.foot .fix {
		display: block;
	}
}




.goods1 .wenzi table img {
	max-width: 256px;
}



@font-face {
	font-family: "Constantia-Bold";
	src: url('../fonts/CONSTANB.eot');
	src: url('../fonts/CONSTANB.eot') format('embedded-opentype'),
		url('../fonts/CONSTANB.woff2') format('woff2'),
		url('../fonts/CONSTANB.woff') format('woff'),
		url('../fonts/CONSTANB.TTF') format('truetype'),
		url('../fonts/CONSTANB.svg#CONSTANB') format('svg');
}

.phonebox {
	position: relative;
}

.phoneList {
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	padding: 10px;
	background: #e61117;
	border-radius: 5px;
	display: none;
}

.phoneList .phonenum {
	width: max-content !important;
}

.phoneList .phone {
	margin-bottom: 10px;
}

.phoneList .phone:last-child {
	margin-bottom: 0px;
}

@media(max-width: 1000px) {
	.phoneList {
		top: unset;
		bottom: 100%;
		transform: translateX(50%) translateY(-23px);
		right: 50%;
	}

	.column ul li .phonenum {
		padding: 0;
		background-color: unset;
		position: unset;
	}

	.column .phonebox .phone {
		padding: 0;
		position: unset;
		display: block;
		background-color: unset;
	}

	.column .phonebox .phone p {
		color: #ffffff;
	}
}




.list1 {
	display: flex;
	flex-wrap: wrap;
}

.list1 li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 45px;
	padding-bottom: 0 !important;
	border-bottom: unset !important;
}

.list1 li:nth-child(2n) {
	margin-right: 0;
}

.list1 .imgbox {
	width: 44.3%;
}

.list1 .imgbox img {
	width: 100%;
}

.list1 .con {
	width: 50%;
}


.list1 .title1 {
	font-size: 20px;
	font-size: 2rem;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	margin-bottom: 25px;
}

.list1 .txts {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	margin-bottom: 32px;
}

.list1 .btn1 {
	width: 120px;
	height: 35px;
	color: #333;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #333;
	padding-left: 20px;

	background: url(../images/lileft.png) no-repeat 18px 10px;
}

.list1 .btn1:hover {
	border: 1px solid #d6191b;
	color: #d6191b;
	background: url(../images/lilefton.png) no-repeat 18px 10px;
}


@media(max-width:1219px) {
	.list1 .title1 {
		font-size: 18px;
		font-size: 1.8rem;
		margin-bottom: 15px;
	}

	.list1 .txts {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		margin-bottom: 20px;
	}
}

@media(max-width:991px) {
	.download ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.list1 .imgbox {
		width: 35%;
	}

	.list1 .con {
		width: 60%;
	}

	.list1 .title1 {
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 15px;
	}
}

@media(max-width:640px) {
	.list1 .title1 {
		margin-bottom: 5px;
	}

	.list1 .txts {
		margin-bottom: 8px;
	}
}

@media(max-width:450px) {
	.download ul li {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.list1 .imgbox {
		width: auto;
		margin-bottom: 15px;
	}

	.list1 .con {
		width: 100%;
	}

	.download ul li:last-child {
		margin-bottom: 0;
	}
}


.head .right {
	display: flex;
	align-items: center;
}

.qiehuan {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #666;
	margin-left: 10px;
}

.qiehuan:hover {
	color: #d6191b;
}

.qiehuan img {
	margin-right: 6px;
	width: 25px;
}