@charset "utf-8";
body {
	background: #f9f9f9;
}

.n1_box {
	width: 83%;
	margin: auto;
	padding-bottom: 80px;
}

.product_page {
	padding-bottom: 170px;
	padding-top: 150px;
}

.r1_nav {
	background: #fff;
	height: 102px;
	overflow: hidden;
	margin-bottom: 30px;
}

.r1_nav:last-child {
	margin-bottom: 0;
}

.r1_nav.on {
	height: auto;
}

.r1_nav .r1_title {
	padding: 30px 50px;
	cursor: pointer;
}

.r1_nav .r1_title .txt {
	font-size: 22px;
	padding-bottom: 15px;
	color:#000;
}

.r1_nav .r1_title .txt2 {
	font-size: 18px;
	color: #676769;
}

.r1_nav .r1_title .right {
	position: relative;
	top: -5px;
}

.r1_nav.on .r1_title .right {
	position: relative;
	top: 0;
}

.r1_nav .r1_title .txt2 {
	display: none;
}

.r1_nav.on .r1_title .txt2 {
	display: block;
}

.r1_nav .right .r_icon2 {
	display: none;
}

.r1_nav.on .right .r_icon1 {
	display: none;
}

.r1_nav.on .right .r_icon2 {
	display: block;
}

.r1_nav .r1_dt {
	padding: 30px 50px 30px 0;
	border-top: 1px solid #f2f5f8;
	box-sizing: border-box;
	margin-left: 50px;
}

.r1_nav .r1_1 {
	margin-bottom: 40px;
}

.r1_nav .r1_1:last-child {
	margin-bottom: 0;
}

.r1_nav .r1_1 .r1_1_1 {
	line-height: 1;
	font-size: 20px;
	padding-bottom: 10px;
	color:#000;
}

.r1_nav .r1_1 .r1_1_2 {
	color: #676769;
	font-size: 16px;
	line-height: 24px;
}

.r1_nav .r1_2 {
	padding-top: 30px;
	padding-bottom: 70px;
	padding-right: 50px;
	margin-left: 50px;
	border-top: 1px solid #f2f5f8;
	box-sizing: border-box;
	color:#000;
	font-size: 20px;
}

.r1_nav .r1_2 .txt {
	color: #5b7933;
	position: relative;
}
.r1_nav .r1_2 .txt:after{
	content: "";
	width: 100%;
	height: 2px;
	background: #5b7933;
	position: absolute;
	bottom: -5px;
	left: 0;
}

.map_box{
	position: relative;
}
.map_con{
	width: 100%;
	height: 664px;
	margin-top: 40px;
}
.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;}
.BMapLabel{
	background-image: url(../img/map_bg.png);
}
.BMapLabel:after{
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -25px;
	width: 49px;
	height: 25px;
	background: url(../img/map_img.png) no-repeat left top;
	background-size: contain;
	content: "";
}
.map_info {
	position: absolute;
	right: 76px;
	top: 50%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1000;
	box-shadow: 0px 5px 15px 0px rgba(204, 204, 204, 0.75);
	background: #fff;
	width: 524px;
	height: 346px;
}

.map_info_inner {
	margin-left: 24px;
	margin-right: 24px;
	padding-top: 75px;
}

.map_info .title {
	font-size: 28px;
	line-height: 1;
	padding-bottom: 30px;
}

.map_info .phone {
	font-size: 18px;
	padding: 14px 30px 14px 24px;
	background-size: cover;
	line-height: 24px;
	border-bottom: 1px solid #eaeaea;
}

.map_info .address {
	font-size: 18px;
	padding: 14px 0px 14px 24px;
	background-size: cover;
	line-height: 24px;
	border-bottom: 1px solid #eaeaea;
}


.cu1_box{
	background: #fff;
	padding: 50px 55px 35px 55px;
}
.cu1_box .cu1_nav{
	width: 26%;
}
.cu1_box .cu1_nav_img{
	height: 85px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 30px;
}
.cu1_box .cu1_nav .cu1_nav_title,
.cu1_box .cu1_nav .cu1_nav_1{
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color:#000;
}
.cu1_box .cu1_nav .cu1_nav_subtitle{
	font-size: 18px;
	line-height: 18px;
	margin-top: 40px;
}
.cu1_box .cu1_nav .cu1_nav_txt{
	text-align: center;
}
.cu1_box .cu1_nav .cu1_nav_txt:first-child{
	margin-right: 70px;
}
.cu1_box .cu1_nav .cu1_nav_2 .img{
	width: 90px;
	height: 90px;
	margin-top: 10px;
}
/*响应式适配*/

@media screen and (max-width: 1861px) {
	
}

@media screen and (max-width: 1681px) {
	
}

@media screen and (max-width: 1450px) {
	.cu1_box .cu1_nav .cu1_nav_txt:first-child {
	    margin-right: 30px;
	}
}

@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) {
	.n1_box {
		width: 90%;
		padding-bottom: 30px;
		margin-left: 0%;
		margin: auto;
	}
	.r1_nav .r1_title {
		padding: 10px 20px;
	}
	.r1_nav .r1_title .txt {
		font-size: 16px;
		padding-bottom: 5px;
	}
	.r1_nav .r1_title .txt2 {
		font-size: 12px;
	}
	.r1_nav .r1_dt {
		padding: 20px 20px 20px 0;
		margin-left: 20px;
	}
	.r1_nav .r1_1 .r1_1_1 {
		font-size: 16px;
	}
	.r1_nav .r1_1 .r1_1_2 {
		font-size: 14px;
	}
	.r1_nav .r1_1 {
	    margin-bottom: 20px;
	}
	.r1_nav .r1_2 {
		height: 50px;
		line-height: 50px;
		padding-right: 20px;
		margin-left: 20px;
		font-size: 16px;
		padding-top: 0;
		padding-bottom: 0;
	}
	.r1_nav {
		height: 48px;
		margin-bottom: 10px;
	}
	.r1_nav .right .r_icon {
		width: 16px;
	}
	
	.map_con {
		height: 360px;
		margin-top: 20px;
	}
	
	.map_info {
		position: initial;
		width: 100%;
		height: auto;
		padding-bottom: 0px;
		transform: initial;
	}
	.map_info_inner {
		margin-left: 0px;
		padding-left: 20px;
		padding-right: 20px;
		margin-right: 0;
		padding-top: 30px;
	}
	.map_info .title {
		font-size: 18px;
		padding-bottom: 10px;
	}
	.map_info .address,
	.map_info .phone {
		font-size: 14px;
	}
	.map_info .phone:last-child{
		border-bottom: none;
	}
	
	.n1_con{
		background: #f9f9f9;
	}
	.cu1_box {
	    padding: 0;
	    display: block;
	    background: #f9f9f9;
	    margin-top: 30px;
	}
	.cu1_box .cu1_nav {
	    width: 100%;
	    margin-bottom: 10px;
	    background: #fff;
	    box-sizing: border-box;
	    padding: 20px;
	}
	.cu1_box .cu1_nav:last-child{
		margin-bottom: 0;
	}
	.cu1_box .cu1_nav_img{
		height: auto;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.cu1_box .cu1_nav_img .img{
		width:30px;
	}
	.cu1_box .cu1_nav .cu1_nav_subtitle {
	    font-size: 14px;
	    line-height: 14px;
	    margin-top: 10px;
	}
	.cu1_box .cu1_nav .cu1_nav_title, .cu1_box .cu1_nav .cu1_nav_1 {
	    font-size: 16px;
	    line-height: 16px;
	}
}

@media screen and (max-width: 414px) {}