/*基础建设类*/
@keyframes rotate {
	  0% {
	    transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(0);
	  }
	  100% {
	    transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(-360deg);
	  }
	}
.stars {
	  transform: perspective(500px);
	  transform-style: preserve-3d;
	  position: absolute;
	  bottom: 0;
	  perspective-origin: 50% 100%;
	  left: 50%;
	  animation: rotate 90s infinite linear;
	  z-index:2;
	}
.star {
	  width:1px;
	  height:1px;
	  background: #fff;
	  position: absolute;
	  top: 0;
	  left: 0;
	  transform-origin: 0 0 -300px;
	  transform: translate3d(0, 0, -300px);
	  backface-visibility: hidden;
	  z-index:2;
	}
.font48{
	font-size: 48px;
	font-weight: bold;
	line-height: 52px;
	margin-bottom:20px;
}
.font20{
	font-size: 20px;
	color: #fff;
	font-weight:500;
	margin-bottom:20px;
}
.font18{
	font-size: 18px;
	text-indent: 2rem;
	line-height: 32px;
	margin-top: 10px;
}
.font16{
	font-size: 16px;
	line-height:26px;
	margin-top: 10px;
}
.mt300{
	margin-top: 300px;
}
.bulid_first{
	background: url(../img/b1.jpg) no-repeat center bottom #0a0219;
	width: 100vw;
	height: 100vh;
	position: relative;
	z-index:1;
}
.bulid_first_main{
	position: absolute;
	z-index:4;
	top: 0;
	left: 0;
	right: 0;
	color: #fff;
}
.bulid_first_title{
	margin-top: 100px;
	text-align:center;
	overflow: hidden;
	font-size:20px;
}
.bulid_first_title p{
	margin-top: 0;
}
.bulid_first_list{
	background: #121035;
	border: 1px solid #441da7;
	border-radius: 15px;
	overflow: hidden;
	min-height:430px;
}
.bulid_first_list img{
	height: 145px;
	width: 100%;
}
.bulid_first_text{
	padding:15px 20px;
}
.bulid_second{
	background:url(../img/2.gif) no-repeat center top;
	width: 100vw;
	height: 100vh;
	position: relative;
	z-index: 1;
	background-size: cover;
}
.bulid_second_list{
	background: rgba(26, 15, 67, 0.3);
	border-radius: 25px;
	padding: 60px 20px 0 20px;
	min-height: 280px;
	text-align:center;
	font-size: 20px;
	color: #fff;
	border: 1px solid #405096;
}
.bulid_second_list img{
	height: 43px;
}
.bulid_three{
	overflow: hidden;
	background: url(../img/3.gif) no-repeat center top;
	width: 100vw;
	height: 100vh;
	position: relative;
	z-index: 1;
	background-size: cover;
}
.bulid_three_title{
	color: #fff;
}
.bulid_four{
	background: url(../img/b3.jpg) no-repeat center top;
	width: 100vw;
	height: 100vh;
	position: relative;
	z-index: 1;
	background-size: cover;
}
.bulid_five{
	background: url(../img/b4.jpg) no-repeat center top;
	width: 100vw;
	height: 100vh;
	position: relative;
	z-index: 1;
	background-size: cover;
}
.bulid_six{
	background: url(../img/1.gif) no-repeat center top;
	width: 100vw;
	height: 100vh;
	position: relative;
	z-index: 1;
	background-size: cover;
	color: #fff;
}
.bulid_seven{
	background: url(../img/b6.jpg) no-repeat center top;
	width: 100vw;
	height: 100vh;
	position: relative;
	z-index: 1;
	background-size: cover;
	color: #fff;
}
.bulid_eight{
	background: url(../img/f.jpg) no-repeat center top;
	width: 100vw;
	height: 100vh;
	position: relative;
	z-index: 1;
	background-size: cover;
	color: #fff;
}
.bulid_nine{
	background: url(../img/4.gif) no-repeat center top;
	width: 100vw;
	height: 100vh;
	position: relative;
	z-index: 1;
	background-size: cover;
	color: #fff;
}
.bulid_ten{
	width: 100vw;
	height: 100vh;
	position: relative;
	z-index: 1;
	overflow:hidden;
}
.bulid_eleven{
	background:url(../img/f2.jpg) no-repeat center bottom;
	position: relative;
	width: 100vw;
	height: 100vh;
	background-size: cover;
	z-index: 1;
	overflow: hidden;
}
.bulid_twelve{
	background:url(../img/b7.jpg) no-repeat center bottom;
	position: relative;
	width: 100vw;
	height: 100vh;
	background-size: cover;
	z-index: 1;
	overflow: hidden;
}
.banquan{
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 18px;
	z-index: 10;
}
.daohang{
	position: fixed;
	z-index: 20;
	background: rgba(18, 14, 73, 0.6);
	top: 0;
	left: 0;
	right: 0;
	height:80px;
	color: #fff;
}
.daohang_left{
	margin-right: 40px;
	flex-shrink: 0;
	overflow: hidden;
}
.daohang_right{
	margin-right: 0;
	margin-left: auto;
	display: flex;
}
.daohang_right li{
	list-style-type: none;
	margin-left: 15px;
}
.daohang_right_xia{
	line-height: 50px;
	background: #3b3547;
}
.daohang_right_xia a{
	text-align: center;
	color: #fff;
	padding-left: 20px;
}
.daohang_button{
	background: rgba(255, 255, 255, 0.2);
	padding: 10px 20px;
	border: 2px solid #8b66b0;
	border-radius: 100px;
}
.daohang_button img{
	vertical-align: middle;
	width: 24px;
	margin-right: 10px;
}
/*科技建设类*/
.keji_first{
	background: url(../img/a1.jpg) no-repeat center top;
	width: 100vw;
	height: 100vh;
	background-size: cover;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.keji_second{
	background: url(../img/a5.jpg) no-repeat center bottom;
	width: 100vw;
	height: 100vh;
	background-size: cover;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.keji_three{
	background: url(../img/a8.jpg) no-repeat center bottom;
	width: 100vw;
	height: 100vh;
	background-size: cover;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.keji_four{
	background: url(../img/a11.jpg) no-repeat center bottom;
	width: 100vw;
	height: 100vh;
	background-size: cover;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.keji_five{
	background: url(../img/a14.jpg) no-repeat center bottom;
	width: 100vw;
	height: 100vh;
	background-size: cover;
	overflow: hidden;
	position: relative;
	z-index: 1;	
}
/*其他类*/
.other_first{
	background: url(../img/c1.jpg) no-repeat center bottom;
	width: 100vw;
	height: 100vh;
	background-size: cover;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.other_second{
	background: url(../img/c5.jpg) no-repeat center bottom;
	width: 100vw;
	height: 100vh;
	background-size: cover;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.other_three{
	background: url(../img/c8.jpg) no-repeat center bottom;
	width: 100vw;
	height: 100vh;
	background-size: cover;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.other_four{
	background: url(../img/c12.jpg) no-repeat center bottom;
	width: 100vw;
	height: 100vh;
	background-size: cover;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.other_five{
	background: url(../img/c13.jpg) no-repeat center bottom;
	width: 100vw;
	height: 100vh;
	background-size: cover;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
/*文化生态*/
.wenhua_first{
	background: url(../img/d4.jpg) no-repeat center bottom;
	width: 100vw;
	height: 100vh;
	background-size: cover;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.wenhua_second{
	background: url(../img/d6.jpg) no-repeat center bottom;
	width: 100vw;
	height: 100vh;
	background-size: cover;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
/*健康类*/
.jiankang_first{
	background: url(../img/d7.jpg) no-repeat center bottom;
	width: 100vw;
	height: 100vh;
	background-size: cover;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.jiankang_second{
	background: url(../img/d10.jpg) no-repeat center bottom;
	width: 100vw;
	height: 100vh;
	background-size: cover;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
/*首页*/
.home_button{
	background: rgba(255, 255, 255, 0.2);
	width: 140px;
	margin: 20px auto;
	height: 45px;
	line-height: 45px;
	border-radius: 45px;
	text-align: center;
	border: 1px solid #8b66b0;
	overflow: hidden;
	display: block;
}
.home_button img{
	height: 16px;
	vertical-align: middle;
	margin-left: 5px;
}
.home_qiu{
	width: 380px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
.home_qiu img{
	width: 100%;
}
.home_qiu_text{
	position: absolute;
	top:60px;
	left: 0;
	right: 0;
	text-align: center;
}
.home_qiu_text img{
	width: 140px !important;
	margin-bottom: 25px;
}
.home_qiu_wenzi{
	font-size:18px;
}
.home_qiu_price{
	font-size: 26px;
	font-weight: bold;
}
.home_qiu_line{
	height: 200px;
	width: 800px;
	margin: 0 auto;
}
.home_line{
	width: 100%;
	height: 200px;
}
.mt150{
	margin-top: 150px;
}
.mt200{
	margin-top: 200px;
}
/*动画*/
@keyframes moveUpDown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.animated-image {
  animation: moveUpDown 2s infinite ease-in-out;
}
/*点击直达*/
.zhida_button{
	background: rgba(255, 255, 255, 0.2);
	width: 150px;
	margin: 10px auto;
	height: 45px;
	line-height: 45px;
	border-radius: 45px;
	text-align: center;
	border: 1px solid #8b66b0;
	overflow: hidden;
	display: block;
	text-transform: uppercase;
}
.zhida_button1{
	background: rgba(255, 255, 255, 0.2);
	width: 150px;
	margin: 20px;
	height: 45px;
	line-height: 45px;
	border-radius: 45px;
	text-align: center;
	border: 1px solid #8b66b0;
	overflow: hidden;
	display: block;
	text-transform: uppercase;
}
.zhida_button img{
	height: 16px;
	vertical-align: middle;
	margin-left: 5px;
}
.zhida_button1 img{
	height: 16px;
	vertical-align: middle;
	margin-left: 5px;
}
#popupLayer{
    display:none; 
	 position:fixed; 
	 top:50%; 
	 left:50%; 
	 transform: translate(-50%, -50%); 
	 background: rgba(255, 255, 255, 0.8);
	 padding:10px 20px; 
	 color: #000;
	 z-index: 9999;
	 border-radius: 10px;
	 line-height: 28px;
}
.font38{
	font-size: 38px;
	line-height:44px;
}
/*英文版*/
.jichu_en{
	min-height: 340px !important;
}
/*手机端*/
@media screen and (max-width:991px){
	.daohang{
		height: 40px;
	}
	.font48{
		font-size:28px;
		font-weight: bold;
		line-height: 34px;
		margin-bottom: 15px;
	}
	.mobile_juzhong{
		text-align: center !important;
	}
	.mobile_show{
		display: block;
	}
	.pc_show{
		display: none;
	}
	.mobile_mt100{
		margin-top: 100px !important;
	}
	.mobile_mt60{
		margin-top: 60px !important;
	}
	.mobile_mt80{
		margin-top: 80px !important;
	}
	.mobile_mt100{
		margin-top: 100px !important;
	}
	.mobile_mt150{
		margin-top: 150px !important;
	}
	.mobile_mt200{
		margin-top: 200px !important;
	}
	.mobile_mt0{
		margin-top: 0px !important;
	}
	.font18{
		font-size:14px;
		text-indent: 2rem;
		line-height:26px;
		margin-top: 10px;
	}
	.jianju{
		line-height:22px;
		margin-top: 3px !important;
	}
	.bulid_second_list {
	    padding:10px 20px 0 20px !important;
	    min-height:100px !important;
		margin-top:10px;
	}
	.font16{
		margin-top: 0;
	}
	.font20{
		font-size: 16px !important;
		line-height: 24px;
	}
	.zhongyang{
		margin-top: 10px;
		display: flex;
		flex-wrap: nowrap;
		overflow: scroll !important;
		justify-content: space-between;
	}
	.zhongyang_list{
		background: #121033;
		border: 1px solid #441da7;
		border-radius: 15px;
		width:280px;
		flex-shrink: 0;
		overflow: hidden;
		margin-right: 20px;
	}
	.zhongyang_list_top{
		width: 100%;
		height: 120px;
		overflow: hidden;
	}
	.zhongyang_list_top img{
		width: 100%;
		height: 100%;
		object-fit:cover;
	}
	.zhongyang_list_text{
		padding: 10px;
		overflow: hidden;
	}
	.mobile_font18{
		font-size: 18px;
		font-weight: bold;
	}
	.mobile_font14{
		font-size: 14px;
	}
	.home_qiu{
		width: 280px;
	}
	.home_qiu_text img{
		width: 100px !important;
	}
	.home_qiu_text{
		top: 40px !important;
	}
	.home_qiu_price{
		font-size: 22px !important;
	}
	.home_qiu_wenzi{
		font-size: 16px !important;
	}
	.home_qiu_line{
		width: 100% !important;
		height: 180px !important;
	}
	.home_line{
		height: 180px !important;
	}
	.mobile_font20{
		font-size: 18px !important;
		font-weight: 500 !important;
		line-height: 24px;
	}
	.zhida_button1{
		margin:15px auto;
	}
	.banquan{
		font-size: 14px;
	}
	.en_line{
		line-height: 22px !important;
	}
	.en_font14{
		font-size: 14px !important;
		line-height: 16px !important;
	}
	.en_mb{
		margin-bottom: 0 !important;
	}
}
/*电脑端*/
@media screen and (min-width:992px){
	.mobile_show{
		display: none;
	}
	.pc_show{
		display: block;
	}
}