.main{
    position: relative;
    z-index: 2;
    background-color: #ffffff;
}
.banner-info{
    position: fixed;
    top: 2rem;
    left: 1.9rem;
    width: 4.85rem;
    height: auto;
    font-size: 0.14rem;
    color: #333333;
    border-radius: 0.15rem;
    background-color: #ffffff;
    z-index: 2;
    padding: 0.20rem;
    letter-spacing: 0.01rem;
}
.banner-info .slogan{
    font-size: 0.24rem;
    font-weight: 500;
    margin-bottom: 0.1rem;
}
.banner-info .en-slogan{
    font-size: 0.14rem;
    line-height: 25px;
    color: #666666;
    font-weight: lighter;
    margin-bottom: 0.1rem;
}
.red-line{
    width: 0.4rem;
    height: 0.04rem;
    background-color: #E91F2F;
    margin-bottom: 0.15rem;
}
.banner-info .contact-slogan{
    font-size: 0.22rem;
    font-weight: 500;
    margin-bottom: 0.1rem;
}
.banner-info .contact-phone{
    font-size: 0.24rem;
    font-weight: 500;
    color: #E91F2F;
}
.banner .leida{
	position: fixed;
	left: 59.7%;
    top: 2.55rem;
	width: 0.3rem;
	height: 0.3rem;
	margin-left: 0.75rem;
    z-index: 0;
}
.banner .leida a{
	width: 0.3rem;
	height: 0.3rem;
	display: block;
	background: url(../images/contact/addtag.png) no-repeat center;
	position: relative;
}

/* 动画 */
@keyframes FpulseSlow {
	0% {transform:scale(1);opacity:1;}
	100%{transform:scale(0.85);opacity:0.5;}
}
.FpulseSlow2 {animation:FpulseSlow2 infinite 3s linear ;opacity:0;}
@keyframes FpulseSlow2 {
	0% {transform:scale(0.25);opacity:0.4;}
	100%{transform:scale(1);opacity:0;}
}

.banner .leida span{
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	display: block;
	background: rgba(233,31,47,0.5);
	box-sizing: border-box;
	opacity: 0;
}

.banner .leida .span2{ width:0.8rem; height:0.8rem; margin:-0.4rem 0 0 -0.4rem; z-index:6;}
.banner .leida .span3{ width:1.6rem; height:1.6rem; margin:-0.8rem 0 0 -0.8rem; z-index:5;}
.banner .leida .span4{ width:3.2rem; height:3.2rem; margin:-1.6rem 0 0 -1.6rem; z-index:4;}
.banner .leida .span5{ width:6.4rem; height:6.4rem; margin:-3.2rem 0 0 -3.2rem; z-index:3;}
.banner .leida .span6{ width:12.80rem; height:12.80rem; margin:-6.4rem 0 0 -6.4rem; z-index:2;}
.banner .leida .span7{ width:25.6rem; height:25.6rem; margin:-12.8rem 0 0 -12.8rem; z-index:1;}


.banner .leida .span4{ width:320px; height:320px; margin:-160px 0 0 -160px; z-index:4;}
.banner .leida .span5{ width:640px; height:640px; margin:-320px 0 0 -320px; z-index:3;}

.banner .leida .FpulseSlow2{
    animation: FpulseSlow2 infinite 3s linear;
    opacity: 0;
}


.m-center-box{
    padding-top: 0.5rem;
    margin-top: 0;
}

.contact-content-box {
    overflow: hidden;
    padding-top: 0.5rem;
}

.contact-over-center-box {
    align-items: flex-start;
    padding: 0 0 0.6rem;
    flex-wrap: unset;
}

.contact-over-center-box .left-content {
    width: 7.36rem;
    margin-right: 0.2rem;
}

.contact-over-center-box .left-content .com-title {
    font-size: 0.3rem;
    font-weight: bold;
    color: #000000;
    letter-spacing: 2px;

}

.contact-over-center-box .left-content .com-en-title {
    font-size: 0.18rem;
    color: #cdcbcb;
    margin: 0.10rem 0 0.20rem;
    letter-spacing: 2px;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #cccccc;
}

.contact-over-center-box .left-content .contact-content {
    line-height: 0.32rem;
    font-size: 16px;
    color: #666666;
    letter-spacing: 1px;
}
.contact-over-center-box .left-content .contact-content .contact-item{
    display: flex;
    align-items: center;
    margin-bottom: 0.15rem;
}
.contact-over-center-box .left-content .contact-content .contact-item .contact-item-icon{
    width: 25px;
    height: 25px;
    margin-right: 15px;
}
.contact-over-center-box .right-content{
    width: 7rem;
    align-self: center;
}
.contact-over-center-box .right-content .kf-img {
    width: 7rem;
    border-radius: 0.06rem;
}

.honor-box .over-big-title {
    justify-content: center;
}

.honor-box .big-title .title-content .blue-line {
    margin: .2rem auto 0.5rem;
}

.honor-box {
    overflow: hidden;
    background-color: #FAFAFA;
    height: auto;
    padding-bottom: 60px;
}

.honor-box .honor-over-center-box {
    height: auto;
    overflow: hidden;
    margin-top: 40px;
}

.honor-over-center-box .swiper {
    width: 100%;
    height: 100%;
}

.honor-over-center-box .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4.2rem !important;
    width: auto;
}

.honor-over-center-box .swiper-slide img {
    display: block;
    width: auto;
    height: 4.2rem !important;
    object-fit: cover;
}