
*{
	box-sizing: border-box;
}
/*头部导航条*/

.jcsHeadWrapItem {
	margin: 0 auto;
	height: 78px;
	color: rgba(0, 0, 0, 1);
	font-size: 16px;
	cursor: pointer;
	min-width: 1200px;
}
/*给导航条一个透明色*/

.jcsHeadWrapMask {
	width: 1920px;
	height: 78px;
	background: rgba(0, 0, 0, .5);
	opacity: 0.5;
	color: red;
	position: absolute;
	z-index: 111;
}
.ge-head-img  {
	height: 480px;
	background: url('../image/getihead_logo.jpg') center;
}

/*优势*/

.a-area-cont .item-List {
	width: 246px;
    text-align: center;
    cursor: pointer;
    margin-right: 71px;
    box-sizing: border-box;
}

.a-area-cont .item-List-img {
	width: 246px;
	height: 82px;
}


/*适用人群*/

.hbhrq-item-bg {
    background: #fff;
    border-radius: 6px;
    padding: 50px 0;
    box-shadow: 0 6px 8px 0 rgba(0,0,0,0.04);
}
.hbhrq-item {
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 16px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
}
div.hbhrq-item:hover {
	transform: translate(0, -5px);
	-webkit-transform: translate(0, -5px);
	-moz-transform: translate(0, -5px);
	-o-transform: translate(0, -5px);
	-ms-transform: translate(0, -5px);
}