body,div,p,section,nav,header,footer,ul,li,ol,h2,h3,dl,dt,dd{
	padding: 0;
	margin: 0;
	list-style: none;
}
body{
	color: #201654;
	background-color: #fff;
}
.el-container{
	max-width: 1580px;  
	margin: 0 auto !important;
	flex-wrap: wrap;
  }
input{
	outline: none !important;
}
input:focus{
	outline: none !important;
	box-shadow: none !important;
}
a{
	text-decoration: none;
	color: #201654;
}
a:hover{
	text-decoration: none;
	color:#0C95FF;
}
table,table tr,table tr td{max-width:100%}
table{border: 1px solid #ccc;border-collapse: collapse;margin:0 auto;width: 80%;color:#333;text-align:center;}
table tr td{line-height:2.5em;/* width:50%; */}
table tr td,.arcbody table tr td span{ font-size:1em !important;}
table tr:nth-child(odd) { background: #f5f5f5;}
.bg-sky {
    background: #f7fbff;
}
.bg-black {
    background-color: #102950;
}
.el-marge{
	margin-bottom: 1rem;
}
.el-row:before{
	display: none;
}
.el-row:after{
	display: none;
}
.loading {
	background-color: #fff;
	opacity: 1;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.clearf:after,.clearf:before { 
	content: ""; 
	display: block;
}
.clearf:after { 
	clear: both;
}
.clearf { 
	zoom: 1;
}
.flex{
	display: flex;
}
.clam {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal;
	-webkit-box-orient: vertical;
}
.clam1 {
	-webkit-line-clamp: 1;
}
.clam2 {
	-webkit-line-clamp: 2;
}
.clam3 {
	-webkit-line-clamp: 3;
}
.el-row{
	position: relative;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 20%; 
}
.el-header{
	padding: 0;
}
.el-header .el-top-wrap{
	font-size: .8rem;
	line-height: 2.2rem;
	color: rgba(255,255,255,0.8);
	background-color: #1c3459;
}
.el-header .el-top-wrap a:last-child{
	color: rgba(255,255,255,0.8);
}
.el-header .el-top-wrap .el-tetx{
	text-align: right;
}
.el-header .el-row{
	align-items: center;
	justify-content: space-between;
}
.el-header .el-row>div:nth-child(2){
	align-items: center;
	justify-content: space-between;
}
.el-header .input-group{
    transition: max-height, .5s;
    width: 25%;
    z-index: 100;
 }
.el-header .el-input.is-disabled .el-input__inner{
	height: 2.5rem;
	background-color: #ffffff;
	font-size: 0.75rem;
}
.el-header .el-input__inner,.el-header .el-input__icon{
	line-height: 2rem;
}
.el-header .el-logo{
	font-size: 2.5rem;
	padding: 1.5rem 0;
}
.el-header .el-logo a{
	letter-spacing: 2px;
	background: linear-gradient(
        to right, 
        #ffcc00 0%,  /* 红色从0%开始 */
        #ffcc00 50%, /* 红色到50%结束 */
        #ffffff 50%, /* 蓝色从50%开始（和红色结束位置重合） */
        #ffffff 100% /* 蓝色到100%结束 */
      );
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;/* 3. 隐藏文字本身颜色，显示渐变背景 */
}
.el-menu{
	border-right: none;
	background-color: #097bed;
	padding: .25rem 1rem;
}
.el-menu li.el-menu-item{
	font-size: 1rem;
	padding: 0 3% 0 0;
	border-right: 1px solid #ccc;
}
.el-menu li.el-menu-item:not(:first-child){
	padding-left: 3%;
}
.el-menu li.el-menu-item:last-child{
	border-right: none;
}
.el-menu li.el-menu-item:hover{
	background: #097bed;
}
.el-menu  li.el-menu-item i{
	color:#fff;
	margin-right: 0;
}
.el-menu li.el-menu-item a{
	color: #fff;
}
.m-ico-none{
	display: none;
}
.sticked {
  z-index: 99;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
.el-footer{
	margin-top: 1rem;
	height: auto !important;
	padding: 2rem .5rem;
}
.el-footer,.el-footer a{
	color: rgba(255,255,255,0.8);
}
.el-footer section{
	flex-wrap:wrap;
}
.el-footer p{
	margin-bottom: 0;
	font-size: .8rem;
	line-height: 2rem;
	width: 100%;
	text-align: center;
}
.el-footer p.footer-beian{
    align-items: center;
	justify-content: center;
}
.el-footer span.sep{
	padding: 0 .2rem;
}
.m-ico{
	display: none;
}
#DIALOG_CENTER,#DIALOG_CENTER_SHADE{
	display: none !important;
}
.f_link{
	padding: 1.25rem 0;
	margin-top: 0.9375rem;
}
.f_link .inner{
	align-items: center;
	padding: 1%;
	box-sizing: border-box;
}
.f_link h2{
	line-height:2rem;
	font-weight: normal;
	font-size:1rem;
	position:relative;
}
.f_link h2::before{
	content: '';
	width:90%;
	position:absolute;
	border-bottom: 1px solid #eeeeee;
	bottom: 1rem;
	margin-left:6rem;
}
.f_link .link_con a{
	display:inline-block;
	line-height:2rem;
	padding: 0 1.25rem 0 0;
	color: #999;
	font-size: .9rem;
}
.el-backtop{
	text-align:center;
	right: .5rem;
	bottom: 5rem;
}
.el-backtop i{
	padding-top:.55rem;
}
.el-icon-caret-top{
	color: #009ca8;
	padding-top: .5rem;
}
#footer_f{
	display: none;
}
@media(max-width: 1200px) {
	.el-container{
		padding-left: .75rem;
		padding-right: .75rem;
		box-sizing: border-box;
	}
}
@media(max-width: 600px) {
	.el-header .el-top-wrap,.el-header .input-group{
		display: none;
	}
	.el-header{
		border-bottom: 1px solid #1f4889;
	}
	.el-header .el-logo{
		padding: 1rem 0;
	}
	.m-ico{
		display: block;
		margin-top: -1.5rem;
		color: #ffffff;
	}
	.m-ico .el-icon-minus{
		width: 1.2rem;
		font-size: 2rem;
		margin: 0 .75rem 0 auto;
		display: block;
		height: .5rem;
	}
	.el-menu{
		display: none;
		position: absolute;
		z-index: 99;
		width: 50%;
		right: 0;
		top: 4.5rem;
		box-shadow: 8px 8px 20px 0px rgba(55,99,170,0.4);
	}
	.el-menu{
		flex-wrap: wrap;
	}
	.el-menu li.el-menu-item{
		width: 100%;
		border-bottom: 1px solid #1c67b3 !important;
		text-align: center;
		border-right: none;
		padding: 0;
	}
	.el-footer{
		margin-bottom: 3.3rem;
	}
	#footer_f{border-top: 1px solid #183f7c;font-size:1em;width: 100%;min-width: 320px;max-width: 640px;margin: 0 auto;bottom: 0;position: fixed;height: 3.5rem;z-index: 9999;display: flex;}
	#footer_f_l,#footer_f_r{font-weight: bold;display: block;width: 50%;height: 3.5rem;line-height: 3.5rem;text-align: center;color: #fff;}
	#footer_f_l i,#footer_f_r i{vertical-align: -webkit-baseline-middle;padding: .5rem .8rem;margin-right: .3rem;}
	#footer_f_l {background-color: #102950;border-right: 1px solid #183f7c;}
	#footer_f_r {background-color: #102950;position: relative;}
	#footer_f_r .sp3{font-weight: normal; font-size:.9rem;position: absolute;background-color: #f31919;height: 1.2rem;width: 1.2em;border-radius: 1.2em;color: #fff;line-height: 1.2rem;font-style: normal;top: .3em;/*margin-left: -.5em;*/}
	#footer_f_r .sp2{background:url(/images/finger.png) no-repeat;position: absolute; background-size: 100%;bottom: .3rem;width: 2rem;height: 2rem; margin-left: .5rem;}

}
@media(max-width: 480px) {
	footer p{
		font-size: .9rem;
	}
	footer .footer-beian span.sep{
		display: none;
	}
	footer p.footer-beian{
		flex-wrap: wrap;
	}
	#footer_f_l i,#footer_f_r i{ 
		padding-top:.3em;
	}
}