@charset "utf-8";

/* CSS Document */

@font-face{
	font-family: 'KronaOne';
	src : url(' ../font/AVGARDM.ttf');
}
/*
@font-face{
	font-family: 'KronaOne';
	src : url(' ../fonts/KronaOnehaina2-Bold.ttf');
}
@font-face{
	font-family: 'balooeb';
	src : url(' ../fonts/KronaOnehaina2-ExtraBold.ttf');
}*/
body { color:#333;font-size:16px; font-family: KronaOne!important;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0; box-sizing: border-box;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
p{ line-height: 30px;}
li{list-style:none;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;} 
input,button,textarea,select,optgroup,option,button{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;outline: none;border: none;}
input,button,textarea,select{*font-size:100%;}
input,select{vertical-align:middle;}
i,em{ font-style:normal;}
img{ padding: 0; border: 0; margin: 0;vertical-align: middle;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%; border-collapse:collapse;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
dl,dt{font-weight: normal;}
a {color:#333; text-decoration:none;} 
a:focus,input, button, textarea, select{outline:0;} 
a:hover{text-decoration: none;}
input::placeholder{ opacity:0.4;}
input:focus::placeholder{ opacity:0;}
textarea::placeholder{ opacity:0.4;}
textarea:focus::placeholder{ opacity:0;}
.c{clear: both;}
.fl{float: left;}
.fr{float: right;}
.imgfd{overflow: hidden;}
.imgfd img{transition: all 0.5s ease;height: auto;width: 100%;object-fit: cover;display: block;}
.imgfd:hover img{transform: scale(1.1);}
.c-flex{display: flex;flex-wrap: wrap;align-items: center}
h1,h2,h3,h4{ color: #666; font-family: KronaOne;font-size: 18px;margin-bottom: 6px; font-weight:normal;}

.more_btn{ display: inline-block; border-radius: 22px; padding: 0 20px; background: #ec9c02; overflow: hidden; min-width: 130px; position: relative;z-index: 1}
.more_btn {
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
.more_btn::before {
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	bottom: -20px;
	right: -20px;
	background: inherit;
	border-radius: 50px;
	z-index: -1;
	opacity: 0.4;
	-webkit-transform: scale3d(0.8, 0.5, 1);
	transform: scale3d(0.8, 0.5, 1);

}
.more_btn:hover {
-webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	background-color: #e88506;
	-webkit-animation: anim-moema-1 0.3s forwards;
	animation: anim-moema-1 0.3s forwards;
}

.more_btn:hover::before {
-webkit-animation: anim-moema-2 0.3s 0.3s forwards;
	animation: anim-moema-2 0.3s 0.3s forwards;
}
@-webkit-keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-1 {
	60% {
		-webkit-transform: scale3d(0.8, 0.8, 1);
		transform: scale3d(0.8, 0.8, 1);
	}
	85% {
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@-webkit-keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes anim-moema-2 {
	to {
		opacity: 0;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.more_btn a,.more_btn span{ display: block; width: 100%; line-height: 44px; color: #fff; text-align: center; font-size: 16px;}
.more_btnw{width: 233px; transition: all 0.5s ease;  display: inline-block; background: url(../image/btnbg_07.png) no-repeat center; background-size: cover;}
.more_btnw a,.more_btnw span{ display: block; width: 100%; line-height: 71px; color: #fff; text-align: center;  font-size: 18px;}
.more_btn:hover a,.more_btn:hover span{ color: #fff;}
.gray_bg{ background: #eaeaea;}
.short_line{ width: 80px; height: 6px; background: #e88506; margin: 20px 0 0; border-radius: 3px; }
.short_linec{ width: 68px; height: 3px; background: #084992; margin: 15px auto;}
.ul3{ overflow: hidden;}
.ul3 li{width: 32%; float: left; margin-right: 2%;}
.ul3 li:nth-child(3n){ margin-right: 0;}
.ul4{ overflow: hidden;}
.ul4 li{width: 24%; float: left; margin-right: 1.33%;}
.ul4 li:nth-child(4n){ margin-right: 0;}
.pagination > li > a, .pagination > li > span{padding: 0 12px;border: 1px solid #bbb;color: #000;margin-right: 8px;display: block;font-size: 14px;text-align: center;line-height: 30px; border-radius:5px;}
.pagination li.first,.pagination li.last{display: none;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{background: #e88506;border-color: #e88506;color: #fff;}
.pagination > li > a:hover{color: #e88506;}
.pagination li{float: left;}
.pagination{margin: 0;margin-top: 40px;display: inline-block;}
.pages{text-align: center;width: 100%;}
.page .page-num { padding:10px 15px;}

.pages-main {
	margin: 0 auto;
	padding: 20px 0 40px;
	height: 40px;
	text-align: center;
}
.pages a,
.pages span {
	vertical-align: top;
	display: inline-block;
	font-size: 16px;
	font-family: Arial;
	width: 36px;
	height: 36px;
	color: #808080;
	border-radius: 5px;
	line-height: 36px;
	border: 1px solid #e5e5e5;
	text-align: center;
	margin: 0 3px;
	background: #fff;
}
.pages a.page_first,.pages a.page_last{width: 70px;border-radius: 5px;font-size: 14px;}
.pages a.page_pre,.pages a.page_next{width: auto;border-radius: 5px;font-size: 14px;}
.pages span {
	border: 1px solid #fff;
}
.pages .page_curr , .pages a.page-num-current{
	background:#e88506;
	color:#fff;
	border-color:#e88506;
}
.pages .laypage_first,
.pages .laypage_last {
	display: none;
}

.swiper-button-prev,.swiper-button-next{text-align: center; top: auto;z-index: 8;background: #f4f7f9; font-size: 20px; border-radius: 30px; width: 60px; height: 60px; color: #ec9c02; line-height: 60px;}
.swiper-button-prev:focus,.swiper-button-next:focus{ outline: none!important;}
.swiper-button-prev i,.swiper-button-next i{ font-size: 24px;}
.swiper-button-prev:hover,.swiper-button-next:hover{ background: #e88506; color: #fff;}
.swiper-button-prev{ left: 3%;}
.swiper-button-next{right: 3%;}
#toolbar{ z-index: 98; padding: 5px 0 10px; border-top:1px solid #e88506; position:fixed; left:0; bottom:0; width:100%; background:#fff; display:none;}
#toolbar ul li{ float:left; width:25%; text-align:center;}
#toolbar ul li .iconfont{ font-size:18px;}
#toolbar ul li span{ display:block; font-size:12px;}
#toolbar .addnum{ top: 0;}
.foot .f-nav .follow_list{ margin-top: 40px;}
.follow_list a,.follow_list a i{ display: block; margin-right: 5px; float: left; width: 28px; height: 28px; border-radius: 14px; text-align: center; line-height: 28px; color: #fff; padding: 0; border: none; font-size:14px;}
.follow_list a.icon-facebook,.follow_list a.icon_facebook{ background: #4267b2; color: #fff;}
.follow_list a.icon-instagram1,.follow_list a.icon-instagram{ background: linear-gradient( to top right,#fdbd50,#e63d7f,#68428e); color: #fff;}
.follow_list a.icon-linkedin-in,.follow_list a.icon_linkedin,.follow_list a.icon-linkedin{ background: #0e76a8; color: #fff;}
.follow_list a.icon-twitter-fill,.follow_list a.icon_twitter,.follow_list a.icon-twitter{ background: #1da1f2; color: #fff;}
.follow_list a.icon-Youtube-fill,.follow_list a.icon_youtube{ background: #ff0000; color: #fff;}
.follow_list a.icon-google{ background: #db4437; color: #fff;}
.follow_list a .icon-facebook{ background: #4267b2; color: #fff;}
.follow_list a .icon-instagram1,.follow_list a .icon-instagram{ background: linear-gradient( to top right,#fdbd50,#e63d7f,#68428e); color: #fff;}
.follow_list a .icon-linkedin-in{ background: #0e76a8; color: #fff;}
.follow_list a .icon-twitter-fill{ background: #1da1f2; color: #fff;}
.follow_list a .icon-Youtube-fill{ background: #ff0000; color: #fff;}
.follow_list a svg{ fill:#fff; height:18px; width:18px; color: #fff; padding:5px;}
.follow_list a{ font-size: 14px!important;}
a.icon_pinterest{ background:#e60023;}
a.icon_instagram{ background: linear-gradient( to top right,#fdbd50,#e63d7f,#68428e); color: #fff;}
.contact_list{ position:fixed; width:30px; top:10%; right:0px; z-index:99; height:280px; border-radius:35px;overflow: visible;}
.contact_list a{ display:block; width:70px; height:70px; overflow:hidden; background:#e88506 url(../image/ric_02.png) no-repeat; border-bottom:1px solid rgba(255,255,255,.4); cursor:pointer; transition:.2s ease; margin-left:70px;}
.contact_list:hover{ width:70px;}
.contact_list:hover a{ margin-left:0;}
.contact_list a:first-child{ background:#ee9c02 url(../image/kf.png) no-repeat;}
.contact_list a:nth-child(2){ background-position:0 -70px;}
.contact_list a:nth-child(3){ background-position:0 -140px;}
.contact_list a:nth-child(4){ background-position:0 -280px;}
.contact_list a:hover{ background:#e88506 url(../image/ric_02.png) no-repeat;}
.contact_list a:first-child:hover{ background:#e88506 url(../image/kf.png) no-repeat;}
.contact_list a:nth-child(2):hover{ background-position:0 -70px;}
.contact_list a:nth-child(3):hover{ background-position:0 -140px;}
.contact_list a:nth-child(4):hover{ background-position:0 -280px;}
.shopcart{ position:relative;}
.addnum{ position:absolute; right:12px; top:14px; display:inline-block; height: 16px; width: 16px; font-size: 10px; border-radius: 8px; background: #ff0000; line-height: 16px; color: #fff; text-align: center;}

.flyimg{position: absolute;top:20%;left: 20%;max-width: 50%;opacity: 0;}
.bottom-feed{position: fixed;z-index: 99;right: 0;bottom: 0;}
.bottom-feed .subNavBox{position: relative;padding-top: 50px;}
.bottom-feed .subNavBox .navContent{position: absolute;bottom: 60px;left: 0;}
.bottom-feed .subNavBox i{width: 18px;height: 7px;background: url(../image/rtic8.png) no-repeat center;margin-top: 26.5px;}
.bottom-feed .currentDt i{background: url(../image/rtic9.png) no-repeat center;}
.bottom-feed span i{display: block; height: 60px; width: 18px;background: url(../image/rtic06.png) no-repeat center; transition: all 0.3s ease-out; transform: rotate(0deg);float: right;margin-right: 10px;overflow: hidden;}
.bottom-feed span{display: block;width: 280px;height: 60px;background: #e88506;border-top-left-radius: 500px;border-bottom-left-radius: 500px;cursor: pointer;}
.bottom-feed span b{display: inline-block;width: 50px;height: 50px;border-radius: 500px;margin-top: 5px;margin-left: 5px;float: left;background: #fff;overflow: hidden;}
.bottom-feed span p{font-size: 14px;color: #fff;float: left;line-height: 20px;margin-left: 10px;margin-top: 10px;width: 180px;height: 40px;display: block;overflow: hidden;}
.bottom-feed span:hover p,.bottom-feed .feed .sub:hover{font-style: italic;}
.bottom-feed .feed{background: #fff;box-shadow: 0 0 10px rgba(0,0,0,.1);width: 280px;padding: 10px 0;display: block; border-radius:10px;}
.bottom-feed .feed input{width: 90%;margin: 0 5%;border: 1px solid #eee;height: 40px;line-height: 40px;font-size: 12px;text-indent: 10px;margin-bottom: 10px;}
.bottom-feed .feed textarea{width: 90%;margin: 0 5%;border: 1px solid #eee;height: 80px;text-indent: 10px;font-size: 12px;padding: 5px 0;}
.bottom-feed .feed input:hover,.bottom-feed .feed textarea:hover{border: 1px solid #e88506}
.bottom-feed .feed .sub{background: #e88506;color: #fff;cursor: pointer;margin-bottom: 0;margin-top: 5px;border: none;border-radius: 500px;}
.navContent{display: none;}
.bottom-feed span b img{transform: translateY(-200px);filter: drop-shadow(#e88506 0 200px);}
@media (max-width: 600px){
	.pagination{margin-top: 20px;}
}
.center{ width: 1600px; margin: 0 auto;}
.padd65{ padding: 65px 0;}
.ny_center{ width: 1400px; margin: 0 auto;}
@media (max-width: 1600px){.center{ width: 96%!important;}
	.swiper-button-prev{ left: 10px;}
	.swiper-button-next{ right: 10px;}
}

@media (max-width: 1400px){
	.padd65{ padding: 45px 0;}
	h2{ font-size: 32px;}
	.ny_center{ width: 96%!important;}
	.swiper-button-prev, .swiper-button-next{ bottom: 120px;}
}
@media (max-width: 1200px){
	.padd65{ padding: 40px 0;}
	.ul4{ overflow: hidden;}
	.ul4 li{width: 32%;  margin-right: 2%;}
	.ul4 li:nth-child(4n){ margin-right: 2%;}
	.ul4 li:nth-child(3n){ margin-right: 0;}
	.swiper-button-prev, .swiper-button-next{ height: 40px; width: 40px; border-radius: 20px; line-height: 40px;}
	.swiper-button-prev i, .swiper-button-next i{ font-size: 20px;}
}
@media (max-width: 1024px){
	.padd65{ padding: 30px 0;}
	.ul3 li{width: 49%; float: left; margin-right: 2%;}
	.ul3 li:nth-child(3n){ margin-right: 2%;}
	.ul3 li:nth-child(2n){ margin-right: 0;}
	.more_btn{ border-radius: 19px; padding: 0 20px; min-width: 120px;}
	.more_btn a, .more_btn span{ line-height: 38px;}
	#toolbar{ display: block;}
	.contact_list{ display: none;}
	.bottom-feed{ display: none;}
}
@media (max-width: 768px){
	p{ font-size: 14px; line-height: 24px;}
	.padd65{ padding: 20px 0;}
	.ul4{ overflow: hidden;}
	.ul4 li{width: 49%;}
	.ul4 li:nth-child(3n){ margin-right: 2%;}
	.ul4 li:nth-child(2n){ margin-right: 0;}
#toolbar{ display:block;}
}
@media (max-width: 540px){

}
@media (max-width: 450px){
}

.tab{}
.tab-hd {overflow:hidden; zoom:1;}
.tab-hd li{cursor:pointer;}
.tab-hd li.active{background:#F60;}
.tab-bd li{display:none;}
.tab-bd li.thisclass{display:list-item;}



