/* banner start*/
.global-banner {
	width: 100%;
	height: 300px;
	background: #2c343d;
	position: relative
}

.global-banner .center {
	position: relative
}

.global-banner .center h1 {
	padding: 0;
	text-align: left;
	font-size: 50px;
	color: #fff;
	position: absolute;
	top: 55px;
	left: 111px;
	font-weight: 400;
	animation: virtualBannerh1 1s ease-in-out
}

.global-banner .center h3 {
	padding: 0;
	font-size: 22px;
	color: #fff;
	position: absolute;
	top: 150px;
	left: 111px;
	font-weight: 400;
	animation: virtualBannerh1 1s ease-in-out
}
.global-banner .center .banner-info-btn{
    position: absolute;
	top: 200px;
	left: 111px;
	animation: virtualBannerh1 1s ease-in-out
}
.global-banner .center .banner-info-btn a.pro-price-btn {
    display: inline-block;
	width: 120px;
    height: 35px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
	border: 1px solid #fff;
	font-weight: 400;
}
.global-banner .center .banner-info-btn a.pro-price-btn:nth-child(1){
    margin-right: 10px;
}
.global-banner .center .banner-info-btn a.pro-price-btn:nth-last-child(1){
    margin-right: 0;
}
/* banner end */
