.gaicontent {
	border-bottom: 1px solid #cecece;
	margin-bottom: 5px;
}

.gheadertop {
	display: flex;
	justify-content: space-between;
	height: 38px;
	align-items: center;
	font-size: 13px;
	color: #535353;
}

.gheadertop2 a {
	color: #535353;
}

.gheadertop2 a:hover {
	color: #2ba78b;
}


.gheadertop2 span {
	display: inline-block;
	margin: 0 10px;
}

.gheadercenter {
	display: flex;
	justify-content: space-between;
	height: 120px;
	align-items: center;
}

.glogo img {
	height: auto;
}

.gfind {
	font-size: 0;
}

.gfind input {
	font-size: 14px;
	color: #535353;
	line-height: 34px;
	border-radius: 17px;
	border: 1px solid #ccc;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	outline: none;
	width: 176px;
	transition: all .5s;
	padding: 0 20px;
}

.gfind input:focus {
	width: 250px;
}

.imgfind {
	display: inline-block;
	vertical-align: middle;
	width: 34px;
	height: 34px;
	border-radius: 100%;
	background-color: #717171;
	border: none;
	outline: none;
}

.gheaderbot {
	background: #2ba78b;
}

.gheaderbotul {
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}

.gheaderbotultwo {
	min-width: 100%;
	border-radius: 4px;
	z-index: 22;
	position: absolute;
	background: #fff;
	border-top: 2px solid #2ba78b;
	display: none;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.gheaderbotul>li {
	flex-grow: 1;
	flex-shrink: 1;
	position: relative;
}

.gheaderbotul>li>a {
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	display: block;
	text-align: center;
}

.gheaderbotultwo a {
	font-size: 16px;
	color: #535353;
	display: block;
	text-align: center;
	line-height: 40px;
	white-space: nowrap;
	padding: 0 20px;
}
.gheaderbotultwo a:hover {
	color: #2ba78b;
}

.gaicontent22 {
	margin: 0 auto;
}

@media (max-width: 1920px) {
	.gaicontent22 {
		width: 1200px;
	}
}

@media (max-width: 1200px) {
	.gaicontent22 {
		width: 82%;
	}
}
		/*@media (max-width: 992px){*/
		/*    .gaicontent22{*/
		/*    width: 970px;*/
	 /*   	}*/
		/*}*/
@media (max-width: 768px) {
	.gaicontent22 {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media screen and (max-width: 768px) {
	.gaicontent {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		background: #fff;
		margin: 0;
		padding-bottom: 5px;
	}

	

	.ghnav {
		position: fixed;
		z-index: 999;
		top: 44px;
		left: 0;
		width: 100%;
		background: #fff;
	}

	.themaingai {
		padding-top: 88px;
	}

	.gheadercenter {
		height: 50px;
		padding-right: 60px;
	}

	.glogo img {
		height: 30px;
	}

	.navbar-toggle {
		position: absolute;
		top: -5px;
		right: 0;
		background: #2ba78b;
	}

	.gheaderbot {
		position: fixed;
		width: 100%;
		top: 93px;
		height: calc(100vh - 93px);
		background-color: rgba(0, 0, 0, .9);
		transform: translateX(2000px);
		transition: all .5s ease-in-out;
	}

	.gheaderbotul {
		display: block;
	}

	.gheaderbotul>li>a {
		text-align: left;
		color: #2ba78b;
	}

	.gheaderbotactive {
		transform: none;
	}

	.gheadertop2 span {
		margin: 0;
	}

	.gheadertop {
		font-size: 12px;
	}
	.gfind {
	display: none;
}
	.gfind input {
    font-size: 14px;
    color: #535353;
    line-height: 24px;
    border-radius: 17px;
    border: 1px solid #ccc;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    outline: none;
    width: 120px!important;
    transition: all .5s;
    padding: 0 10px;
}
.imgfind img{
    width: 14px;
}
.imgfind {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background-color: #717171;
    border: none;
    outline: none;
}
}