 

/*集团首页-产品地图*/
.g_map-container{width: 1400px; padding: 0px 0 30px; width: 1337px; margin: 0 auto;}
.g_map-list{margin-top: 25px; width: 100%;}
.g_map-list ul{display: flex; justify-content: space-between;}
.g_map-list ul li{position: relative; width: calc((100% - 518px) / 3); height: 482px; box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.g_map-def{width: 100%; height: 482px; position: relative; overflow: hidden; opacity: 1;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.g_map-def img{display: block; width: 100%; height: 482px; position: absolute; left: 0; bottom: 0;}
.g_footer-left::after{content: ''; display: block; width: 1px; height: 220px; background: linear-gradient(180deg, rgba(153,153,153,0.00) 0%, #999999 53%, rgba(153,153,153,0.00) 100%) ; position: absolute; right: -53px; top: 45px;}
.g_map-remark p{font-size: 18px; font-weight: bold; color: #fff;}
.g_map-remark span{display: block; font-size: 14px; color: #fff; line-height: 23px; margin-top: 18px;}
.g_map-hover{position: absolute; width: 100%; height: 100%; overflow: hidden; z-index: 10; opacity: 0; left: 0; top: 0;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.g_map-content{width: 346px; height: 482px; background-color: #ffffff; background-size: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; padding: 36px 34px 0; position: relative;}
.g_map-content>p{font-size: 18px; color: #333; font-weight: 700;}
.g_map-content img{display: block; height: 40px; margin: 10px 0;}
.g_map-content>span{display: block; font-size: 14px; line-height: 24px; height: 120px;}
.g_map-content>b{display: block; font-size: 14px; font-weight: 500; color: #333; margin-top: 13px;}
.g_map-tab{margin-top: 20px; display: flex; flex-wrap: wrap;}
.g_map-tab a{display: inline-block;height: 28px; line-height: 28px; padding: 0 22px; border-radius: 28px; background: #fff; font-size: 12px; color: #666; margin: 0 10px 10px 0; min-width: 92px; box-sizing: border-box; -webkit-box-sizing: border-box; text-align: center;}
.g_map-tab a:hover{color: #fff; background:#2183e9;}
.g_map-buttons{position: absolute; left: 0; bottom: 36px; padding: 0 34px; display: flex; align-items: center; box-sizing: border-box; -webkit-box-sizing: border-box;}
.g_map-buttons a{display: flex; align-items: center; justify-content: center; width: 196px; height: 34px; box-sizing: border-box; -webkit-box-sizing: border-box; border: 1px solid #E7E6E6; border-radius: 4px; font-size: 14px; font-weight: 500;}
.g_map-buttons a.g_btn-red{border-color:#2183e9;}
.g_map-list ul li.g_map-dqys{width: 476px;}
.g_map-list ul li.g_map-dqys .g_map-hover{opacity: 0;}
.g_map-list ul li.g_map-dqys .g_map-hover{width: 476px !important; opacity: 1 !important;}


