@charset "UTF-8";
	@font-face {
	font-family:'arial';
	src:url(./font/arial.ttf);
}
@font-face {
	font-family:'DMSerifText-Regular';
	src:url(./font/DMSerifText-Regular.ttf);
}
@font-face {
	font-family:'Gen-Jyuu-Gothic-P-Light-2';
	src:url(./font/Gen-Jyuu-Gothic-P-Light-2.ttf);
}
@font-face {
	font-family:'IPAex';
	src:url(./font/IPAex.ttf);
}
@font-face {
	font-family:'JenrivTitlingRegular-X3RKV';
	src:url(./font/JenrivTitlingRegular-X3RKV.otf);
}
@font-face {
	font-family:'PoppinsBold-GdJA';
	src:url(./font/PoppinsBold-GdJA.otf);
}
@font-face {
	font-family:'PoppinsLight-L4Zw';
	src:url(./font/PoppinsLight-L4Zw.otf);
}
@font-face {
	font-family:'PoppinsRegular-B2Bw';
	src:url(./font/PoppinsRegular-B2Bw.otf);
}
.heads {
	display:none;
	font-family:'arial';
}
.wrap {
	margin:auto;
	position:relative;
	box-sizing:border-box;
	width:1600px;
}
.header {
	position:fixed;
	width:100%;
	left:0;
	top:0;
	z-index:99;
	background-color:#353535;
	font-family:'arial';
}
.header .search-box {
	padding:0;
	margin-left:auto;
}
/*.header .search-box .inner {
	width:272px;
	height:34px;
	background-color:rgba(255,255,255,0.2);
	border-radius:10px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding-left:10px;
}
*/.header .search-box .inner #form_box1 {
	width:272px;
	height:34px;
	background-color:rgba(255,255,255,0.2);
	border-radius:10px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding-left:10px;
}
.header .search-box .inner .search-btn {
	width:40px;
	height:34px;
	background-color:#fa7634;
	border-radius:10px;
	margin-left:auto;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-shrink:0;
}
.header .search-box .inner .search-btn .btn_search1 {
	background:url(../images/search-icon.png) no-repeat center;
	width:100%;
	height:100%;
}
.header .search-box .inner .search-btn:hover {
	opacity:.8;
}
.header .search-box .inner input {
	font-size:15px;
	width:100%;
	color:#fff;
	background:transparent;
}
.header .search-box .inner input:-moz-placeholder,.header .search-box .inner input:-ms-input-placeholder,.header .search-box .inner input::-webkit-input-placeholder,.header .search-box .inner input:-moz-only-whitespace {
	color:rgba(255,255,255,0.2);
}
.header .header-wrap {
	height:70px;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.header .header-wrap .flex_center {
	margin:0 auto;
}
.header .nav li {
	padding:0 2rem;
	text-align:center;
	height:70px;
	line-height:70px;
	transition:all .2s linear;
	position:relative;
}
.header .nav li.select {
	background-color:#fa7534;
}
.header .nav li {
	border-left:1px solid #464646;
}
.header .nav li:first-child {
	border:none;
}
.header .nav li:first-child {
	margin-left:0;
}
.header .nav li>a {
	font-size:16px;
	color:#fff;
	display:block;
}
.header .nav li>a img {
	margin-right:10px;
	display:inline;
	vertical-align:top;
}
.header .nav li.active,.header .nav li:hover {
	background-color:#fa7634;
}
.header .nav li.active dl,.header .nav li:hover dl {
	display:block;
}
.header .nav li.active a,.header .nav li:hover a {
	color:#fff;
}
.header .nav li .inner-dl {
	left:100%;
	top:-1px;
	min-height:calc(100% + 2px);
	display:none !important;
}
.header .nav li dl {
	background-color:#fff;
	display:none;
	position:absolute;
	width:max-content;
	min-width:100%;
	top:70px;
	left:0;
	border:1px solid #f1f1f1;
}
.header .nav li dl dd {
	font-size:14px;
	display:flex;
	align-items:center;
	padding:15px;
	line-height:1.2;
	color:#999999;
	cursor:pointer;
	transition:all .2s linear;
}
.header .nav li dl dd.select,.header .nav li dl dd:hover {
	color:#fa7634;
}
.header .nav li dl dd.select>a,.header .nav li dl dd:hover>a {
	color:#fa7634;
}
.header .nav li dl dd.select img,.header .nav li dl dd:hover img {
	opacity:1;
}
.header .nav li dl dd:hover .inner-dl {
	display:block !important;
}
.header .nav li dl dd img {
	margin-right:10px;
	opacity:0;
}
.header .logo img {
	margin:auto;
	max-width:100%;
	width:184px;
}
.heads .top-aux .logo {
	width:30%;
	max-width:1.78rem;
}
.heads .logo {
	display:block;
	float:left;
}
.heads .top-aux .tools {
	float:right;
}
.heads {
	border-top:0.04rem solid #130c0e;
}
.heads .top-aux {
	width:100%;
}
.heads .top-aux .top-aux-wrap {
	-webkit-display:flex;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-moz-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-moz-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}
.heads .top-main {
	display:none;
	padding-bottom:0.1rem;
	position:absolute;
	left:0;
	top:100%;
	width:100%;
	background-color:#353535;
	-webkit-box-shadow:0 5px 10px -2px #353535;
	-moz-box-shadow:0 5px 10px -2px #353535;
	box-shadow:0 5px 10px -2px #353535;
}
.heads .top-main .mainnav li {
	border-bottom:1px solid #2a2a2a;
	position:relative;
}
.heads .top-main .mainnav li:last-child {
	border:none;
}
.heads .top-main .mainnav li.search-box {
	padding:15px 0;
}
.heads .top-main .mainnav li.search-box .inner {
	width:100%;
	display:flex;
	align-items:center;
	height:34px;
	background-color:#ffffff;
	border-radius:10px;
	padding-left:15px;
}
.heads .top-main .mainnav li.search-box .inner form {
	display:flex;
	align-items:center;
	justify-content:space-between;
	width:100%;
}
.heads .search-box .inner .search-btn .btn_search1 {
	background:url(../images/search-icon.png) no-repeat center;
	width:100%;
	height:100%;
}
.heads .top-main .mainnav li.search-box .inner .search-btn {
	width:40px;
	height:34px;
	background-color:#fa7634;
	border-radius:10px;
	margin-left:auto;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-shrink:0;
}
.heads .top-main .mainnav li.search-box .inner .search-btn:hover {
	opacity:.8;
}
.heads .top-main .mainnav li.search-box .inner input {
	font-size:15px;
	width:100%;
}
.heads .top-main .mainnav li.search-box .inner input:-moz-placeholder,.heads .top-main .mainnav li.search-box .inner input:-ms-input-placeholder,.heads .top-main .mainnav li.search-box .inner input::-webkit-input-placeholder,.heads .top-main .mainnav li.search-box .inner input:-moz-only-whitespace {
	color:rgba(255,255,255,0.2);
}
.heads .top-main .mainnav li dl {
	background-color:#fff;
	display:none;
}
.heads .top-main .mainnav li dl .inner-dl {
	width:100%;
	display:none;
}
.heads .top-main .mainnav li dl .inner-dl dd {
	padding:15px 0 15px 20px;
}
.heads .top-main .mainnav li dl .inner-dl dd:last-child {
	border:none;
	padding-bottom:0;
}
.heads .top-main .mainnav li dl .inner-dl dd:first-child {
	padding-top:30px;
}
.heads .top-main .mainnav li dl .nav-li {
	width:100%;
}
.heads .top-main .mainnav li dl dd {
	font-size:14px;
	display:flex;
	align-items:center;
	padding:20px 0 20px 25px;
	color:#999;
	flex-wrap:wrap;
	border-bottom:1px solid #f1f1f1;
}
.heads .top-main .mainnav li dl dd.select {
	color:#fa7634;
}
.heads .top-main .mainnav li dl dd img {
	margin-right:10px;
}
.heads .top-main .mainnav {
	max-height:80vh;
	overflow:auto;
}
.heads .top-main .mainnav li>a {
	display:block;
	padding:20px 0;
	margin:0 10px;
	font-size:15px;
	position:relative;
	color:#fff;
}
.heads .top-main .mainnav li .subnav {
	display:none;
}
.heads .top-main .mainnav li .subnav dd {
	background-color:#f8f8f8;
	padding:0 0.25rem;
	border-bottom:1px solid #fff;
}
.heads .top-main .mainnav li .subnav dd a {
	display:block;
	padding:0.3rem;
}
.heads .top-main .mainnav li.li-hasub>a:after {
	content:"";
	position:absolute;
	right:0;
	top:34%;
	width:0.4rem;
	height:0.4rem;
	background-size:100% 100%;
}
.heads .top-main .mainnav li.li-open>a:after {
	content:"\e612";
}
.heads .top-main .mainnav li>a {
	display:flex;
	justify-content:space-between;
}
html.navopen .heads .top-aux .nav-btn .i1,html.navopen .heads .top-aux .nav-btn .i3 {
	top:50%;
	margin-top:-0.015rem;
}
html.navopen .heads .top-aux .nav-btn .i1 {
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
html.navopen .heads .top-aux .nav-btn .i3 {
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
html.navopen .heads .top-aux .nav-btn .i2 {
	opacity:0;
	filter:alpha(opacity=0);
}
.w1200 {
	width:94%;
	margin:0 auto;
}
.heads .top-aux {
	padding:4% 0;
	position:relative;
	z-index:3;
}
/*澶撮儴*/.heads {
	z-index:200;
	left:0;
	width:100%;
	top:0;
}
.heads .logo {
	display:block;
	float:left;
}
.heads .logo img {
	width:100%;
}
.heads .top-aux {
	padding:25px 0;
	position:relative;
	z-index:3;
}
.heads .top-aux .logo {
	width:30%;
	max-width:1.78rem;
}
.heads .top-aux .nav-aux {
	display:none;
}
.heads .top-aux .tools {
	float:right;
}
.heads .top-aux .tools .selbox {
	float:right;
	margin-right:0.1rem;
	position:relative;
	color:#fff;
}
.heads .top-aux .tools .selbox>span {
	display:block;
	font-size:0;
	color:#000;
	cursor:pointer;
}
/* .header .top-aux .tools .selbox.memberon > span {
	color:#ffc700;
}
*/.heads .top-aux .tools .selbox>span:after {
	font-family:"iconfont";
	line-height:1;
	display:inline-block;
	font-size:0.2rem;
}
.heads .top-aux .tools .selbox .ul {
	width:0.9rem;
	position:absolute;
	left:50%;
	margin-left:-0.45rem;
	top:100%;
	padding-top:0.05rem;
}
.heads .top-aux .tools .selbox .ul:before {
	content:"";
	position:absolute;
	left:50%;
	margin-left:-0.05rem;
	top:-0.05rem;
	width:0;
	height:0;
	font-size:0;
	line-height:0;
	border-width:0.05rem;
	border-style:dashed dashed solid dashed;
	border-color:transparent transparent #fff transparent;
}
.heads .top-aux .tools .selbox .ul li {
	background-color:#fff;
	line-height:2;
}
.heads .top-aux .tools .selbox .ul li a {
	display:block;
	text-align:center;
	cursor:pointer;
}
.heads .top-aux .tools .selbox .ul li a:hover {
	background-color:#130c0e;
	color:#fff;
}
.heads .top-aux .tools .member-box .ul {
	display:none;
}
.heads .top-aux .tools .member-box-ullogin .ul-unlogin {
	display:block;
}
.heads .top-aux .tools .member-box-login .ul-login {
	display:block;
}
.heads .top-aux .tools .selbox-box-active .ul,.heads .top-aux .tools .selbox-box-hover .ul {
	visibility:visible;
}
.heads .top-aux .search-box {
	float:right;
	margin-right:0.1rem;
}
.heads .top-aux .search-box .ibtn {
	font-size:0.2rem;
	color:#000;
	cursor:pointer;
}
.heads .top-aux .nav-btn {
	width:20px;
	height:20px;
	float:right;
	position:relative;
	cursor:pointer;
}
.heads .top-aux .nav-btn i {
	display:block;
	width:100%;
	height:0.03rem;
	background-color:#fff;
	display:block;
	position:absolute;
	left:0;
	right:0;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.heads .top-aux .nav-btn .i1 {
	top:0;
}
.heads .top-aux .nav-btn .i2 {
	top:50%;
	margin-top:-0.015rem;
}
.heads .top-aux .nav-btn .i3 {
	bottom:0;
}
.heads .top-main .logo {
	display:none;
}
.heads {
	position:fixed;
	z-index:200;
}
.heads .top-main .mainnav li .serbus .serbusitem .itemli dd a {
	font-size:0.26rem;
	padding:0.15rem 0.2rem;
}
.heads .top-main .mainnav li .serbus .serbusitem .h3 {
	padding-bottom:0.3rem;
	padding-top:0.2rem;
	margin-bottom:0.3rem;
}
.heads .top-main {
	padding-bottom:0 !important;
}
.heads .top-aux .tools .selbox .ul li a {
	font-size:12px;
}
.imgbox img {
	width:100%;
}
@media (max-width:1199px) {
	.wrap {
	padding:0 15px;
	width:auto
}
.heads .logo img {
	height:21px;
	width:auto;
	max-width:300%;
}
.heads {
	display:block;
	background:#353535;
}
}@media (min-width:1199px) and (max-width:1600px) {
	.wrap {
	padding:0 15px;
	width:auto !important
}
}.footer {
	background-color:#353535;
	padding-top:70px;
	color:#fff;
}
@media (max-width:1199px) {
	.footer {
	padding-top:50px;
}
}.footer>.wrap {
	display:flex;
	align-items:center;
	justify-content:space-between;
	width:1600px
}
@media (max-width:1199px) {
	.footer>.wrap {
	display:block;
	padding-bottom:50px;
	width:100%;
}
}.footer .logo {
	width:260px;
	float:left;
}
@media (max-width:1199px) {
	.footer .logo {
	margin-bottom:20px;
	width:150px;
}
}.footer .details {
	line-height:1.5;
	font-size:16px;
	/*font-family:'arial';
	*/    font-family:'PoppinsLight-L4Zw' !important;
	float:left;
	width:30%;
	color:#fff;
	font-weight:bold;
}
@media (max-width:1199px) {
	.footer .details {
	width:100%;
	font-size:14px;
	margin-bottom:30px;
	margin-top:20px;
}
}.footer .img-box {
	float:left;
	text-align:center;
	padding:0 50px;
}
@media (max-width:1199px) {
	.footer .img-box {
	width:50%;
	padding:0;
}
}.footer .img-box img {
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
}
.footer .footer-nav {
	float:right;
	width:280px;
}
@media (max-width:1199px) {
	.footer .footer-nav {
	width:100%;
	margin-top:30px;
}
}.footer .footer-nav .item {
	width:50%;
	float:left;
	padding:15px 0;
	font-weight:bold;
	cursor:pointer;
	/*font-family:'PoppinsRegular-B2Bw';
	*/    font-family:'PoppinsLight-L4Zw' !important;
}
.footer .footer-nav .item:hover {
	color:#fa7534;
}
.footer .footer-nav .item img {
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}
.footer .icp {
	border-top:1px solid #4e4e4e;
	padding:15px 0;
	margin-top:30px
}
.footer .icp .left {
	float:left;
	font-size:14px;
	padding-top:15px;
}
@media (max-width:1199px) {
	.footer .icp .left {
	width:100%;
	text-align:center;
	padding-bottom:20px;
	padding-top:0;
}
}.footer .icp .right {
	float:right;
}
@media (max-width:1199px) {
	.footer .icp .right {
	width:100%;
	text-align:center;
}
}.footer .icp .right .item {
	float:left;
	margin-left:15px;
}
@media (max-width:1199px) {
	.footer .icp .right .item {
	display:inline-block;
	float:none;
	margin-left:0;
}
}.home-body {
	padding-top:70px;
}
@media (max-width:1199px) {
	.home-body {
	padding-top:60px;
}
}.home-body .home-banner .swiper-container {
	height:500px;
}
@media (max-width:1199px) {
	.home-body .home-banner .swiper-container {
	height:600px;
}
}.home-body .home-banner .swiper-container .swiper-slide {
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	text-align:center;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
}
.home-body .home-banner .swiper-container .swiper-slide .title {
	font-size:90px;
	/*font-family:'DMSerifText-Regular';
	*/    font-family:'PoppinsLight-L4Zw' !important;
	line-height:1;
}
@media (max-width:1199px) {
	.home-body .home-banner .swiper-container .swiper-slide .title {
	font-size:34px;
}
}.home-body .home-banner .swiper-container .swiper-slide .desc {
	/*font-family:'Gen-Jyuu-Gothic-P-Light-2';
	*/    font-family:'PoppinsLight-L4Zw' !important;
	font-size:20px;
	margin-top:26px;
	letter-spacing:1px;
	opacity:.9;
}
@media (max-width:1199px) {
	.home-body .home-banner .swiper-container .swiper-slide .desc {
	font-size:20px;
}
}.home-body .home-banner .swiper-container .swiper-slide .btn {
	/*font-family:'IPAex榛戜綋';
	*/    font-family:'PoppinsLight-L4Zw' !important;
	width:160px;
	height:50px;
	border-radius:25px;
	border:solid 1px #f9874d;
	line-height:50px;
	cursor:pointer;
	color:#fa7634;
	transition:all .2s linear;
	margin:58px auto;
}
.home-body .home-banner .swiper-container .swiper-slide .btn:hover {
	background-color:#fa7634;
	color:#fff;
}
.home-body .search-box {
	/*font-family:'PoppinsLight-L4Zw';
	*/    font-family:'PoppinsLight-L4Zw' !important;
	font-size:16px;
	padding:15px 0;
	background-color:#282828;
}
.home-body .search-box .inner {
	display:table;
	margin:0 auto;
}
@media (max-width:1199px) {
	.home-body .search-box .inner {
	display:block;
}
}.home-body .search-box .inner .title {
	font-weight:bold;
	display:table-cell;
	color:#fa7534;
	margin-right:40px;
}
@media (max-width:1199px) {
	.home-body .search-box .inner .title {
	display:block;
	padding-bottom:15px;
}
}.home-body .search-box .inner .checkbox {
	display:table;
	margin:0 30px;
	display:flex;
	align-items:center;
}
@media (max-width:1199px) {
	.home-body .search-box .inner .checkbox {
	margin:0;
	width:100%;
	display:block;
}
}.home-body .search-box .inner .checkbox .layui-form-select {
	margin-right:30px;
	width:110px;
	line-height:30px;
	background-color:#999999;
	border-radius:8px;
	font-size:16px;
	color:#333;
}
.home-body .search-box .inner .checkbox .layui-form-select .layui-input {
	height:30px;
	border-radius:8px;
	background-color:#999999;
	font-size:14px;
	border:none;
}
.home-body .search-box .inner .checkbox .layui-form-select .layui-input:focus {
	background-color:#fff;
}
@media (max-width:1199px) {
	.home-body .search-box .inner .checkbox .layui-form-select {
	display:block;
	width:100%;
	margin-bottom:20px;
	background-position:98% center;
}
}.home-body .search-box .inner .checkbox .btn {
	display:table-cell;
	width:110px;
	height:30px;
	background-color:#fa7534;
	border-radius:8px;
	color:#fff;
	font-size:14px;
	line-height:30px;
	text-align:center;
	cursor:pointer;
}
@media (max-width:1199px) {
	.home-body .search-box .inner input[name=text].layui-input {
	width:100%;
}
.home-body .search-box .inner .checkbox .btn {
	display:block;
	width:100%;
	margin-bottom:20px;
	margin-top:15px;
}
}.home-body .search-box .inner .checkbox .btn img {
	display:inline-block;
	vertical-align:middle;
}
.home-body .search-box .inner .reset {
	color:#fff;
	text-decoration:underline;
	cursor:pointer;
	display:table-cell;
}
.home-body .home-feature {
	/*font-family:'PoppinsRegular-B2Bw';
	*/    font-family:'PoppinsLight-L4Zw' !important;
	text-align:center;
	padding:100px 0;
}
@media (max-width:1199px) {
	.home-body .home-feature {
	padding:50px 0;
}
}.home-body .home-feature .title {
	font-weight:bold;
	font-size:30px;
	line-height:1.6;
	padding-bottom:30px;
}
@media (max-width:1199px) {
	.home-body .home-feature .title {
	font-size:20px;
	padding-bottom:20px;
}
}.home-body .home-feature .desc {
	color:#666;
	font-size:16px;
	line-height:1.5;
	word-wrap:break-word;
}
.home-body .home-feature .btn img {
	margin:30px auto 0;
}
.home-body .home-nav .top-list {
	background-position:center;
	background-size:cover;
	transition:background-size .3s linear;
	width:33.333%;
	float:left;
	text-align:center;
	height:300px;
	background-color:rgba(250,118,52,0.6);
	cursor:pointer;
	color:#fff;
	position:relative;
}
@media (max-width:485px) {
	.home-body .home-nav .top-list {
	width:100%;
	height:250px;
}
}/* .home-body .home-nav .top-list:hover {
	background-size:auto 140%;
}
*/.home-body .home-nav .top-list:hover .btn {
	background-color:#fff;
	color:#fa7534;
}
.home-body .home-nav .top-list .inner {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.home-body .home-nav .top-list .inner b {
	font-size:30px;
	padding-bottom:30px;
	display:block;
	line-height:1.6;
}
@media (max-width:1199px) {
	.home-body .home-nav .top-list .inner b {
	font-size:24px;
}
}.home-body .home-nav .top-list .inner .btn {
	width:92px;
	line-height:31px;
	border:solid 1px white;
	font-size:18px;
	text-align:center;
	margin:0 auto;
	transition:all .3s linear;
}
@media (max-width:1199px) {
	.home-body .home-nav .top-list .inner .btn {
	font-size:14px;
}
}.home-body .home-nav .bottom-list {
	background-position:center;
	background-size:cover;
	transition:background-size .3s linear;
	width:50%;
	float:left;
	text-align:center;
	height:300px;
	background-color:rgba(250,118,52,0.6);
	cursor:pointer;
	color:#fff;
	position:relative;
}
@media (max-width:480px) {
	.home-body .home-nav .bottom-list {
	width:100%;
	height:250px;
}
}/* .home-body .home-nav .bottom-list:hover {
	background-size:auto 140%;
}
*/.home-body .home-nav .bottom-list:hover .btn {
	background-color:#fff;
	color:#fa7534;
}
.home-body .home-nav .bottom-list .inner {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.home-body .home-nav .bottom-list .inner b {
	font-size:30px;
	padding-bottom:30px;
	display:block;
	line-height:1.6;
}
@media (max-width:1199px) {
	.home-body .home-nav .bottom-list .inner b {
	font-size:24px;
}
}.home-body .home-nav .bottom-list .inner .btn {
	width:92px;
	line-height:31px;
	border:solid 1px white;
	font-size:18px;
	text-align:center;
	margin:0 auto;
	transition:all .3s linear;
}
@media (max-width:1199px) {
	.home-body .home-nav .bottom-list .inner .btn {
	font-size:14px;
}
}.home-body .product-banner {
	height:400px;
	text-align:center;
	color:#fff;
	/*font-family:'JenrivTitlingRegular-X3RKV';
	*/    font-family:'PoppinsLight-L4Zw' !important;
	font-size:50px;
	background-image:url(../images/product-banner.png);
	background-size:cover;
	background-position:center;
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.home-body .product-banner .title {
	padding-bottom:35px;
	position:relative;
}
.home-body .product-banner .title::after {
	content:'';
	width:30px;
	height:3px;
	background-color:#ffffff;
	bottom:0;
	left:50%;
	margin-left:-15px;
	position:absolute;
}
.home-body .product-nav {
	padding:18px 0;
	background-color:#f4f4f4;
}
.home-body .product-nav .inner {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	font-size:14px;
}
.home-body .product-nav .inner a {
	display:block;
	margin-left:10px;
	color:#999999;
	cursor:pointer;
}
.home-body .product-nav .inner a.select {
	font-weight:bold;
	color:#fa7534;
}
.home-body .product-box {
	/*font-family:'PoppinsLight-L4Zw';
	*/    font-family:'PoppinsLight-L4Zw' !important;
}
.home-body .product-box .inner {
	display:flex;
	align-items:flex-start;
	padding:20px 0 80px;
}
@media (max-width:1199px) {
	.home-body .product-box .inner {
	padding:50px 0;
	flex-wrap:wrap;
}
}.home-body .product-box .inner .left {
	width:25%;
}
@media (max-width:1199px) {
	.home-body .product-box .inner .left {
	width:100%;
}
}/*.home-body .product-box .inner .left .search-box-inner {
	display:flex;
	align-items:center;
	justify-content:space-between;
	height:40px;
	background-color:#ffffff;
	border:solid 1px #e5e5e5;
	padding-left:20px;
}
*/.home-body .product-box .inner .left .search-box-inner #form_box {
	display:flex;
	align-items:center;
	justify-content:space-between;
	height:40px;
	background-color:#ffffff;
	border:solid 1px #e5e5e5;
	padding-left:20px;
}
.home-body .product-box .inner .left .search-box-inner #form_box .btn_search {
	background:url(../images/search-icon.png) no-repeat center;
	width:100%;
	height:100%;
}
.home-body .product-box .inner .left .search-box-inner input {
	width:100%;
	font-size:16px;
}
.home-body .product-box .inner .left .search-box-inner .btn {
	flex-shrink:0;
	width:50px;
	height:40px;
	background-color:#fa7634;
	display:flex;
	align-items:center;
	justify-content:center;
}
.home-body .product-box .inner .left .search-list {
	margin-top:30px;
}
.home-body .product-box .inner .left .search-list .item {
	border:1px solid #eee;
	border-top:none;
}
.home-body .product-box .inner .left .search-list .item .item-list {
	border-bottom:1px solid #ffffff;
	background-color:#fa7534;
	font-weight:bold;
	font-size:18px;
	/*font-family:'PoppinsRegular-B2Bw';
	*/    font-family:'PoppinsLight-L4Zw' !important;
	color:#fff;
	padding:11px 14px;
	box-sizing:border-box;
	cursor:pointer;
	display:flex;
	justify-content:space-between;
}
.home-body .product-box .inner .left .search-list .item .item-list .tag {
	transition:all .3s linear;
}
.home-body .product-box .inner .left .search-list .item .item-list .tag.rotate {
	transform:rotate(180deg);
}
.home-body .product-box .inner .left .search-list .item dl {
	padding:10px 0;
	display:none;
}
.home-body .product-box .inner .left .search-list .item dl dd {
	color:#868686;
	font-size:14px;
	line-height:1.5;
	padding:10px 20px;
}
.home-body .product-box .inner .left .search-list .item dl dd:hover p,.home-body .product-box .inner .left .search-list .item dl dd:hover p::before {
	color:#fa7534;
}
.home-body .product-box .inner .left .search-list .item dl dd a p::before {
	content:"▶";
	color:#868686;
	float:left;
	padding-right:10px;
}
/*.home-body .product-box .inner .left .search-list .item dl dd label {
	display:flex;
	align-items:flex-start;
	cursor:pointer;
}
.home-body .product-box .inner .left .search-list .item dl dd input[type=checkbox] {
	width:20px;
	height:20px;
	background-color:#ffffff;
	border:solid 1px #eeeeee;
	margin-right:10px;
	cursor:pointer;
}
.home-body .product-box .inner .left .search-list .item dl dd input[type=checkbox]:checked {
	background-color:#fa7534;
	border:2px solid #fff;
	border-radius:100px;
}
*/.home-body .product-box .inner .right {
	width:75%;
	box-sizing:border-box;
	padding-left:50px;
}
@media (max-width:1199px) {
	.home-body .product-box .inner .right {
	width:100%;
	padding-left:0;
	margin-top:20px;
}
}.home-body .product-box .inner .right .filter-box {
	display:flex;
	align-items:flex-start;
	margin-bottom:10px;
}
.home-body .product-box .inner .right .filter-box .title {
	color:#fa7534;
	font-size:16px;
	/*font-family:'PoppinsBold-GdJA';
	*/    font-family:'PoppinsLight-L4Zw' !important;
	flex-shrink:0;
	padding-top:5px;
}
@media (max-width:1199px) {
	.home-body .product-box .inner .right .filter-box .title {
	margin-right:20px;
}
}.home-body .product-box .inner .right .filter-box .checkbox {
	display:table;
	margin:0 30px;
	display:flex;
	align-items:flex-start;
	flex-wrap:wrap;
}
@media (max-width:1199px) {
	.home-body .product-box .inner .right .filter-box .checkbox {
	margin:0;
}
}.home-body .product-box .inner .right .filter-box .checkbox .layui-form-select {
	margin-right:15px;
	width:110px;
	line-height:30px;
	background-color:#fff;
	border-radius:8px;
	font-size:16px;
	color:#333;
	border:1px solid #eee;
	margin-bottom:10px;
}
.home-body .product-box .inner .right .filter-box .checkbox .layui-form-select:focus {
	border-color:#fa7534;
}
.home-body .product-box .inner .right .filter-box .checkbox .layui-form-select .layui-input {
	height:30px;
	border-radius:8px;
	background-color:#fff;
	font-size:14px;
	border:none;
}
.home-body .product-box .inner .right .filter-box .checkbox .layui-form-select .layui-input:focus,.home-body .product-box .inner .right .filter-box .checkbox .layui-form-select .layui-input:active {
	background-color:#fff;
}
@media (max-width:1199px) {
	.home-body .product-box .inner .right .filter-box .checkbox .layui-form-select {
	display:block;
	width:calc(50% - 15px);
	margin-bottom:15px;
}
}.home-body .product-box .inner .right .filter-box .checkbox .btn {
	width:110px;
	height:30px;
	background-color:#fa7534;
	border-radius:8px;
	color:#fff;
	font-size:14px;
	line-height:30px;
	text-align:center;
	cursor:pointer;
}
@media (max-width:1199px) {
	.home-body .product-box .inner .right .filter-box .checkbox .btn {
	display:block;
	width:100%;
}
}.home-body .product-box .inner .right .filter-box .checkbox .btn img {
	display:inline-block;
	vertical-align:middle;
}
.home-body .product-box .inner .right .filter-item {
	display:flex;
	flex-wrap:wrap;
	padding:10px 0;
}
.home-body .product-box .inner .right .filter-item .tag {
	background-color:#f4f4f4;
	border:solid 1px #eeeeee;
	padding:12px 16px;
	color:#999999;
	margin-top:15px;
	margin-right:10px;
}
@media (max-width:1199px) {
	.home-body .product-box .inner .right .filter-item .tag {
	padding:10px;
}
}.home-body .product-box .inner .right .filter-item .tag img {
	margin-left:20px;
	cursor:pointer;
}
.home-body .product-box .inner .right .filter-details {
	/*font-family:'PoppinsBold-GdJA';
	*/    font-family:'PoppinsLight-L4Zw' !important;
	font-size:16px;
	margin:40px 0;
}
@media (max-width:1199px) {
	.home-body .product-box .inner .right .filter-details {
	margin:20px 0;
}
}.home-body .product-box .inner .right .filter-details a.num {
	text-decoration:underline;
	margin:0 2px;
	cursor:pointer;
}
.home-body .product-box .inner .right .filter-details a.num.select {
	color:#fa7534;
}
.home-body .product-box .inner .right .filter-product {
	display:flex;
	flex-wrap:wrap;
}
@media (max-width:1199px) {
	.home-body .product-box .inner .right .filter-product {
	margin:0;
}
}.home-body .product-box .inner .right .filter-product .item {
	width:50%;
	padding-left:25px;
	padding-right:25px;
	box-sizing:border-box;
}
@media (max-width:1199px) {
	.home-body .product-box .inner .right .filter-product .item {
	width:100%;
	padding:0;
}
}.home-body .product-box .inner .right .filter-product .item .item-inner {
	width:100%;
}
.home-body .product-box .inner .right .filter-product .item .item-inner .top-box {
	display:flex;
	align-items:center;
}
.home-body .product-box .inner .right .filter-product .item .item-inner .top-box .details {
	width:40%;
}
@media (max-width:1199px) {
	.home-body .product-box .inner .right .filter-product .item .item-inner .top-box .details {
	width:70%;
	padding-left:20px;
	box-sizing:border-box;
}
}.home-body .product-box .inner .right .filter-product .item .item-inner .top-box .details .tag {
	/*font-family:'PoppinsBold-GdJA';
	*/    font-family:'PoppinsLight-L4Zw' !important;
	background-color:#f4f4f4;
	padding:5px;
	margin-bottom:13px;
	display:inline-block;
}
.home-body .product-box .inner .right .filter-product .item .item-inner .top-box .details .name {
	/*font-family:'PoppinsBold-GdJA';
	*/    font-family:'PoppinsLight-L4Zw' !important;
	line-height:1.26;
	font-size:20px;
	margin-bottom:32px;
}
.home-body .product-box .inner .right .filter-product .item .item-inner .top-box .details .desc {
	font-size:14px;
	color:#666;
	line-height:1.6;
}
.home-body .product-box .inner .right .filter-product .item .item-inner .top-box img {
	width:60%;
}
@media (max-width:1199px) {
	.home-body .product-box .inner .right .filter-product .item .item-inner .top-box img {
	width:30%;
}
}.home-body .product-box .inner .right .filter-product .item .item-inner .bottom-btn {
	display:flex;
	align-items:center;
	justify-content:center;
	/*font-family:'PoppinsBold-GdJA';
	*/    font-family:'PoppinsLight-L4Zw' !important;
	font-size:16px;
	color:#fa7534;
	width:100%;
	padding:10px 0;
	background-color:#ebebeb;
	transition:all .3s linear;
	margin:35px 0 35px;
	border:solid 1px #e5e5e5;
	cursor:pointer;
}
.home-body .product-box .inner .right .filter-product .item .item-inner .bottom-btn:hover {
	color:#fff;
	background-color:#fa7534;
}
.home-body .product-box .inner-bottom {
	display:flex;
	align-items:flex-start;
	margin-top:-60px;
}
@media (max-width:1199px) {
	.home-body .product-box .inner-bottom {
	flex-wrap:wrap;
	margin-top:0;
}
}.home-body .product-box .inner-bottom .left {
	display:flex;
	align-items:flex-start;
	width:35%;
	position:relative;
}
@media (max-width:1199px) {
	.home-body .product-box .inner-bottom .left {
	width:100%;
}
}.home-body .product-box .inner-bottom .left .img-list {
	max-height:416.96px;
	overflow:auto;
	width:20%;
}
.home-body .product-box .inner-bottom .left .img-list::-webkit-scrollbar {
	display:none;
	width:0;
	height:0;
}
.home-body .product-box .inner-bottom .left .img-list .item {
	border:1px solid #eee;
	margin-bottom:13px;
	cursor:pointer;
}
.home-body .product-box .inner-bottom .left .img-list .item:last-child {
	margin-bottom:0;
}
.home-body .product-box .inner-bottom .left .img-list .item img {
	display:block;
	margin:0 auto;
}
.home-body .product-box .inner-bottom .left .img-list .item.select {
	border:1px solid #fa7534;
	position:relative;
}
.home-body .product-box .inner-bottom .left .img-list .item.select::after {
	position:absolute;
	content:'';
	border-top:5px solid transparent;
	border-left:10px solid #fa7335;
	border-bottom:5px solid transparent;
	right:-10px;
	top:50%;
	margin-top:-2px;
}
.home-body .product-box .inner-bottom .left .img-inner {
	width:80%;
	padding-left:20px;
	height:100%;
	position:absolute;
	left:20%;
	display:flex;
	align-items:center;
	justify-content:center;
	height:416.96px;
}
.home-body .product-box .inner-bottom .left .img-inner .img-box {
	border:1px solid #eeeeee;
	position:absolute;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	overflow:hidden;
}
.home-body .product-box .inner-bottom .left .img-inner img {
	width:100%;
}
.home-body .product-box .inner-bottom .right {
	width:65%;
	padding-left:60px;
}
@media (max-width:1199px) {
	.home-body .product-box .inner-bottom .right {
	width:100%;
	padding-left:0;
}
}.home-body .product-box .inner-bottom .right .title {
	font-size:30px;
	/*font-family:'PoppinsBold-GdJA';
	*/    font-family:'PoppinsLight-L4Zw' !important;
	line-height:1.6;
	padding-bottom:30px;
}
@media (max-width:1199px) {
	.home-body .product-box .inner-bottom .right .title {
	font-size:24px;
	padding-bottom:20px;
	padding-top:30px;
}
}.home-body .product-box .inner-bottom .right .title span {
	font-size:16px;
	margin-left:20px;
	color:#999;
}
@media (max-width:1199px) {
	.home-body .product-box .inner-bottom .right .title span {
	font-size:14px;
	margin-left:5px;
}
}.home-body .product-box .inner-bottom .right .desc {
	font-size:14px;
	color:#999;
	/*font-family:'PoppinsLight-L4Zw';
	*/    font-family:'PoppinsLight-L4Zw' !important;
}
.home-body .product-box .inner-bottom .right .btn {
	width:104px;
	height:36px;
	background-color:#fa7335;
	/*font-family:'PoppinsBold-GdJA';
	*/    font-family:'PoppinsLight-L4Zw' !important;
	font-size:16px;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#fff;
	margin:30px 0;
	cursor:pointer;
}
@media (max-width:1199px) {
	.home-body .product-box .inner-bottom .right .btn {
	margin:20px 0 20px;
}
}.home-body .product-box .inner-bottom .right .name {
	font-size:18px;
	font-weight:normal;
	font-stretch:normal;
	line-height:30px;
	letter-spacing:0px;
	color:#666666;
	/*padding-bottom:36px;
	*/    /*font-family:'PoppinsBold-GdJA';
	*/    font-family:'PoppinsLight-L4Zw' !important;
}
@media (max-width:1199px) {
	.home-body .product-box .inner-bottom .right .name {
	padding-bottom:10px;
}
}.home-body .product-box .inner-bottom .right .details {
	/*font-family:'PoppinsLight-L4Zw';
	*/    font-family:'PoppinsLight-L4Zw' !important;
}
.home-body .product-box .inner-bottom .right .details .li {
	display:flex;
	padding-bottom:20px;
	color:#999999;
	line-height:1.5;
	flex-shrink:0;
}
.home-body .product-box .inner-bottom .right .details .li span {
	flex:1;
}
.home-body .product-box .inner-bottom .right .details .li img {
	margin-right:10px;
	margin-top:5px;
	width:9px;
	height:9px;
}
.home-body .product-select {
	padding:50px 0 100px;
}
@media (max-width:1199px) {
	.home-body .product-select {
	padding:40px 0;
}
}.home-body .product-select .nav-box {
	display:flex;
	align-items:center;
}
@media (max-width:1199px) {
	.home-body .product-select .nav-box {
	flex-wrap:wrap;
}
}.home-body .product-select .nav-box .item {
	height:50px;
	background-color:#ebebeb;
	display:flex;
	align-items:center;
	justify-content:center;
	border-right:1px solid #fff;
	width:230px;
	transition:all .3s linear;
	cursor:pointer;
}
@media (max-width:1199px) {
	.home-body .product-select .nav-box .item {
	width:100%;
	border-bottom:1px solid #fff;
	border-right:0;
	justify-content:flex-start;
	padding-left:20px;
	box-sizing:border-box;
}
}.home-body .product-select .nav-box .item.select {
	background-color:#fa7335;
	color:#fff;
}
.home-body .product-select .nav-box .item.select .on {
	display:block;
}
.home-body .product-select .nav-box .item.select .off {
	display:none;
}
.home-body .product-select .nav-box .item img {
	margin-right:20px;
	display:none;
}
.home-body .product-select .nav-box .item .on {
	display:none;
}
.home-body .product-select .nav-box .item .off {
	display:block;
}
.home-body .product-select .nav-details {
	padding:50px;
	background-color:#f4f4f4;
	/*font-family:'PoppinsLight-L4Zw';
	*/    font-family:'PoppinsLight-L4Zw' !important;
	font-size:13rpx;
	color:#4c4c4c;
}
.home-body .product-select .nav-details p,.home-body .product-select .nav-details span {
	font-family:'PoppinsLight-L4Zw' !important;
}
.home-body .product-select .nav-details .details {
	height:0;
	overflow:hidden;
}
.home-body .product-select .nav-details .details:first-child {
	height:auto;
}
.home-body .product-select .nav-details .nav-details-table {
	display:flex;
	margin-left:-7px;
	margin-right:-7px;
}
.home-body .product-select .nav-details .nav-details-table table {
	margin:0 7px;
	line-height:1.6;
}
.home-body .product-select .nav-details .nav-details-table table.left td {
	padding:5px 20px;
}
.home-body .product-select .nav-details .nav-details-table table.left td.name {
	background-color:#EBEBEB;
	text-align:right;
	border:1px solid #e5e5e5;
}
.home-body .product-select .nav-details .nav-details-table table.left td.value {
	text-align:left;
	border:1px solid #e5e5e5;
}
.home-body .product-select .nav-details .nav-details-table table .name {
	background-color:#EBEBEB;
	text-align:center;
	border:1px solid #e5e5e5;
	padding:5px 20px;
	/*font-family:'PoppinsBold-GdJA';
	*/    font-family:'PoppinsLight-L4Zw' !important;
}
.home-body .product-select .nav-details .nav-details-table table .value {
	text-align:center;
	border:1px solid #e5e5e5;
	padding:5px 20px;
}
.home-body .product-select .nav-details .nav-details-faq {
	line-height:1.6;
}
.home-body .product-select .nav-details .nav-details-faq .item:last-child .value {
	padding-bottom:0;
}
.home-body .product-select .nav-details .nav-details-faq .name {
	/*font-family:'PoppinsBold-GdJA';
	*/    font-family:'PoppinsLight-L4Zw' !important;
	padding:10px 0;
}
.home-body .product-select .nav-details .nav-details-faq .value {
	padding:10px 0 50px;
}
.home-body .product-select .nav-details .nav-details-Install {
	display:flex;
	align-items:center;
	padding:0 4%;
}
.home-body .product-select .nav-details .nav-details-Install .left {
	width:40%;
}
.home-body .product-select .nav-details .nav-details-Install .left .name {
	padding:10px 0px;
	/*font-family:'PoppinsBold-GdJA';
	*/    font-family:'PoppinsLight-L4Zw' !important;
}
.home-body .product-select .nav-details .nav-details-Install .left .value {
	padding:10px 0 50px;
}
.home-body .product-select .nav-details .nav-details-Install .left .ul .li {
	padding:10px 0 0px;
}
.home-body .product-select .nav-details .nav-details-Install .left .ul .li:last-child {
	padding-bottom:50px;
}
.home-body .product-select .nav-details .nav-details-Install .right {
	width:60%;
}
.home-body .product-select .nav-details .nav-details-Install .right img {
	width:100%;
}
@media (max-width:1199px) {
	.home-body .product-select .nav-details {
	padding:20px;
}
.home-body .product-select .nav-details .nav-details-table {
	flex-wrap:wrap;
}
.home-body .product-select .nav-details .nav-details-table table {
	margin-bottom:15px;
}
.home-body .product-select .nav-details .nav-details-Install {
	padding:0 2%;
	flex-wrap:wrap;
}
.home-body .product-select .nav-details .nav-details-Install .left {
	width:100%;
}
.home-body .product-select .nav-details .nav-details-Install .right {
	width:100%;
	padding-bottom:40px;
}
.home-body .product-select .nav-details .nav-details-faq .value {
	padding:10px 0 30px;
}
.home-body .product-select .nav-details .nav-details-Install .left .value {
	padding-bottom:30px;
}
.home-body .product-select .nav-details .nav-details-Install .left .ul .li:last-child {
	padding-bottom:30px;
}
}.page-box .arrow {
	display:flex;
	align-items:center;
	padding:30px 0 0;
	font-size:12px;
	justify-content:center;
	/*font-family:'PoppinsLight-L4Zw';
	*/    font-family:'PoppinsLight-L4Zw' !important;
}
@media (max-width:1199px) {
	.page-box .arrow {
	margin:0 0 0;
}
}.page-box .arrow a.item {
	margin:5px;
	width:38px;
	height:35px;
	background-color:#e2e2e2;
	border-radius:3px;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
}
.page-box .arrow a.item.select,.page-box .arrow a.item:hover {
	background-color:#fa7534;
	color:#fff;
}
.page-box .arrow .last {
	width:96px;
	height:35px;
	background-color:#e2e2e2;
	border-radius:3px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.page-box .arrow img {
	margin:0 10px;
	cursor:pointer;
}
.heads .top-main .mainnav {
	max-height:80vh;
	overflow:auto;
}
.heads .top-main .mainnav li {
	border-bottom:1px solid #2a2a2a;
	position:relative;
}
.heads .top-main .mainnav li>a {
	display:block;
	padding:20px 0;
	margin:0 10px;
	font-size:15px;
	position:relative;
	color:#fff;
}
.heads .top-main .mainnav li>a {
	display:flex;
	justify-content:space-between;
}
.heads .top-main .mainnav li dl {
	background-color:#fff;
	display:none;
}
.heads .top-main .mainnav li dl dd {
	font-size:14px;
	display:flex;
	align-items:center;
	padding:20px 0 20px 25px;
	color:#999;
	flex-wrap:wrap;
	border-bottom:1px solid #f1f1f1;
}
.heads .top-main .mainnav li dl dd.select {
	color:#fa7634;
}
.heads .top-main .mainnav li dl .nav-li {
	width:100%;
}
.heads .top-main .mainnav li dl dd img {
	margin-right:10px;
}
.heads .top-main .mainnav li dl .inner-dl {
	width:100%;
	display:none;
}
.heads .top-main .mainnav li dl .inner-dl dd {
	padding:15px 0 15px 20px;
}
.heads .top-main .mainnav li dl .inner-dl dd:last-child {
	border:none;
	padding-bottom:0;
}
.heads .top-main .mainnav li dl .inner-dl dd:first-child {
	padding-top:30px;
}
/*# sourceMappingURL=css.css.map */.commodity {
	width:100%;
	/*margin:50px 0 0;
	*/    display:grid;
	grid-template-columns:repeat(2,1fr);
	/*dgap:20px;
	*/    /*d grid-gap:20px;
	*/    /*display:none;
	*/
}
.sidebar-featured {
	overflow:hidden;
	margin-top:50px;
}
.sidebar-featured .tit_wrap_box {
	margin-bottom:20px;
}
.tit_wrap_box p {
	font-size:30px;
	font-weight:bold;
	padding-bottom:20px;
	text-transform:Capitalize;
	position:relative;
	/*font-family:'PoppinsRegular-B2Bw';
	*/    font-family:'PoppinsLight-L4Zw' !important;
}
.tit_wrap_box p::before {
	content:"";
	width:140px;
	height:1px;
	background:#dcdcdc;
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
}
.tit_wrap_box .line {
	display:block;
	width:30px;
	height:4px;
	background:#fa7634;
	position:absolute;
	left:50%;
	bottom:-2px;
	transform:translateX(-50%);
}
.commodity li {
	/*width:20%;
	*/    width:100%;
	box-sizing:border-box;
	padding:0 8px;
	border-bottom:1px solid #cdcdcd;
	padding-bottom:14px;
}
.commodity li a {
	display:block;
}
.comg img {
	display:block;
	width:100%;
}
.commodity li a p {
	font-size:16px;
	color:#333;
	text-align:center;
	/*overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	*/
}
.commodity li:hover a p {
	color:#fa7335;
}
p,span,h2,h1 {
	font-family:'PoppinsLight-L4Zw' !important;
}
