.phonenav.flex {
    display: flex;
    flex-wrap: wrap;

}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.cor-md-1 {
    width: 100%;
}

.cor-md-2 {
    width: 47%;
    margin: 1.5%;
}

.cor-md-3 {
    width: 30.333333%;
    margin: 1.5%;
}

.cor-md-4 {
    width: 22%;
    margin: 1.5%;
}

.cor-md-5 {
    width: 17%;
    margin: 1.5%;
}

.cor-md-6 {
    width: 13.666666%;
    margin: 1.5%;
}

.about {
    padding-bottom: 65px;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-around {
    justify-content: space-around;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.align-items-center {
    align-items: center;

}

.align-items-start {
    align-items: flex-start;

}

.align-items-end {
    align-items: flex-end;

}

.align-items-baseline {
    align-items: baseline;

}

.align-items-stretch {
    align-items: stretch;

}

footer {
    background-color: #278F44;
}

/* 底部导航 */
.footer-nav-box {
    background-color: #278F44;
    border-bottom: 1px solid #ccc;
}

.footer-nav ul li a {
    font-family: 微软雅黑;
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.footer-nav {
    max-width: 1100px;
    margin: 0 auto;
}

.footer-nav ul {
    display: flex;
    justify-content: space-around;
    padding: 20px;
    padding: 30px 0;
}

.footer-nav ul .footer-li-none {
    border: none;
}

.footer-nav ul li {
    padding: 0 4px;
    width: 14.28%;
    text-align: center;
    position: relative;
}

.footer-nav ul li::before {
    display: block;
    content: "";
    width: 2px;
    height: 60%;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.footer-nav ul li:nth-child(7)::before {
    display: none;
}

/*  */

.footer-middle .txt {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}

.footer-middle .txt b {
    font-size: 19px;
    color: #fff;
    font-weight: bold;
}

.footer-middle {
    position: relative;
	width: 40%;
}

.footer-middle::before {
    display: block;
    content: "";
    height: 100%;
    width: 1px;
    background-color: #ccc;
    position: absolute;
    left: -14.3%;
    top: 0;
}

.footer-right {
    width: 26%;
}

.footer-right .qr {
    text-align: center;
}

.footer-right .qr p {
    font-size: 13px;
    color: #ffffff;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

footer>.wrap {
    padding: 50px 0;
}

.footer-buttom {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 12px 0;
    border-top: 1px solid #ccc;
    ;
}

.footer-buttom a {
    color: #FFFFFF
}


.hot {
    width: 100%;
    height: 58px;
    background: #278F44;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    border-top: solid 2px #fff;
}

.hot .row div a {
    display: block;
    color: #fff;
    padding: 8px 0;
}

.hot>.qr-box {
    position: fixed;
    left: 50%;
    bottom: 7%;
    transform: translate(-50%, 0);
    width: 95%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px 0;
    display: none;
    box-shadow: 0 0 5px #666;

}

.hot>.qr-box .qr-img {
    width: 120px;
}

.hot h6 {
    font-size: 12px;
    line-height: 20px;
}

@media screen and (min-width:768px)and (max-width:1199px) {
	
	.footer-middle {
	width: 32%;
}
	.footer-right {
    width: 36%;
}

}
@media screen and (max-width:767px) {

    body,
    html {
        overflow-x: hidden;
        width: 100%;
    }

    .wrap {
        width: 100%;
    }

	.cor-xs-1 {
        width: 100% !important;
    }

    .cor-xs-2 {
        width: 47% !important;
        margin: 1.5% !important;
    }

    .cor-xs-3 {
        width: 30.333333% !important;
        margin: 1.5% !important;
    }

    .cor-xs-4 {
        width: 22% !important;
        margin: 1.5% !important;
    }

    .cor-xs-5 {
        width: 17% !important;
        margin: 1.5% !important;
    }

    .cor-xs-6 {
        width: 13.666666% !important;
        margin: 1.5% !important;
    }
	
	.footer-left {
        display: none;
    }

    .footer-middle .txt b {
        font-size: 16px;
        color: #fff;
        font-weight: bold;
    }

    .footer-middle .txt {
        font-size: 13px;
        color: #fff;
        line-height: 22px;
		padding-left: 25px;
    }

    .footer-middle {
        width: 100%;
    }

    .footer-middle::before {
        display: none;
    }

    .footer-right {
        width: 100%;
        margin-top: 16px;
    }

    .footer-right .qr {
        width: 48%;
    }

    .footer-right .qr img {
        max-width: 90%;
    }

    .footer-right .qr p {
        font-size: 12px;
        color: #ffffff;
        margin-top: 6px;
    }

    footer>.wrap {
        padding: 20px 0;
    }

    .footer-nav {
        display: none;
    }

    .footer-content {
        display: none;
    }

    .footer-buttom {
        padding: 20px 22px;
        font-size: 13px;
        text-align: center;
    }

    .footer-buttom a {
        font-size: 13px;
    }

    .footer-phone {
        background-color: #fff;
    }

    .footer-phone form {
        padding: 0 30px 0 30px;
    }

    .footer-phone form input {
        width: 100%;
        margin-bottom: 20px;
        height: 40px;
    }

    .footer-phone form .int2 {
        height: 80px;
    }

    .footer-phone form .int3 {
        background-color: #d9534f;
        color: #fff;
        border: none;
        outline: none;
    }

    .footer-phone form .int3:hover {
        background-color: #d43f3a;
    }


    .footer-phone form {
        display: block;
        border: 1px solid #fff;
    }

    .footer-phone-two {
        display: none;
    }

    .footer-phone form input {
        border: 1px solid #dcdcdc;
    }
}