body{
	height: 100%;
	background: url('../images/glob/bigbg.png') no-repeat;
	background-size: cover;
}
.gaikuangbigbox{
	height: 100%;
}
.gaikuangbox{
	float: right;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 80px;
    width: 63%;
}
.gaikuang_innerbigbox{
	width: 100%;
    height: 600px;
    overflow-y: scroll;
    background: #fff;
}
.gktitbox{
	height: 60px;
	background: #e2b179;
	font-size: 18px;
	color: #fff;
	padding: 0 30px;
}
.gktit_innerbox{
	height: 60px;
	display: flex;
	align-items: center;
	padding-bottom: 8px;
	background: #e2b179 url('../images/glob/linebg.png') no-repeat;
	background-size: cover;
	margin: 0 auto;
}
.gktit_innerboxicon2{
	width: 20px;
	height: 22px;
	margin-right: 10px;
}


.gkcontent_bigbox{
	display: flex;
	padding: 20px 0;
}
.leftimgbox{
	width: 301px;
	height: 573px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-left: 20px;
}
.rightcontentbox{
	flex:1;
	margin-left: 35px;
	margin-right: 40px;
}
.content_tit{
	font-size: 24px;
	color: #000;
	font-weight: 600;
	margin-top: 9px;
	margin-bottom: 20px;
}
.content_zi{
	font-size: 16px;
	color: #474545;
    line-height: 30px;
}