@charset "utf-8";
.pc_menu{
	padding-bottom: 0;
	border-bottom: 1px solid #e5e5e5;
}
.pc_menu .pc_menu_nav{
	font-size: 30px;
	line-height: 30px;
}
.r1_box  .r1_con{
	margin-top: 80px;
	padding-bottom: 80px;
}
.r1_box .body_con{
	display: none;
}
.r1_box .body_con.on{
	display: block;
}
.r1_nav {
	background: #fff;
	margin-bottom: 30px;
	box-shadow: 0px 5px 27px 3px rgba(136, 136, 136, 0.3);
	border-radius: 10px;
}
.r1_nav .r1_content{
	display: none;
}

.r1_nav:last-child {
	margin-bottom: 0;
}
.r1_nav .r1_title {
	padding: 46px 20px;
	cursor: pointer;
}
.r1_nav .r1_title .r1_d{
	margin-right: 10px;
	font-size: 18px;
}

.r1_nav .r1_title .txt {
	font-size: 24px;
	padding-bottom: 12px;
	color:#000;
	font-weight: bold;
}

.r1_nav .r1_title .txt2 {
	font-size: 18px;
	color: #676769;
}

.r1_nav .r1_title .right {
	position: relative;
	padding-top: 15px;
}

.r1_nav.on .r1_title .right {
	position: relative;
	top: 0;
}
.r1_nav .right .r_icon{
	width: 25px;
	height: 25px;
	position: relative;
	top: -3px;
}
.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 0;
	box-sizing: border-box;
	margin:0 20px;
	border-top: 1px solid #d6d6d6;
}

.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: 18px;
	padding-bottom: 10px;
	color:#000;
}

.r1_nav .r1_1 .r1_1_2 {
	color: #676769;
	font-size: 18px;
	line-height: 36px;
}

.r1_nav .r1_2 {
	padding-top: 30px;
	padding-bottom: 70px;
	padding-right: 20px;
	margin-left: 20px;
	border-top: 1px solid #f2f5f8;
	box-sizing: border-box;
	color:#000;
	font-size: 18px;
}

.r1_nav .r1_2 .txt {
	position: relative;
}
/* .r1_nav .r1_2 .txt:after{
	content: "";
	width: 100%;
	height: 2px;
	background: #5b7933;
	position: absolute;
	bottom: -5px;
	left: 0;
} */
.product_page{
	padding-top: 16px;
	margin-bottom: 100px;
}


.map_box{
	position: relative;
}
.map_con{
	width: 100%;
	height: 500px;
	margin-top: 80px;
}
.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(../images/map_bg.png);
}
.BMapLabel:after{
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -25px;
	width: 49px;
	height: 25px;
	background: url(../images/map_img.png) no-repeat left top;
	background-size: contain;
	content: "";
}
.map_info {
	position: absolute;
	right: 100px;
	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: 588px;
	height: 440px;
	border-radius: 10px;
}

.map_info .map_info_inner {
	padding: 26px 30px;
	height: 30px;
	overflow: hidden;
}
.map_info .map_info_inner.on{
	height: auto;
}

.map_info .map_info_inner:last-child{
	margin-bottom: 0;
}

.map_info .map_info_inner .title {
	font-size: 20px;
	line-height: 1;
	padding-bottom: 20px;
	background: url(../images/arrow_bottom.png) no-repeat right 5px;
	background-size: 14px auto;
	cursor: pointer;
}
.map_info .map_info_inner.on .title {
	background: url(../images/arrow_top.png) no-repeat right 5px;
	background-size: 14px auto;
}
.map_info .map_info_inner.on .title {
	color:#fcc80e;
	font-size: 24px;
}

.map_info .map_info_inner .phone {
	font-size: 20px;
	padding: 0 0 0 32px;
	background-size: cover;
	line-height: 24px;
	margin-bottom: 20px;
}
.map_info .map_info_inner .qr_img{
	text-align: center;
	font-size: 18px;
	margin-bottom: 60px;
}
.map_info .map_info_inner .qr_img .img{
	margin: auto;
}

.r2_box{
	width: 100%;
	margin: 100px 0;
}
.r2_box .r2_title{
	text-align: center;
	font-size: 24px;
}
.r2_box .r2_title .txt{
	border-bottom: 1px solid #333333;
	padding-bottom: 10px;
}
.r2_box .r2_content{
	margin-top: 100px;
}
.r2_box .r2_left{
	width: 37.5%;
	overflow: hidden;
}
.r2_box .r2_nav{
	width: 47%;
	margin-right: 6%;
	margin-bottom: 36px;
	float: left;
	position: relative;
}
.r2_box .r2_nav:nth-child(2n){
	margin-right: 0;
}
.r2_box .r2_nav .r2_nav_title{
	font-size: 18px;
	margin-bottom: 16px;
}
.r2_box .r2_nav .r2_nav_input{
	height: 56px;
	background: #eee;
	font-size: 18px;
	line-height: 56px;
	box-sizing: border-box;
	padding: 0 30px;
	border-radius: 10px;
	border:none;
	width: 100%;
}
.r2_box .r2_nav:nth-child(5),
.r2_box .r2_nav:nth-child(6),
.r2_box .r2_nav:nth-child(7){
	width: 100%;
}
.r2_box .r2_nav:nth-child(5) .r2_nav_input{
	height: 242px;
	font-size: 18px;
	line-height: 24px;
	padding: 20px 30px;
	resize: none;
	font-family: "微软雅黑 Light";
}
.r2_box .r2_nav .r2_nav_input::placeholder{
	color:#333;
	opacity: 0.3;
}
.canvas{
	position: absolute;
	right: 10px;
	bottom: 8px;
	background: #fcfefc;
	cursor: pointer;
}
.r2_box .r2_nav:nth-child(7){
	padding-top: 60px;
	border-top: 1px solid #eee;
	margin-top: 30px;
}
.r2_box .r2_nav .r2_nav_btn{
	width: 228px;
	height: 68px;
	border-radius: 60px;
	font-size: 24px;
	text-align: center;
	line-height: 68px;
}
.r2_box .r2_nav .r2_nav_btn:first-child{
	background: #fcc80e;
	color:#fff;
	margin-right: 30px;
}
.r2_box .r2_nav .r2_nav_btn:last-child{
	background: #eee;
	color:#333;
}

.r2_box .r2_nav .r2_nav_input:focus{
	outline: none;
}
.r2_box .r2_right{
	width: 57%;
}
.r2_box .r2_right .img{
	width: 100%;
}
/*响应式适配*/

@media screen and (max-width: 1861px) {
	
}
@media screen and (max-width: 1681px) {
	
}
@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) {
	.r2_box .r2_nav .r2_nav_input{
		padding: 10px;
	}
	.map_info{
		right: 30px;
		width: 420px;
	}
	.map_info .map_info_inner .qr_img .img{
		width: 220px;
	}
}
@media screen and (max-width: 768px) {
	.product_page {
	    margin-bottom: 20px;
	}
	.pc_menu{
		padding-bottom: 0 !important;
	}
	.pc_menu .pc_menu_nav{
		font-size: 12px;
		line-height: 12px;
	}
	.r1_box {
		padding-bottom: 10px;
		margin: auto;
		margin-top: 20px;
	}
	.r1_nav .r1_title {
		padding: 10px;
	}
	.r1_nav .r1_title .txt {
		font-size: 14px;
		padding-bottom: 0px;
	}
	.r1_nav .r1_title .txt2 {
		font-size: 12px;
		line-height: 18px;
		padding-top: 5px;
	}
	.r1_nav .r1_1 .r1_1_1 {
		font-size: 14px;
	}
	.r1_nav .r1_1 .r1_1_2 {
		font-size: 14px;
		line-height: 20px;
	}
	.r1_nav .r1_title .r1_d{
		font-size: 12px;
		margin-right: 5px;
	}
	.r1_nav .r1_1 {
		margin-bottom: 20px;
	}
	.r1_nav .r1_2 {
		height: 42px;
		line-height: 42px;
		margin-right: 10px;
		margin-left: 10px;
		font-size: 12px;
		padding-top: 0;
		padding-bottom: 0;
	}
	.r1_nav .r1_dt{
		padding: 16px 0;
		margin: 0 10px;
	}
	.r1_nav {
		margin-bottom: 10px;
	}
	.r1_nav .right .r_icon {
		width: 16px;
		height: 16px;
		margin-top: 2px;
	}
	.r1_box .r1_con{
		margin-top: 20px;
		padding-bottom: 10px;
	}
	.r1_nav .r1_title .left{
		width: 75%;
	}
	.r1_nav .r1_title .right{
		padding-top: 9px;
	}
	.map_info{
		position: initial;
		transform: initial;
		width: 100%;
		height: auto;
		padding-bottom: 10px;
		padding-top: 5px;
	}
	.map_con{
		height: 300px;
		margin-top: 20px;
	}
	.map_info .map_info_inner .qr_img .img{
		width: 100px;
	}
	.map_info .map_info_inner {
	    padding: 10px 10px;
	    height: 30px;
	}
	.map_info .map_info_inner .title{
		font-size: 14px;
	}
	.map_info .map_info_inner.on .title {
	    font-size: 16px;
	}
	.map_info .map_info_inner .phone {
	    font-size: 14px;
	    padding: 0 0 0 32px;
	    line-height: 20px;
	    margin-bottom: 5px;
		background-size: 13px auto !important;
	}
	.map_info .map_info_inner .qr_img{
		font-size: 12px;
		margin-bottom: 10px;
	}
	.r2_box {
	    margin: 30px 0 20px 0;
	}
	.r2_box .r2_title {
	    font-size: 16px;
	}
	.r2_box .r2_title .txt {
	    padding-bottom: 5px;
	}
	.r2_box .r2_content{
		display: block;
		margin-top: 30px;
	}
	.r2_box .r2_left{
		width: 100%;
	}
	.r2_box .r2_right{
		width: 100%;
	}
	.r2_box .r2_nav .r2_nav_input {
	    height: 32px;
	    font-size: 14px;
	    line-height: 32px;
	    padding: 0 10px;
		border-radius: 5px;
	}
	.r2_box .r2_nav .r2_nav_title {
	    font-size: 14px;
	    margin-bottom: 6px;
	}
	.r2_box .r2_nav{
		margin-bottom: 10px;
	}
	.r2_box .r2_nav:nth-child(5) .r2_nav_input {
	    height: 100px;
	    font-size: 14px;
	    line-height: 20px;
	    padding: 10px;
	}
	.r2_box .r2_nav:nth-child(7) {
	    padding-top: 20px;
	    margin-top: 10px;
		margin-bottom: 30px;
	}
	.r2_box .r2_nav .r2_nav_btn {
	    width: 120px;
	    height: 36px;
	    font-size: 14px;
	    line-height: 36px;
	}
	.r2_box .r2_nav:nth-child(6) .r2_nav_input{
	    height: 56px;
	}
}
@media screen and (max-width: 414px) {

}