@import url("reset.css");
@import url("head.css");
@import url("foot.css");
@import url("sidebar.css");
[v-cloak] {
  display: none;
}
html,body{
	font-family: 微软雅黑, 'Microsoft Yahei',tahoma, verdana, arial, 'Hiragino Sans GB', 宋体;
	min-width: 800px;
	background: #f3f4f6;
}
.inline{
	display: inline-block;
}
.verticalT{
	vertical-align: top;
}
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}
.hover{
	cursor: pointer;
}
.content{
	min-width: 1200px;
  max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.content_wrap{
	margin-top: 81px;
}
.text_center{
	text-align: center;

}
.float_right{
	float: right;
}
.float_left{
	float: left;
}
.text_red{
	color: #f81414;
	font-size: 13px;
}
.index_info .title{
	color: #1681d3;
	font-size: 28px;
	padding: 35px 0 25px 0;
}
.index_info p{
	color: #828283;
	font-size: 20px;
	width: 65%;
	margin: 0 auto 40px auto;
}
/*弹窗*/
.modal{
	position: fixed;
	z-index: 11;
	top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    visibility: hidden;
    transition: all 0.5s;
}
.modal_wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -250px;
    margin-top: -145px;
    text-align: center;
    transform: scale(0);
    transition: all 0.5s;
}
.modal_content{
	display: inline-block;
    background: #fff;
    border-radius: 4px;
    padding: 37px 20px;
    width: 500px;
    height: 290px;
    box-sizing: border-box;
}
.modal_title{
	font-size: 16px;
	color: #333333;
	margin-top: 25px;
}
.modal_info{
	font-size: 14px;
	color: #9f9f9f;
	margin: 20px 0 30px 0;
}
.modal_btn{
	background: #5793e9;
	color: #fff;
	padding: 10px 50px;
	display: inline-block;
	border-radius: 30px;
	cursor: pointer;
}
.modal_open{
	overflow: hidden;
	height: 100vh;
}
/*底部图标*/
#jsgovicon+a {
  display: none;
}