
.star-bg{
	background: linear-gradient(0deg, #0E32A4 0%, #433898 100%);
	position: relative;
}
.star-bg img{
	display: inline-block !important;
}
.star-top img{
	margin-top: 150px;
	height: 192px;
}
.star-content{
	margin-top: -160px;
}
.normal-cls .title-img {
	text-align: center;
}
.normal-cls .title-img img{
	height: 35px;
}
.normal-cls .other-img img{
	height: 110px;
}
.normal-cls .title-h5{
	font-size: 26px;
	font-weight: 500;
	color: #FCF9F9;
	line-height: 52px;
	text-align: center;
}
.part .text-wp{
	text-align: center;
	margin-top: 90px;
	color: #fff;
}
.part .text-wp .type-1{
	font-size: 30px;
	line-height: 52px;
}
.part .text-wp .type-2{
	margin-top: 40px;
	font-size: 24px;
	line-height: 52px;
	text-align: left;
}
.part .text-wp .type-1 span{
	color: #FFDFAF;
}
.mg-top{
	margin-top: 100px;
}
.meeting-light{
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
	justify-content: space-between;
}
.meeting-light li{
	width: 540px;
	padding: 0px 30px 10px;
	text-align: center;
	background: linear-gradient(0deg, #2D2B7A 0%, #4F4EC8 100%);
	line-height: 36px;
	color: #fff;
	margin-bottom: 56px;
	
}
.meeting-light li .icon-area{
	margin: 50px 0px;
}
.meeting-light li .icon-area img{
	height: 145px;
}
.meeting-light-t h4{
	font-weight: 400;
	font-size: 30px;
	padding-bottom: 20px;
}
.meeting-light-t p{
	font-size: 24px;
	font-weight: 300;
}
.search-area{
	padding: 70px 0px 16px;
}
.search-area .search-ipt{
	width: 225px;
	height: 32px;
	line-height: 32px;
	background-color: transparent;
	border:1px solid #f5f5f5;
	border-radius: 50px;
	color: #fff;
	padding: 0px 32px 0px 16px;
}
input::-webkit-input-placeholder {
	color: #fff; 
} 
input:-moz-placeholder { 
	color: #fff; 
} 
input::-moz-placeholder {
	color: #fff; 
} 
input:-ms-input-placeholder {
	color: #fff; 
}
.map-area{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.map-area .map-search img{
	height: 340px;
	margin-bottom: 40px;
}
.map-area .map-search-img img{
	height: 340px;
}
.gueest-area{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 70px;
}
.gueest-area li{
	width: 28%;
	margin-bottom: 75px;
	box-sizing: border-box;
}
.gueest-area .gueest-headimg img{
	height: 246px;
	margin-bottom: 20px;
}
.gueest-area .guest-name{
	font-size: 30px;
	font-weight: bold;
	color: #FBFAFC;
}
.gueest-area .guest-name span{
	border-bottom: 1px solid #fff;
	padding-bottom: 18px;
	line-height: 24px;
	position: relative;
}
.gueest-area .gueest-intro{
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	margin-top: 32px;
}
.gueest-area .gueest-intro p{
	font-size: 26px;
	font-weight: 300;
	color: #FDFDFD;
	line-height: 36px;
}
.partner-area{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: content-box;
	margin-top: 40px;
}
.partner-area li{
	width: 178px;
	margin-bottom: 14px;
}
.partner-area li img{
	width: 100%;
}
.time-line{
	margin-top: 120px;
}
.time-line img{
	width: 100%;
}
.activitys-demo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}
.activitys-demo li{
	width: 360px;
	margin-bottom: 40px;
}
.activitys-demo li img{
	width: 100%;
}
.activitys-demo li .title-tip{
	text-align: center;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 48px;
	color: #fff;
}
.q-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 220px 0px;
}
.q-area img{
	width: 157px;
}
.q-area .q-text {
	font-size: 24px;
	font-weight: 500;
	color: #FDFBFB;
	line-height: 35px;
	padding-left: 35px;
	margin-top: 45px;
}

@media screen and (min-width: 1440px){
	.container {
		width: 1200px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 480px){
	.star-top{
		height: 360px !important;
	}
	.star-top img {
		margin-top: 58px;
		height: 86px;
	}
	.star-content {
	    margin-top: -70px;
	}
	
	.normal-cls .title-h5{
		font-size: 16px;
	}
	.part .text-wp .type-1{
		font-size: 17px;
	}
	.part .text-wp .type-2 {
		margin-top: 10px;
		font-size: 14px;
		line-height: 32px;
	}
	.time-line img{
		width: 100%;
	}
	.normal-cls .title-img img {
	    height: auto;
	    width: 100%;
	}
	.normal-cls .title-img {
		text-align: center;
		padding: 0px 14px;
	}
	.normal-cls .other-img img{
		width: auto;
		height: 80px;
	}
	.meeting-light li .icon-area img {
		height: 100px;
	}
	.meeting-light-t h4{
		font-size: 22px;
	}
	.meeting-light li{
		width: 100%;
		line-height: 28px;
	}
	.map-area .map-search img {
		margin-bottom: 40px;
		height: auto;
		width: 100%;
	}
	.gueest-area li{
		width: 48%;
		margin-bottom: 40px;
	}
	.gueest-area .gueest-headimg img{
		height: 120px;
	}
	.gueest-area .guest-name {
		font-size: 18px;
	}
	.gueest-area .guest-name span{
		padding-bottom: 8px;
	}
	.gueest-area .gueest-intro{
		margin-top: 22px;
	}
	.gueest-area .gueest-intro p {
		font-size: 16px;
		font-weight: 300;
		line-height: 26px;
	}
	.partner-area {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.partner-area li {
		width: 100px;
	}
	.activitys-demo li {
		width: 100%;
		margin-bottom: 40px;
	}
	.activitys-demo li .title-tip{
		font-size: 18px;
	}
	.meeting-light-t p{
		font-size: 16px;
	}
	.map-area .map-search-img img {
		height: auto;
		width: 100%;
	}
	.q-area{
		padding: 40px 0px;
	}
	.q-area .q-text {
		font-size: 16px;
		padding-left: 0px;
	}
	.part .text-wp{
		margin-top: 30px;
	}
	.mg-top {
	    margin-top: 50px;
	}
}