﻿@charset "utf-8";
.cu1_box{
	width: 100%;
	padding: 100px 0;
}
.cu1_box .cu1_inner{
	width: 100%;
}
.cu1_box .cu1_left{
	width: 50%;
	border-right: 1px solid #E8E8E8;
}
.cu1_box .cu1_right{
	width: 50%;
	box-sizing: border-box;
	padding-left: 11.6%;
}
.cu1_box .cu1_left > .left{
	width: 68%;
}
.cu1_box .cu1_left > .left .cu1_left_nav{
	margin-bottom: 45px;
}
.cu1_box .cu1_left > .left .cu1_left_nav:last-child{
	margin-bottom: 0;
}
.cu1_box .cu1_left > .left .left{
	margin-right: 16px;
}
.cu1_box .cu1_left > .left .right_title{
	font-size: 16px;
}
.cu1_box .cu1_left > .left .right_subtitle{
	font-size: 30px;  
	margin-top:16px;
	font-weight: bold;
}
.cu1_box .cu1_left > .right .right_title{
	font-size: 16px;
	line-height: 16px;
    text-align:center;
}
.cu1_box .cu1_left > .right .right_qr_txt{  
	font-size: 14px;
	line-height: 14px;
	text-align: center;
}
.cu1_box .cu1_left > .right .right_qr_img{
	margin: 20px 0;
}
.cu1_box .cu1_left > .right .right_qr_img .img{
	width: 60%;
    margin:auto; 
}
.cu1_box .cu1_right .cu1_right_title{
	font-size: 24px;
	margin-bottom: 10px;
}
.cu1_box .cu1_right .cu1_right_title .txt{
	padding-left: 10px;
}
.cu1_box .cu1_right .cu1_right_subtitle{
	font-size: 16px;
	line-height: 26px;
}
.cu1_box .cu1_right .cu1_right_content{
	font-size: 16px;
	line-height: 26px;
}
.cu1_box .cu1_right .cu1_right_map{
	margin-top: 40px;
	height: 358px;
}
.BMap_mask{ display:none;}
.BMap_stdMpZoom{ display:none;}
.BMap_stdMpPan{ display:none;}
.BMap_cpyCtrl{ display:none;}
.BMap_scaleTxt{ display:none;}
.BMap_scaleCtrl{ display:none;}
.BMap_omCtrl{ display:none;}
.anchorBL{ display:none;}
/*响应式适配*/

@media screen and (max-width: 1861px) {}

@media screen and (max-width: 1681px) {
	.cu1_box .cu1_left > .left .right_subtitle{
		font-size: 30px;
		margin-top:10px;
	}
	.cu1_box .cu1_right{
		padding-left: 8%;
	}
}

@media screen and (max-width: 1450px) {
	
}

@media screen and (max-width: 1335px) {

}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 768px) {
	.cu1_box{
		width: 100%;
		padding: 30px 0;
	}
	.cu1_box .cu1_inner{
		display: block;
	}
	.cu1_box .cu1_left{
		width: 100%;
		border-right:none;
		display: block;
	}
	.cu1_box .cu1_right{
		width: 100%;
		padding-left: 0%;
		margin-top: 20px;
	}
	.cu1_box .cu1_left > .left .left{
		margin-right: 10px;
	}
	.cu1_box .cu1_left > .left{
		width: 100%;
		margin-bottom: 20px;
	}
	.cu1_box .cu1_left > .left .cu1_left_nav{
		margin-bottom: 20px;
	}
	.cu1_box .cu1_left > .left .left .img{
		width: 20px;
	}
	.cu1_box .cu1_left > .left .right_subtitle{
		font-size: 20px;
		margin-top:5px;
	}
	.cu1_box .cu1_left > .right .right_qr_img{
		margin: 5px 0;
	}
	.cu1_box .cu1_left > .right .right_qr_img .img{
		width: 90px;
	}
	.cu1_box .cu1_left > .right .right_title{
		font-size: 14px;
		line-height: 14px;
	}
	.cu1_box .cu1_left > .right .right_qr_txt{
		font-size: 12px;
		line-height: 12px;
		text-align: left;
	}
	.cu1_box .cu1_right .cu1_right_title{
		font-size: 18px;
	}
	.cu1_box .cu1_right .cu1_right_title .img{
		width: 18px;
	}
	.cu1_box .cu1_right .cu1_right_subtitle{
		font-size: 14px;
		line-height: 20px;
	}
	.cu1_box .cu1_right .cu1_right_map{
		margin-top: 20px;
		height: 250px;
	}
}

@media screen and (max-width: 414px) {}

@media screen and (max-width: 380px) {}

@media screen and (max-width: 330px) {}