.index_content{
	width: 100%;
	margin-top: 60px;
}
.index_content img{
	width: 100%;
}
.index_bottom{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.phone_content{
	width: 100%;
	margin-top: 20px;
}
.BMap_cpyCtrl {
	display:none;
}
.anchorBL{
	display:none;
}
.phone_title{
	color: #26499b;
	font-size: 16px;
	font-weight: bold;
}
.phone_title2{
	color: #26499b;
	font-weight: bold;
	font-size: 32px;
	letter-spacing: 2px;
	padding: 20px 0;
	text-align: center;
}
.phone_title3{
	color: #26499b;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 2px;
	padding: 10px 0;
	text-align: center;
}
.phone_items{
	width: 100%;
}
.phone_items_left{
	width: 100%;
}
.input{
	width: 100%;
	padding: 10px 0;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}
.input input{
	width: 100%;
	background: #f2f3f4;
	height: 50px;
	padding: 0 20px;
	box-sizing: border-box;
	border: none;
	outline: none;
}
.input textarea{
	width: 100%;
	height: 200px;
	background: #f2f3f4;
	border: none;
	outline: none;
	padding: 20px;
	box-sizing: border-box;
	resize: none;
}
.input button{
	width: 150px;
	height: 50px;
	border: none;
	background: #26499b;
	color: #ffffff;
}
.phone_items_right{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.phone_lxr{
	width: 80px;
	height: 80px;
	position: absolute;
	right: 40px;
	bottom: -220px;
}
.phone_lxr img{
	width: 100%;
	height: 100%;
}
.phone_code{
	width: 100%;
	display: flex;
	justify-content: center;
}
.phone_code img{
	width: 150px;
	height: 150px;
}
.navActive{
	width: 100%;
	position: fixed !important;
	left: 0;
	top: 0;
	z-index: 999;
	background-color: #0c2c50;
}

.max_index_nav{
	width: 100%;
	height: 30vw;
	background-image: url(./img/phone/back.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.dialog{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
.d_text{
    background-color: #3d3a3a;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    letter-spacing: 2px;
}
.dialog2{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
.d_text2{
    background-color: #25a50b;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    letter-spacing: 2px;
}
.index_map{
	width: 100%;
	height: 300px;
	box-sizing: border-box;
	margin-top: 80px;
	
}
.phone_title3 .button{
	outline: none;
	border: none;
	font-size: 12px;
	padding: 5px 10px;
	box-sizing: border-box;
	background: #003C95;
	color: #FFFFFF;
	border-radius: 5px;
}
.button_map{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	margin-top: 10px;
}
.button_map a{
	background: #003C95;
	color: #FFFFFF;
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 5px;
}
