body{
	background-color: #22364d;
	font-family: PingFangSC;
}

/*页头*/
header{
	text-align: center;
	padding: 0.2rem 0;
	height: 0.9rem;
	width: auto;
	background-color: #22364D;
}

/**==========================侧面导航========================================**/
#mobile_menu {position:fixed;top:0;left:0;width:3rem;height:100%;background: linear-gradient(to bottom, #ffffff, #f2f3f5);opacity: 0.9;z-index:999;transition:all 0.3s ease-in;}
.mobile_nav ul{
	list-style: none;
	text-align: right;
	padding:1rem 0.3rem;
	font-size: 0.3rem;
}
.mobile_nav ul > li{
	line-height: 0.55rem;
}
.mobile_nav ul > li > a {
	color:rgba(0 , 0, 0, 0.7)
}
.mobile_nav ul > li > a:hover,
.mobile_nav ul > li > a:active,
.mobile_nav_taggle:hover,
.mobile_nav_taggle:active{
	color:#22364d;
	text-decoration: none;
}

.show_nav {transform:translateX(0);}
.hide_nav {transform:translateX(-3rem);}

/*导航按钮*/
.btn_nav {position:fixed;right:0.2rem;top:0.2rem;z-index: 9999;font-size: 0.35rem;}
.mobile_nav_taggle {height:0.46rem;width:0.5rem;background-color:rgba(255,255,255,0.8);color:#22364d;display:inline-block;text-align:center;cursor:pointer;border-radius: 0.06rem;}


/**蒙版**/
.menu_mask{
			    opacity: 0;
			    display: none;
			    position: fixed;
			    width: 100%;
			    height: 100%;
			    left: 0;
			    top: 0;
			    background: #000;
			    z-index: 1;
			    transition: 0.5s all;
			    -webkit-transition: 0.5s all;
			    cursor: pointer;
	        }

#mobile_menu>.wechat_code{
	position: absolute;
	bottom: 10%;
	right: 0.3rem;
}

.wechat_code>img{
	animation-duration: 1.25s;
  	animation-delay: 0.4s;
}

.wechat_code>p{
  font-family: PingFangSC;
  font-size: 0.16rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
}
.btnSet_1{
	font-size: 0.24rem;
    background: #2484F2;
    color: #fff;
    border-radius: 0.02rem;
    padding: 0 0.2rem;
    border: none;
}
/**===========================================================================**/

/*小导航*/
.wrap{
	color: #fff;
	font-size: 0.24rem;
	margin-top: 0.2rem;
}

.wrap>a{
	text-decoration: underline;
	color: #66d9ff !important;
}

.wrap>a:link{
	color: #66d9ff !important;
}

.wrap>a:active{
}

.banner{
	padding: 0 ;
}


.panel_middle{
	margin: 0.4rem 0.01rem;
	padding: 0.4rem 0.3rem;
	color:rgba(255, 255, 255, 0.8);
	background-image: url(../img/panel_science.png);
	background-repeat:no-repeat; background-size:100% 100%;-moz-background-size:100% 100%;
}

.panel_middle img{
	margin-top: 0.2rem;
	height: 100%;
	transition: 5s all;
    -webkit-transition: 5s all;
    animation-iteration-count: infinite;
}

.panel_middle h2{
	margin-top: 0;
	margin-bottom: 0.2rem;
	font-size: 0.38rem;
	font-family: PingFangSC;
	font-weight: 600;
}

.panel_middle p{
	margin-bottom: 0;
	font-size: 0.2rem;
	font-family: PingFangSC;
}




/*页脚部分*/
footer{
	/*height: 347px;*/
	background-color: #22364d;
	font-size: 0.14rem;
	font-family: PingFangSC;
	letter-spacing: normal;
	  color: #ffffff;
}

.footer-box{
	padding: 0.2rem 0;
}

.footer-box>a{
	line-height: 40px;
	color: #ffffff;
	font-size: 0.24rem;
	font-family: PingFangSC;
	
}
.footer-box>a:active{
	text-decoration: none;
}

.footer-hr{
	height: 0.01rem;
	background-color: rgba(255, 255, 255, 0.2);
}

.footer-right{
   margin-top: 0.08rem;
  text-align: center;
  font-size: 0.12rem;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.4);
}
