*{
	margin: 0;
	padding:0;
}
ul{
	padding: 0;
}
li{
	list-style: none;
}
a,a:hover{
	text-decoration: none;
}
.clearfix::after{
	display: block;
	content: "";
	clear: both;
}
.mw1200{
	width: 1200px;
	margin: 0 auto;
}
.title{
	margin-bottom: 50px;
}
.title h3{
	text-align: center;
	font-size: 36px;
}
/**********************************************/
.page-header{
	padding-bottom: 0;
	margin: 0;
}
.page-top-bar,.header-above{
    display: none;
}
.header_all_wrap .header-wrap{
    display: block;
}
.header_all_wrap .header-wrap .header-top-wrap{
    display: flex;
    padding: 20px 0;
}
.header_all_wrap .header-wrap .header-top-wrap .header-left,
.header_all_wrap .header-wrap .header-top-wrap .header-center,
.header_all_wrap .header-wrap .header-top-wrap .header-right
{
    width:33.33%;
}
.header_all_wrap .header-wrap .header-top-wrap .header-left .header-content-inner{
    display: none;
}
/**********************************************/
.banner_wrap{ 
	width: 100%;
	padding:0!important;
}
.banner_wrap img{
	width: 100%;
}
/**********************************************/
.best_wrap{
	margin: 50px 0;
	padding: 0!important;
}
.best_wrap .best{
	margin-top: 25px;
	height: 650px;
	overflow: hidden;
}
.best_wrap .best .swiper {
    width: 100%;
    height: 100%;
}

.best_wrap .best .swiper-slide {
	height: 100%;
}

.best_wrap .best .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.best_wrap .best ul li .best_photo{
	display: block;
	width: 100%;
	position: relative;
}
.best_wrap .best ul li .best_photo .best_font{
	width: 100%;
}
.best_wrap .best ul li .best_photo .best_font img{
	width: 100%;
}
.best_wrap .best ul li .best_photo .best_back{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	display: none;
	background: #fff;
	object-fit:cover;
}
.best_wrap .best ul li .best_photo .best_back img{
	width: 100%;
}
.best_wrap .best ul li .best_photo:hover .best_back{
	display: block;
}
.best_wrap .best ul li .best_text{
	/* padding: 15px 15px 35; */
}
.best_wrap .best ul li .best_text .category_list a{
	font-style: normal;
	font-size: 11px;
	letter-spacing: 0.0625em;
	text-transform: uppercase;
	color:#070707;
}
.best_wrap .best ul li .best_text .category_list a:hover{
	color: #FC5F49;
}
.best_wrap .best ul li .best_text .product_title{
	margin-top: 15px;
	letter-spacing: 0.0225em;
	min-height: 36px;
}
.best_wrap .best ul li .best_text .product_title h2{
	margin-bottom: 0;
}
.best_wrap .best ul li .best_text .product_title:hover h2 a{
	color: #FC5F49;
}
.best_wrap .best ul li .best_text .product_title h2 a{
	display: block;
	height: 40px;
	overflow: hidden;
	font-size: 14px;
	letter-spacing:0.0225em;
	color:#070707;
	line-height: 18px;
}
.best_wrap .best ul li .best_text .product_title span{
	column-gap:3px;
	align-items:center;
	font-weight: 500;
	font-size: 10px;
	letter-spacing: 0.01em;
	margin:0 10px;
	display: flex;
}
.best_wrap .best ul li .best_text .product_title span em{
	font-style: normal;
}
.best_wrap .best ul li .best_text .product_price{
	font-weight: 400;
	font-size:12px;
	line-height:calc(16 / 12);
	letter-spacing:0.01em;
	margin-top:5px;
}
.best_wrap .best ul li .best_text .product_price p{
	font-size: 14px;
}
.best_wrap .best .swiper-button-next,
.best_wrap .best .swiper-button-prev{
	width: 80px;
	height: 80px;
	background: rgba(0,0,0, .5);
	border-radius: 50%;
}
.best_wrap .best .swiper-button-next svg,
.best_wrap .best .swiper-button-prev svg{
	width: 50%;
	height: 50%;
}
.best_wrap .best .swiper-button-next::after,
.best_wrap .best .swiper-button-prev::after
{
	content: "";
}
/****************************************************************/
.new_wrap .new ul li{
	margin-bottom: 20px;
}
.new_wrap .new ul li .new_photo,
.new_wrap .new ul li .new_photo .new_font,
.new_wrap .new ul li .new_photo .new_font img,
.new_wrap .new ul li .new_photo .new_back,
.new_wrap .new ul li .new_photo .new_back img
{
	width: 100%;
}
.new_wrap .new ul li .new_photo a{
	position: relative;
}
.new_wrap .new ul li .new_photo .new_back{
	display: none;
	position:absolute;
	top:0;
	left:0;
}
.new_wrap .new ul li .new_photo a:hover .new_back{
	display: block;
}
.new_wrap .new ul li .new_text .new_title{
	margin: 15px 0;
}
.new_wrap .new ul li .new_text .new_title h2 a{
	display: block;
	width: 100%;
	height: 60px;
	overflow: hidden;
	font-size:16px;
	color: #070707;
}
.new_wrap .new .swiper-button-next,
.new_wrap .new .swiper-button-prev{
	width: 80px;
	height: 80px;
	background: rgba(0,0,0, .5);
	border-radius: 50%;
}
.new_wrap .new .swiper-button-next svg,
.new_wrap .new .swiper-button-prev svg{
	width: 50%;
	height: 50%;
}
.new_wrap .new .swiper-button-next::after,
.new_wrap .new .swiper-button-prev::after
{
	content: "";
}
/****************************************************************/
.service_wrap{
	padding: 50px 0!important;
}
.service_wrap .service ul{
	display: flex;
	padding-left:0;
	margin:0;
}
.service_wrap .service ul li{
	text-align: center;
	margin-bottom: 20px;
}
.service_wrap .service ul li span{
	display: block;
	width: 80px;
	height: 80px;
	border: 1px solid #ddd;
	border-radius: 50%;
	margin:0 auto;
}
.service_wrap .service ul li:first-child span svg{
	width: 80px;
	height: 70px;
	margin-top: 5px;
}
.service_wrap .service ul li:nth-child(2) span svg{
	width: 80px;
	height: 40px;
	margin-top: 20px;
}
.service_wrap .service ul li:nth-child(3) span svg{
	width: 80px;
	height: 40px;
	margin-top: 20px;
}
.service_wrap .service ul li:last-child span svg{
	width: 80px;
	height: 40px;
	margin-top: 20px;
}
.service_wrap .service ul li h3{
	margin-top: 20px!important;
	font-weight: bold;
	font-size: 14px;
}
.service_wrap .service ul li p{
	color: #999;
	line-height: 20px;
	margin-top: 20px;
	font-size: 12px;
}
/****************************************************************/
.footer_wrap{
	background: #000;
	padding: 50px 0;
}
.footer_wrap .footer .footer_logo a img{
	display: block;
	margin: 0 auto;
	width: 150px;
}
.footer_wrap .footer .footer_bottom{
	display: flex;
}
.footer_wrap .footer .footer_bottom	.footer_item{
	width: 25%;
}
.footer_wrap .footer .footer_bottom	.footer_item dl dt{
	margin-bottom: 20px;
	color: #fff;
}
.footer_wrap .footer .footer_bottom	.footer_item dl dd{
	margin:0 0 10px 0;
}
.footer_wrap .footer .footer_bottom	.footer_item dl dd a{
	color: #fff;
}
.touch dl dt{
	margin-right: 10px;
}
.touch dl dd{
	display: flex;
	color: #fff;
}
.touch dl dd a{
	color: #fff;
}
.touch dl dd span{
	margin-right: 10px;
}
.media dl dt{
	margin-bottom: 15px;
}
.media dl dd{
	float: left;
	margin-right:10px!important;
	margin-bottom: 0!important;
}
.media dl dd a{
	display: block;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	padding-top: 8px;
	line-height: 40px;
}
.media dl dd a svg{
	display: block;
	width: 100%;
	height: 25px;
	line-height: 40px;
}
/****************************************************************/
.copy_wrap{
	background: #000;
	padding: 50px 0;
}
.copy_wrap .copy{
	display: flex;
}
.copy_wrap .copy .copy_left,.copy_wrap .copy .copy_right
{
	width: 50%;
}
.copy_wrap .copy .copy_left p{
	color: #999;
}
.copy_wrap .copy .copy_right img{
	float: right;
}
/****************************************************************/
.policy_wrap{
	padding: 50px 0!important;
}
.policy_wrap p{
	font-size: 16px;
	margin-bottom: 20px;
}
.policy_wrap dl{
	margin: 20px 0;
}
.policy_wrap dl dt{
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
}
.policy_wrap dl dd{
	font-size: 14px;
}
.policy_wrap ul{
	margin-bottom: 20px;
}
/****************************************************************/
.aboutus_img_wrap{
	width: 100%;
	padding: 0!important;
}
.aboutus_img_wrap img{
	width: 100%;
	position: relative;
}
.aboutus_img_wrap .aboutus_text{
	position: absolute;
	top:30%;
	left:50%;
	z-index: 100;
	width: 700px;
	height: 150px;
	margin-top: -75px;
	margin-left: -350px;
}
.aboutus_img_wrap .aboutus_text h2{
	color: #fff;
	font-size: 36px;
	margin-bottom: 20px;
}
.aboutus_img_wrap .aboutus_text p{
	color: #fff;
	font-size: 24px;
}
.aboutus_wrap{
	padding: 100px 0!important;
}
.aboutus_wrap p{
	margin-bottom: 30px;
}
.aboutus_wrap ul{
	margin: 0;
	padding: 0;
}
.aboutus_wrap ul li{
	margin-bottom: 10px;
}
/****************************************************************/
.contactus_wrap{
	padding: 100px 0;
}
.contactus_wrap .contactus{
	text-align: center;
}
.contactus_wrap .contactus h3{
	margin-bottom: 20px;
}
.contactus_wrap .contactus p{
	margin-bottom: 20px;
}
/****************************************************************/
.faqs_wrap{
	padding: 50px 0!important;
}
.faqs_wrap .faqs_title h3{
	text-align: center;
	font-size: 36px;
	margin-bottom: 20px;
}
.faqs_wrap .faqs_title p{
	text-align: center;
	margin-bottom: 10px;
	color: #999;
}
.faqs_wrap .faqs_list{
	margin: 50px auto;
	width: 700px;
}
.faqs_wrap .faqs_list .faqs_tags{
	border-bottom: 2px solid #000;
	padding-bottom: 10px;
}
.faqs_wrap .faqs_list .faqs_tags ul li{
	cursor: pointer;
	float: left;
	width: 25%;
	text-align: center;
}
.faqs_wrap .faqs_list .faqs_tags ul .active{
	color: red;
}
.faqs_wrap .faqs_list ul li h4{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	padding: 0 10px;
}
.faqs_wrap .faqs_list ul li h4 span{
	display: block;
	width: 0;
	height: 0;
	float: right;
	margin-top: 15px;
}
.down_arrow{
	border-top:8px solid #ddd;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 0;
}
.top_arrow{
	border-bottom:8px solid #ddd;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 0;
}
.faqs_wrap .faqs_list ul li .faqs_list_item{
	display: none;
	padding: 20px 10px;
}
.faqs_wrap .faqs_text{
	margin-bottom: 40px;
}
.faqs_wrap .faqs_text h3{
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
}
.faqs_wrap .faqs_text p{
	margin-bottom: 20px;
}
.faqs_wrap .faqs_text ol{
	margin-bottom: 20px;
}
.faqs_wrap .faqs_text ul li{
	margin-bottom: 15px;
}
/****************************************************************/
