h1 {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	margin-top: auto;
	margin-bottom: auto;
	width: 107px;
	height: 41px;
	background-image: url(../images/logo.png);
	text-indent: -999px;
	overflow: hidden;
}

@media screen and (min-width: 1300px) {
	.padd-l-r-xx {
		padding-left: 165px;
		padding-right: 165px;
	}
}

@media screen and (max-width: 1300px) {
	.padd-l-r-xx {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.fixed-top-navbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

.fixed-top-navbar.bg-color {
	background-color: rgba(66, 66, 66, .8);
}

.fixed-top-navbar .relative {
	position: relative;
	height: 80px;
}

.fixed-top-navbar .nav.pc {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-top: auto;
	margin-bottom: auto;
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: none;
}

@media screen and (min-width: 1030px) {
	.fixed-top-navbar .nav.pc {
		display: block;
	}
}

.fixed-top-navbar .nav.pc .item {
	position: relative;
	display: inline-block;
	width: 130px;
	font-size: 16px;
	text-align: center;
}

.fixed-top-navbar .nav.pc a {
	color: #fff;
}

.fixed-top-navbar .nav.pc .active a,
.fixed-top-navbar .nav.pc a:hover {
	color: #FF8766;
}

.fixed-top-navbar .nav.pc .iconfont {
	margin-left: 5px;
}

.fixed-top-navbar .nav.pc .dropdown {
	position: absolute;
	z-index: 1;
	background-color: #FF8766;
	border-radius: 10px;
	padding: 10px;
	top: 80%;
	visibility: hidden;
	opacity: 0;
}

.fixed-top-navbar .nav.pc .item:hover .dropdown {
	visibility: visible;
	opacity: 1;
	top: 100%;
}

.fixed-top-navbar .nav.pc .dropdown li {
	color: #fff;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
}

.fixed-top-navbar .nav.pc .dropdown li:hover {
	color: #ff8766;
	background-color: #fff;
	border-radius: 5px;
}

.fixed-top-navbar .lang {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	right: 0;
	margin-top: auto;
	margin-bottom: auto;
	width: 160px;
	height: 52px;
	line-height: 52px;
	border: 1px solid #fff;
	border-radius: 6px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

.fixed-top-navbar .lang .text {
	font-size: 16px;
	margin-left: 5px;
}

.fixed-top-navbar .lang img {
	vertical-align: -4px;
}

.fixed-top-navbar .lang:hover {
	background-color: #FF8766;
	border-color: #FF8766;
}

.fixed-top-navbar .nav-mobile {
	position: absolute;
	right: 180px;
	margin: auto;
	top: 0;
	bottom: 0;
	height: 52px;
	z-index: 1;
	display: none;
	cursor: pointer;
}

.fixed-top-navbar .nav-mobile .menu {
	width: 50px;
	text-align: center;
	line-height: 52px;
	height: 100%;
}

.fixed-top-navbar .nav-mobile .menu .iconfont {
	font-size: 29px;
	color: #fff;
}

.fixed-top-navbar .nav-mobile nav {
	position: fixed;
	z-index: 1;
	top: 70px;
	width: 100%;
	left: 0;
	background-color: #FF8766;
	visibility: hidden;
	opacity: 0;
}

.fixed-top-navbar .nav-mobile .menu.active+nav {
	visibility: visible;
	opacity: 1;
	top: 80px;
}

.fixed-top-navbar .nav-mobile nav a {
	display: block;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
}

.fixed-top-navbar .nav-mobile nav a .iconfont {
	vertical-align: -1px;
	margin-left: 5px;
}

.fixed-top-navbar .nav-mobile nav a .icon-up,
.fixed-top-navbar .nav-mobile nav a.active .icon-down {
	display: none;
}

.fixed-top-navbar .nav-mobile nav a.active .icon-up {
	display: inline-block;
}


.fixed-top-navbar .nav-mobile nav .dropdown ul {
	display: none;
}

.fixed-top-navbar .nav-mobile nav a.active+ul {
	display: block;
}

.fixed-top-navbar .nav-mobile nav .dropdown li {
	text-align: center;
	color: #fff;
	height: 30px;
	line-height: 30px;
}

.banner-wrap .swiper-pagination {
	bottom: 35px !important;
}

.banner-wrap .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: rgba(255, 255, 255, .55);
	opacity: 1;
}

.banner-wrap .swiper-pagination-bullet-active {
	width: 20px;
	background-color: #fff;
	border-radius: 10px;
}

.banner-wrap .swiper-slide .text-contt {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	height: 50%;
	color: #fff;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	text-align: center;
}

.banner-wrap .swiper-slide .text-contt h4 {
	font-size: 48px;
}

.banner-wrap .swiper-slide-active .text-contt h4 {
	animation: FadeInLeft .5s both ease-in-out .25s;
}

.banner-wrap .swiper-slide .text-contt p {
	font-size: 16px;
	margin-top: 41px;
}

.banner-wrap .swiper-slide-active .text-contt p {
	animation: FadeInRight .5s both ease-in-out .25s;
}

.banner-wrap .swiper-slide .text-contt button {
	width: 160px;
	height: 52px;
	background-image: url(../images/index/banner-btn.png);
	color: #fff;
	font-size: 18px;
	text-align: left;
	padding-left: 20px;
	margin-top: 115px;
	background-size: cover;
}

.banner-wrap .swiper-slide-active .text-contt button {
	animation: FadeIn .5s both ease-in-out .55s;
}

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

	.banner-wrap .swiper-slide .text-contt button,
	.banner-wrap .swiper-slide .text-contt p {
		margin-top: 5%;
	}

	.fixed-top-navbar .nav-mobile {
		display: block;
	}
}

@media screen and (max-width: 920px) {
	.banner-wrap .swiper-slide .text-contt h4 {
		font-size: 26px;
	}
}

@media screen and (max-width: 750px) {
	.banner-wrap .swiper-slide .text-contt h4 {
		font-size: 14px;
	}

	.banner-wrap .swiper-slide .text-contt p {
		font-size: 12px;
	}

	.fixed-top-navbar .lang {
		display: none;
	}

	.banner-wrap .swiper-slide .text-contt button {
		width: 121px;
		height: 39px;
		font-size: 12px;
	}

	.banner-wrap .swiper-pagination {
		bottom: 5% !important;
	}

	.fixed-top-navbar .nav-mobile {
		right: 0;
	}
}

.section1 .tabs-nav:before,
.section1 .tabs-nav:after {
	content: '';
	display: table;
	clear: both;
}

.section1 .tabs-nav {
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 27px;
}

.section1 .tabs-nav .col {
	float: left;
	width: 25%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.section1 .tabs-nav .col .item.img {
	background: url(../images/index/family.jpg) center;
	background-size: cover;
}

.section1 .tabs-nav .col .item {
	position: relative;
	height: 120px;
	border-radius: 6px;
	background-color: #F9F9F9;
}

.section1 .tabs-nav .col .item img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	margin-top: auto;
	margin-right: auto;
	height: 100%;
}

.section1 .tabs-nav .col .item1 img {
	width: 46px;
}

.section1 .tabs-nav .col .item2 img {
	width: 51px;
}

.section1 .tabs-nav .col .item3 img {
	width: 51px;
}

.section1 .tabs-nav .col .item1 .contt {
	height: 49px;
}

.section1 .tabs-nav .col .item2 .contt {
	height: 51px;
}

.section1 .tabs-nav .col .item3 .contt {
	height: 51px;
}

.section1 .tabs-nav .col .item .contt {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	left: 21px;
}

.section1 .tabs-nav .col .item .caption {
	position: absolute;
	z-index: 2;
	left: 70px;
	right: 0;
	height: 100%;
}

.section1 .tabs-nav .col .item .contt .caption h4 {
	font-size: 18px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.section1 .tabs-nav .col .item .contt .caption p {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
}

@media screen and (max-width: 1500px) {
	.section1 .tabs-nav .col {
		width: 50%;
	}
}

@media screen and (max-width: 700px) {
	.section1 .tabs-nav .col {
		width: 100%;
	}
}

.section1 .desc-block {
	position: relative;
	margin-top: 123px;
}

.section1 .desc-block .bg {
	position: absolute;
	z-index: 1;
	top: 0;
	max-width: 100%;
	height: auto;
	bottom: 0;
	left: 0;
	margin-top: auto;
	margin-bottom: auto;
}

.section1 .desc-block .contt {
	padding-left: 400px;
}

.section1 .desc-block .contt h2 {
	font-size: 24px;
}

.section1 .desc-block .contt h2 span {
	font-size: 14px;
	font-weight: normal;
	margin-left: 5px;
}

.section1 .desc-block .contt p {
	text-indent: 2em;
	margin-top: 23px;
}

.section1 .desc-block .contt ul {
	margin-left: 50px;
	margin-top: 52px;
}

.section1 .desc-block .contt li {
	list-style-image: url(../images/index/hook.png);
}

.section1 .desc-block .contt li+li {
	margin-top: 15px;
}

.section1 hr {
	margin-bottom: 0;
	height: 1px;
	background-color: #EFEFEF;
	border: 0;
	margin-top: 108px;
}

@media screen and (max-width: 980px) {
	.section1 .desc-block .bg {
		margin-top: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}

	.section1 .desc-block .contt {
		padding-left: 0;
		padding-top: 250px;
	}

	.section1 .desc-block {
		margin-top: 20px;
	}

	.section1 hr {
		margin-top: 40px;
	}
}


.product-service {
	padding-top: 115px;
}

.product-service .title {
	text-align: center;
}

.product-service .title h2 {
	font-size: 24px;
}

.product-service .title p {
	margin-top: 5px;
}

.product-service .title em {
	display: inline-block;
	width: 66px;
	height: 6px;
	border-radius: 6px;
	background-color: #FF8766;
	margin-top: 20px;
}

.product-service .row:before,
.product-service .row:after {
	content: '';
	display: table;
	clear: both;
}

.product-service .row {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 101px;
}

.product-service .row .col {
	float: left;
	width: 33.33%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.product-service .row img {
	display: block;
	width: 216px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.product-service .row .caption {
	text-align: center;
}

.product-service .row .caption h4 {
	font-size: 24px;
	padding-top: 44px;
}

.product-service .row .caption h4 .badge {
	background-color: #FFF1ED;
	color: #EF8C6E;
	padding: 5px 10px;
	border-radius: 20px;
	margin-left: 10px;
	font-size: 14px;
}

.product-service .row .caption p {
	font-size: 16px;
	margin-top: 24px;
}

@media screen and (max-width: 1000px) {
	.product-service .row .col {
		width: 50%;
	}
}

@media screen and (max-width: 700px) {
	.product-service .row .col {
		width: 100%;
	}
}

.section2 {
	padding-bottom: 100px;
}

.section2 .title,
.section3 .title {
	text-align: center;
	padding-top: 100px;
}

.section2 .title h4,
.section3 .title h4 {
	color: #FF8766;
}

.section2 .title h2,
.section3 .title h2 {
	font-size: 24px;
	margin-top: 33px;
}

.section2 .title p,
.section3 .title p {
	width: 470px;
	margin-top: 32px;
	margin-left: auto;
	margin-right: auto;
}

.section2 .desc-block {
	position: relative;
	margin-top: 101px;
}

.section2 .desc-block .bg-wrap {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.swiper-container3 {
	max-width: 560px;
	max-height: 320px;
}

.section2 .desc-block .bg-wrap .bd {
	border: 20px solid #F4F4F4;
	border-radius: 20px;
}

.section2 .desc-block .bg-wrap .banner {
	display: block;
	width: 100%;
	height: auto;
}

.section2 .desc-block .bg-wrap .dot {
	position: absolute;
	z-index: -1;
	right: 65px;
	bottom: -30px;
	max-width: 100%;
	height: auto;
}

.section2 .desc-block .contt {
	padding-left: 650px;
}

.section2 .desc-block .contt .box h4 {
	font-size: 24px;
	font-weight: normal;
	color: #818181;
}

.section2 .desc-block .contt .box p {
	font-size: 16px;
	margin-top: 5px;
	font-weight: normal;
	color: #818181;
}

.section2 .desc-block .contt .box.active h4,
.section2 .desc-block .contt .box.active p {
	font-weight: bold;
	color: #444;
}

.section2 .desc-block .contt .box .progress {
	height: 2px;
	background-color: #DCDCDC;
	margin-top: 20px;
	visibility: hidden;
	opacity: 0;
}

.section2 .desc-block .contt .box + .box {
	margin-top: 50px;
}

.section2 .desc-block .contt .box .progress-bar {
	width: 30%;
	height: 100%;
	background: linear-gradient(72deg, #FF8766, #E39C37, #E3E3E3);
}

.section2 .desc-block .contt .box.active .progress {
	visibility: visible;
	opacity: 1;
}

@media screen and (max-width: 1050px) {
	.section2 .desc-block .contt {
		padding-left: 0;
		padding-top: 450px;
	}

	.section2 .desc-block .bg-wrap {
		right: 0;
		max-width: 560px;
		margin-left: auto;
		margin-right: auto;
	}
}

.section3 {
	background-color: #F6F7F9;
}

.section3 .title p {
	width: 370px;
}

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

	.section2 .title p,
	.section3 .title p {
		width: 100%;
	}
}

.section3 .row {
	position: relative;
	padding-top: 200px;
	padding-bottom: 200px;
}

.section3 .row:before,
.section3 .row:after {
	content: '';
	display: table;
	clear: both;
}

.section3 .row .col {
	float: left;
	width: 50%;
	margin-bottom: 50px;
}

.section3 .row .col .item .box h2 {
	font-size: 24px;
	font-weight: normal;
	color: #818181;
}

.section3 .row .col .item .box p {
	font-size: 16px;
	margin-top: 5px;
	color: #818181;
}

.section3 .row .col .item .box.active h2,
.section3 .row .col .item .box.active p {
	color: #444;
	font-weight: bold;
}

.section3 .row .col .item .box + .box {
	margin-top: 50px;
}

.section3 .row .col .item .box .progress {
	width: 70%;
	height: 2px;
	background-color: #DCDCDC;
	margin-top: 20px;
	opacity: 0;
	visibility: hidden;
}

.section3 .row .col .item .box.active .progress {
	opacity: 1;
	visibility: visible;
}

.section3 .row .col .item .box .progress-bar {
	width: 30%;
	height: 100%;
	background: linear-gradient(72deg, #FF8766, #E39C37, #E3E3E3);
}

.section3 .row .col.text-right .item .box .progress-bar {
	background: linear-gradient(72deg, #E3E3E3, #E39C37, #FF8766);
}

.section3 .row .col.text-right .item .box .progress,
.section3 .row .col.text-right .item .box .progress-bar {
	margin-right: 0;
	margin-left: auto;
}

.section3 .row .bg-wrap {
	position: absolute;
	z-index: 1;
	max-width: 200px;
	max-height: 538px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.section3 .row .bg-wrap .bg {
	display: block;
	width: 100%;
	height: auto;
}

.section3 .row .bg-wrap .dot {
	position: absolute;
	z-index: -1;
	bottom: 95%;
	left: 77%;
}

.swiper-container2 .swiper-wrapper {
	position: absolute;
	top: 0;
	left: 0;
}

.section3 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	background-color: rgba(0, 0, 0, .15);
}

.section3 .swiper-pagination-bullet-active {
	width: 20px;
	background-color: #FF8766;
	border-radius: 20px;
}

.section3 .swiper-pagination {
	bottom: 30px;
}

.section3 .contt {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 80%;
	margin-top: auto;
	margin-bottom: auto;
}

.section3 .contt .avatar-card {
	text-align: center;
}

.section3 .contt .avatar-card img {
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	margin-left: auto;
	margin-right: auto;
}

.section3 .contt .avatar-card h4 {
	font-size: 24px;
	margin-top: 40px;
}

.section3 .contt .avatar-card p {
	color: #818181;
	margin-top: 23px;
}

.section3 .contt .desc {
	font-size: 36px;
	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}

.section3 .swiper-button-next {
	width: 21px;
	height: 75px;
	background-image: url(../images/index/swiper-right.png);
}

.section3 .swiper-button-prev {
	width: 21px;
	height: 74px;
	background-image: url(../images/index/swiper-left.png);
}

@media screen and (max-width: 1000px) {
	.section3 .row .col {
		width: 100%;
		text-align: left;
	}
	
	.section3 .row .col.text-right .progress,
	.section3 .row .col.text-right .progress-bar {
		margin-left: 0!important;
		margin-right: auto!important;
	}
	
	.section3 .row .col.text-right .progress-bar {
		background: linear-gradient(72deg, #FF8766, #E39C37, #E3E3E3)!important;
	}

	.section3 .row .bg-wrap {
		margin-top: 100px;
	}

	.section3 .row {
		padding-top: 650px;
	}

	.section3 .row .bg-wrap .dot {
		display: none;
	}

	.section3 .contt .desc {
		font-size: 24px;
		margin-top: 50px;
	}

	.section3 .row {
		padding-bottom: 100px;
	}
}

@media screen and (max-width: 750px) {
	.section3 .contt .desc {
		font-size: 16px;
		margin-top: 20px;
	}
}

@media screen and (max-width: 500px) {
	.section3 .contt .desc {
		display: none;
	}
}

.prod-attr {
	padding-top: 134px;
	padding-bottom: 132px;
}

.prod-attr .bg-wrap {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	max-width: 560px;
	max-height: 337px;
}

.prod-attr .head,
.prod-attr .foot {
	position: relative;
}

.prod-attr .bg-wrap .bd {
	border: 20px solid #F4F4F4;
	border-radius: 20px;
}

.prod-attr-swiper-container1,
.prod-attr-swiper-container2 {
	max-width: 520px;
	max-height: 297px;
}

.prod-attr .head .bg-wrap {
	left: 0;
}

.prod-attr .foot .bg-wrap {
	right: 0;
}

.prod-attr .bg-wrap .dot {
	position: absolute;
	z-index: -1;
}

.prod-attr .head .bg-wrap .dot {
	bottom: 78%;
	left: -77px;
	max-width: 100%;
}

.prod-attr .foot .bg-wrap .dot {
	bottom: 91%;
	right: 50px;
}

.prod-attr .head .contt {
	padding-left: 700px;
}

.prod-attr .foot .contt {
	padding-right: 700px;
}

.prod-attr .head .contt h2,
.prod-attr .foot .contt h2 {
	font-size: 24px;
	margin-top: 28px;
}

.prod-attr .head .contt h4,
.prod-attr .foot .contt h4 {
	color: #FF8766;
	font-weight: normal;
}

.prod-attr .head .contt p,
.prod-attr .foot .contt p {
	margin-top: 28px;
}

.prod-attr .head .contt ul,
.prod-attr .foot .contt ul {
	margin-top: 40px;
	margin-left: 20px;
}

.prod-attr .head .contt li,
.prod-attr .foot .contt li {
	font-weight: bold;
}

.prod-attr .head .contt li:before,
.prod-attr .foot .contt li:before {
	content: '•';
	color: #EF8C6E;
	font-size: 25px;
	vertical-align: -3px;
	margin-right: 10px;
}

.prod-attr .foot {
	margin-top: 200px;
}


@media screen and (max-width: 1200px) {
	.prod-attr .bg-wrap {
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	}

	.prod-attr .head .contt {
		padding-left: 0;
		padding-top: 400px;
	}

	.prod-attr .foot .contt {
		padding-right: 0;
		padding-top: 400px;
	}
}

.partner {
	background-color: #F6F7F9;
	padding-top: 55px;
}

.partner .title {
	text-align: center;
}

.partner .title h2 {
	font-size: 24px;
}

.partner .title p {
	margin-top: 8px;
}

.partner .title hr {
	width: 66px;
	height: 6px;
	border-radius: 3px;
	background-color: #FF8766;
	margin-top: 20px;
	border: 0;
}

.partner .row:before,
.partner .row:after {
	content: '';
	display: table;
	clear: both;
}

.partner .row {
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 80px;
	padding-bottom: 130px;
}

.partner .row .col {
	float: left;
	width: 16.66%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.partner .row .col img {
	display: block;
	width: 100%;
	height: 74px;
	cursor: pointer;
}

.partner .row .col img:hover {
	box-shadow: 0 0 10px 1px #ccc;
	transform: scale(1.115);
}

@media screen and (max-width: 1000px) {
	.partner .row .col {
		width: 25%;
	}
}

@media screen and (max-width: 750px) {
	.partner .row .col {
		width: 50%;
	}
}

footer:before,
footer:after {
	content: '';
	display: table;
	clear: both;
}

footer {
	background-color: #2B2B2B;
	padding-top: 80px;
	padding-bottom: 80px;
}

footer .fl {
	float: left;
}

footer .fl img {
	display: block;
}

footer .fl .caption {
	margin-top: 30px;
}

footer .fl .caption h4,
footer .fl .caption p,
footer .fl .foot {
	color: #B4B4B4;
	font-size: 16px;
}

footer .fl .caption p {
	margin-top: 10px;
}

footer .fl .icons {
	margin-top: 30px;
}

footer .fl .icons .box {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	line-height: 50px;
	text-align: center;
	background-color: #414141;
	display: inline-block;
}

footer .fl .icons .box+.box {
	margin-left: 10px;
}

footer .fl .icons .box .iconfont {
	color: #B4B4B4;
	font-size: 32px;
}

footer .fl .foot {
	margin-top: 30px;
}

footer .fl .foot a {
	color: #B4B4B4;
}

footer .fr {
	float: right;
}

footer .fr li {
	float: left;
	max-width: 250px;
}

footer .fr li+li {
	margin-left: 50px;
}

footer .fr li .title {
	font-size: 18px;
	color: #fff;
}

footer .fr li p {
	color: #B4B4B4;
	margin-top: 30px;
}

footer .fr li .text-warning {
	color: #EF8D6E;
}

footer .fr li .iconfont {
	margin-right: 5px;
	color: #585858;
}

@media screen and (max-width: 1000px) {
	footer .fl,
	footer .fr {
		width: 100%;
	}

	footer .fl {
		margin-bottom: 30px;
	}

	footer .fr li {
		margin-left: 0 !important;
		width: 100%;
		margin-bottom: 30px;
	}
}
