body{
	 font-family: PingFangSC;
}

/*页头*/
header{
	text-align: center;
	padding: 0.2rem 0;
	height: 0.9rem;
	width: auto;
}

.container_space{
	margin-bottom: 0.5rem;
}
/**==========================侧面导航========================================**/
#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:#2484F2;
	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:#2484F2;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;
}

/**===========================================================================**/

/*小导航*/
.wrap{
	font-size: 0.24rem;
	margin-top: 0.2rem;
}

.wrap>a{
	color: #2484F2 !important;
}

.wrap>a:link{
	color: #2484F2 !important;
}

.wrap>a:active{
	text-decoration: none;
}

.banner{
	padding: 0 ;
}

/*居中*/
.center{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*蓝底按钮*/
.btnSet_1{
	font-size: 0.16rem;
	background: #2484F2;
    color: #fff;
    border-radius: 0.02rem;
    padding: 0.10rem 0.60rem;
}

/*白底蓝色按钮*/
.btnSet_2{
	font-size: 0.16rem;
    color: #2484f2;
    border-radius: 0.02rem;
    border: solid 0.01rem #2484f2;
    padding: 0.10rem 0.60rem;
}

.btnSet_3{
	font-size: 0.24rem;
    background: #22364d;
    color: #fff;
    border-radius: 0.02rem;
    padding: 0 0.2rem;
    border: none;
}

/*渐变背景*/
.shade-back{
	text-align: center;
	background: linear-gradient(to bottom, #ffffff, #f2f3f5);
	padding-top: 0.26rem;
	padding-bottom: 0.26rem;
}
/*页脚蓝背景*/
/*.foot-back{
	background-color: #22364d;
	padding-top: 0.26rem;
	padding-bottom: 0.26rem;
}*/

.advanced h2{
	height: 0.42rem;
    font-size: 0.30rem;
    font-weight: 600;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.85);
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}

.componet_div{
	margin-top: 0.36rem;
}

.mask{
	text-align: center;
	background: rgb(0,0,0,0);
}

.mask a{
	color: rgba(0, 0, 0, 0.85);
	text-decoration: none;
	font-size: 0.16rem;
}

.mask a span{
  height: 0.38rem;
  font-size: 0.30rem;
  font-weight: 600;
  line-height: 1.27;
  letter-spacing: normal;
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
}

.mask p{
  height: 0.24rem;
  font-size: 0.16rem;
  letter-spacing: normal;
  text-align: center;
  color: rgba(0, 0, 0, 0.45);
}

/*水平线title*/
.hr_title{
	margin-bottom: 0.16rem;
	padding-top: 0.16rem;
	padding-bottom: 0.16rem;
	font-size: 0.26rem;
	font-weight: 600;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
}

/*卡片菜单*/

.card-menu a{
	height: 0.24rem;
    font-size: 0.16rem;
    letter-spacing: normal;
    text-align: center;
    color: rgba(0, 0, 0, 0.75);
    text-decoration: none;
}

.card-menu img{
	width: 100%;
	border-radius: 50%;
}

/*页脚部分*/
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);
}

