@charset "utf-8";
@font-face {
	font-family:PingFang Bold;/*加粗*/
	src: url('../fonts/PINGFANG BOLD_1.ttf');
}
@font-face {
	font-family:PingFang Medium;/*中号*/
	src: url('../fonts/PINGFANG MEDIUM_0.ttf');
}
@font-face {
	font-family:PingFang Regular;/*常规*/
	src: url('../fonts/PINGFANG REGULAR_0.ttf');
}
/*@font-face {
	font-family:Source Han Normal;
	src: url('../fonts/SourceHanSansCN-Normal.ttf');
}*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center, dl, dt, dd, ol, ul, li,dl,dt,dd,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video { margin: 0px;padding: 0px;border: 0;font-size: 100%;font: inherit;}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}


body{line-height: 1; font-size:16px;/*arial*/}

ol, ul,li {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}

/* table {border-collapse: collapse;border-spacing: 0;} */

header,article,footer,nav,section,aside,menu{ display:block;}

.fix:after {visibility: hidden;display: block;font-size: 0;content:""; clear: both; height: 0;}

.fix{*zoom:1;}
*{-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
a{ text-decoration:none;}
a:focus{outline:none;} 
input,button{-webkit-appearance:none;outline:none;border:none;background:none;}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px white inset !important;}
input:focus{outline: -webkit-focus-ring-color auto 0;}
html{ font-size:12px; }
::before,
::after{
/*选择了所有标签*/
margin:0;padding:0;
/*清楚移动端点击高亮*/
-webkit-tap-highlight-color:transparent;
/*设置所有都是以边框开始计算宽度，百分比*/
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
a, img {
    -webkit-touch-callout: none; /*禁止长按链接与图片弹出菜单*/
}
body{ max-width:7.5rem; min-width:3.2rem; margin:0 auto;}
/*************头部css**************/
.global{
  width: 7.5rem;
  position: relative;
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  overflow: hidden;
}
.global_nav{
	display: block;
	width: 5.5rem;
	background: #fff;
	position: absolute;
  	left: -5.5rem; 
  	top: 0;
  	opacity: 0;
  	transition: all 0.6s ease-in-out;
}
.global_nav_level1{
	margin-top: 1.1rem;
}
.gnav_lv1_div{
	width: 5.5rem;
	height: 0.88rem;
	font-size: 0.26rem;
	text-indent: 0.35rem;
	line-height: 0.88rem;
	border-bottom: 0.01rem solid rgba(25,145,224,0.35);
	font-family: "PingFang Medium";
}
.gnav_lv1_div a{
	color: #383b40;
	width: 100%;
	display: block;
}
.glo_lv2{
	display: none;
}
.glo_lv2_ul li{
	font-size: 0.22rem;
	font-family: "PingFang Medium";
	text-indent: 0.65rem;
	height: 0.67rem;
	border-bottom: 0.01rem solid #ebebeb;
	display: flex;
	align-items: center;
}
.glo_lv2_ul li a{
	width: 100%;
}
.glo_lv2_ul li:last-child{
	/*border-bottom: 0;*/
	border-bottom: 0.01rem solid rgba(25,145,224,0.35);
}
.glo_lv2_ul li a{
	color: #707580;
}
.gnav_lv1_list>li:first-child{
	background: #1991e0;
}
.gnav_lv1_list>li:first-child a{
	color: #fff;
}
.hav_list{
	background: url(../images/nav_arror.png) no-repeat center left 95%;
	background-size: 0.15rem 0.26rem;
}
.hav_list1{
	background: url(../images/nav_arror1.png) no-repeat 95% 0.35rem;
	background-size: 0.26rem 0.15rem;
}
.header{
	width: 7.5rem;
	height: 1.1rem;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
#head_menu{
	width: 0.42rem;
	height: 0.33rem;
	background: url(../images/nav_icon.png) no-repeat center;
	background-size: 0.42rem 0.33rem;
	margin-left: 0.35rem;
}
.head_logo{
	height: 0.7rem;
}
.head_logo img{
	height: 0.7rem;
	display: block;
}
.content{
	width: 7.5rem;
	position: relative;
	left: 0;
	top: 0;
	/*margin: auto;*/
	transition: all 0.6s ease-in-out;
	/*box-shadow: 0.2rem 0 0.2rem 0.2rem rgba(0,0,0,0.25);*/
	z-index: 555;
}
.content h2{text-height:14px;}
	
/**********footer blank style**************/
.footer2{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.footer_top{
	width: 100%;
	height: 1.16rem;
	background: #64b6ec;
	font-size: 0.18rem;
	color: #fff;
	text-align: center;
	line-height: 1.8;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 0.2rem;
	padding-bottom: 1.4rem;
}
.footer_nav{
	width: 7.5rem;
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 1.16rem;
	background: #f1f1f1;
	position: fixed;
	bottom: 0;
	z-index: 88888;
}
.footer_nav li img{
	display: block;
	width: 0.51rem;
	height: 0.42rem;
	margin: auto;
}
.footer_nav li p{
	font-size: 0.2rem;
	color: #5a5e66;
	font-family: "PingFang Bold";
	text-align: center;
	margin-top: 0.1rem;
}