.app{
    width: 100%;
    min-height: 100vh;
}
.top{
    width: 100%;
    height: 320px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.topBp_div{
	width:100%;
	height: 280px;
}
.topBp_div1{
	background: url(../img/top_bg1.png);
	background-size: 100% 100% ;
}
.topBp_div2{
	background: url(../img/top_bg2.png);
	background-size: 100% 100% ;
}
.topBp_div3{
	background: url(../img/top_bg3.png);
	background-size: 100% 100% ;
}
.topBp_div4{
	background: url(../img/top_bg4.png);
	background-size: 100% 100% ;
}
.topBp{
    /* position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1; */
}
.top_div{
    width: 1280px;
    height: 100%;
    display: flex;
    justify-content: center;
}
.top_div>img{
	margin-top: 60px;
	height: 135px;
}
.showweixin{
    position: relative;
}
.qr_div{
    position: absolute;
    top:20px;
    left: 20px;
    display: none;
    z-index: 999;
    width:148px;
    height:180px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(234, 234, 234, 1);
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.WX_div{
    position: absolute;
    width: 100%;
    height: 40px;
    background-color: #015193;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fff{
    color: #fff;
}
.spaceBetween{
    justify-content: space-between;
}
.spaceAround{
    justify-content: space-around;
}
.search_div{
    background: #FFFFFF;
    padding-left: 5px;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search_div .icon{
    height: 18px;
    width: 18px;
}
.search_div input{
    border: none;
    background: transparent;
    height: 30px;
    line-height: 30px;
}
.search_btn{
    height: 30px;
    border-radius: 0px;
}
.menu_div{
    /* position: absolute;
	bottom: 0;
	left: 0; */
    width: 100%;
    height: 50px;
    background-color: #015193;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-top: -55px;
}
.footer_div{
    margin-top: 20px;
    width: 100%;
    /* height: 210px; */
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
	
}
.footer_div .top_div{
	/* height: 110px; */
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	border-top: 4px solid #D69FA7;
}
.top_div_box{
	height: 55px;
	width: 100%;
	display: flex;
	align-items: center;
}
.top_div_box1{
	width: 140px;
	margin-right: 3px;
	font-size:16px;
	cursor: pointer;
}
.top_div_box1 span{
	margin-right: 9px;
}
.top_div_box1.active span{
	color: #BF001A;
}
.top_div_box1.active img{
	transform: rotate(90deg);
}
.top_div_box_detail{
	width: 100%;
	height: 100%;
	display: flex;
	/* justify-content: space-between; */
	overflow: hidden;
	    flex-wrap: wrap;
}
.top_div_box2{
	min-width: 95px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	    padding: 0 5px;
}
.top_div_box2>span{
	display:inline-flex;
	width:100%;
}
.top_div_box3{
	min-width: 118px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
    padding: 0 5px;
}

.top_div_box:last-of-type{
	border-top: 1px solid #A4A4A4;
	    height: auto;
	    line-height: 55px;
}
.footer_div .top_div2{
	width:100%;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #E9E8E9;
}
.com_div{
	display: flex;
	
}
.com_div p{
	margin: 0;
	color: #333333;
	margin-right: 40px;
}

.link_group2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.link_group2>div{
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	box-sizing: border-box;
	background-color: #D4EBFE;
	color: #015297;
	font-size: 20px;
	font-weight: bold;
}
.link_group2>div select{
	    width: calc(100% - 16px);
	    height: 100%;
	    margin: 0px;
	    padding: 0px;
	    border: none;
	    background: transparent;
	    padding-left: 42px;
	    box-sizing: border-box;
	    float: left;
		color: #015297;
		font-size: 20px;
		font-weight: bold;
}
.top_search{
	height: 32px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	background: #88B3D5;
}
.top_search>div{
	width: 1280px;
	padding:0 62px;
	height: 100%;
	display: flex;
	justify-content: space-between;
}
.top_search_l{
	height: 100%;
	display: flex;
	align-items: center;
}
.top_line_box{
	height: 15px;
	line-height: 15px;
	padding :0 9px;
	/* border-right: 1px solid #666666; */
}
.top_line_box:last-of-type{
	/* border-right: 0px solid #666666; */
}
.top_search_r{
	display: flex;
	align-items: center;
	height: 100%;
	position: relative;
}
.top_search span{
	font-size: 12px;
	color:#fff;
	cursor: pointer;
}
.top_search input{
	width: 200px;
	height: 24px;
	border-radius: 10px;
	border:1px solid #C4C4C4;
	margin-left: 9px;
	/* margin-right: 7px; */
	background-color: #88B3D5;
	padding-right: 52px;
	color: #fff;
}
.icon_search{
	    width: 50px;
	    height: 24px;
	    position: absolute;
	    right: 0px;
}