
body { 
	font-family:'Poppins', sans-serif;
	font-size:12px;
}
.wrapper{
	max-width:1200px;
	width:100%;
	margin:0 auto;
}
.mobile-nav{
	display:none;
}




#header_box{
	background-color: #222;
	height:174px;
}
#header_box .header_top{
    height: 38px;
    color: #b05d5d;
    background-color: #ffe8e8;
}
#header_box .header_top .top_txt{
	height:38px;
	min-width:200px;
	line-height:38px;
	text-align:center;
}
#header_box .header_mid{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 94px;
}
#header_box .header_mid .logo{
	display: flex;
    align-items: center;
    width: 200px;
    min-height: 60px;
}
#header_box .header_mid .logo img{
    max-height: 60px;
}

#header_box .header_mid .search-box{
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 5px;
    width: calc(100% - 500px);
}
#header_box .header_mid .search-box .search_close{
	display:none;
}
#header_box .header_mid .search-box form{
    display: flex;
    align-items: center;
}
#header_box .header_mid .search_input{
    width: calc(100% - 40px);
    height: 38px;
    padding: 0;
    text-indent: 15px;
    background: none;
    color: #fff;
	border:none;
}
#header_box .header_mid .btn_search{
    background: none;
    width: 40px;
    height: 38px;
	border:none;
    border-left: 1px solid rgba(255,255,255,.4);
}
#header_box .header_mid .btn_search svg{
	fill:#fff;
	width:28px;
	height:28px;
}
#header_box .header_mid .header_right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 40px;
    width: 200px;
}

#header_box .header_mid .cart_txt > a,
#header_box .header_mid .currency_box > a,
#header_box .header_mid .header_right > a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin: 0 8px;
	color: #fff;
    flex-direction: column;
    width: auto;
}
#header_box .header_mid .cart_txt > a svg,
#header_box .header_mid .currency_box > a svg,
#header_box .header_mid .header_right > a svg{
	fill: #fff;
    width: 20px;
    height: 20px;
}
#header_box .header_mid .cart_txt > a span,
#header_box .header_mid .currency_box > a span,
#header_box .header_mid .header_right > a span{
    display: block;
    white-space: nowrap;
    text-transform: uppercase;
    margin: 5px 0 0;
}
#header_box .header_mid .cart_box .cart_txt strong{
    margin-left: 5px;
    font-weight: normal;
}
#header_box .header_mid .currency_box > a{
    justify-content: flex-start;
}
#header_box .header_mid .currency_box{
    position: relative;
    z-index: 9999;
}
#header_box .header_mid .drop_currency{
    position: absolute;
    right: 0;
    top: 68px;
    color: #666;
    background-color: #fff;
    text-align: left;
    box-shadow: 0 0 15px #6666661a;
    transition: all .3s ease-in-out;
    padding: 20px 25px;
    width: 300px;
	opacity: 0;
    visibility: hidden;
	transform:translate(0,20px);
    transition: all 0.3s;
    box-sizing: border-box;
}

#header_box .header_mid .drop_currency dl dt{
	text-transform:uppercase;
	letter-spacing: .2px;
	margin-bottom:10px;
}
#header_box .header_mid .drop_currency dl dd{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#header_box .header_mid .drop_currency dl dd a{
	border: 1px solid rgba(19,19,19,.2);
    background: #fafafa;
    color: #000;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    padding: 1px 10px;
	margin:0 5px 5px 0;
    opacity: .6;
	transition:all 0.3s;
}
#header_box .header_mid .drop_currency dl dd a:hover{
	opacity: 1;
}
#header_box .header_mid .drop_currency dl dd a.on{
	background:#000;
	color:#fff;
	border-color:#000;
	opacity:1;
}
#header_box .header_mid .currency_on .drop_currency{
	opacity:1;
	visibility:visible;
	transform:none;
}
#header_box .header_nav{
    height: 42px;
    background: #000;
	font-size:13px;
}
#header_box .header_nav .wrapper{
	display: flex;
	position:relative;
	z-index:999;
}
#header_box .header_nav .nav_menu{
	position:relative;
}
#header_box .header_nav .nav_menu > ul{
    display: flex;
    align-items: center;
	justify-content: center;
    height: 42px;
	width: 100%;
    
}
#header_box .header_nav .nav_menu > ul > li{
	margin:0 15px;
	position:relative;
	z-index:999;
}
#header_box .header_nav .nav_menu > ul > li:last-child{
	margin-right:0;
}
#header_box .header_nav .nav_menu > ul > li .menu_link a{
	display:block;
	height:42px;
	line-height:42px;
	color:#fff;
	transition:all 0.3s;
	font-size:12px;
	position:relative
}
#header_box .header_nav .nav_menu > ul > li .menu_link a:after{
    content: '';
    width: 0;
    height: 2px;
    display: block;
    background-color: #ddd;
	position:absolute;
	left:0;
	bottom:7px;
	transition:all 0.3s;
}
#header_box .header_nav .nav_menu > ul > li .menu_link a:hover,
#header_box .header_nav .nav_menu > ul > li.on .menu_link a{
	color: #ddd;
}
#header_box .header_nav .nav_menu > ul > li.on .menu_link a:after,
#header_box .header_nav .nav_menu > ul > li .menu_link a:hover:after{
	width:100%;
}


#header_box .header_nav .nav_menu > ul > li .menu_dropdown{
    position: absolute;
    left: -20px;
    top: 42px;
    background: #fff;
    width: 220px;
	padding:10px 20px 8px;
	transform:translate(0,20px);
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    text-align: left;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 10%);
	
}
#header_box .header_nav .nav_menu > ul > li .menu_dropdown li{
    line-height: 24px;
    padding: 5px 0;
}
#header_box .header_nav .nav_menu > ul > li .menu_dropdown li a{
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color: #222;
	transition:all 0.3s;
}
#header_box .header_nav .nav_menu > ul > li .menu_dropdown li a:hover{
	color:#fe877b;
}
#header_box .header_nav .nav_menu > ul > li.on .menu_dropdown{
	opacity:1;
	visibility:visible;
	transform:none;
}
#header_box .header_nav .nav_menu > ul > li.menu2-list2 .menu_dropdown{
    width: 500px;
}
#header_box .header_nav .nav_menu > ul > li.menu2-list2 ul{
	display: grid;
    grid-template-columns: repeat(2,1fr);	
}


#header_box .header_nav .nav_menu > ul > li.menu2-list3,
#header_box .header_nav .nav_menu > ul > li.menu2-list4{
	position:inherit;
}
#header_box .header_nav .nav_menu > ul > li.menu2-list3 .menu_dropdown,
#header_box .header_nav .nav_menu > ul > li.menu2-list4 .menu_dropdown{
    width: 100%;
	box-sizing:border-box;
	left:0;
    display: flex;
    justify-content: center;
	padding:30px 0;
}
#header_box .header_nav .nav_menu > ul > li.menu2-list3 .menu_dropdown ul{
	display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 100px;
}
#header_box .header_nav .nav_menu > ul > li.menu2-list4 .menu_dropdown ul{
	display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 100px;
}

#header_box.posFixed .fixed_box{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	background-color: #222;
	z-index:999;
}
#header_box.posFixed .fixed_box .header_top{
	display:none;
}
#header_box.posFixed .fixed_box .header_mid{
	height:50px;
}


.index_default{
	width:100% !important;
}


#bottom_box .footer_links{
    display: flex;
    padding: 50px 0;
}
#bottom_box .footer_links dl{
	width:23.33333%;
	font-size:13px;
	padding:0 0 0 50px
}
#bottom_box .footer_links dl dt{
	font-weight: 600;
    font-size: 16px;
    color: #222;
	margin-bottom:30px;
	box-sizing:border-box;
}
#bottom_box .footer_links dl dt .help-icon{
	display:none;
}
#bottom_box .footer_links dl dd{
	color: #222;
	line-height:1.5;
}
#bottom_box .footer_links dl.quick-links dd a{
	display:block;
	color: #222;
	line-height:30px;
	font-size:13px;
	transition:all 0.3s;
}
#bottom_box .footer_links dl.quick-links dd a:hover{
	opacity: .7;
    text-decoration: underline;
}

#bottom_box .footer_links dl.contact_us{
	width:30%;
}
#bottom_box .footer_links dl.contact_us{
	padding-right:30px;
	box-sizing:border-box;
}
#bottom_box .footer_links dl.contact_us .sns_bottom{
	margin-top:20px;
}
#bottom_box .footer_links dl.contact_us .sns_bottom ul{
    display: flex;
    align-items: center;
    height: 38px;
}
#bottom_box .footer_links dl.contact_us .sns_bottom li{
    margin-right: 15px;
}
#bottom_box .footer_links dl.contact_us .sns_bottom li a{
    display: block;
    color: #878787;
    font-size: 18px;
    transition: all 0.3s;
}
#bottom_box .footer_links dl.contact_us .sns_bottom li a:hover {
    color: #ff6f96;
    transform: translate(0,-3px);
}

#bottom_box .footer_links dl.newsletter_box{
    width:30%;
	padding:0 20px 0 0;
}
#bottom_box .footer_links dl.newsletter_box dd p{
	margin:0 0 20px;
}
#bottom_box .footer_links dl.newsletter_box form{
    display: flex;
    align-items: center;
}
#bottom_box .footer_links dl.newsletter_box .newsletter_txt{
    width: calc(100% - 40px);
    height: 38px;
    border: 0;
    color: #000;
    text-indent: 10px;
    font-size: 13px;
    background: #f5f5f5;
}
#bottom_box .footer_links dl.newsletter_box .newsletter_btn{
    color: #fff;
    background-color: #000;
    width: 40px;
    height: 38px;
    border: 0;
    cursor: pointer;
}
#bottom_box .footer_links dl.newsletter_box .newsletter_btn svg{
    fill: #fff;
    width: 18px;
    height: 18px;
}
#bottom_box .footer_links dl dd.sns_bottom{
	margin-top:30px;
}
#bottom_box .footer_links dl dd.sns_bottom ul{
    display: flex;
    flex-wrap: wrap;
}
#bottom_box .footer_links dl dd.sns_bottom li{
	margin:0 20px 20px 0;
}

#bottom_box .copyright{
    padding: 15px 0;
    text-align: center;
    margin: 0 0 50px;
}

.mini_detail{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:99999;
	display:none;
}
.mini_detail .mini_detail_bg{
	position:fixed;
	left:0;
	top:0;
	background:rgba(0,0,0,.5);
	width:100%;
	height:100%;
	z-index:-1;
}
#mini_detail{position:fixed;
	top:50%;
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	transform:translate(0,-50%);
	left:0;
	right:0;
	margin:auto;
	width:960px;
	position:relative;
}
#mini_detail .icon-iconfontclose{position:absolute;
	right:10px;
	top:10px;
	font-size:30px;
	background:none;
	color:#333;
	cursor:pointer;
}



#header_box .header_mid .header_right a.search-btn,
#header_box .mobile-category-icon{
	display:none;
}



.block_title{
	font-size: 22px;
    font-weight: bold;
	line-height:1.5;
	margin-bottom:30px;
}

.block_items_banner .block_banner_content{
	text-align:left;
}
.block_items_banner .block_banner_content h4{
	color:#333;
	font-weight:bold;
}
.block_items_banner .block_banner_content p{
	color:#333;
}
.block_items_banner .banner-swiper-pagination{
	bottom:40px;
}
.block_items_banner .swiper-pagination-bullet{
	border:2px solid #222;
	width:14px;
	height:14px;
	border-radius:50%;
	background:none;
	box-sizing:border-box;
}
.block_items_banner .swiper-pagination-bullet-active{
	background:#222;
}



.block_items_imagetext_list_4{
    max-width: 100%;
	margin-top:-50px;
}
.block_items_imagetext_list_4 ul{
    font-size: 12px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    background: #f5f5f5;
}
.block_items_imagetext_list_4 li {
    width: 100%;
    margin: 0;
    display: flex;
}
.block_items_imagetext_list_4 li .imagetext_pic{
    width: 50%;
}
.block_items_imagetext_list_4 li .imagetext_content{
    width: 50%;
    padding: 0 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.block_items_imagetext_list_4 li .imagetext_content_title{
    font-size: 20px;
    margin: 0 0 15px;
}
.block_items_imagetext_list_4 li .imagetext_content_detail{
    color: #333;
}
.block_items_imagetext_list_4 li:nth-child(3),
.block_items_imagetext_list_4 li:nth-child(4){
	flex-direction: row-reverse;
}
.block_items_imagetext_list_4 li .imagetext_content_btn{
	margin:50px 0 0;
	width: 120px;
    padding: 8px 0;
    text-align: center;
	transition:all 0.3s;
}
.block_items_imagetext_list_4 li .imagetext_content_btn:hover{
	opacity:.9;
}


.block_items_imagetext_list_2 li{
	position:relative;
}
.block_items_imagetext_list_2 li .imagetext_pic,
.block_items_imagetext_list_2 li .imagetext_pic img{
	display:block;
}
.block_items_imagetext_list_2 li .imagetext_content{
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: self-start;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 50px;
}
.block_items_imagetext_list_2 li .imagetext_content_title{
    font-size: 40px;
    margin: 0 0 15px;
	text-align:left;
}
.block_items_imagetext_list_2 li .imagetext_content_detail{
	font-size:20px;
	color:#333;
	line-height:1.5;
	text-align:left;
}
.block_items_imagetext_list_2 li .imagetext_content_btn{
    background: none !important;
    color: #333;
    border: 1px solid #000;
    margin: 30px 0 0;
	padding: 8px 30px;
	transition:all 0.3s;
}
.block_items_imagetext_list_2 li .imagetext_content_btn:hover{
	background: #000 !important;
	color:#fff;
	
}
.block_items_imagetext_list_2 li{
	overflow:hidden;
}
.block_items_imagetext_list_2 li .imagetext_pic img{
	transition:all ease-out .5s;
}
.block_items_imagetext_list_2 li:hover .imagetext_pic img{
	transform: scale(1.1);
}
.block_items_imagetext_list_1 li{
	width:100%;
}
.block_items_solgan li .service-icon i{
    border: none;
    color: #0f8db3;
}
.block_items_solgan li .service-info p{
	color:#000;
}

.block_items_products_tab .block_title a{
	font-size: 14px;
    color: #2d2c2c;
	 padding: 0 30px;
	 margin:0;
}
.block_items_products_tab .block_title a:hover, 
.block_items_products_tab .block_title a.on {
	height: 38px;
    line-height: 38px;
    background: #000;
    border-radius: 30px;
    color: #fff;
	border:none;
}


.block_items_blog{
    max-width: 100%;
    background: #fafafa;
    padding: 50px 0;
}
.block_items_blog .news-box{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.block_items_blog .news-box li{
	border:0;
}
.block_items_blog .news-box .text{
	padding:0;
}
.block_items_blog .news-box .news-time{
	margin:20px 0 0;
}







@media screen and (max-width: 1200px){
	.block_items_blog .news-box,
	.block_items_products_tab,
	.block_items_banner .block_banner_content,
	.wrapper{
		width: 1024px;
	}
	.index_default{
		padding:0 !important;
	}
	.block_items_imagetext_list_4 li .imagetext_content_btn{
		margin:30px 0 0;
	}
}
@media screen and (max-width: 1024px){
	.block_items_banner .block_banner_content h4{
		font-size: 40px;
    	line-height: 50px;
	}
	.banner_size_large .block_banner_content p {
		font-size: 20px;
		line-height: 1.5;
	}
	.block_items_imagetext_list_4 ul{
		display:block;
	}
	.block_items_detail,
	.block_items_imagetext_list_4{
		padding:0;
	}
	.block_items_imagetext_list_4 li:nth-child(2){
		flex-direction: row-reverse;
	}
	.block_items_imagetext_list_4 li:nth-child(3){
		flex-direction: row;
	}
	
	.block_items_blog .news-box,
	.block_items_products_tab,
	.block_items_banner .block_banner_content,
	.wrapper{
		width: 100%;
		padding:0 50px;
		box-sizing:border-box;
	}
	#header_box{
		height:94px;
	}
	#bottom_box .footer_links{
		padding:50px;
	}
	
	#header_box{
		position:relative;
		z-index:999;
	}
	#header_box .mobile-category-icon{
		display:block;
		width: 40px;
		height: 40px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	#header_box .header_top{
		height: auto;
		padding: 10px 0;
	}
	#header_box .header_top .wrapper{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#header_box .header_top .currency_box{
		display:none;
	}
	#header_box .header_top .top_txt{
		height: 24px;
		line-height:24px;
	}
	#header_box .header_mid{
		height: 50px;
		padding: 0 30px;
	}
	#header_box .header_mid .header_left{
		display: flex;
    	align-items: center;
	}
	#header_box .mobile-category-icon a{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 40px;
		height: 40px;
	}
	#header_box .mobile-category-icon a svg{
		width: 16px;
		height: 16px;
		fill:#fff;
	}
	#header_box .header_mid .logo{
		min-height:0;
		margin-left:10px;
	}
	#header_box .header_mid .logo img{
		max-height: 30px;
		max-width:120px;
	}
	
	#header_box .header_mid .header_right a{
		margin: 0;
		height:auto;
	}
	#header_box .header_mid .header_right a svg{
		width: 22px;
		height: 22px;
	}
	#header_box .header_mid .cart_txt > a span, 
	#header_box .header_mid .currency_box > a span, 
	#header_box .header_mid .header_right > a span{
		display:none;
	}
	#header_box .header_mid .drop_currency{
		top:50px;
	}
	#header_box .header_mid .header_right a.account-btn,
	#header_box .header_mid .header_right .cart_box,
	#header_box .header_mid .currency_box{
		margin-left:15px;
	}
	#header_box .header_mid .header_right a.search-btn{
		
	}
	#header_box .header_mid .header_right a.currency_links{
		height: 50px;
    	justify-content: center;
	}
	#header_box .header_mid .cart_txt > a{
		position:relative;
	}
	#header_box .header_mid .cart_txt > a span{
		display:block;
		font-size:0;
	}
	#header_box .header_mid .cart_box .cart_txt > a span strong{
		position: absolute;
		right: -8px;
		top: -8px;
		width: 20px;
		height: 20px;
		line-height: 20px;
		background: #fe877b;
		border-radius: 50%;
		color: #fff;
		text-align: center;
		font-size: 12px;
		transform: scale(.8);
	}
	
	
	
	#header_box .header_nav{
		display:none;
	}
	#header_box .header_mid{
		position:relative;
	}
	#header_box .header_mid .search-box{
		position:absolute;
		left: 0;
		top: 50px;
		width: 100%;
		height: auto;
		background: #fff;
		z-index: 999;
		padding: 0;
		border: 0;
		border-radius: 0;
		transition:all 0.5s;
		opacity:0;
		visibility:hidden;
	}
	
	#header_box .header_mid .search-wrapper{
		background: #f5f5f5;
		display: flex;
		align-items: center;
		padding: 0 30px;
		height: 68px;
	}
	#header_box .header_mid .header_right a.search-btn{
		display:flex;
	}
	#header_box .header_mid .search-box .search_close{
		display: flex;
		justify-content: flex-end;

	}
	#header_box .header_mid .search-box .search_close a{
		width: 38px;
		height: 38px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#header_box .header_mid .search-box .search_close a svg{
		width: 20px;
		height: 20px;
	}
	#header_box .header_mid .search-box form{
		flex-direction: row-reverse;
		border: none;
		width: 100%;
		padding: 0;
	}
	#header_box .header_mid .search_input{
		width: calc(100% - 40px);
		text-indent:0;
		color:#000;
	}
	#header_box .header_mid .search-box-on{
		opacity:1;
		visibility:visible;
	}
	#header_box .header_mid .btn_search svg{
		fill:#333;
	}
	
	.modalOverly{
		position:fixed;
		left:0;
		top:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,.5);
		z-index:98;
	}
	
	
	
	.mobile-nav{
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.7);
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s;
		z-index: 99999;
	}
	.mobile-nav-on{
		opacity:1;
		visibility:visible;
	}
	.mobile-nav .mobile-nav-close svg{
		fill: #000;
		width: 16px;
    	height: 16px;
	}
	
	.mobile-nav .mobile-nav-pop{
		width: 320px;
		background: #fff;
		transform:translate(-100%,0);
		transition: all 0.3s;
	}
	.mobile-nav-on .mobile-nav-pop{
		transform:none;
	}
	.mobile-nav .mobile-nav-title{
		height: 40px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		background: #eee;
		padding: 0 20px;
	}
	.mobile-nav .mobile-nav-title a{
		font-size:14px;
	}

	
	
	
	
	.mobile-nav .mobile-nav-content{
		height: calc(100vh - 56px);
		overflow-y: auto;
		background: #fff;
	}
	.mobile-nav .menu-list > ul > li{
		
	}
	.mobile-nav .menu-list > ul > li .menu_link{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-right:10px;
		border-bottom:1px solid rgba(129,129,129,.2);
	}
	.mobile-nav .menu-list > ul > li .menu_link a{
		width:calc(100% - 50px);
		height: 50px;
		padding: 0 20px;
		display: flex;
		align-items: center;
		font-size:13px;
	}
	.mobile-nav .menu-list > ul > li .menu_link .mobile-icon{
		position:relative;
		width:50px;
		height:50px;
	}
	.mobile-nav .menu-list > ul > li .menu_link .mobile-icon:before,
	.mobile-nav .menu-list > ul > li .menu_link .mobile-icon:after{
		display: block;
		position: absolute;
		content: "";
		z-index: 10;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%) rotate(-90deg);
		transform: translate(-50%,-50%) rotate(-90deg);
		background-color: #222;
		transition: transform .35s ease-in-out,opacity .35s ease-in-out,-webkit-transform .35s ease-in-out;
	}
	.mobile-nav .menu-list > ul > li .menu_link .mobile-icon:before {
		width: 12px;
		height: 1px;
		opacity: 1;
	}
	.mobile-nav .menu-list > ul > li .menu_link .mobile-icon:after {
		width: 1px;
		height: 12px;
	}
	.mobile-nav .menu-list .menu_dropdown{
		padding-left:20px;
		display:none;
	}
	.mobile-nav .menu-list .menu_dropdown a{
		height: 50px;
		line-height: 50px;
		padding: 0;
		display: block;
		font-size: 13px;
		border-bottom: 1px solid rgba(129,129,129,.2);
		color: #878787;
	}
	.mobile-nav .menu-list > ul > li.on .menu_link a{
		color:#fe877b;
	}
	.mobile-nav .menu-list > ul > li.on .menu_link .mobile-icon:before{
		display:none;
	}

	
	
	
	
	
}
@media screen and (max-width: 1023px){
	.block_items_banner .block_banner_content h4 {
		font-size: 30px;
		line-height: 1.5;
	}
	.banner_size_large .block_banner_content p{
		font-size: 16px;
	}
	.block_items_blog .news-box,
	.block_items_products_tab,
	.block_items_banner .block_banner_content,
	.wrapper{
		padding:0 30px;
	}
	.block_items_banner .banner-swiper-pagination{
		bottom:20px;
	}
	.block_items_banner .swiper-pagination-bullet{
		width:10px;
		height:10px;
	}
	.block_items_imagetext_list_2 li{
		width:100%;
	}
	.block_items_imagetext_list_2 li .imagetext_pic{
		height:300px;
	}
	.block_items_imagetext_list_2 li .imagetext_content_title{
		font-size:30px;
	}
	.block_items_imagetext_list_2 li .imagetext_content_detail{
		font-size:16px;
	}
	.block_items_imagetext_list_2 li .imagetext_pic img{
		object-fit: cover;
		height: 100%;
		width: 100%;
	}

	#bottom_box .footer_links dl.newsletter_box{
		width: 100%;
		padding:0;
	}
	#bottom_box .footer_links dl.newsletter_box dd{
		max-width:450px;
	}	
	#bottom_box .footer_links{
		padding: 50px 30px;
		flex-wrap: wrap;
	}
	#bottom_box .footer_links dl.newsletter_box{
		border-bottom: 1px solid #eee;
	}
	#bottom_box .footer_links dl.contact_us{
		width: 100%;
		padding: 0;
		margin: 30px 0 0;
	}
	#bottom_box .footer_links dl.quick-links {
		width: 100%;
		padding: 12px 0;
		border-bottom: 1px solid #eee;
	}
	#bottom_box .footer_links dl.quick-links dt{
		margin:0;
		font-size:14px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#bottom_box .footer_links dl.quick-links dd{
		margin:15px 0 0;
		display:none;
	}
	#bottom_box .footer_links dl dt .help-icon{
		display:block;
	}
	#bottom_box .footer_links dl dt .help-icon svg{
		width: 20px;
    	height: 20px;
		transition:all 0.3s;
	}
	#bottom_box .footer_links dl dt .help-icon.on svg{
		transform:rotate(-180deg);
	}
	#bottom_box .copyright{
		text-align:left;
		padding:0 30px;
	}
	
	

}
@media screen and (max-width: 767px){
	.block_items_imagetext_list_2 li .imagetext_content{
		padding:0 0 0 20px;
	}
	.block_items_imagetext_list_2 li .imagetext_content_title{
		font-size:24px;
	}
	.block_items_blog .news-box,
	.block_items_products_tab,
	.block_items_banner .block_banner_content,
	.wrapper,
	#bottom_box .copyright,
	#header_box .header_mid{
		padding:0 15px;
	}
	.block_items_banner .block_banner_content{
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		background: #cccc;
		padding: 30px 0 60px;
		text-align: center;
	}
	.block_items_imagetext_list_4{
		margin-top: -30px;
	}
	.block_items_imagetext_list_4 li{
		flex-direction: column !important;
		padding-bottom:30px;
		
	}
	.block_items_imagetext_list_4 li .imagetext_pic,
	.block_items_imagetext_list_4 li .imagetext_content{
		width:100%;
		
	}
	.block_items_imagetext_list_4 li .imagetext_content{
		padding:0 15px;
		align-items: center;
	}
	.block_items_imagetext_list_4 li .imagetext_content_btn{
		margin:15px 0 0;
	}
	.block_items_imagetext_list_2 li .imagetext_pic{
		height: 225px;
	}
	
	
	
	#header_box .header_mid .header_right,
	#header_box .header_mid .logo{
		width:auto;
	}
	
	#header_box .header_mid .header_right a.account-btn{
		display:none;
	}

	#bottom_box .newsletter_box .newsletter_btn{
		width: 140px;
		padding: 0;
	}
	#bottom_box .newsletter_box .newsletter_txt{
		width: calc(100% - 144px);
	}
	#bottom_box .newsletter_box .wrapper{
		padding:50px 15px;
	}
	#bottom_box .newsletter_box form{
		width:100%;
	}
	#bottom_box .footer_links{
		padding:50px 15px;
	}
	#bottom_box .footer_links dl{
		width:100%;
	}
	#bottom_box .footer_bom{
		padding:20px 0;
	}
	#bottom_box .footer_links dl.newsletter_box dd p{
		margin:0 0 10px;
	}
	#bottom_box .footer_links dl dt{
		margin:0 0 20px;
	}
	
	
	
	
	
	
	
	
	
}







































