/*------------------------------------------------------index----------------------------------------*/
/*index_contact_wrap*/
.index_contact_wrap {
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 999;
	background: rgba(255, 255, 255, .15);
	position: absolute;
	bottom: 0;
	left: 50%;
}

.index_contact_wrap .contact_items {
	border: 1px solid #46413e;
	display: flex;
	justify-content: space-around;
}

.index_contact_wrap .contact_items .contact_item {
	width: 33.33%;
}

.index_contact_wrap .contact_items .contact_item:nth-child(2) {
	border-left: 1px solid #46413e;
	border-right: 1px solid #46413e;
}

.index_contact_wrap .contact_items .contact_item .item_img {}

.index_contact_wrap .contact_items .contact_item figcaption {
	display: inline-block;
	vertical-align: middle;
}

.index_contact_wrap .contact_items .contact_item .tit {
	font-size: 16px;
	font-family: "Verdana";
	color: #fff;
	line-height: 20px;
	overflow: hidden;
	color: #c2c0bf;
	margin-top: 17px;
}

.index_contact_wrap .contact_items .contact_item .con {
	font-size: 22px;
	color: #fff;
	font-family: "Verdana";
	line-height: 30px;
	overflow: hidden;
	margin-top: 8px;
	margin-bottom: 15px;
}

.index_contact_wrap .contact_items .contact_item a {
	color: #fff;
}

/*index_main_wrap*/
.index_main_wrap {
	position: relative;
	background: #f7f7f7;
	padding: .3rem 0 .4rem;
}

.main_title_bar {
	padding: 0 10px;
	padding-bottom: 20px;
}

.main_title_bar .main_title {
	font-family: "Verdana";
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	font-weight: 400;
	text-transform: capitalize;
	display: inline-block;
}

.main_title_bar .more {
	font-size: 12px;
	color: #919191;
	text-transform: capitalize;
	font-family: "Verdana";
	line-height: 20px;
	float: right;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}

.main_title_bar .more:hover {
	font-size: 16px;
	color: #f67b37;
}

.index_case_wrap {
	width: 63.9%;
	float: left;
	position: relative；
}

.case_items {}

.case_item {
	width: 50%;
	float: left;
	padding: 0 10px;
}

.case_item figure {
	border: 1px solid #cecece;
	padding: 20px;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}

.case_item:hover figure {
	box-shadow: 0 0 7px rgba(51, 51, 51, .2);
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
}

.case_item figure .item_img {}

.case_item figure figcaption {
	padding: 0 5px;
}

.case_item figure figcaption .case_title {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin-top: 15px;
}

.case_item figure figcaption .case_text {
	font-size: 14px;
	color: #555;
	line-height: 22px;
	margin-top: 10px;
}

.case_item figure figcaption .case_more {
	margin-top: .45rem;
	display: inline-block;
	padding: 0 20px;
	line-height: 40px;
	background: #F7F7F7;
	color: #6c6c6c;
	border: 1px solid #696969;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}

.case_item figure figcaption .case_more:hover {
	background: #333;
	color: #fff;
	padding: 5px 25px;
}

/*Index_Lastest_News*/
.Index_Lastest_News {
	position: relative;
	width: 34.3%;
	float: right;
}

.Lastest_News_Items {
	padding: 0 10px;
}

.Lastest_News_Items .news_item {
	position: relative;
	width: 100%;
	display: block;
	vertical-align: top;
	padding: 15px 5px;
	border-top: 1px solid #d5d5d5;
}

.Lastest_News_Items .news_item figure {
	display: flex;
}

.Lastest_News_Items .news_item figure .item_img {
	width: 100%;
	max-width: 1.5rem;
}

.Lastest_News_Items .news_item figcaption {
	padding-left: 10px;
}

.Lastest_News_Items .news_item figcaption .news_title {}

.Lastest_News_Items .news_item figcaption .news_title a {
	font-size: 16px;
	color: #f67b37;
	font-family: 'Verdana';
	font-weight: 400;
	text-transform: capitalize;
	line-height: 20px;
}

.Lastest_News_Items .news_item figcaption .news_text {
	font-size: 14px;
	color: #555;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	margin-top: 10px;
}

.Lastest_News_Items .news_item figcaption .news_title a:hover {
	color: #f26530;
}

.Lastest_News_Items .news_item figure {
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}

.Lastest_News_Items .news_item:hover figure {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
}

.index_sign {
	text-align: center;
	color: #333;
	line-height: .6rem;
	font-family: "Verdana";
	font-size: .18rem;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

.index_sign:after {
	content: "";
	width: 100%;
	height: 15px;
	display: block;
	visibility: visible;
	background-image: url(img/demo/inm_bg.png);
	background-repeat: no-repeat;
}

/*ad*/
.index_ad {
	position: relative;
}

.ad_items {
	display: flex;
	justify-content: space-between;
}

.ad_item {
	position: relative;
	display: table-cell;
	width: 33.33%;
	text-align: center;
	padding: .5rem .4rem;
	vertical-align: top;
}

.ad_item figure {
	position: relative;
}

.ad_item figure .item_img {
	display: inline-block;
}

.ad_item figure .item_img img {
	position: relative;
}

.ad_item figure figcaption {
	position: relative;
}

.ad_item figure figcaption .item_title {
	position: relative;
}

.ad_item figure figcaption .item_title a {
	text-transform: capitalize;
	color: #333333;
	line-height: 20px;
	font-size: 16px;
	font-family: "Verdana";
	font-weight: 400;
	margin-top: 15px;
	display: block;
	text-align: center;
}

.ad_item figure figcaption .item_text {
	position: relative;
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 23px;
	margin-top: 7px;
	overflow: hidden;
	text-align: center;
}

.ad_item figure .item_img {
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}

.ad_item:hover figure .item_img {
	animation: rotateA 1s infinite;
	-webkit-animation: rotateA 1s infinite;
}

.ad_item figure figcaption .item_title a:hover {
	color: #f67b37;
}

.rotateA {
	-webkit-animation-name: fadeInLeftA;
	animation-name: fadeInLeftA
}

@-webkit-keyframes rotateA {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	25% {
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}

	50% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	75% {
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes rotateA {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	25% {
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}

	50% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	75% {
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

.fadeInUpA {
	-webkit-animation-name: fadeInUpA;
	animation-name: fadeInUpA
}

@-webkit-keyframes fadeInRightA {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(20%, 0, 0);
		transform: translate3d(20%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRightA {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(20%, 0, 0);
		-ms-transform: translate3d(20%, 0, 0);
		transform: translate3d(20%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

/*index_company_intr*/
.index_company_intr {
	position: relative;
}

.index_company_intr,
.index_company_intr a {
	color: #FFF;
}

.index_company_intr .index_inner {
	position: relative;
	display: block;
	padding: 65px 0;
}

/*products*/

.index_product {
	position: relative;
	padding: 1.4rem 0 1.9rem 0;
	text-align: center;
}

.product_items {
	width: 100%;
}

.product_item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	overflow: hidden;
	width: 25%;
	padding: 0 20px;
}

.product_item figure {}

.product_item .item_img {
	position: relative;
	overflow: hidden;
	display: block;
}

.product_item .item_img a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
}

.product_item .item_title {
	font-weight: normal;
	font-size: 14px;
	padding: 15px;
	text-align: left;
}

/*index_product_wrap*/

.index_product_wrap {
	position: relative;
	padding: .5rem 0 .4rem;
}

.index_product_slides {
	width: 100%;
}

.index_product_slides .product_item {}

.index_product_slides .product_item .item_title {
	text-align: center;
}

.product_item .item_img:before {
	content: "";
	position: absolute;
	left: -100%;
	top: 0;
	width: 30px;
	height: 100%;
	background: rgba(255, 255, 255, .1);
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	transform: skew(-45deg);
	-webkit-transform: skew(-45deg);
}

.product_item .item_img:hover:before {
	left: 150%;
	opacity: 1;
	visibility: visible;
}

.product_item .item_img img {
	position: relative;
	width: 100%;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
}

.product_item .item_img:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

/*web footer*/
.web_footer {
	position: relative;
	overflow: hidden;
	background: #222;
}

.foot_items {
	position: relative;
	overflow: hidden;
	padding: .45rem 0;
}

.foot_items,
.foot_items a {
	font-weight: normal;
	color: #b1b5ba;
	font-size: 14px;
	line-height: 20px;
}

.foot_items li:hover a {
	color: #f26530;
}

.foot_item {
	position: relative;
	display: inline-block;
	width: 20%;
	vertical-align: top;
	padding-left: .5rem;
}

.foot_item.foot_item_subscribe {
	float: right;
	padding-left: 0;
	padding-right: .7rem;
	width: 26.67%;
}

.foot_item .title {
	position: relative;
	font-weight: normal;
	color: #fff;
	line-height: 20px;
	font-size: 16px;
	text-transform: capitalize;
}

.foot_subscribe p {
	display: block;
	margin-top: 10px;
}

.foot_subscribe .button {
	position: relative;
	vertical-align: middle;
	height: 45px;
	line-height: 45px;
	padding: 0 30px;
	text-transform: uppercase;
	font-size: 14px;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	color: #fff;
	letter-spacing: 1px;
	font-weight: normal;
	background: #de7c10;
	display: table;
	margin-top: .3rem;
}

.foot_subscribe .button:before {
	font-family: 'fontawesome';
	content: "\f0e0";
	padding-right: 5px;
}

.foot_subscribe .button:hover {
	background-color: #f26530;
}

.foot_item.foot_item_product li {
	margin-top: 10px;
	position: relative;
}

.foot-bottom {
	position: relative;
	line-height: .5rem;
	border-top: 1px solid #000;
	font-size: 14px;
	color: #8b8b8b;
}

.copyright {
	float: left
}

.foot-nav {
	display: inline-block;
	float: right;
}

.foot-nav li {
	display: inline-block;
}

.foot-nav li a {
	line-height: .5rem;
	font-size: 14px;
	color: #8b8b8b;
	border-right: 1px solid #8b8b8b;
	padding: 0 10px;
	text-transform: capitalize;
}

.foot-nav li:last-child a {
	border-right: none;
}

/*product_nav*/
.product_nav {
	position: relative;
	text-align: center;
	padding: 0 0 96px;
}

.product_nav ul {}

.product_nav ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	padding: 0 30px 30px;
}

.product_nav ul ul {
	position: absolute;
	width: 100%;
	height: 96px;
	left: 0;
	top: 50px;
	background:
		/*rgba(11,162,155,.75)*/
		#48b9b3;
	display: none;
	padding: 35px 0 0
}

.product_nav ul ul li {
	font-size: 18px;
	font-family: 'MyriadProRegular';
}

.product_nav ul ul li:before {
	content: "-";
	color: #FFF;
	margin: 0 7px 0 0;
}

.product_nav ul ul li a {
	color: #FFF;
}

.product_nav ul li {}

.product_nav li.nav-current>a {
	color: #f26530
}

.product_nav li.nav-current>ul,
.product_nav li:hover>ul {
	display: block;
}

.list_more_view {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	line-height: 41px;
	height: 43px;
	padding: 0 36px;
	border: 1px solid #f26530;
	border-radius: 5px;
	font-size: 17px;
	color: #f26530;
}

.list_more_view:after {
	content: "";
	width: 29px;
	height: 11px;
	margin: 0 0 0 13px;
	background: url(img/mark02.png) no-repeat center center;
	display: inline-block;
	vertical-align: middle;
}

.list_more_view:hover:after {
	margin: 0;
	width: 0
}

.items_list ul {
	width: 104.5%;
	margin-left: -2.25%;
}

.items_list .product_item {
	width: 33.33%;
	margin-top: 20px;
}

.items_list .product_item .item_img:before,
.items_list .product_item .item_img:after {
	display: none;
}

.items_list .product_item figure {
	position: relative;
}

.items_list .product_item figure .pd_shodow {
	background: rgba(51, 51, 51, .3);
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all ease-in-out .3s;
}

.items_list .product_item:hover figure .pd_shodow {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.items_list .product_item figcaption {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 9;
	top: 50%;
	transform: translateY(-50%) scale(0);
	-webkit-transform: translateY(-50%) scale(0);
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
}

.items_list .product_item:hover figcaption {
	transform: translateY(-50%) scale(1);
	-webkit-transform: translateY(-50%) scale(1);
}

.items_list .product_item figcaption .item_title {
	font-weight: normal;
	line-height: 20px;
	overflow: hidden;
	width: 100%;
	text-align: center;
	font-size: 14px;
	padding: 0 5%;
}

.items_list .product_item figcaption .item_title,
.items_list .product_item figcaption .item_title a {
	color: #fff;
}

.items_list .product_item figcaption .pro_more {
	text-transform: capitalize;
	height: 28px;
	line-height: 28px;
	padding: 0 15px;
	display: inline-block;
	color: #fff;
	border: 1px solid #fff;
	font-size: 14px;
	margin-top: 10px;
}

/*----------------------------------aside---------------------------------*/
.aside {
	float: left;
	width: 280px;
}

.side-tit-bar {
	position: relative;
}

.side-tit-bar .side-tit {
	position: relative;
	font-size: 18px;
	border-bottom: 2px solid #f26530;
	height: 43px;
	line-height: 43px;
	text-align: center;
	color: #fff;
	background: #363636;
	text-transform: uppercase;
	font-weight: normal;
}

.side-widget {
	position: relative;
	margin: 0 0 .53rem;
}

.side-cate {
	background: #f2f2f2;
}

.side-cate>li {
	padding: 0 .25rem 0 15px;
	border-bottom: none;
}

.side-cate>li:last-child {
	border-bottom: 1px solid #dfe4ea;
}

.side-cate li {
	position: relative;
	line-height: 40px;
}

.side-cate li li {}

.side-cate li a {
	position: relative;
	display: block;
	color: #333333;
	text-transform: capitalize;
	font-size: .14rem;
	line-height: .4rem;
}

.side-cate ul {
	display: none;
	overflow: visible !important
}

.side-cate li li a {
	padding: 0 .15rem;
}

.side-cate li li li a {}

.side-cate li .icon-cate {
	position: absolute;
	right: 10px;
	top: 0;
	line-height: 40px;
	font-size: 10px;
	cursor: pointer;
	color: #222;
}

.side-cate li .icon-cate.icon-cate-down:before {
	content: '\f078';
	color: #87a2bf;
}

.side-cate li .icon-cate.icon-cate-up:before {
	content: '\f054';
	color: #87a2bf;
}

.side-cate li.nav-current>a,
.side-cate li:hover>a,
li.show_li>a {
	color: #f26530;
}

.side-cate li.nav-current>.icon-cate,
.side-cate li:hover>.icon-cate,
li.show_li>.icon-cate {
	color: #f26530;
}

.side-product-items {
	position: relative;
	padding: .4rem 0;
}

.side-product-items .items_content {
	position: relative;
}

.side-product-items .items_content {}

.side_product_item {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0 0 6px;
	padding: 8px;
	background: #FFF;
}

.side_product_item figure {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}

.side_product_item .item-img {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 30%;
	border: 1px solid #eee;
	padding: 2px;
}

.side_product_item .item-img img {
	position: relative;
	width: 100%;
}

.side_product_item figcaption {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 68%;
	padding: 10px 0 10px 15px;
}

.side_product_item figcaption .item_title {
	line-height: 1.3;
	margin: 0 0 10px;
	text-transform: uppercase;
	font-size: 14px;
}

.side_product_item figcaption .item_text {
	color: #949494;
	line-height: 1.3;
}

.side_product_item .add-friend {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 37px;
	height: 39px;
	background: url(img/mark03.png) no-repeat right bottom;
	background-size: cover;
}

.side_product_item .add-friend:after {
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	bottom: 6px;
	right: 6px;
	background: url(img/add01.png) no-repeat center center;
	;
}

.side_product_item:hover .add-friend {
	width: 47px;
	height: 49px;
}

.side_product_item:hover .add-friend:after {
	bottom: 9px;
	right: 9px;
}

.side-product-items .btn-prev,
.side-product-items .btn-next {
	position: absolute;
	left: 0;
	width: 100%;
	height: 15px;
	display: block;
	cursor: pointer;
	opacity: .75;
	426
}

.side-product-items .btn-prev {
	top: 20px;
	background: url(img/side_product_up.png) no-repeat center center;
}

.side-product-items .btn-next {
	bottom: 20px;
	background: url(img/side_product_down.png) no-repeat center center;
}

.aside .side-bn {
	width: 100%;
	margin: 0 0 40px;
}

.aside .side-bn img {
	width: 100%
}

/*----------------------------------main---------------------------------*/
.main {
	width: calc(100% - 310px);
	float: right;
	position: relative;
}

.page_title {
	position: relative;
	font-size: .24rem;
	text-transform: capitalize;
	margin: 0 0 25px;
	font-weight: normal;
	border-bottom: 1px solid #cfcfcf;
	padding-bottom: 25px;
}

.page_bar {
	position: relative;
	line-height: 31px;
	height: 33px;
	margin-top: 50px;
	font-size: 12px;
	text-align: center;
}

.page_bar a,
.page_bar span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	min-width: .3rem;
	padding: 0 5px;
	text-align: center;
	font-size: .16rem;
	border: 1px #999 solid;
	margin: 0 5px;
	border-radius: 3px;
}

.page_bar a.current,
.page_bar a:hover {
	color: #fff;
	background-color: #333;
}

/*-------------------------------------------------------- 
													page: single Product
 																------------------------------------------------------*/
/*product photos*/
.main.product_main {
	width: 100%;
	float: none;
}

.product-intro {
	position: relative;
	overflow: hidden;
}

.cloud-zoom-lens {
	border: 1px solid #eee;
	cursor: move;
}

.cloud-zoom-title {
	position: absolute !important;
	background-color: #000;
	color: #fff;
	padding: 3px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	top: 0px;
}

.cloud-zoom-big {
	overflow: hidden;
	padding: 0px;
}

.cloud-zoom-loading {
	color: white;
	background: #222;
	padding: 3px;
	border: 1px solid #000;
}

.product-view .product-image.zoom_remove:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: 999;
}

.product-view {
	position: relative;
	width: 43%;
	float: left;
	margin-left: 53px;
}

.product-view .product-image {
	position: relative;
	border: 1px solid #ddd;
}

.product-view .product-image img {
	position: relative;
	width: 100%;
}

.product-view .image-additional {
	position: relative;
	width: 71%;
	margin: 20px auto;
	overflow: hidden;
}

.product-view .image-additional li {
	position: relative;
	width: 100%;
}

.product-view .image-additional li.single {
	display: none;
}

.product-view .image-additional li img {
	position: relative;
	width: 92%;
	border: 1px solid #ddd;
	padding: 11px 15px;
	border-radius: 9px;
}

.product-view .image-additional li a {
	position: relative;
	display: block;
}

.product-view .image-additional li.current img {
	border: 2px solid #0D44A8;
}

.product-view .image-additional img.popup {
	display: none;
}

.ad_prompt {
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	width: 100%;
	line-height: 40px;
	margin: -20px 0 0;
	text-align: center;
	color: #ff6f00;
	font-size: 20px;
	-webkit-animation: twinkling 1s infinite ease-in-out;
	animation: twinkling 1s infinite ease-in-out;
	display: none;
}

.product-view .image-additional.swiper-container-horizontal>.swiper-pagination-bullets {
	display: none;
}

.product-view .swiper-button-next,
.product-view .swiper-button-prev {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	opacity: 1;
}

.product-view .swiper-button-prev,
.product-view .swiper-container-rtl .swiper-button-next {
	background: url(../img/advantage-arr1.png) no-repeat center center;
	background-size: auto;
	left: -10px;
}

.product-view .swiper-button-next,
.product-view .swiper-container-rtl .swiper-button-prev {
	background: url(../img/advantage-arr3.png) no-repeat center center;
	background-size: auto;
	right: -10px;
}

/*product summary*/
.product-summary {
	position: relative;
	width: 45%;
	float: left;
	padding-left: 121px;
}

.product-summary .product-meta {
	line-height: 25px;
}

.product-summary .product-meta div {
	margin-top: 19px;
	font-family: Myriad Pro;
	font-weight: bold;
	font-size: 30px;
	color: #0D44A8;
}

.product-meta .item-val {
	font-family: Myriad Pro;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
}

.product-meta .eml {
	width: 98px;
	display: inline-block;
	margin-right: 22px;
	font-family: Myriad Pro;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	font-style: normal;
}

.product-meta>ul>li {
	padding: 9px 0px;
}

.product-summary .product-meta p {
	margin-top: 33px;
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	color: #333333;

}

.product-btn-wrap {
	position: relative;
	margin: 20px 0 0;
}

.product-btn-wrap {
	display: flex;
}

.product-btn-wrap .email,
.product-btn-wrap .pdf {
	background: #fff;
	border: 1px solid #0D44A8;
	color: #0D44A8;
	margin: 0 15px 10px 0;
	font-family: Myriad Pro;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	width: 151px;
	height: 44px;

}

.product-btn-wrap .pdf b {
	background: url(../img/xiazai.png) no-repeat center center;
	width: 15px;
	height: 11px;
	margin-right: 10px;
}


.product-btn-wrap .email:hover {
	background: #0D44A8;
	color: #fff;
}

.product-summary .share-this {
	margin: 30px 0 0;
}

/* product detail */
.product-detail {
	position: relative;
	overflow: visible;
	margin: 30px 0 0;
}

.detail-tabs {
	position: relative;
	padding-bottom: 1px;
	border-bottom: 2px solid #f26530;
}

.detail-tabs .title {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	height: 39px;
	line-height: 35px;
	padding: 0 20px;
	cursor: pointer;
	margin: 0 20px 0 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
	color: #222931;
	letter-spacing: .6px;
}

.detail-tabs .title.current {
	color: #FFF;
	background: #f26530;
}

.product-detail .tab-panel-wrap,
.product-detail .inquiry-form-wrap {
	width: 67.3%;
}

.product-detail .tab-panel-content {
	padding: 10px 0;
	display: block;
	overflow: hidden
}

.product-detail .disabled {
	display: none;
}

/*like product*/
.goods-may-like {
	padding-bottom: 7px;
}

.goods-may-like .title {
	font-size: .24rem;
	margin: 50px 0 20px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .6px;
	color: #222931;
}

.goods-may-like .product_item {
	padding: 0;
}

.goods-may-like .product_item .item_img:before,
.goods-may-like .product_item .item_img:after {
	display: none;
}

.goods-may-like .product_item figure {
	position: relative;
}

.goods-may-like .product_item figure .pd_shodow {
	background: rgba(51, 51, 51, .3);
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all ease-in-out .3s;
}

.goods-may-like .product_item:hover figure .pd_shodow {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.goods-may-like .product_item figcaption {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 9;
	top: 50%;
	transform: translateY(-50%) scale(0);
	-webkit-transform: translateY(-50%) scale(0);
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
}

.goods-may-like .product_item:hover figcaption {
	transform: translateY(-50%) scale(1);
	-webkit-transform: translateY(-50%) scale(1);
}

.goods-may-like .product_item figcaption .item_title {
	font-weight: normal;
	line-height: 20px;
	overflow: hidden;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 0 5%;
}

.goods-may-like .product_item figcaption .pro_more {
	text-transform: capitalize;
	height: 28px;
	line-height: 28px;
	padding: 0 15px;
	display: inline-block;
	color: #fff;
	border: 1px solid #fff;
	font-size: 14px;
	margin-top: 10px;
}

/*public*/
.web_main {
	position: relative;
	overflow: hidden;
	margin-bottom: .5rem;
}

.page_main {
	background: #FAFAFA;
	padding: 74px 0 0;
	margin-bottom: 0;
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.page_main .layout {
	padding-bottom: .53rem;
}

/*path_nav*/
.path_bar {
	position: relative;
	overflow: hidden;
	text-align: left;
	padding: 0 20px;
	border: 1px solid #cfcece;
}

.path_bar .title {
	position: relative;
	font-size: .18rem;
	line-height: .43rem;
	font-weight: normal;
	text-transform: uppercase;
	color: #333;
	display: inline-block;
}

.path_bar .path_nav {
	display: block;
	float: right;
}

.path_bar,
.path_bar a {
	color: #3f4247;
	line-height: .43rem;
}

.path_bar li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.path_bar li a {
	text-transform: capitalize;
	color: #333;
	font-size: 14px;
	line-height: .43rem;
}

.path_bar li:after {
	content: ">";
	margin: 0 5px 0 7px;
}

.path_bar li:last-child:after {
	display: none;
}

.path_bar li.current a {
	color: #f26530;
}

.mobile-head-items {
	display: none;
}

/*-------------------------------------------------------- 
													page: blog list
																	------------------------------------------------------*/
.blog_list {
	position: relative;
	width: 100%;
}

.blog-item {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 20px;
}

.blog-item:nth-child(2n+1) {
	background: #f9f9f9;
}

.blog-item:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.blog-item .item-wrap {}

.blog-item .item-img {
	position: relative;
	display: block;
	max-width: 200px;
	margin: 0 20px 0 0;
	float: left;
}

.blog-item .item-img img {
	position: relative;
	width: 100%;
}

.blog-item .item-info {}

.blog-item .item-info .item-title {
	font-size: 16px;
}

.blog-item .item-info time {
	display: block;
	font-style: italic;
	margin: 8px 0;
}

.blog-item .item-info .item-detail {}

.blog-item .item-info .item-more {
	float: right;
	color: #8f9395;
	margin: 10px 0 0;
}

/*-------------------------------------------------------- 
													page: download list
																	------------------------------------------------------*/
.download_list {
	position: relative;
	width: 100%;
}

.download-item {
	position: relative;
	overflow: hidden;
	padding: 15px 0;
	margin: 0 0 10px;
	line-height: 30px;
	border-bottom: 1px solid #eee;
}

.download-item .item-img {
	max-width: 25px;
}

.download-item .item-title {
	position: relative;
	display: inline-block;
	*display: inline;
	vertical-align: top;
	*zoom: 1;
	margin: 0 10px;
	font-size: 16px;
	font-weight: bold;
}

.download-item .item-button {
	position: relative;
	display: inline-block;
	*display: inline;
	vertical-align: top;
	*zoom: 1;
	float: right;
	line-height: 30px;
	padding: 0 15px;
	border: 1px solid #ccc;
	background: #eee;
	border-radius: 5px;
	cursor: pointer;
}

.download-item .item-button:before {
	content: "\f019";
	margin: 0 10px 0 0;
}

/*-------------------------------------------------------- 
													page: faq list
																	------------------------------------------------------*/
.faq_list {
	position: relative;
	width: 100%;
}

.faq-item {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 0 25px;
	border: 1px solid #eee;
	margin: 0 0 20px;
}

.faq-item .faq-title {
	position: relative;
	font-size: 16px;
	padding: 15px 0;
	cursor: pointer;
}

.faq-item .faq-title:before {
	position: absolute;
	content: "\f067";
	right: 0;
	font-size: 14px;
}

.faq-item .faq-title.show-title:before {
	content: '\f068';
}

.faq-item .faq-title h3 {
	font-weight: normal;
}

.faq-item .faq-cont {
	margin: 0 0 25px;
	display: none;
}

.faq-item:first-child .faq-cont {
	display: block;
}

@media only screen and (max-width: 768px) {
	.inquiry-form .form-btn-wrapx .form-btn-submitx {
		top: 0 !important;
	}
}

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

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

@media only screen and (max-width: 1250px) {
	.product-banner-title span {
		font-size: .3rem;
	}

	.product-banner-title {
		padding: 15px 40px 15px 30px;
	}

	.foot_item {
		padding-left: .2rem;
		width: 23%;
	}

	.foot_item.foot_item_subscribe {
		padding-right: 0;
	}

	.product-intro,
	.product-detail {
		width: 100%;
	}
}

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

	.layout,
	.nav_wrap {
		width: 98%;
	}

	body {
		min-width: inherit;
	}

	.web_main {
		margin-bottom: .3rem;
	}

	.ad_item {
		padding: .25rem;
	}

	.index_main_wrap {
		padding: .25rem 0;
	}

	.main_title_bar {
		padding-bottom: 10px;
	}

	.index_product_wrap {
		padding: .3rem 0;
	}

	.index_contact_wrap {
		position: relative;
		width: 100%;
		background: #333;
		bottom: auto;
		left: auto;
		transform: unset;
		-webkit-transform: unset;
	}

	.index_contact_wrap .contact_items .contact_item .tit {
		font-size: 14px;
	}

	.index_contact_wrap .contact_items .contact_item .con {
		font-size: 16px;
		line-height: 20px;
	}

	.index_sign {
		line-height: .45rem;
		font-size: .16rem;
	}

	.case_item figure {
		padding: 10px;
	}

	.case_item figure figcaption .case_title {
		font-size: 14px;
		line-height: 18px;
		margin-top: 10px;
	}

	.case_item figure figcaption .case_text {
		font-size: 12px;
		line-height: 16px;
	}

	.case_item figure figcaption .case_more {
		margin-top: .15rem;
	}

	.Index_Lastest_News {
		width: 36%;
	}

	.Lastest_News_Items .news_item {
		padding: 10px 5px;
	}

	.Lastest_News_Items .news_item figcaption .news_title a {
		font-size: 14px;
		line-height: 18px;
	}

	.Lastest_News_Items .news_item figcaption .news_text {
		font-size: 12px;
		line-height: 16px;
		height: 48px;
		margin-top: 0;
	}

	/*page*/
	.product-detail .tab-panel-wrap,
	.product-detail .inquiry-form-wrap {
		width: 100%;
	}

	.web_head.page_header .nav_wrap .head_nav {
		display: inline-block;
		width: calc(100% - 370px);
		float: right;
	}

	.web_head.page_header .nav_wrap .logo {
		left: auto;
		position: relative;
	}
}

@media only screen and (max-width: 950px) {
	.z10000 {
		position: relative;
		z-index: 100000;
	}

	.mobile-body-mask {
		width: 100%;
		height: 100vh;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		left: 0;
		top: 0;
		z-index: 999
	}

	.mobile-ico-close {
		width: 30px;
		height: 30px;
		background: #fff url(img/mobile_close.png) center center no-repeat;
		background-size: 50% auto;
		position: absolute;
		right: -35px;
		top: 0;
	}

	.sub-content {
		position: relative;
		display: block;
		right: auto;
		border-radius: 0;
		border: none;
		box-shadow: none;
		z-index: 99999;
	}

	.lang-more {
		display: none !important
	}

	.mobile-head-items {
		position: fixed;
		top: 0;
		left: 0;
		background: #161622;
		width: 100%;
		height: 25px;
		line-height: 25px;
		text-align: left;
		display: block;
		z-index: 999;
	}

	.mobile-head-item {
		float: left;
		width: 45px;
	}

	.mobile-head-item.mobile-head-aside {
		float: right
	}

	.mobile-head-item .title {
		width: 100%;
		height: 25px;
		line-height: 25px;
		overflow: hidden;
		text-align: center;
		color: #FFF;
	}

	.mobile-head-item .title a {
		position: relative;
		display: block;
		color: #FFF;
	}

	.mobile-head-item.mobile-head-home .title a:before {
		content: '\f015';
	}

	.mobile-head-item.mobile-head-nav .title:before {
		content: '\f0c9';
	}

	.mobile-head-item.mobile-head-language .title:before {
		content: "\f1ab";
	}

	.mobile-head-item.mobile-head-search .title:before {
		content: "\f002";
	}

	.mobile-head-item.mobile-head-social .title:before {
		content: "\f007";
	}

	.mobile-head-item.mobile-head-aside .title:before {
		content: "\f060";
	}



	.mobile-head-item .middle-content-wrap {
		position: absolute;
		left: 0;
		width: 100%;
		height: auto;
		padding: 20px 0;
		opacity: 0;
		visibility: hidden;
	}

	.mobile-head-item .middle-show-content-wrap {
		top: 30px;
		visibility: visible;
		opacity: 1;
	}

	.web_head {
		padding: 25px 0 0;
		height: auto;
		position: relative;
		background: #333;
		left: auto;
		top: auto;
	}

	.nav_wrap {
		padding: 15px 0;
	}

	.logo {
		position: relative;
		float: none;
		margin: auto;
		display: table;
	}

	.head-search-form {
		-webkit-transform: unset;
		transform: unset;
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
		height: .4rem;
		margin-right: 0;
		float: none;
	}

	.head-search-form .search-ipt {
		background: rgba(51, 51, 51, .85);
		border: none;
		line-height: 40px;
		height: 40px;
		color: #FFF;
		padding: 0 10px;
	}

	.head-search-form .search-btn {
		height: 40px;
		width: 40px;
	}

	/*pageheader*/

	.web_head.page_header .nav_wrap .head_nav {
		display: none;
	}

	/*nav */
	.head_nav li {
		position: relative;
		display: block;
		width: 100%;
		font-size: 16px;
	}

	.head_nav>li {
		border-bottom: 1px solid #eee;
		line-height: 35px;
	}

	.head_nav>li:after {
		content: '\f105';
		position: absolute;
		right: 0;
		top: 0;
		color: #999;
		font-size: 12px;
	}

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

	.head_nav li ul li {
		width: auto;
		padding: 0 10px;
		font-size: 14px;
		text-transform: capitalize;
		line-height: 30px;
	}

	.head_nav li ul li:before {
		content: "";
		width: 3px;
		height: 3px;
		background: #999;
		border-radius: 50%;
		position: absolute;
		left: 0;
		top: 15px;
	}

	.head_nav li ul li li {
		line-height: 25px;
		font-family: 'SourceSansProLight';
	}

	.head_nav li ul li li:before {
		display: none;
	}

	/*index*/

	.swiper-button-next,
	.swiper-button-prev {
		display: none;
	}

	.product_tit_bar:before {
		width: 15%;
	}

	.product_tit_bar .title {
		font-size: .35rem;
		text-transform: capitalize;
	}

	.product_tit_bar .sub_tit {
		font-size: .16rem;
		margin-top: .15rem;
		text-transform: capitalize;
	}

	.product_tit_bar {
		padding: .3rem 0;
	}

	.index_product .btn-primary {
		padding: 10px 20px;
		text-transform: capitalize;
	}

	.ad_item {
		padding: .15rem;
	}

	.ad_item figure figcaption .item_title a {
		line-height: 16px;
		font-size: 14px;
	}

	.ad_item figure figcaption .item_text {
		font-size: 12px;
		line-height: 20px;
	}

	.index_contact_wrap .contact_items .contact_item .item_img {
		width: .7rem;
		display: inline-block;
	}

	.index_case_wrap,
	.Index_Lastest_News {
		width: 100%;
		float: none;
		position: relative;
	}

	.Index_Lastest_News {
		padding-top: 10px;
	}

	.Lastest_News_Items .news_item {
		width: 50%;
		float: left;
	}

	/* aside */
	.aside {
		display: none;
	}

	.side-product-items .btn-prev,
	.side-product-items .btn-next {
		display: none;
	}

	.side_product_item {
		display: inline-block;
		vertical-align: top;
		width: 48%;
		padding: 2px;
	}

	.side_product_item figure {
		padding: 0 5px;
	}

	.side_product_item .item-img,
	.side_product_item figcaption {
		width: 100%;
		display: block;
		padding: 0
	}

	.side_product_item figcaption {
		padding: 10px 0;
		text-align: center;
	}

	/* main */
	.main {
		width: 98%;
		float: none;
		margin: 0 auto;
	}

	.items_list {
		width: 100%;
	}

	.product-item {
		width: 33.333%;
	}

	.product-item .item-wrap {
		margin: 8px;
	}

	/* product intro */
	.video_close {
		display: none
	}

	.image-additional li.image-item.current img {
		border: none;
	}

	.product-view {
		width: 100%;
		float: none;
		margin: 0 auto;
	}

	.product-view .image-additional li img {
		width: 90%;
		margin: 0 5%;
	}

	.product-view .product-image,
	.single_product_items {
		display: none
	}

	.image-additional-wrap {
		display: block;
	}

	.product-view .image-additional {
		width: 100%;
		margin: 0;
	}

	.product-view .image-additional ul {
		width: 100%;
	}

	.product-view .image-additional li {
		width: 100%;
		margin: 0;
	}

	.product-view .image-additional li a {
		padding: 0;
	}

	.product-view .image-additional li.current img {
		border-color: inherit;
	}

	.product-view .image-additional li.single {
		display: block
	}

	/* product summary */
	.product-summary {
		position: relative;
		width: 100%;
		float: none;
		margin-left: 0;
		padding-top: 20px;
	}

	.product-summary .share-this {
		float: none;
		margin: 30px 0;
	}

	.product-btn-wrap a {
		margin: 0 10px 10px 0 !important;
	}

	/* product detail  */
	.page_title {
		font-size: .2rem;
		margin: 0 0 15px;
		padding-bottom: 15px;
	}

	.goods-may-like .title {
		font-size: .2rem;
		text-transform: capitalize;
		margin: .3rem 0 .2rem 0;
		padding-bottom: 0;
		line-height: .45rem;
	}

	.goods-may-like .product_item figcaption,
	.product_item figcaption,
	.items_list .product_item figcaption {
		position: relative;
		transform: unset;
		-webkit-transform: unset;
	}

	.goods-may-like .product_item figcaption .item_title,
	.product_item figcaption .item_title {
		display: none;
	}

	.goods-may-like .product_item figcaption .pro_more,
	.product_item figcaption .pro_more {
		background: #333;
	}

	.goods-may-like .product_item,
	.product_item figure {
		border: 1px solid #cfcece;
		padding-bottom: 10px;
	}

	.items_list ul {
		width: calc(100% + 20px);
		margin-left: -10px;
	}

	.items_list .product_item,
	.goods-may-like .product_item {
		width: 25%;
	}

	.items_list .product_item {
		margin-top: 0;
		padding: 5px 10px;
	}

	.items_list .product_item:hover figcaption {
		transform: unset;
		-webkit-transform: unset;
	}

	.page_main .layout {
		padding-bottom: 0;
	}

	.page_main {
		padding: 7px 0 0;
	}
}

@media only screen and (max-width:768px) {
	.index_contact_wrap .contact_items .contact_item .item_img {
		width: .5rem;
	}

	.index_contact_wrap .contact_items .contact_item .tit {
		font-size: 12px;
		margin-top: 10px;
	}

	.index_contact_wrap .contact_items .contact_item .con {
		font-size: 12px;
		height: 16px;
		line-height: 16px;
		margin-top: 5px;
		margin-bottom: 10px;
	}

	.ad_item {
		padding: 10px 5px;
	}

	/*footer*/
	.foot_subscribe .button {
		padding: 0 20px;
	}

	.index_product {
		padding: .3rem 0;
	}

	.product_tit_bar .title {
		font-size: .24rem;
	}

	.items_list ul {
		width: calc(100% + 10px);
		margin-left: -5px;
	}

	.items_list .product_item {
		width: 33.33%;
		padding: 5px;
	}
}

@media only screen and (max-width:640px) {
	.ad_items {
		display: block;
	}

	.ad_item {
		width: 100%;
		display: block;
	}

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

	.Lastest_News_Items .news_item {
		width: 100%;
	}

	.product_item {
		width: 50%;
	}

	/*footer*/
	.foot_items {
		padding: .25rem 0;
	}

	.foot_item,
	.foot_item.foot_item_subscribe {
		padding-right: 0;
		width: 100%;
		display: block;
		padding-left: 0;
		border: none;
		padding: 10px;
	}

	.foot-nav {
		display: block;
		width: 100%;
		float: none;
		text-align: left;
	}

	.foot-bottom {
		line-height: .3rem;
	}

	.foot-nav li a {
		line-height: 22px;
		font-size: 12px;
	}

	.index_contact_wrap {
		display: none;
	}

	.items_list .product_item {
		width: 50%;
	}
}

@media only screen and (max-width: 480px) {
	.gotop {
		display: none !important;
	}

	.case_item {
		width: 100%;
		float: none;
		padding: 0 5px;
		margin-bottom: 10px;
	}

	.product-view {
		width: 100%;
	}

	.side-widget {
		margin: 0 0 30px;
	}

	.side-cate>li {
		padding: 0;
	}

	.side-cate li a {
		padding: 0 .4rem 0 20px;
	}

	.side-cate li li a {
		padding: 0 .4rem 0 30px;
	}

	.side_product_item {
		padding: 5px;
		width: 100%;
	}

	.blog-item .item-img {
		width: 150px;
	}

	.table_wrap {
		overflow-x: scroll;
	}
}

@media only screen and (max-width: 320px) {
	.side_product_item {
		width: 100%;
	}

	.product_item,
	.items_list .product_item {
		width: 100%;
	}
}

/*-------------------------------
			font start
			----------------------------------*/
@font-face {
	font-family: 'fontawesome';
	src: url("fonts/Font-Awesome/fontawesome-webfont.eot?v=4.5.0");
	src: url("fonts/Font-Awesome/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("fonts/Font-Awesome/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("fonts/Font-Awesome/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("fonts/Font-Awesome/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("fonts/Font-Awesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'Verdana';
	src: url(fonts/Verdana/Verdana.ttf) format('truetype');
	font-weight: 400;
	font-style: normal
}

/*-------------------------------
			font end
			----------------------------------*/
/*-------------------------------
			swiper-slide end
			----------------------------------*/
.slider_banner {
	position: relative;
	overflow: hidden;
}

.slider_banner .swiper-pagination {
	display: none;
}

.swiper-pagination{
	display: none;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -31.5px;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {}

.swiper-container:hover .swiper-button-prev {
	left: 65px;
}

.swiper-container:hover .swiper-button-next {
	right: 65px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	cursor: auto;
	pointer-events: none;
}

.cloud-zoom-loading {
	display: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background: url(img/prev.png) no-repeat center center;
	background-size: cover;
	left: 10px;
	right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background: url(img/next.png) no-repeat center center;
	background-size: cover;
	right: 10px;
	left: auto
}

.slider_banner:hover .swiper-button-prev {
	left: 120px;
	opacity: 1;
}

.slider_banner:hover .swiper-button-next {
	right: 120px;
	opacity: 1;
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 100%;
	background: #dcdcdc;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

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

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .2s -webkit-transform;
	transition: .2s top, .2s -webkit-transform;
	-o-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	transition: .2s left, .2s -webkit-transform;
	-o-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .2s -webkit-transform;
	transition: .2s right, .2s -webkit-transform;
	-o-transition: .2s transform, .2s right;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal {
	overflow: hidden;
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fc6932;
	box-shadow: 0 0 0 4px #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	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: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: 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%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

.slider_banner .swiper-slide img {
	width: 100%;
}

.slider_banner .swiper-slide img+img {
	position: absolute;
	left: 0;
	top: 0;
}

.slider_banner .swiper-slide img {
	width: 100%;
	transition: 3s linear;
	transform: scale(1.08);
}

.slider_banner .swiper-slide.swiper-slide-active img {
	transform: scale(1);
}

/*-------------------------------
			swiper-slide end
			----------------------------------*/

.swiper-button-wall::after {
	display: none;
}

.page-Product-table {
	width: 100%;
	padding-top: 84px;
	padding-bottom: 20px;
}
.page-Product-table>.table-wrapper{
	margin: 0 auto;
	width: 80% !important;
	max-width: 1400px;
	overflow: auto;
}
.page-Product-table>.table-wrapper table{
	width: 100% !important;
}
.page-Product-table>table tr td {
	border: 1px solid #999999;

}

.page-Product-table>table tr td p {
	font-family: Myriad Pro;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
}

.page-Product-table-title {
	margin-bottom: 17px;
	text-align: center;

}

.page-Product-table-title p {
	font-family: Myriad Pro;
	font-weight: bold;
	font-size: 45px;
	color: #0D44A8;
	line-height: 60px;
}

@media screen {
	
}

.page-Product-table-table>span {
	font-family: Myriad Pro;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	display: block;
	width: 80%;
	margin: 0 auto 20px;
}

.page-Product-table {
	width: 100%;

}

.page-Product-table-table {
	margin-bottom: 100px;
	width: 100%;
	/* height: 300px; */
	overflow-y: auto;
}

.page-Product-table-table table {
	width: 100%;
	border-collapse: collapse;
}

.page-Product-table-table table tr td {
	width: 25%;
	padding: 22px 0px 22px 50px;
}

td,
th {
	padding: 8px;
}

.gray {
	background: #F5F5F5;
}

.white {
	background-color: #FFFFFF;
}

.page-Product-table-bottom {
	display: flex;
	margin-bottom: 15px;
}

.page-Product-table-bottom-box {
	width: 20%;
}

.page-Product-table-bottom-img {
	width: 50%;
	position: relative;
}

.page-Product-table-bottom-box1,
.page-Product-table-bottom-box2 {
	width: 100%;
	padding: 32px 28px 53px 0px;
}

.page-Product-table-bottom-box1 {
	border-bottom: 2px solid #6A6A6A;
}

.page-Product-table-bottom-box p {
	font-family: Myriad Pro;
	font-weight: bold;
	font-size: 20px;
	color: #0D44A8;
	line-height: 24px;
	margin-bottom: 27px;
}

.page-Product-table-bottom-box span {
	font-family: Microsoft PhagsPa;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
}

.page-Product-table-bottom-img img {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.page-Product-table-bottom-boxleft {
	margin-right: 5%;
}

.page-Product-table-bottom-boxright {
	margin-left: 5%;
	text-align: right;
}

.page-Product-table-bottom-boxright .page-Product-table-bottom-box1,
.page-Product-table-bottom-boxright .page-Product-table-bottom-box2 {
	padding: 32px 0px 53px 28px;
}

.Ferrarrules {
	width: 100%;
	padding-bottom: 40px;
}

.Ferrarrules-img {
	background: url(../img/page-product-img1.png) no-repeat;
	width: 100% !important;
	background-size: 100% 100% !important;
	height: 707px !important;
	position: relative;
}

.Ferrarrules-img-text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.Ferrarrules-img-text p {
	font-family: Myriad Pro;
	font-weight: bold;
	font-size: 45px;
	color: #FFFFFF;
	line-height: 60px;
	margin-bottom: 31px;
}
.Ferrarrules-img-text h1{
	font-family: Myriad Pro;
	font-weight: bold;
	font-size: 45px;
	color: #FFFFFF;
	line-height: 60px;
	margin-bottom: 31px;
}

.Ferrarrules-img-text span {
	font-family: Microsoft PhagsPa;
	font-weight: 400;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 33px;
	height: 128px;
    display: block;
    overflow: auto;
}

.Ferrarrules-box {
	display: flex;
    margin-top: 73px;
}
/* .Ferrarrules-box:first-child{
	margin-top: 0px;
} */

.Ferrarrules-box-text {
	width: 45%;
	margin-right: 5%;
}

.box-textaa {
	margin-left: 5%;
}


.Ferrarrules-box-img {
	width: 50%;
	max-height: 464px;
}

.Ferrarrules-box-img img {
	width: 100%;
	height: 100%;
}

.Ferrarrules-box-last {
	flex-direction: row-reverse;
	margin-top: 73px;
}

@media screen and (max-width: 1030px) {
	.product-view {
		width: 100%;
		float: none;
		margin: 0 auto;
	}

	.product-summary {
		position: relative;
		width: 100%;
		float: none;
		margin-left: 0;
		padding-top: 20px;
	}

	.swiper-button-wall {
		display: none !important;
	}

	.page-Product-table-bottom {
		flex-direction: column;
	}

	.page-Product-table-bottom-box {
		width: 100%;
	}

	.page-Product-table-bottom-boxright {
		margin-left: 0;
		text-align: left;
	}

	.page-Product-table-bottom-box1,
	.page-Product-table-bottom-box2 {
		padding: 32px 28px 53px 0px !important;
	}

	.Ferrarrules-box {
		flex-direction: column-reverse;
	}

	.Ferrarrules-box-text {
		width: 100%;
		margin-right: 0;
	}

	.Ferrarrules-box-img {
		width: 100%;
	}
	.Ferrarrules-box-last{
		margin-top: 30px;
	}
	.box-textaa{
		margin-left: 0px;
	}
	.product-btn-wrap .email{
		font-size: 16px !important;
	}
}

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

	.product-summary {
		padding: 0px;
	}
	.Ferrarrules-img-text{
		width: 90%;
	}
	.Ferrarrules-img-text span{
		height: auto;

	}
}

@media screen and (max-width: 768px) {
	.page-Product-table-table table tr td {
		padding: 0px 10px;
	}
}
@media screen and (max-width: 480px){
	.page-Product-table-title p{
		font-size: 30px;
	}
	.page-Product-table{
		padding-top: 42px;
	}
	.page-Product-table-title p{
		font-size: 35px;
	}
	.Ferrarrules-img{
		height: 468px !important;
	}
	.Ferrarrules-img-text h1{
		font-size: 29px;
		line-height: 40px;
	}
	.Ferrarrules-img-text span{
		font-size: 16px !important;
	}
}
.page-Product-table .tList {
	width: 80%;
    margin: 0 auto;
    max-width: 1400px;
}