/*body{
	background: #F0AD4E;
}*/
.g-main-container > .g-top{
	padding-bottom: 62%;
}

.g-main-container .g-top > .c-content{
	background-image: url(../../img/home/bg_01.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.g-main-container .g-top > .c-content img.i-pic01{
	position: absolute;
	width: 350px;
	top: 28%;
	left: 10%;
}

.g-main-container .g-top > .c-content > .i-sign01{
	position: absolute;
	width: 50%;
	top: 61%;
	right: 0;
	text-align: right;
	overflow: hidden;
    text-overflow: ellipsis;   /*超出显示省略号*/
    white-space: nowrap;       /*强制单行显示*/
	
}
.g-main-container .g-top > .c-content > .i-sign01 .i-line{
	position: relative;
	width: 50%;
	height: 1px;
	top: -4px;
	margin-left: 7px;
	background-color: #d2d4d5;
}
.g-main-container .g-top > .c-content > .i-sign01 .iconfont{
	position: relative;
	top: 3px;
	font-size: 46px;
	color: #888;
}
.g-main-container .g-top > .c-content > .i-sign01 strong,
.g-main-container .g-top > .c-content > .i-sign01 .iconfont,
.g-main-container .g-top > .c-content > .i-sign01 .i-line{
	line-height: 50px;
	display: inline-block;
}

.g-item h5{
	font-size: 20px;
	font-weight: bold;
}
/*核医学影像--------------------------------------------------------*/
.g-item.i-medical-image{
	margin-top: 100px;
	padding-bottom: 28%;
	background-color: #3C3C3C;
	background-image: url(../../img/home/bg_02.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: auto 70%;
}

.g-item.i-medical-image .i-content-01{
	position: relative;
	float: right;
	width: 65%;
	top: -70%;
}
.g-item.i-medical-image .i-content-01 > .i-description{
	position: absolute;
	width: 36%;
	right: 100%;
	padding-top: 10%;
	padding-left: 10px;
}
.g-item.i-medical-image .i-content-01 > .i-description svg{
	font-size: 50px;
}
.g-item.i-medical-image .i-content-01 > .i-description h5{
	margin-top: 20px;
}
.g-item.i-medical-image .i-content-01 > .i-description .i-line{
	position: relative;
	display: block;
	margin-left: -10px;
	border-bottom: solid 1px #D2D4D5;
}
.g-item.i-medical-image .i-content-01 > .i-description .i-line:before{
	position: absolute;
	content: '';
	top: -2px;
	left: 100%;
	width: 10%;
	height: 4px;
	background-color: #333;
}
.g-item.i-medical-image .i-content-01 > .i-description .i-en{
	color: #CCCDCF;
}
.g-item.i-medical-image .i-img > img{
	height: auto;
}
.g-item.i-medical-image .i-img > img:first-of-type{
	width: 45%;
}
.g-item.i-medical-image .i-img > img:nth-of-type(2){
	width: 24%;
	margin-left: 2%;
}
/*--------------------------------------------------------核医学影像*/

/*血管显像---------------------------------------------------------*/
.g-item.i-blood-vessel-image{
	padding-bottom: 60%;

}
.g-item.i-blood-vessel-image > .c-content{
	padding: 5% 15%;
}
.g-item.i-blood-vessel-image .i-content-01{
	position: relative;
	height: 100%;
	border: solid 1px transparent;
}
.g-item.i-blood-vessel-image .i-content-01 .i-img{
	position: absolute;
	width: 33%;
	
}
.g-item.i-blood-vessel-image .i-content-01 .i-img img{
	width: 100%;
	height: auto;
}
.g-item.i-blood-vessel-image .i-content-01 .i-img:first-of-type{
	left: 0;
	top: 0;
}
.g-item.i-blood-vessel-image .i-content-01 .i-img:nth-of-type(2){
	right: 0;
	bottom: 0;
}
.g-item.i-blood-vessel-image .i-content-01 .i-img:nth-of-type(2) .i-line{
	position: absolute;
	right: 90%;
	top: 95%;
	width: 120%;
	border-bottom: solid 1px #D2D4D5;
}
.g-item.i-blood-vessel-image .i-content-01 .i-img:nth-of-type(2) .i-line:before{
	position: absolute;
	content: '';
	top: -2px;
	right: 100%;
	height: 4px;
	width: 10%;
	background-color: #333;
	
}
.g-item.i-blood-vessel-image .i-content-01 .i-description{
	width: 15%;
	margin: 0 auto;
	margin-top: 25%;
}
.g-item.i-blood-vessel-image .i-content-01 .i-description > img{
	width: 85%;
	height: auto;
	margin-left: 7.5%;
}
.g-item.i-blood-vessel-image .i-content-01 .i-description > h5{
	margin-top: 3.5rem;
	text-align: center;
}
/*---------------------------------------------------------血管显像*/

/*原始数据---------------------------------------------------------*/
.g-item.i-initial-data-image{
	padding-bottom: 44%;
}
.g-item.i-initial-data-image > .c-content{
	padding: 5% 15%;
}
.g-item.i-initial-data-image .i-content-01{
	position: relative;
	height: 100%;
	border: solid 1px transparent;
}
.g-item.i-initial-data-image .i-content-01 img{
	width: 100%;
	height: auto;
}
.g-item.i-initial-data-image .i-description{
	position: absolute;
	height: 70%;
	top: -10%;
	margin-left: 3%;
}
.g-item.i-initial-data-image .i-description .i-line{
	position: absolute;
	left: 30px;
	top: 60px;
	height: 65%;
	border-right: solid 1px #D2D4D5;
}
.g-item.i-initial-data-image .i-description .i-line:before{
	position: absolute;
	content: '';
	top: 100%;
	left: -1px;
	height: 13%;
	width: 4px;
	background-color: #333;
}
.g-item.i-initial-data-image .i-description h5 .iconfont{
	position: relative;
	left: 12px;
	top: -10px;
	font-size: 40px;
	color: #969799;
}
/*---------------------------------------------------------原始数据*/

/*放射影像---------------------------------------------------------*/
.g-item.i-ct-image{
	padding-bottom: 44%;
}
.g-item.i-ct-image > .c-content{
	padding: 5% 15%;
}
.g-item.i-ct-image .i-content-01{
	position: relative;
	height: 100%;
	border: solid 1px transparent;
}
.g-item.i-ct-image .i-content-01 img{
	width: 100%;
	height: auto;
}
.g-item.i-ct-image .i-content-01 .i-description{
	position: absolute;
	top: 40%;
	width: 70%;
	right: 33%;
	color: #fff;
	/*outline: solid 1px #F0AD4E;*/
	text-align: right;
}
.g-item.i-ct-image .i-content-01 .i-description p,
.g-item.i-ct-image .i-content-01 .i-description h5{
	display: inline-block;
}
.g-item.i-ct-image .i-content-01 .i-description h5{
	position: relative;
	top: -30px;
	left: 120px;
}
.g-item.i-ct-image .i-content-01 .i-description h5 .iconfont{
	position: relative;
	top: -15px;
	font-size: 30px;
	color: rgba(255, 255, 255, .4);
}
.g-item.i-ct-image .i-content-01 .i-description .i-line{
	position: relative;
	display: inline-block;
	width: 40%;
	height: 1px;
	border-bottom: solid 1px rgba(255, 255, 255, .4);
}
.g-item.i-ct-image .i-content-01 .i-description .i-line:before{
	position: absolute;
	content: '';
	right: 0;
	top: -1px;
	width: 10%;
	height: 4px;
	background-color: #fff;
}
/*---------------------------------------------------------放射影像*/

/*一站式预约--------------------------------------------------------*/
.g-item.i-appointment-image{
	padding-bottom: 34%;
}
.g-item.i-appointment-image > .c-content{
	padding: 5% 15%;
}
.g-item.i-appointment-image .i-content-01{
	position: relative;
	float: right;
	width: 60%;
	height: 100%;
	border: solid 1px transparent;
}
.g-item.i-appointment-image .i-content-01 .i-img > img{
	width: 100%;
	height: auto;
}
.g-item.i-appointment-image .i-content-01 .i-img > .c-icon{
	position: absolute;
	top: 36%;
	width: 100%;
	
}
.g-item.i-appointment-image .i-content-01 .i-img > .c-icon > img{
	position: absolute;
	width: 16%;
	height: auto;
}
.g-item.i-appointment-image .i-content-01 .i-img > .c-icon > img:nth-of-type(1){
	left: 7.5%;
}
.g-item.i-appointment-image .i-content-01 .i-img > .c-icon > img:nth-of-type(2){
	left: 42.5%;
}
.g-item.i-appointment-image .i-content-01 .i-img > .c-icon > img:nth-of-type(3){
	left: 76.5%;
}
.g-item.i-appointment-image .i-content-01 .i-description{
	position: absolute;
	width: 50%;
	top: 25%;
	right: 100%;
}
.g-item.i-appointment-image .i-content-01 .i-description .iconfont{
	font-size: 100px;
}
.g-item.i-appointment-image .i-content-01 .i-description h5 > p{
	margin-top: 20px;
}
/*--------------------------------------------------------一站式预约*/

/*手术导航---------------------------------------------------------*/

.g-item.i-surgical-navigation-image{
	padding-bottom: 30%;
}

.g-item.i-surgical-navigation-image > .c-content{
	padding: 5% 0;
}
.g-item.i-surgical-navigation-image .i-content-01{
	position: relative;
	height: 100%;
	border: solid 1px transparent;
}
.g-item.i-surgical-navigation-image .i-content-01 .i-img{
	float: left;
	width: 49%;
	height: 100%;
}
.g-item.i-surgical-navigation-image .i-content-01 .i-img:last-of-type{
	margin-left: 2%;
	background-color: #3C3C3C;
	background-image: url(../../img/home/bg_03.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 100% 100%;
}
.g-item.i-surgical-navigation-image .i-content-01 .i-img:last-child{
	height: 97.8%;
}
.g-item.i-surgical-navigation-image .i-content-01 .i-img img{
	width: 100%;
	height: auto;
}
.g-item.i-surgical-navigation-image .i-content-01 .i-img h5{
	margin-top: 20%;
	font-size: 20px;
	color: #fff;
	text-align: center;
}

/*---------------------------------------------------------手术导航*/
/*公共------------------------------------------------------------*/
.g-item .i-description{
	z-index: 1;
}
/*------------------------------------------------------------公共*/