.footer{
	background: url(../../img/footer-bg.png) no-repeat center;
	padding: 50px 0;
	background-size: cover;
}
.footer img,.copyright img{
    display: inline !important;
}
.footer .info{
	
width: 76%;
}
.footer .footer-logo{
	width: 14%;
	padding-top: 10px;
}
.footer .text{
	width: 85%;
}
.footer .text p{
	color:#fff;
	font-size: 15px;
	line-height: 30px;
}

.footer .ewm{
	float: right;
}
.footer .ewm li{
	float: left;
	margin-left: 5px;
width:100px;
}

.footer .ewm li p{
	font-size: 15px;
	color: #d5f0ec;
	text-align: center;
	margin-top: 12px;
}

.copyright{
	padding: 20px 0;
	background: #323232;
}
.copyright p,.copyright p a{
	font-size: 14px;
	color: #ccc;
	line-height: 20px;
	display: inline-block;
}

.links{
	background: #f3fbf7;
	padding: 25px 0;
}
.links li{
	float: left;
	line-height: 30px;
	margin-right: 10px;
}
.links li h2{
	font-size: 20px;
	font-weight: bold;
	color: #00562b;
}
.links li a{
	font-size: 18px;
	color: #333;
}


@media only screen and (max-width: 1350px) {
    
    .copyright p,
    .copyright p a {
        font-size: 13px;
    }.w1200 {
    width: 100%;
    padding: 0 3.5%;
}
}
@media only screen and (max-width: 1200px) {
    .links li a {
        font-size: 16px;
    }
    .footer .footer-logo {
        display: none;
    }

    .footer .text {
        width: 100%;
    }
    
}

@media only screen and (max-width: 1050px) {

    .footer .text p {
        font-size: 14px;
    }

    .footer .info {
        width: 72%;
    }
}
@media only screen and (max-width: 960px) {
    
    .links li a {
        font-size: 15px;
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .footer .info {
        width: 100%;
        float: none;
    }

    .footer .ewm {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .footer {
        padding: 30px 0;
    }

    .footer .ewm li {
        float: none;
        margin: 0 20px;
    }

    .footer .ewm ul {
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width: 768px) {

    .links li:first-child {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .links li a {
        font-size: 14px;
    }

    .links li {
        width: 49%;
        margin-right: 2%;
    }

    .links li:nth-child(3),
    .links li:nth-child(5),
    .links li:nth-child(7),
    .links li:nth-child(9) {
        margin-right: 0;
    }
}
@media only screen and (max-width: 640px) {

    .footer .text p,
    .footer .ewm li p {
        font-size: 12px;
    }
    

    .copyright p,
    .copyright p a {
        font-size: 12px;
    }
    .footer {
        padding: 20px 0;
    }
}