/* base */
* {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

body,
html {
    width: 100%;
    height: 100%;
    font-size: 62.5%;
}

/* 1rem=10px */
body {
    font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", STHeitiSC-Light, simsun, "宋体", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #111111;
    font-size: 1.6rem;
}

i,
em,
img {
    font-style: normal;
}

/* layout */
.main-group,
.header,
.footer {
    width: 100%;
    margin: 0 auto;
}

.header .top-banner img {
    width: 100%;
}

.header .nav {
    width: 100%;
    background: url(../img/nav_bg.jpg) no-repeat center center;
    background-size: 100%;
}

.header .nav ul {
    width: 100%;
    max-width: 120rem;
    height: 6.6rem;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    align-items: center;
}

.header .nav ul li {
    text-align: center;
}

.header .nav ul li a {
    font-size: 2rem;
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 6.6rem;
    line-height: 6.6rem;
}

.main-group,
.footer {
    width: 100%;
    background-size: 100% auto;
    background-position-x: center;
    background-repeat: no-repeat;
}

.group-1 {
    background-image: url(../img/main_1_bg.jpg);
    background-position-y: bottom;
    padding-bottom: 12rem;
}

.group-2 {
    background-image: url(../img/main_2_bg.jpg);
    background-position-y: top;
    padding: 5rem 0 9.5rem;
}

.group-3 {
    background-image: url(../img/main_3_bg.jpg);
    background-position-y: bottom;
    padding-bottom: 14rem;
}

.group-4 {
    background-image: url(../img/main_4_bg.jpg);
    background-position-y: top;
}

.group-5 {
    background-image: url(../img/main_5_bg.jpg);
    background-position-y: top;
    padding-bottom: 32.8rem;
}

.group-6 {
    background-image: url(../img/main_6_bg.jpg);
    background-position-y: top;
}

.group-7 {
    background-image: url(../img/main_7_bg.jpg);
    background-position-y: bottom;
}

.group-8 {
    background-image: url(../img/main_3_bg.jpg);
    background-position-y: 24.8rem;
    padding-bottom: 4rem;
}

.main-title,
.main {
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
}

.main-title {
    height: 20.2rem;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.title1 {
    background-image: url(../img/main_1_title.png);
}

.title2 {
    background-image: url(../img/main_2_title.png);
    margin-top: -10rem;
}

.title3 {
    background-image: url(../img/main_3_title.png);
}

.title4 {
    background-image: url(../img/main_4_title.png);
}

.title5 {
    background-image: url(../img/main_5_title.png);
}

.title6 {
    background-image: url(../img/main_6_title.png);
    position: relative;
    top: -20rem;
}

.title7 {
    background-image: url(../img/main_7_title.png);
}

.title8 {
    background-image: url(../img/main_8_title.png);
}

.main,
.main1-left {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

/* main1 */
.main1 {
    background-color: #fff;
    padding: 1rem;
}

.main1-left {
    flex: 0 1 50%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 1rem;
}

.main1-left li {
    position: relative;
    flex: 0 1 49%;
    margin-top: 1rem;
}

.main1-left li a {
    display: flex;
    display: -webkit-flex;
}

.main1-left li img {
    width: 100%;
}

.main1-left li p {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.2), #000);
    z-index: 999;
}

.main1-left li p a {
    color: #fff;
    height: 4.5rem;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main1-left li:first-child {
    flex-basis: 100%;
    margin-top: 0;
}

.main1-left li:first-child p a {
    -webkit-line-clamp: 1;
    line-height: 3.5rem;
    height: 3.5rem;
}

.main1-right {
    flex: 1;
    background: linear-gradient(#34cea4, #2aa690);
    padding: 1rem 3rem 0;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}

.main1-right div {
    width: 100%;
}

.main1-right div h2 a,
.main1-right div p a,
.main1-right ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.main1-right div h2 {
    height: 3rem;
    margin: 2rem 0 1rem;
    font-weight: 500;
}

.main1-right div h2 a {
    font-size: 2.2rem;
    line-height: 2.8rem;
    -webkit-line-clamp: 1;
}

.main1-right div:first-child {
    border-bottom: 1px solid #aedbcc;
}

.main1-right div:first-child h2 {
    height: 6.0rem;
}

.main1-right div:first-child h2 a {
    -webkit-line-clamp: 2;
}

.main1-right div p {
    height: 6rem;
    margin-bottom: 1rem;
}

.main1-right div p a {
    color: #b5fff1;
    font-size: 1.3rem;
    line-height: 2.0rem;
    -webkit-line-clamp: 3;
}

.main1-right ul,
.main1-right ul li {
    width: 100%;
}

.main1-right ul {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    margin-top: 2rem;
}

.main1-right ul li {
    flex: 1;
    background: url(../img/main_1_icon.png) no-repeat left center;
    padding: 1rem 1rem 1rem 2rem;
}

.main1-right ul li a {
    font-size: 1.8rem;
    line-height: 3.2rem;
    -webkit-line-clamp: 1;
}

.main1-right div h2,
.main1-right div h2 a,
.main1-right ul li,
.main1-right ul li a {
    color: #fff;
}

/* main2 */
.main2 {
    width: 100%;
    max-width: 120rem;
    margin: 2.5rem auto 0;
    background: url(../img/main_2_bg2.jpg) no-repeat top center;
    padding: 3.2rem 3rem 4.5rem 2rem;
}

.main2 ul {
    flex-wrap: wrap;
    justify-content: space-between;
}

.main2 ul li {
    flex: 0 1 48.6%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin: 1rem 0;
}

.main2 ul.main2-top li div:last-child {
    flex: 1;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}

.main2 ul.main2-top li div a {
    display: flex;
    display: -webkit-flex;
}

.main2 ul.main2-top li div:first-child {
    flex: 0 1 40.2%;
    max-width: 25.5rem;
    margin-right: 1.5rem;
}
.main2 ul.main2-top li div:first-child img {
    width: 100%;
}
.main2 ul.main2-top li div h2,
.main2 ul.main2-top li div p a,
.main2 ul.main2-bottom li a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.main2 ul.main2-top li div h2 {
    height: 4rem;
    line-height: 4rem;
    font-weight: 500;
    -webkit-line-clamp: 1;
    border-bottom: 1px dotted #e5e5e5;
    margin-bottom: 1rem;
}

.main2 ul.main2-top li h2 a {
    font-size: 1.8rem;
}

.main2 ul.main2-top li div p {
    height: 7rem;
    
}

.main2 ul.main2-top li p,
.main2 ul.main2-top li p a {
    color: #999;
}

.main2 ul.main2-top li p a {
    font-size: 1.3rem;
    line-height: 2.4rem;
    -webkit-line-clamp: 3;
}

.main2 ul.main2-bottom li {
    border-bottom: 1px dotted #e5e5e5;
    background: url(../img/main_2_icon.png) no-repeat left center;
    padding: 0 1rem 0 2rem;
    margin: 0;
}

.main2 ul.main2-bottom li a {
    line-height: 5rem;
    -webkit-line-clamp: 1;
}

/* main3 */
.main3 {
    background-color: #fff;
    padding: 2rem 1rem;
    margin-top: 3rem;
}

.main3 .main3-left {
    flex: 0 1 67%;
    position: relative;
    margin-right: 2rem;
}

.main3 .main3-left a {
    display: flex;
    display: -webkit-flex;
}

.main3 .main3-left img {
    width: 100%;
    max-width: 80.7rem;
}

.main3 .main3-left p {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.1), #000);
    z-index: 999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 3.5rem;
    height: 3.5rem;
    padding: 0 1rem;
    text-align: center;
}

.main3 .main3-left p,
.main3 .main3-left p a {
    color: #fff;
}

.main3 .main3-right {
    flex: 1;
}

.main3 .main3-right li {
    border-bottom: 1px dotted #8aacc6;
    padding: 1.4rem 0;
}

.main3 .main3-right li:first-child {
    padding-top: 0;
}

.main3 .main3-right li:last-child {
    border-width: 0;
}

.main3 .main3-right li a {
    line-height: 2.6rem;
    font-size: 1.8rem;
    height: 4.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    background: url(../img/main_3_icon.png) no-repeat 0 0.8rem;
    padding: 0 1.5rem 0 2rem;
}

/* main4 */
.main4 {
    width: 100%;
    max-width: 120rem;
    margin: 10rem auto 14rem;
    background: url(../img/main_3_bg2.jpg) no-repeat top center;
    padding: 2rem;
    padding-bottom: 3.4rem;
}

.main4 .main4-top,
.main4 .main4-bottom {
    justify-content: space-between;
}

.main4 .main4-top li,
.main4 .main4-bottom li {
    flex: 0 1 49%;
}

.main4 .main4-top li {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}

.main4 .main4-top li div a {
    display: flex;
    display: -webkit-flex;
}

.main4 .main4-top li img {
    width: 100%;
    max-width: 56.2rem;
}

.main4 .main4-top li h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 0 2rem;
    margin: 0.8rem 0;
}

.main4 .main4-top li h2 a {
    font-size: 1.8rem;
    font-weight: 500;
    height: 4rem;
    line-height: 4rem;
}

.main4 .main4-top li p {
    line-height: 2.4rem;
    height: 7.2rem;
    color: #999;
    font-size: 1.3rem;
    padding: 0 2rem;
}

.main4 .main4-top li p a {
    color: #34cea4;
    font-size: 1.3rem;
    padding-left: 1rem;
}
.main4 .main4-top li p span a {
    color: #999;
    padding-left: 0;
}
.main4 .main4-bottom {
    flex-wrap: wrap;
    margin-top: 2rem;
}

.main4 .main4-bottom li {
    border-bottom: 1px dotted #e5e5e5;
    padding: 0 2rem;
    background: url(../img/main_2_icon.png) no-repeat left center;
    margin-top: 0.5rem;
}

.main4 .main4-bottom li a {
    line-height: 5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

/* main5 */
.main5 {
    background-color: #fff;
    padding: 2rem 1rem;
    justify-content: space-around;
    margin-top: 5rem;
}

.main5 li {
    flex: 0 1 18%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    margin: 0 1rem;
}

.main5 li span a {
    display: flex;
    display: -webkit-flex;
}

.main5 li span img {
    width: 100%;
}

.main5 li h2 {
    font-weight: 500;
    padding: 1.5rem;
    background: linear-gradient(to right, #b4894f, #cbae86);
    height: 11rem;
}

.main5 li h2 a {
    font-size: 1.8rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* main6 */
.main6 {
    background-color: #fff;
    position: relative;
    top: -10rem;
}
.slideBox08 {
	float: left;
	width: 120rem;
	height: 67.4rem;
	overflow: hidden;
	position: relative;
	z-index: 0;
	border: 2rem solid #fff;
	box-sizing: border-box;
}

.slideBox08 .hd {
	height: 12px;
	overflow: hidden;
	position: absolute;
	right: 0;
    left: 0;
	bottom: 1rem;
	z-index: 1;
    margin: 0 auto;
}

.slideBox08 .hd ul {
	overflow: hidden;
	zoom: 1;
    text-align: center;
}

.slideBox08 .hd ul li {
	/* float: left; */
    display: inline-block;
	margin: 0px 7px 0px 0px;
	width: 1rem;
	height: 1rem;
	text-align: center;
	background: #fff;
	color: #ddd;
	cursor: pointer;
	border-radius: 100%;
	transition: all 0.4s;
}

.slideBox08 .hd ul li.on {
	background: #fff;
	color: #fff;
	width: 6rem;
	border-radius: 6px;
}

.slideBox08 .bd {
	float: left;
	position: relative;
	height: 100%;
	z-index: 0;
	overflow: hidden;
}

.slideBox08 .bd img {
	width: 116rem;
}

.slideBox08 .bd span {
	width: 100%;
	bottom: 0px;
	left: 0px;
	background: linear-gradient(rgba(0,0,0,0.1), #000);
	position: absolute;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
    padding: 0 2rem 3rem;
    height: 6rem;
}

.slideBox08 .bd h1 {
	width: 100%;
	bottom: 0;
	left: 0;
	position: absolute;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
    padding: 0 2rem 3rem;
}

.slideBox08 .bd h1 a {
	color: #fff;
	line-height: 4.2rem;
	font-size: 2.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.slideBox08 .bd h1 a:hover {
	color: #ffffcc;
}

.slideBox08 .prev,.slideBox08 .next {
	position: absolute;
	width: 40px;
	height: 74px;
	background: url(../img/focus_btn.png) no-repeat;
	display: block;
}

.slideBox08 .prev {
	top: 50%;
	margin-top: -37px;
	left: 0px;
	background-position: 0 -74px;
	cursor: pointer;
}

.slideBox08 .next {
	top: 50%;
	margin-top: -37px;
	right: 0px;
	background-position: -40px -74px;
	cursor: pointer;
}

.slideBox08 .prev:hover {
	background-position: 0 0;
}

.slideBox08 .next:hover {
	background-position: -40px 0;
}

/* main7 */
.part01 {
    width: 120rem;
    margin: 10rem auto 0;
    position: relative;
    padding-bottom: 19rem;
}

.part01 .swiper-container {
    padding: 0px 0;
    width: 1200px;
    margin: 0 auto;
    /* height: 500px; */
}

.part01 .swiper-slide {
    width: 960px;
    height: auto;
    overflow: hidden;
}

.part01 .swiper-slide .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
    padding: 20px 5px 20px 5px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background: rgba(67, 35, 33, 1);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    font-weight: bolder;
}

.part01 .swiper-slide .tit a {
    color: #fff;
}

.part01 .swiper-slide .tit h3 {
    font-size: 22px;
    font-weight: bolder;
    margin-bottom: 5px;
}

.part01 .swiper-slide .tit p {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
}

.part01 .swiper-slide-active:after {
    display: none;
}

.part01 .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    border: 0.2rem solid #fff;
}

.part01 .swiper-button-prev {
    width: 28px;
    height: 48px;
    background: url("../img/jzfcAn_v1.png") 0 0 no-repeat;
    right: auto;
    left: -50px;
}

.part01 .swiper-button-prev:hover {
    opacity: 0.6;
}

.part01 .swiper-button-next {
    width: 28px;
    height: 48px;
    background: url("../img/jzfcAn_v1.png") 100% 100% no-repeat;
    left: auto;
    right: -50px;
}

.part01 .swiper-button-next:hover {
    opacity: 0.6;
}

/* main8 */
.main8 {
    background-color: #fff;
    padding: 2.5rem 2rem 0;
    margin-top: 4rem;
}

.main8-left {
    flex: 0 1 63%;
    flex-direction: column;
    margin-right: 2rem;
}

.main8-left ul {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}

.main8-left ul li {
    background-color: #f5f2ea;
    margin-bottom: 2rem;
    padding: 2rem;
}

.main8-left ul li h2,
.main8-left-botton-right h2 {
    font-weight: 500;
}

.main8-left ul li h2 a,
.main8-left-botton-right h2 a {
    font-size: 2.2rem;
    line-height: 3.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.main8-left ul li p,
.main8-left-botton-right p {
    margin: 0.5rem 0 3.3rem;
}

.main8-left ul li p,
.main8-left ul li p a,
.main8-left-botton-right p,
.main8-left-botton-right p a {
    font-size: 1.4rem;
}

.main8-left ul li p a,
.main8-left-botton-right p a {
    color: #bb7500;
}
.main8-left ul li p span a, .main8-left-botton-right p span a {
    color: #111111;
}
.main8-left .main8-left-bottom {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    background-color: #f5f2ea;
}

.main8-left .main8-left-bottom .main8-left-botton-left {
    flex: 0 1 100%;
    margin-right: 2rem;
}

.main8-left .main8-left-bottom .main8-left-botton-left a {
    display: flex;
    display: -webkit-flex;
}

.main8-left .main8-left-bottom .main8-left-botton-left a img {
    width: 100%;
}

.main8-left-botton-right h2 {
    margin-top: 2rem;
    padding-right: 2rem;
}

.main8-left-botton-right p {
    padding-right: 2rem;
}

.main8-right {
    flex: 1;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}

.main8-right li {
    margin-bottom: 2.5rem;
}

.main8-right li a {
    display: flex;
    display: -webkit-flex;
}

.main8-right li a img {
    width: 100%;
    max-width: 43.2rem;
}

/* footer */
.footer {
    background-image: url(../img/footer_bg.jpg);
    background-position-y: center;
    height: 19.2rem;
    text-align: center;
    color: #fff;
    padding-top: 6rem;
    margin-top: -1px;
}

.footer p {
    line-height: 3.6rem;
    font-size: 2.2rem;
}

@media ( max-width:768px) {
    .header .nav {
        overflow-x: auto;
        background-size: auto 100%;
        margin-bottom: 2rem;
    }
    .header .nav ul {
        width: 90rem;
        height: auto;
    }
    .header .nav ul li a {
        font-size: 1.6rem;
        line-height: 4rem;
        height: 4rem;
    }

    .main, .main2, .main4 {
        width: 96%;
    }
    .main-title {
        height: 6.6rem;
        background-size: 135% auto;
    }

    .group-1 {
        padding-bottom: 10rem;
    }
    .main1-left {
        flex: 0 1 100%;
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .main1-right div h2 a {
        font-size: 1.8rem;
    }

    .group-2 {
        padding: 5rem 0;
    }
    .main2 {
        background-image: none;
        background-color: #fff;
        padding: 1rem;
    }
    .main2 ul li {
        flex: 0 1 100%;
    }
    .main2 ul.main2-top li div p {
        height: 4.5rem;
    }
    .main2 ul.main2-top li p a {
        -webkit-line-clamp: 2;
    }

    .group-3 {
        background-position-y: bottom;
        padding-bottom: 5rem;
        margin-bottom: 1rem;
    }
    .main3 {
        margin-top: 2rem;
        padding: 1rem;
    }
    .main3 .main3-left {
        flex: 0 1 100%;
        margin-right: 0;
        margin-bottom: 2rem;
    }
    .main3 .main3-right li a {
        line-height: 2.2rem;
        font-size: 1.6rem;
        height: 4.6rem;
    }

    .group-4 {
        padding-bottom: 4rem;
        background-size: 120% auto;
        background-position-y: 2rem;
    }
    .main4 {
        background-image: none;
        background-color: #fff;
        margin: 2rem auto;
        padding: 1rem;
    }
    .main4 ul.main {
        width: 100%;
    }
    .main4 .main4-top li, .main4 .main4-bottom li {
        flex: 0 1 100%;
    }
    .main4 .main4-top li {
        margin-top: 2rem;
    }
    .main4 .main4-top li:first-child {
        margin-top: 0;
    }
    .main4 .main4-top li p {
        height: auto;
    }

    .group-5 {
        padding-bottom: 6rem;
        background-color: #fefbf2;
        background-position-y: bottom;
    }
    .main5 {
        justify-content: space-between;
        margin-top: 1rem;
        padding: 1rem;
    }
    .main5 li {
        flex: 0 1 49%;
        margin: 0.5rem 0;
    }

    .slideBox08 {
        width: auto;
        height: auto;
        border-width: 1rem;
    }
    .slideBox08 .bd a {
        display: flex;
        display: -webkit-flex;
    }
    .slideBox08 .bd img {
        width: 35rem;
    }
    .slideBox08 .bd h1 a {
        line-height: 3.2rem;
        font-size: 1.8rem;
    }

    .part01, .part01 .swiper-container {
        width: 35rem;
        margin: 2rem auto 0;
        padding-bottom: 2rem;
    }

    .group-6 {
        padding-bottom: 4rem;
    }
    .title6 {
        top: -2rem;
    }
    .main6 {
        top: 0;
    }

    .group-7 {
        margin-bottom: 2rem;
    }

    .group-8 {
        background-position-y: bottom;
    }
    .main8 {
        padding: 1rem;
        margin-top: 2rem;
    }
    .main8-left {
        flex: 0 1 100%;
        margin-right: 0;
    }
    .main8-left .main8-left-bottom {
        flex-direction: column;
        margin-bottom: 2rem;
    }
    .main8-left .main8-left-bottom .main8-left-botton-left {
        margin-right: 0;
    }
    .main8-left-botton-right h2, .main8-left-botton-right p {
        padding-left: 2rem;
    }
    .main8-left ul li h2 a, .main8-left-botton-right h2 a {
        font-size: 1.8rem;
    }

    .footer {
        background-size: auto 100%;
        padding: 3rem 2rem;
        height: auto;
        margin-top: -1rem;
    }
    .footer p {
        line-height: 2.2rem;
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
    
}