ul,li {list-style: none;padding-left: 0;margin: 0;}
html{margin: 0 !important;}
body{font-size: 14px;font-family: Arial,sans-serif;color: #5a5a5a;letter-spacing: .2px;}
a{text-decoration: none;color: #333;}
input:focus,textarea:focus {outline: none;}
input,textarea,select {font-family: inherit;font-size: inherit;font-weight: inherit;}
button,input {border: none;background: none;outline: none;box-shadow: none !important;}
input,textarea {border: none;background: none;outline: none;}
/* 表格样式 */
table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
    font-size: 16px;
    text-align: left;
}
thead th {
    background-color: #f2f2f2;
    color: #333;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #ddd;
}
tbody td {
    padding: 10px;
    border: 1px solid #ddd;
}
tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}
tbody tr:hover {
    background-color: #f1f1f1;
}
table {
    border: 1px solid #ddd;
}
@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}
.container-fluid{
	padding: 0;
}
.up-and-down{
	padding-top: 5%;
	padding-bottom: 5%;
	overflow: hidden;
}
/* 轮播超出隐藏 */
.rotation {
	position: relative;
	overflow: hidden;
}
.rotationBox{
	position: relative;
}
.swiper-pagination-bullet-active{
	background: #182d82;
}
.focusCenter {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}
.focusCenter span{
	width: 35px;
	height: 5px;
	border-radius: 0;
}
/* 移动端顶部栏 */
.mobile {
	border-top: 3px solid #0033cc;
	position: relative;
	background: #182d82;
	padding: 15px 0;
	color: #fff;
	display: none;
	font-size: 16px;
	align-items: center;
	justify-content: space-between;
}

.mobile > div {
	padding: 0 15px;
	width: 50%;
}

.mobile > div:first-child {
	display: flex;
	align-items: center;
}

.mobile > div > a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	margin-left: auto;
}

.mobile > div > a:hover {
	color: #e0e0e0;
}

/* 移动端语言切换器 */
.mobile .language {
	display: flex;
	align-items: center;
	width: 100%;
}
/* =========语言切换器容器============= */
.lang {
	padding-left: 50px !important;
	margin-top: 6px;
	height: auto;
	min-height: 47px;
	float: right;
	position: relative;
	margin-left: 15px;
	display: flex;
	align-items: center;
}

/* =========语言切换器样式============= */
.lang img {
	width: 25px;
	height: auto;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.trp_language_switcher_shortcode {
	margin-top: 0;
	position: relative;
	display: inline-block;
	width: 100%;
}

.form-control {
	border-radius: 0;
}

/* 当前语言显示 */
.trp-ls-shortcode-current-language {
	width: auto !important;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border-radius: 4px;
	transition: background-color 0.3s ease;
}

.trp-ls-shortcode-current-language:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

/* 语言切换器容器 */
.trp-language-switcher {
	height: auto;
	position: relative;
}

.trp-language-switcher > div {
	padding: 0;
	border: none;
	background: none;
}

.trp-language-switcher > div > a {
	padding: 8px 0;
	color: #333;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 8px;
	transition: all 0.3s ease;
	font-size: 14px;
	font-weight: 500;
}

.trp-language-switcher > div > a:hover {
	color: #007bff;
	background-color: rgba(0, 123, 255, 0.05);
}

/* 语言下拉列表 */
.trp-language-switcher .trp-ls-shortcode-language {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2000;
	width: 150px !important;
	border: 1px solid #e0e0e0;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	margin-top: 8px;
	padding: 8px 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.3s ease;
}

.trp-language-switcher:hover .trp-ls-shortcode-language,
.trp-ls-shortcode-language:hover {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.trp-language-switcher .trp-ls-shortcode-language a {
	color: #333 !important;
	padding: 10px 16px;
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	transition: all 0.2s ease;
	font-size: 14px;
}

.trp-language-switcher .trp-ls-shortcode-language a:hover {
	background-color: #f5f5f5;
	color: #007bff !important;
	padding-left: 20px;
}

/* 旗帜图标样式 */
.trp-flag-image {
	width: 20px;
	height: 20px;
	object-fit: cover;
	border-radius: 2px;
	flex-shrink: 0;
}

/* 移动端语言切换器旗帜 */
.language .trp-flag-image {
	width: 18px;
	height: 18px;
	margin-right: 8px;
}

.language .trp-ls-shortcode-current-language {
	display: flex;
	align-items: center;
	padding: 4px 8px;
	border-radius: 4px;
	transition: background-color 0.3s ease;
}

.language .trp-ls-shortcode-current-language:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

.language .trp-ls-shortcode-current-language > a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
}

.language .trp-language-switcher .trp-ls-shortcode-language {
	background: #182d82;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.language .trp-language-switcher .trp-ls-shortcode-language a {
	color: #fff !important;
}

.language .trp-language-switcher .trp-ls-shortcode-language a:hover {
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff !important;
}

/* 桌面端语言切换器旗帜 */
.lang .trp-flag-image {
	width: 20px;
	height: 20px;
}

.lang .trp-language-switcher {
	width: 100%;
}

/* 移动端优化 */
@media (max-width: 768px) {
	.lang {
		padding-left: 40px !important;
		margin-left: 10px;
		min-height: 40px;
	}

	.lang img {
		width: 20px;
		left: 10px;
	}

	.trp-language-switcher .trp-ls-shortcode-language {
		width: 130px !important;
		right: 0;
		left: auto;
	}

	.trp-ls-shortcode-current-language {
		padding: 6px 10px;
	}

	.trp-language-switcher .trp-ls-shortcode-language a {
		padding: 8px 12px;
		font-size: 13px;
	}

	.mobile {
		display: flex;
	}

	.language .trp-ls-shortcode-current-language {
		padding: 4px 6px;
	}

	.language .trp-ls-shortcode-current-language > a {
		font-size: 13px;
	}

	/* 移动端隐藏桌面联系栏,但保留 logo 和导航 */
	.top-connect-box {
		display: none !important;
	}

	.head-middle {
		padding: 8px 0;
	}

	/* 移动端 logo 靠左 */
	.logo-pc .col-12 {
		text-align: left;
		padding: 0 15px;
	}

	.logo {
		display: flex;
		justify-content: flex-start;
		padding: 8px 0;
	}

	.logo img {
		max-width: 130px;
		height: auto;
	}

	/* 导航栏布局 - logo 左,菜单按钮右 */
	.navbar-box .navbar {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.navbar-toggler {
		margin-left: auto;
        padding: 5px 6px;
        border: 1px solid #666;
        border-radius: 6px;
        background-color: rgba(255, 255, 255, 0.1);
        transition: all 0.3s ease;
	}

	.navbar-toggler:hover {
		background-color: rgba(255, 255, 255, 0.2);
		border-color: #fff;
	}

	.navbar-toggler:focus {
		box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.3);
		outline: none;
	}
	/* Find a dealer 按钮 */
	.find-dealer {
		display: none;
	}

	/* 搜索框 */
	.top-right {
		display: none;
	}
}

/* 平板和小屏幕优化 */
@media (min-width: 769px) and (max-width: 1000px) {
	.top-connect {
		padding: 0 8px;
		font-size: 11px;
		min-height: 48px;
	}

	.top-connect > a,
	.top-connect > button {
		font-size: 11px;
		line-height: 1.3;
	}

	.lang {
		padding-left: 35px !important;
		margin-left: 5px;
	}

	.lang img {
		width: 18px;
		left: 8px;
	}
}
/* =========导航============= */
.top-company p {
	margin: 0;
}

.head-middle {
	padding: 2% 0;
}

/* 顶部联系栏容器 */
.top-connect-box {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0;
	flex-wrap: wrap;
}

/* 联系项样式 */
.top-connect {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-left: 1px solid #ddd;
	padding: 0 20px;
	min-height: 60px;
	transition: all 0.3s ease;
}

.top-connect:first-child {
	border-left: none;
}

.top-connect > a,
.top-connect > button {
	display: inline-block;
	color: #333;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.4;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	transition: color 0.3s ease;
}

.top-connect > a:hover,
.top-connect > button:hover {
	color: #182d82;
}

.top-connect .contact-link {
	font-family: inherit;
	white-space: nowrap;
}
.find-dealer{
	line-height: 32px;
	cursor: pointer;
	float: right;
	
}
.find-dealer img{
	float: left;
	width: 20px;
	margin-right: 10px;
	margin-top: 5px;
}
.find-dealer a{
	font-size: 20px;
	color: #fff;
	font-weight: 700;
}
.top-right{
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-transform: capitalize;
}
.search_hover{
	padding: 16px 0 16px 40px;
	cursor: pointer;
}

.search-form{
	position: absolute;
	top: 60px;
	right: 5px;
	z-index: 100;
	background: #fff;
	border-radius: 3px;
	display: none;
	border: 1px solid #ddd;
}
.top-right:hover .search-form{
	display: block !important;
}
.search-form .search{
	height: 41px;
	background: #182d82;
	float: right;
}
.search-input {
	width: 225px;
}
.search-form .search img{
	padding: 5px;
	height: 28px;
	width: 28px;
}
.search-form input{
	padding: 10px 5px;
}
/* 导航菜单 */
.navbar-box{
	background: #182d82;
	border-top: 6px solid #0033cc;
}
.logo img{
	width: 200px;
}
.navbar-nav {
    justify-content: space-between;
	margin-right: 6% !important;
}
.navbar{
	padding: 0.8rem 1rem;
}
.ny_banner{
	background: #f1f1f1;
	overflow: hidden;
}
.ny_text{
	color: #333;
	font-size: 24px;
	width: 72%;
	margin-top: 8%;
	line-height: 52px;
	float: right;
}
.navbar-nav>.nav-item {
	position: relative;
	padding: 6px 0;
}
.navbar-nav>.nav-item>a {
    font-size: 18px;
    color: #f1f1f1;
}
.navbar-nav>.active>a{
	color: #fff !important;
	padding-bottom: 3px;
	border-bottom: 2px solid #fff;
}
.navbar li:hover .dropdown-menu {
	display: block;
}
.dropdown-menu{
	left: 0;
	min-width: 200px;
	width: max-content;
	top: 35px;
    padding: 10px 0;
    border-radius: 0;
    border: none;
}
.dropdown-menu li{
	padding: 0 15px;
	line-height: 28px;
	white-space: nowrap;
}
.dropdown-menu li>a{
	color: #333;
	white-space: nowrap;
}
.dropdown-menu li:hover>a{
	color: #1a2f83;
}
.dropdown-menu2{
	padding: 15px;
	position: absolute;
	top: -10px;
	left: 160px;
	min-width: 120px;
	background: #fff;
    display: none;
    width: auto;
    white-space: nowrap;
}
.dropdown-menu>li:hover .dropdown-menu2{
	display: block;
}


/* 标题*/
.title {
	text-align: center;
	padding-bottom: 2%;
}
.title i{
	display: block;
	width: 7%;
	height: 4px;
	background: #f76700;
	margin: 0 auto;
}
.title h1 {
	text-transform: uppercase;
	font-size: 46px;
	color: #0033cc;
	font-weight: 600;
	font-family: 'PLUSJAKARTASANS-EXTRABOLD';
}
.title p {
	font-size: 16px;
	color: #777777;
	width: 60%;
    margin: 0 auto;
}
.breadcrumbs{
	padding: 15px 0;
    background: #cdcdcd;
	text-transform: uppercase;
}
.breadcrumb li::after{
	display: none;
}
.breadcrumbs a{
	color: #333;
}
.breadcrumbs span{
	color: #333;
}
.breadcrumb-item + .breadcrumb-item::before{
	color: #333;
}
.breadcrumb {
    margin: 0;
}
.pagination{margin: 0 auto;display: flex;justify-content: end;}
.page-numbers{padding: 4px 10px;border: 1px solid #ccc;margin: 0 4px;color:#000;}
.pagination span{background: #182d82;color:#fff;border: 1px solid #182d82;}
/* 尾部css */
.footBox {
	padding-top: 3%;
	position: relative;
	background: #182d82;
	border-top: 8px solid #0033cc;
}
.pro-btm-category{
	width: 100%;
	margin: 20px auto;
}
.pro-btm-category li{
	margin-bottom: 8px;
}
.foot-title{
	text-transform: uppercase;
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 26px;
}
.foot-title a{
	text-transform: uppercase;
	color: #fff;
	font-size: 26px !important;
	font-weight: 600;
	margin-bottom: 26px;
	text-decoration: none !important;
}
.pro-btm-category a{
	color: #fff;
	font-size: 18px;
}
.pro-btm-category a:hover{
	text-decoration: underline;
}
.contact-details a:hover{
	text-decoration: underline;
}
.service{
	width: 75%;
	margin: 20px auto;
}
.social-media{
	margin-top: 20%;
	overflow: hidden;
}
.social-media li{
	float: left;
	padding-right: 15px;
}
.social-media li img{
	width: 45px;
}
.contact-details li{
	font-size: 20px;
	color: #fff;
	margin-top: 10px;
}
.contact-details li a{
	font-size: 16px;
	color: #fff;
}
.WeChatform{
	padding-left: 50px;
}
.WeChatform li{
	position: relative;
	margin-bottom: 15px;
}
.WeChatform li i{
	position: absolute;
    top: 15px;
    left: 3px;
    color: red;
}
.WeChatform li p{
	margin-bottom: 0;
}
.WeChatform li input{
	border: 1px solid #fff;
	width: 100%;
	padding: 10px 15px;
	color:#fff;
}
.WeChatform .submit{
	 background: #fff;
    padding: 10px 30px;
	color:#000;
}
.WeChatform .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    border-color: #182d82;
	    padding: 0;
    color: red;
}
.WeChatform li input::placeholder {
  color: #fff; /* 你想设置的颜色 */
  opacity: 1;  /* 可选，确保颜色不透明 */
}
.foot-menu{
	height: 60px;
	z-index: 1000;
	background: #fff;
	position: fixed;
	bottom: 0;
	display: none;
	background: #182d82;
}
.foot-menu a{
	float: left;
	width: 100%;
	height: 100%;
	color:#fff;
}
.foot-menu .col{
	height: 60px;
}
.foot-menu i{
	padding-top: 5px;
	display: block;
	width: 100%;
}
.foot-menu i img{
	width: 26px;
	margin: 0 auto;
	display: block;
}
.float{
	position: fixed;
	right: 0;
	bottom: 30%;
	z-index: 1000;
	background: #fff;
	padding: 15px 10px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.float a{
	display: block;
	text-align: center;
	padding: 8px  0;
}
.float a i{
	display: block;
}
.float a img{
	display: block;
	width: 35px;
	margin: 0 auto;
}
.communication{
	position: fixed;
    right: 10px;
    bottom: 20%;
    z-index: 100;
}
.communication img{
	width: 40px;
	height: 40px;
}
.communication a{
	margin-bottom: 20px;
	display: block;
	padding: 8px;
	background: #fff;
	border-radius: 50px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.RippaGroup{
	text-align: center;
    color: #fff;
    border-top: 1px solid #ddd;
    padding: 15px;
}
@media screen and (max-width: 1730px) {
	/* 导航菜单 */
	
	.navbar-nav>.nav-item>a{
		font-size: 18px;
	}
	.top-right>div{
		font-size: 18px;
		line-height: 30px;
	}
	.navbar-nav{
		padding-right: 0 !important;
	}
	.banner_title{
		width: 60% !important;
	}
	.banner_title_box p{
		width: 47% !important;
	}
}
@media screen and (max-width: 1600px) {
	/* 导航菜单 */

	.navbar-nav>.nav-item>a{
		font-size: 18px;
	}
	.top-right>div{
		font-size: 18px;
		line-height: 30px;
	}
	.proListBox>.row > * {
	    padding-right: calc(var(--bs-gutter-x)* 0.8) !important;
	    padding-left: calc(var(--bs-gutter-x)* 0.8) !important;
	}
	.service{
		width: 80%;
	}
	
}
@media screen and (max-width: 1450px) {
	/* 导航菜单 */

	.logo img{
		width: 220px;
	}
	.navbar-nav>.nav-item>a{
		font-size: 16px;
	}
	.top-right>div{
		font-size: 16px;
		line-height: 30px;
	}
	.banner_title{
		width: 70% !important;
	}
	.banner_title_box p{
		width: 47% !important;
	}
	.proListBox>.row > * {
	    padding-right: calc(var(--bs-gutter-x)* 0.6) !important;
	    padding-left: calc(var(--bs-gutter-x)* 0.6) !important;
	}
	.container {
		max-width: 1230px;
	}

	/* 响应式联系栏 - 1400px */
	.top-connect {
		padding: 0 15px;
		font-size: 13px;
	}

	.top-connect > a,
	.top-connect > button {
		font-size: 13px;
	}
}
@media screen and (max-width: 1300px) {
	/* 导航菜单 */
	.logo img {
		width: 200px;
		height: 56px;
	}

	.navbar-nav > .nav-item > a {
		font-size: 14px;
	}

	.top-right > div {
		font-size: 14px;
		line-height: 30px;
	}

	/* 响应式联系栏 - 1300px */
	.top-connect {
		padding: 0 12px;
		font-size: 12px;
		min-height: 55px;
	}

	.top-connect > a,
	.top-connect > button {
		font-size: 12px;
	}

	.lang {
		padding-left: 45px !important;
		margin-left: 10px;
	}

	.lang img {
		width: 22px;
		left: 12px;
	}

	.banner_title {
		color: #fff;
		font-size: 32px;
	}

	.banner_title_box p {
		width: 50% !important;
		line-height: 26px !important;
		font-size: 16px;
	}
}
@media screen and (max-width: 1150px) {
	.social-media li img {
		width: 30px;
	}

	/* 响应式联系栏 - 1150px */
	.top-connect {
		padding: 0 10px;
		font-size: 11px;
		min-height: 50px;
	}

	.top-connect > a,
	.top-connect > button {
		font-size: 11px;
	}

	.lang {
		padding-left: 40px !important;
		margin-left: 8px;
	}

	.lang img {
		width: 20px;
		left: 10px;
	}
}
@media screen and (max-width: 1000px) {
	.navbar-box {
		border-top: none;
	}

	.mobile {
		display: flex;
	}

	/* 隐藏桌面端联系栏 */
	.top-connect-box {
		display: none;
	}

	/* 移动端 logo 和导航布局 */
	.head-middle {
		padding: 10px 0;
	}

	.logo-pc .col-12 {
		text-align: left;
	}

	.logo {
		display: flex;
		justify-content: flex-start;
		padding: 5px 0;
	}

	.logo img {
		max-width: 140px;
		height: auto;
	}

	/* 导航栏 - 菜单按钮靠右 */
	.navbar {
		background: none;
		padding: 0;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.navbar-toggler {
		margin-left: auto;
		padding: 8px 12px;
		border: 2px solid rgba(255, 255, 255, 0.8);
		border-radius: 6px;
		background-color: rgba(255, 255, 255, 0.1);
		transition: all 0.3s ease;
	}

	.navbar-toggler:hover {
		background-color: rgba(255, 255, 255, 0.2);
		border-color: #fff;
	}

	.navbar-toggler:focus {
		box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.3);
	}

	.offcanvas-header {
		background: #182d82;
		color: #fff;
	}

	.btn-close {
		color: #fff !important;
		filter: brightness(0) invert(1);
	}

	.navbar-nav > .nav-item {
		width: 100%;
		text-align: left;
		line-height: 32px;
		padding: 0;
	}

	.navbar-nav > .nav-item > a {
		color: #333;
		border: none;
	}

	.dropdown-menu {
		display: block;
	}

	.foot1 {
		display: none;
	}

	.proListBox > .row > * {
		padding-right: calc(var(--bs-gutter-x) * 0.3) !important;
		padding-left: calc(var(--bs-gutter-x) * 0.3) !important;
	}

	.top-right {
		display: none;
	}

	.banner_title {
		color: #fff;
		font-size: 16px;
		line-height: 26px;
	}
	.banner_title_box p{
		display: none;
	}
	.social-media{
		margin-top: 12%;
		overflow: hidden;
	}
	.dropdown-menu2{
        position: static;
        display: block;
		padding: 0 15px
    }
	.WeChatform{
		padding-left: 0;
	}
}
@media screen and (max-width: 750px) {
	.title {
		padding: 4% 0 1% 0;
	}
	.title h1 {
		font-size: 24px;
	}
	.pro-btm-category{
		width: 95%;
	}
	.service{
		width: 95%;
	}
	.foot2{
		border: none;
		margin-top: 20px;
	}
	.navbar-nav>.nav-item>a{
	    font-size: 16px;
	    font-weight: 600;
	}
	.ny_banner img{
	    object-fit: cover;
        height: 220px;
	}
	.navbar-nav>.active>a{
		color: #182d82 !important;
		padding-bottom: 3px;
		border-bottom: 2px solid #182d82;
	}
	.communication{
		display: none;
	}
	.navbar-box{
		background: #fff;
		position: absolute;
		right: 0;
		top: 80px;
		width: 65px;
	}
}

.he-img {
	position: relative;
	overflow: hidden;
}

.he-img img {
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.he-nr::before,
.he-nr::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.he:hover .he-nr::before {
	right: 50%;
	left: 50%;
	background: rgba(255, 255, 255, 0.2);
}

.he:hover .he-nr::after {
	top: 50%;
	bottom: 50%;
	background: rgba(255, 255, 255, 0.2);
}

.he:hover .he-img img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.hov5 {
	position: relative;
	overflow: hidden;
}

.hov5::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.hov5:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.imgHover img {
	transition: .6s;
	transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-webkit-transform: rotateY (0deg);
	-o-transform: rotateY(0deg);
}

.imgHover:hover img {
	transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
}
