@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0; padding:0; list-style:none; text-decoration:none;}
i,em{font-style:normal;}
input, select{vertical-align:middle; font-family:"宋体";}
a{color:#333; text-decoration:none;}
a:hover{text-decoration:underline; color:#003399;}
a img{border:0 none;}
a, input, textarea{outline:none;}
input:focus, select:focus, textarea:focus{color:#666 !important;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
.tl li{white-space:nowrap; overflow:hidden;}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
.clearfix:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
.dian{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

html{-webkit-text-size-adjust: none;-webkit-text-size-adjust: 100%;}
body{font-family:"microsoft yahei"; color:#333;}
.fixbox{
	width: 1120px;
	margin: 0 auto;
}

.mbanner{display: none;}
.title{
	width: 210px;
	height: 60px;
	line-height: 60px;
	background: #3864be;
	text-align: center;
	font-size: 36px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 240px auto 0;
	letter-spacing: 6px;
}
.jianjie{
	font-size: 20px;
	color: #333333;
	line-height: 36px;
	width: 910px;
	margin: 30px auto 0;
	text-indent: 2em;
}
.item-head{
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	background: #3864be;
	font-size: 36px;
	margin-top: 65px;
}
.bq{
	float: left;
	padding-right: 15px;
	height: 45px;
	background: #2450ab;
	margin-top: 45px;
}
.bq-nr{
	padding: 0 15px;
	text-align: center;
	line-height: 45px;
	font-size: 24px;
	color: #ffffff;
	background:#3864be ;
}
.item-li p{
	font-size: 18px;
	color: #333333;
	line-height: 36px;
	text-indent: 2em;
	margin-top: 30px;
}
.tab{
	text-align: center;
	margin-top: 25px;
}
.tab>div{
	font-size: 30px;
	color: #333333;
	text-align: center;
}
.tab img{
	margin-top: 30px;
}
.copyright #glbbot{
	margin: 0 auto;
	border: none;
	padding: 20px 0;
	color: #333;
}
.copyright #glbbot a{
	color: #333;
}
.footer{
	display: none;
}
.mtab{
	display: none;
}

.zbimg_bottom {
	position: fixed;
	right: 50%;
	transform: translateX(50%);
	bottom: 0;
	animation: goTop 2s;
	width: 1200px;
	opacity: 1;
	cursor: pointer;
	z-index: 9999999;
}

.zbimg_bottom.active {
	transition: opacity 1.2s ease-in-out, width 1.2s ease-in-out, right 1.2s ease-in-out, bottom 1.2s cubic-bezier(0, .53, 1, 1);
}

@keyframes goTop {
	0% {
		bottom: -120px;
	}

	30% {
		bottom: 0;
	}

	80% {
		bottom: 0;
	}

	100% {
		bottom: 0;
	}
}

.right_bar {
	position: fixed;
	right: 6px;
	bottom: 20%;
	z-index: 10001;
	width: 130px;
}
.right_bar a img {
	display: block;
	width: 100%;
}
