﻿html {
    scroll-behavior: smooth;
}
.footer1 {
	background: url('../image/i21.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 0.9rem;
	padding-bottom: 0.9rem;
}
.footer1 a {
	display: inline-block;
	height: auto;
	width: auto;
}
.footer1 .title {
	font-size: 0.17rem;
	color: #000000;
	line-height: 1;
}

.footer1 .flex_box {
	align-items: stretch;
}

.footer1 .flex_box .flex_box1 {
	padding-right: 0.69rem;
	flex: 0 0 9.35rem;
	border-right: 0.01rem solid rgba(219, 219, 219, 1);
}

.footer1 .flex_box .flex_box2 {
	padding-left: 0.68rem;
}

.footer1 .title2 {
	margin-top: 0.3rem;
}
.footer1 .list_flex {
	margin-top: 0.2rem;
	margin-left: -0.07rem;
	margin-right: -0.07rem;
}
.footer1 .list_flex .item {
	padding: 0 0.07rem;
}
.footer1 .list_flex .item a {
	padding: 0.11rem 0.13rem;
	transition: var(--s_tran);
}
.footer1 .list_flex .item a p {
	text-align: center;
	font-size: 0.14rem;
	margin-top: 0.1rem;
}
.footer1 .list_flex .item a img {
	width: 1.35rem;
	height: 0.38rem;
}
.footer1 .list_flex .item a:hover {
	box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.12);
}

.footer1 .tel,
.footer1 .add,
.footer1 .email {
	font-size: 0.16rem;
	color: rgba(0, 0, 0, 0.5);
	line-height: 0.3rem;
}

.footer1 .tel {
	margin-top: 0.2rem;
}
.footer1 .flex_box2 .flex_box {
	margin-top: 0.6rem;
	justify-content: space-between;
}
.footer1 .flex_box2 .flex_box .flex_box4 {
	flex: 0 0 auto;
}
.footer1 .flex_box2 .flex_box .title {
	text-align: center;
	font-size: 0.14rem;
	color: #333333;
	margin-top: 0.18rem;
}
.footer1 .flex_box2 img {
	max-width: 1.08rem;
	height: 1.08rem;
}


.footer2 {
	background: var(--c);
}
.footer2 .main {
	line-height: 0.6rem;
	justify-content: center;
}
.footer2 p {
	white-space: nowrap;
	color: rgba(255, 255, 255, 0.63);
}
.footer2 a {
	white-space: nowrap;
	color: rgba(255, 255, 255, 0.63);
	width: auto;
}


.side {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
}

.side img {
    filter: brightness(1) invert(0);
    transition: var(--s_tran);
}

.side1 a,
.side2 a,
.side3 a,
.side4 a,
.side5 a {
    width: 70px;
    height: 70px;
    /*background: rgba(223, 223, 223, 1);*/
    border-radius: 5px 0 0 5px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 6px;
}


.side1,
.side2,
.side3,
.side4,
.side5 {
    width: 70px;
    height: 70px;
    background: rgba(223, 223, 223, 1);
    border-radius: 5px 0 0 5px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 6px;
}

.side1 p,
.side2 p,
.side3 p,
.side4 p,
.side5 p {
    text-align: center;
    color: #333;
    margin-top: 7px;
    font-size: 14px;
    transition: var(--s_tran);
}

.side1 img {
    max-width: 36px;
    height: 30px;
}
.side2 img {
    max-width: 31px;
    height: 32px;
}
.side3 img {
    max-width: 36px;
    height: 30px;
}
.side4 img {
    max-width: 27px;
    height: 30px;
}
.side5 img {
    max-width: 24px;
    height: 30px;
}

.side1 .tel {
    position: absolute;
    background: var(--c);
    border-radius: 10px;
    color: #fff;
    line-height: 2;
    padding: 0 20px;
    right: 80px;
    opacity: 0;
    transition: 0.6s;
    white-space: nowrap;
    font-size: 0.24rem;
    display: none;
}


.side1:hover p,
.side2:hover p,
.side3:hover p,
.side4:hover p,
.side5:hover p {
    color: #fff;
}

.side1:hover img,
.side2:hover img,
.side3:hover img,
.side4:hover img,
.side5:hover img {
    filter: brightness(0) invert(1);
}
.side1:hover,
.side2:hover,
.side3:hover,
.side4:hover,
.side5:hover {
    background: var(--c);
}

.side1:hover .tel {
    opacity: 1;
    display: block;
}

.side4 {
    position: relative;
}

.ewm {
    position: absolute;
    right: 70px;
    padding-right: 7px;
    width: 200px !important;
    height: 200px !important;
    top: 50%;
    max-width: none;
    transform: translateY(-50%);
    display: none;
    max-width: none !important;
}

.side1:hover .ewm,
.side2:hover .ewm,
.side3:hover .ewm,
.side4:hover .ewm,
.side5:hover .ewm {
    filter: brightness(1) invert(0);
    display: block;
}
.kefu{
    display: none;
}
.close{
    position: absolute;
    width: 20px;
    height: 20px;
    right: .15rem;
    top: .15rem;
}
@media (max-width: 768px) {
    .footer1 .flex_box {
        flex-wrap: wrap;
    }
    .footer1 .flex_box .flex_box1 {
        flex: 0 0 100%;
        padding-right: 0;
        border-right: none;
    }
    .footer1 .list_flex .item {
        flex: 0 0 25%;
        width: 25%;
    }
    .footer1 .flex_box .flex_box2 {
        padding-left: 0;
        margin-top: 10px;
        display: none;
    }
    .footer1 .title {
        font-size: 14px;
    }
    .footer1 .tel, .footer1 .add, .footer1 .email {
        font-size: 12px;
        line-height: 1.5;
    }
    .footer1 .flex_box2 img {
        max-width: 100%;
        height: auto;
    }
    .footer1 .flex_box2 .flex_box .title {
        font-size: 12px;
    }
    .footer1 .flex_box2 .flex_box .flex_box4 {
        flex: 0 0 30%;
    }
    .footer2 p,
    .footer2 a {
        font-size: 12px;
        white-space: wrap;
        text-align: center;
    }
    .footer2 .main {
        flex-wrap: wrap;
    }
    .side{
        display: none;
    }.kefu{
        display: block !important;
    }
    .tanchuang{
    width: 80%;
    height: auto;
    margin: 0 auto;
    background: #efefef;
    border-radius: 25px;
    display: none;
    position: fixed;
    top: 50%;
    left: 41%;
    transform: translate(-50%, -50%);
    background: #fff;
    border: 1px solid  var(--c);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}
.tou{
    width: 100%;
}
.bot{
    width: 100%;
}
.xia{
    width:94%;
    height: 50px;
    display: flex;

    justify-content: center;
    align-items: center;
    border: 1px solid  var(--c);
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
}
.xia a{
    font-size: 20px;
    color: var(--c);
    text-decoration: none;
    margin-left: 30px;
    line-height: 50px;
}.xia img{
    width: 25px;
    height: 25px;
    margin-left: 70px;
}#image{
    position: fixed;
    top: 50%;
    left: 90%;
    width: auto;
    height: 65px;
    transform: translate(-50%, -50%);
    z-index: 1;
}

}