@charset "utf-8";
a,.slow{
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.slowa{
	transition:all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}
.hidden{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;          /* for IE */
	-o-text-overflow: ellipsis;      /* for Opera */
	-icab-text-overflow: ellipsis;   /* for iCab */
	-khtml-text-overflow: ellipsis;  /* for Konqueror Safari */
	-moz-text-overflow: ellipsis;    /* for Firefox,mozilla */
	-webkit-text-overflow: ellipsis; /* for Safari,Swift*/
}

/* loading 样式 */
.loaderbg {
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999;
	position: fixed;
	left: 0;
	top: 0;
}
.loader {
	width: 2.5em;
	height: 2.5em;
	transform: rotate(165deg);
	z-index: 9999;
	position: fixed;
	top: calc(50% - 1.25em);
	left: calc(50% - 1.25em);
}
.loader:before, .loader:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 0.5em;
	height: 0.5em;
	border-radius: 0.25em;
	transform: translate(-50%, -50%);
}
.loader:before {
	animation: before 2s infinite;
}
.loader:after {
	animation: after 2s infinite;
}

@keyframes before {
  0% {
    width: 0.5em;
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
  35% {
    width: 2.5em;
    box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
  }
  70% {
    width: 0.5em;
    box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
  }
  100% {
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
  }
}
@keyframes after {
  0% {
    height: 0.5em;
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
  35% {
    height: 2.5em;
    box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
  }
  70% {
    height: 0.5em;
    box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
  }
  100% {
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
  }
}



html,body{
	font-size: 12px;
	color: #333;
	line-height: 1.8;
	max-width: 750px;
	margin: 0 auto;
	background-color:  #2C5EF1;
}
.ind_bg{
	background: url(../img/bg.jpg) no-repeat center 1.13rem;
	background-size: 100%;
}

#head{
	position: fixed;
	top: 0;
	left: auto;
	width: 100%;
	background: #293148;
	max-width: 750px;
	height: 1.13rem;
	border-bottom: 0.02rem solid #fff;
	z-index: 999;
}
#head .logo{
	width:100%;
	text-align: center;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#head .logo img{
	width: 3.9rem;
	display: inline-block;
	vertical-align: top;
}
#head .head_ico{
	position: absolute;
	right:0.05rem;
	top: 0.165rem;
	width: 0.8rem;
	height: 0.8rem;
	cursor: pointer;
	z-index: 99;
}
#head .head_ico span{
	position: absolute;
	top: 0.4rem;
	left: 0.2rem;
	width: 0.4rem;
	height: 0.02rem;
	background: #fff;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
#head .head_ico span:after, #head .head_ico span:before {
	content: '\20';
	position: absolute;
	left: 0;
	width: 100%;
	height: 0.02rem;
	background:  #fff;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
#head .head_ico span:before{
	top: -0.12rem;
}
#head .head_ico span:after{
	bottom: -0.12rem;
}
.body-nav #head .head_ico span {
	background:none;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.body-nav #head .head_ico span:before{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 0;
	top: 0;
}
.body-nav #head .head_ico span:after{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 0;
	bottom: 0;
}

#head .page-navigation{
	z-index:9999;
	top:1.15rem;
	overflow-y: auto;
	position: fixed;
	height: calc(100% - 1.15rem);
	right: -3.06rem;
	width: 3.05rem;
	background:url(../img/nav_bg.png) repeat-y;
	background-size: 100%;
	border-radius: 0.25rem 0 0 0.25rem;
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
#head .nav_pad{
	padding: 0.3rem 0;	
}
#head .nav_pad li{
	position: relative;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	animation-name: returnToNormal;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background: url(../img/nav_li.png) no-repeat center bottom;
	background-size: 100%;
}
#head .page-navigation a{
	line-height:1.5;
	padding: 0.23rem 0.28rem;
	font-size:0.27rem;
	color:#fff;
	display: block;
	text-align: left;
	position: relative;
}
#head .nav_pad li.onn{
	background-color: rgba(13,166,232,0.5);
}
#head .nav_pad li.onn .ac::after{
	width: 0.22rem;
	height: 100%;
	position: absolute;
	right: 0.32rem;
	top: 0;
	content: '';
	background: url(../img/nav_ico.png) no-repeat center center;
	background-size: 100%;
}
#head .page-navigation .sub{
	display: none;
	padding: 0.05rem 0.28rem;
}
#head .page-navigation .sub a{
	line-height: 1.2;
	font-size:0.23rem;
	color: #fff;
	padding: 0.12rem 0;
}
.body-nav #head .page-navigation{
	right: 0;
}

#main{
	padding-top: 1.15rem;
	background: url(../img/m_bgb.png) no-repeat center bottom;
	background-size: 100%;
}

.w_100{
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
}
.inl_b{
	display: inline-block;
	vertical-align: top;
}

#foot{
	background: #273B60;
	padding: 0.5rem 0.15rem 0.4rem;
	color: #fff;
}
#foot a{
	color: #fff;
}
#foot .f_logo img{
	width: 2.8rem;
}
#foot .f_cont{
	position: relative;
	padding: 0.1rem 0;
}
#foot .f_cont ul {
	width: 60%;
}
#foot .f_cont ul li{
	padding: 0.1rem 0;
}
#foot .f_cont ul li .p{
	padding-left: 0.52rem;
	background-position: left center;
	background-size: 0.42rem;
	background-repeat: no-repeat;
	font-size: 0.28rem;
	font-weight: bold;
	display: block;
}
#foot .f_cont ul li .p.i1{
	font-size: 0.2rem;
	font-weight: normal;
}
#foot .f_cont ul li .i1{
	background-image: url(../img/f_ico1.png);
}
#foot .f_cont ul li .i2{
	background-image: url(../img/f_ico2.png);
}
#foot .f_cont ul li .i3{
	background-image: url(../img/f_ico3.png);
}
#foot .f_cont .f_ewm{
	position: absolute;
	width: 1.58rem;
	top: 0.3rem;
	right: 0.8rem;
}
#foot .f_nav{
	display: flex;
	justify-content: space-between;
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
}
#foot .f_nav dt{
	font-size: 0.18rem;
	font-weight: bold;
	padding-bottom: 0.16rem;
}
#foot .f_nav dd{
	font-size: 0.17rem;
}
#foot .f_nav dd a{
	display: block;
	padding: 0.05rem 0;
}
#foot .f_cpr{
	text-align: center;
	font-size: 0.16rem;
	padding-top: 0.15rem;
	border-top: 1px solid rgba(255,255,255,0.5);
}