﻿


/*底部浮框*/
.weui-footer {
  padding-bottom: 19.2vw !important;
}
.foot-menu-main {
  z-index: 99999;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 16vw;
  background-color: #fff;
  box-shadow: 0 -15px 10px -5px rgba(0, 0, 0, 0.05);
}
.foot-menu {
  display: flex;
  align-items: center;
  margin: 0 4%;
  padding-bottom: 32px;
}

.fm-item {
  flex: 1;
  width: 26%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.fm-item span {
  color: #329b96;
  font-size: 16px;
  font-weight: 800;
}

.fm-item img {
  width: 6.933vw;
  margin-bottom: 0.53vw;
}
.fm-txt02 {
  flex-shrink: 0;
  min-width: 13.667vw;
  height: initial;
  padding: 1.66vw 0;
  margin: 0 2.8vw 2vw 0.8vw;
}

.fm-txt {
   flex-shrink: 0;
   color: #ffffff;
  min-width: 28vw;
  height: initial;
  background: linear-gradient(90deg,#2596ff,#2583e7);
  border-radius: 10vw;
  padding: 1.2vw 0;
  margin: 0 2.8vw 2vw 1.8vw;
    font-size: 16px;
    font-weight: 800;
    box-shadow: 0 1px 4px rgba(0,0,0,.08);
}
.fm-txt01 {
  flex-shrink: 0;
  color: #ffffff;
	text-align: center;
  min-width: 28vw;
  height: initial;
  background: linear-gradient(90deg,#ffb200,#ff9800);
  border-radius: 10vw;
  padding: 1.2vw 0;
  margin: 0 2.8vw 2vw 1.8vw;
    font-size: 16px;
    font-weight: 800;
    box-shadow: 0 1px 4px rgba(0,0,0,.08);
}

.fm-txt span {
  color: #fff;
}

/*微信咨询*/
.sidebtn {
    z-index: 99;
    position: fixed;
    right: 0;
    bottom: 12%;
    width: 96px;
    display: flex;
    flex-direction: column;
}
.sidebtn a {
    margin-bottom: 10px;
}
.sidebtn a:last-child img {
    margin-bottom: 0;
}
.sidebtn img {
    display: block;
    width: 100%;
}




/*电话弹出样式*/
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 遮罩层，50%透明度 */
    z-index: 999; /* 确保遮罩层在最上层 */
}

#popupLayer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
	/*background-color: rgba(0, 0, 0, 0.3);*/
    transition: transform 0.3s ease;
    transform: translateY(100%); /* 初始状态在屏幕外 */
	z-index: 1000;
}

#popupLayer.show {
    transform: translateY(0); /* 显示状态在屏幕内 */
}

.popupContent {
    padding: 20px;
    text-align: center;
    position: relative;
}
.popupContent_p {
	color: #337dfa; 
	font-size: 1.5em;
	line-height: 2.6em;
	background-color: #FFFFFF;
	border-radius: 12px;
	margin-bottom: 24px;
}
.popupContent_but {
	width: 100%;
	color: #337dfa; 
	font-size: 1.5em;
	line-height: 2.6em;
	background-color: #FFFFFF;
	border-radius: 12px;
	border: 0;
	margin-bottom: 24px;
}



.hidden {
    display: none;
}
/*电话弹出样式*/


a {
    text-decoration: none;
}
.header {
	background-color: #FFFFFF;
	height: auto;
	width: 100%;
	font-size: 16px;
}
.banner_img {
	width: 100%; 
	height: auto; 
	display: block;
	margin: 0 auto; 
}
.fixed-consult-box {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 280px;
    background: linear-gradient(180deg, #ff5c1a 0%, #ffd6b2 100%);
    border-radius: 0 32px 0 0;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
    z-index: 9999;
    padding: 16px 0 24px 0;
    text-align: center;
    font-family: "微软雅黑", Arial, sans-serif;
    overflow: hidden;
    opacity: 1;
    transform: translateX(0);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

    .fixed-consult-box.hidden {
        transform: translateX(-100%);
        opacity: 0;
        pointer-events: none;
    }

    .fixed-consult-box .consult-header {
        font-size: 24px;
        color: #fff;
        font-weight: bold;
        margin-top: 16px;
        margin-bottom: 8px;
        letter-spacing: 1px;
    }

    .fixed-consult-box .highlight {
        color: #ffe600;
        font-size: 28px;
        font-weight: bold;
    }

    .fixed-consult-box .consult-desc {
        font-size: 14px;
        color: #fff;
        margin-bottom: 16px;
    }

        .fixed-consult-box .consult-desc .num {
            color: #ffe600;
            font-weight: bold;
            font-size: 16px;
        }

    .fixed-consult-box .consult-qr {
        background: #fff;
        border-radius: 18px;
        padding: 5px;
        margin: 0 auto 18px auto;
        width: 150px;
        box-shadow: 0 0 8px rgba(0,0,0,0.06);
    }

        .fixed-consult-box .consult-qr img {
            width: 150px;
            height: 150px;
            display: block;
            margin: 0 auto;
            border-radius: 8px;
        }

    .fixed-consult-box .consult-footer {
        background: #ff6d2d;
        color: #fff;
        font-size: 14px;
        border-radius: 24px;
        padding: 10px 0;
        margin: 0 10px;
        margin-top: 8px;
        font-weight: bold;
        letter-spacing: 1px;
        animation: scaleUpDown 1s infinite;
        cursor: pointer;
    }

@keyframes scaleUpDown {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}


    .area

{
    width: 1200px;
    margin: 0 auto;
}

.avocado {
    padding: 10px 0px;
    display: flex;
}

.avocado .avoimg {
        width: 20%;
        width: 20%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		list-style-type: none;
		flex-wrap: nowrap;
 }

        .avocado .avoimg .avoimgs {
            width: 165px;
            height: auto;
			margin-left: 10px;
        }

    .avocado .avozonj {
        flex: 1;
        display: flex;
        justify-content: space-between;
        align-items: center;
        list-style-type: none;
        flex-wrap: nowrap;
    }

        .avocado .avozonj li a {
            text-decoration: none;
            color: black;
            font-weight: 400;
        }

            .avocado .avozonj li a.active {
                color: #339B96;
                border-bottom: 2px solid #339B96;
                font-weight: 500;
            }

        .avocado .avozonj li {
            padding: 0px 20px;
            font-size: 16px;
            white-space: nowrap;
        }

            .avocado .avozonj li:hover {
                color: #339B96 !important;
            }

            .avocado .avozonj li a:hover {
                color: #339B96 !important;
            }

    .avocado .avoring {
        width: 50%;
        display: flex;
        justify-content: end;
        align-items: center;
        color: #999;
    }

        .avocado .avoring .avoring-left {
            display: flex;
            align-items: center;
            padding-right: 20px;
			background-image: url("../picture/PC_right_icon.png");
			background-repeat: no-repeat;
			background-size: 151px 24px;
			width: 151px;
			height: 24px;
        }

        .avocado .avoring .ringimg {
            width: 23px;
            height: 23px;
            padding-right: 10px;
        }

.foter {
    background: #0b2b26;
    padding: 50px;
	width: 100%;
	height: auto;
}

.xflex {
    display: flex;
    justify-content: space-between;
}

    .xflex .center {
        width: 40%;
        display: flex;
        justify-content: space-between;
        color: #4A5D5C;
    }

        .xflex .center ul {
            margin: 0;
            list-style: none;
        }
		.xflex .center ul li {
            margin: 0;
            display: block;
			width: 100%;
        }

            .xflex .center ul li:first-child {
                padding: 0;
            }

            .xflex .center ul li {
                padding: 5px 0px;
                font-size: 13px;
                cursor: pointer;
            }

                .xflex .center ul li a {
                    color: #ffffff;
                }

                    .xflex .center ul li a:hover {
                        color: #07aba2;
                    }

                .xflex .center ul li span {
                    font-size: 17px;
                    color: #05edc5;
                }

    .xflex .right .r-title {
        font-size: 12px;
        color: #f2f2f2;
    }

    .xflex .right .r-desc {
        font-size: 18px;
        color: white;
        padding: 5px 0px;
    }

    .xflex .right .r-time {
        padding: 5px 0px;
        font-size: 15px;
        color: #ebf5f4;
    }

    .xflex .left .l-logo {
        padding-bottom: 10px;
    }

    .xflex .left .l-xflex {
        display: flex;
    }

        .xflex .left .l-xflex div:first-child {
            padding-left: 0;
        }

        .xflex .left .l-xflex div {
            /*padding: 5px;*/
        }

    .xflex .left .l-desc {
        color: white;
        font-size: 12px;
    }

.public {
    padding: 0px 5px;
}

.copyright .left {
    width: 60%;
}

.copyright .right .rig {
    display: flex;
    align-items: center;
}

.record {
    padding-right: 20px;
}

.copyright .left .lef {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright a {
    color: #ffffff;
}

.copyright .right .rig .r-r-rigs {
    display: flex;
    align-items: center;
}
.logo-bg {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    width: 80px;
    height: 80px;
    transition: box-shadow 0.2s;
}

.logo-qr-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 15px;
}

    .logo-qr-wrap:hover .logo-bg {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    }

.logo-qr-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-img {
    max-width: 60px;
    height: auto;
    cursor: pointer;
    object-fit: contain;
    display: block;
    margin: 0;
}
.logo-img01 {
    max-width: 160px;
    height: auto;
    cursor: pointer;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.logo-qr-pop {
    display: none;
    position: absolute;
    bottom: 110%;
    /* 显示在logo上方 */
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    padding: 10px;
    z-index: 10;
    text-align: center;
}

.logo-qr-img {
    width: 100px;
    height: auto;
    border-radius: 10px;
    display: block;
}

.logo-qr-arrow {
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fff;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
}

.logo-qr-wrap:hover .logo-qr-pop {
    display: block;
	width: 120px;
    height: auto;
}

@media screen and (max-width: 768px) {
    #magnet-menu {
        display:none;
    }
	.area {
		width: 100%;
		margin: 0 auto;
	}
	.xflex {
       width: 100%;
    }
	.fixed-consult-box {
		display:none;
	}

	.avocado .avoimg {
        width: 50%;
    }

    .avocado .avoimg .avoimgs {
         width: 120px;
         height: auto;
      }

	.avocado .avoring {
        width: 50%;
    }
	.avocado .avoring .avoring-left {
			background-image: url("../img/APP_right_icon.png");
			background-repeat: repeat-y;
			background-position: right;
			background-size: 107px 26px;
			width: 107px;
			height: 26px;
			margin-right: 24px;
        }
	
	/*底部二维码图标*/
	.foter {
    	width: 100%;
		display: block;
		height: auto;
		padding: 0;
}
	 .xflex .left {
        width: 100%;
		margin:6% auto 0 auto;
		 display: block;
    }
	.xflex .left .l-logo {
        padding-bottom: 10px;
    }

    .xflex .left .l-xflex {
        display: flex;
 		justify-content: center;
  		align-items: center;
  		margin-bottom: 0px;
    }

    .xflex .left .l-xflex div:first-child {
            padding-left: 0;
        }


    .xflex .left .l-desc {
        color: white;
        font-size: 11px;
    }
	.copyright {
    	 display: none;
		 overflow: hidden;
}
	.botxt_span {
		font-size: 12px;
		width: 88%;
		height: auto;
		display: flex;
		margin: 2px auto;
		vertical-align: middle;
		justify-content: center;
		color: #FFFFFF;
		opacity: .8;
		text-align: center;
	}
	.logo-qr-wrap {
   		margin-right: 10px;
		margin-left: 10px;
}
	.botxt {
	color: #dbe5e4;
    font-size: 12px;
    /*padding-top: 10px;*/
    padding-bottom: 20%;
}
	.botxt01 {
		display: block;
		margin: 0 auto;
	}
.xflex .left .l-logo {
        padding-bottom: 10px;
		width: 100%;
		margin: 0 auto;
    }	
	.logo-bg {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    width: 60px;
    height: 60px;
    transition: box-shadow 0.2s;
}
	
	
	
}


/* banner */
 .banner-container {
            position: relative;
            width: 100%;
            height: 240px;
            margin: 0 auto;
            overflow: hidden;
        }
         .banner-slide {
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 1s ease-in-out;
        }
        .banner-slide.active {
            opacity: 1;
        }
        .banner-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
@media screen and (max-width: 820px) {
	.banner-container {
            height: 320px;
        }
}
@media screen and (max-width: 430px) {
	.banner-container {
            height: 180px;
        }
}
@media screen and (max-width: 414px) {
	.banner-container {
            height: 200px;
        }
}
@media screen and (max-width: 390px) {
	.banner-container {
            height: 180px;
        }
}
/* banner */