
		.gfooter {
			padding: 110px 0 49px 0;
		}

		.gfootert {
			display: flex;
			width: 1200px;
			margin: 0 auto;
			justify-content: space-between;
		}
		.gfooterbot{
			text-align: center;
			font-size: 12px;
			/*color: #565656;*/
			background-color: #2ba88b;
            color: #fff;
			line-height: 48px;
			border-top: 1px solid #ccc;
		}
		.gfootertspan{
			font-size: 14px;
			color: #565656;
			line-height: 18px;
			margin-top: 8px;
		}
		.gfootertl img{
			width: 80%;
		}
		.gfootertc{
			text-align: center;
			font-size: 13px;
			color: #565656;
			margin-top: 5px;
			padding-right: 35px;
		}
		.gfootertc span{
			display: block;
			font-size: 15px;
			color: #565656;
			margin-top: 2px;
		}
		.gfootertr{
			display: flex;
			justify-content: space-between;
			align-content: space-between;
			flex-wrap: wrap;
			width: 56%;
		}
		.gfootertrcon{
			display: inline-block;
            /* border-radius: 6px; */
            border: 1px solid #ddd;
            width: 30%;
		}
		.gfootertrcon img{
			width: 100%;
			    border-radius: 6px;
		}
		.gfooterbot a{
			color: #565656;
		}
		@media (max-width: 1200px) {
			.gfootert {
				width: 82%;
			}
			.gfootertr {
    width: 50%;
    height: 86px;
}
		}

		@media (max-width: 768px) {
			.gfootert {
				width: 100%;
				height: auto;
				padding-right: 15px;
				padding-left: 15px;
				flex-wrap: wrap;
				    flex-direction: column-reverse;
			}
			.gfootertc{
				display: none;
			}
			.gfootertr{
			    height: auto;
				width: 100%;
			}
			.gfootertrcon{
				margin-bottom: 10px;
				width: 48%;
			}
			.gfootertl{
				margin-top: 20px;
			}
			.gfootertl img{
			width: 100%;
			image-rendering: -webkit-optimize-contrast;
		    }
			.gfooter {
			    padding: 30px 0;
			}
			.gfooterbot {
			    text-align: center;
			    font-size: 12px;
			    color: #565656;
			    line-height: 18px;
			    padding: 10px 15px;
			    border-top: 1px solid #ccc;
			}
		}