/*-----body-----*/
.bd_bgm{
	background-color: #f3f3f3;
}
.bd_bg{
	background-color: #fff;
	padding: 36px 42px;
}
.BP_p1{
	font-size: 60px;
	text-align: center;
	font-weight: 300;
	padding-top: 20px;
}
.BP_p1 span{
	font-weight: 700;
	padding-left: 10px;
}

/*-----list-----*/
.gov_m{
	margin: 55px 0px 40px 0px;
	border-bottom: 1px solid #DEDDDD ;
}
.gov_p1 {
	color: #03833C;
	font-weight: 700;
	font-size: 34px;
	letter-spacing: 1px;
	background: url('../img/ico/g20230508-1.png') 0px 8px no-repeat;
	padding-left: 40px;
	margin-bottom: 25px;
}
.gov_t1, .gov_t2{
	margin-top: 20px;
}
.gov_t1 span{
	color: #03833C;
	font-weight: 700;
}
.gov_t2{
	margin-bottom: 36px;
}
.gov_t2 ul li{
	list-style-type: disc;
	margin-left: 24px;
	font-weight: 700;
	padding: 9px 0;
}
.gov_img1, .gov_img2{
	margin-top: 30px;
	padding-bottom: 40px;
}
.gov_img2{
	width: 100%;
}
.gov_img2 div{
	width: 25%;
}
.gov_img3{
	margin-bottom: 40px;
}
.gov_mb{
	border-bottom: 3px solid #EBEBEB ;
	margin-bottom: 3px;
}
.quote-corporate {
    position: relative;
    padding: 20px 25px 22px 25px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #e6e6e6;
    font-size: 22px;
    line-height: 36px;
}
.quote-corporate .quote-image {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    bottom: -12px;
    left: 49%;
}
.gov_t1, .gov_t2{
	font-size: 20px;
}

/*-----gn list-----*/
.map-module {
    margin: 0 auto;
    position: relative;
    transition: all .3s ease;
}
.map-content-info {
    position: relative;
    margin: 30px 0px;
}
.branch-map-l {
    width: 100%;
    height: 1230px;
    position: relative;
}
.map-content-box {
    width: 100%;
    height: 100%;
    background: url("../img/china_map.png") top center no-repeat;
    position: relative;
}
.map-dot {
    position: absolute;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    line-height: 16px;
}
.beijing {
    left: 884px;
    top: 340px;
}
.tianjin {
    left: 906px;
    top: 360px;
}
.hebei {
    left: 858px;
    top: 420px;
}
.xinjiang {
    left: 240px;
    top: 375px;
}
.liaoning {
    left: 980px;
    top: 296px;
}
.gansu {
    left: 646px;
    top: 470px;
}
.heilongjiang {
    left: 970px;
    top: 140px;
}
.shanghai {
    left: 1030px;
    top: 528px;
}
.mongolia {
    left: 630px;
    top: 340px;
}
.jiangxi {
    left: 896px;
    top: 640px;
}
.henan {
    left: 836px;
    top: 500px;
}
.sichuan {
    left: 638px;
    top: 600px;
}
.map-dot:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: #009944;
    border-radius: 50%;
    margin-top: -14px;
    margin-left: -16px;
}
.branch-map-data {
    position: absolute;
    box-sizing: border-box;
    width: 430px;
    border: 2px solid #009944;
    box-shadow: 0 0 2px 2px #e9e9e9;
    background-color: #fff;
    padding: 15px 25px;
    z-index: 1;
    display: none;
    margin-left: -132px;
}
.bmd_sh{
    margin-top: 92px;
}
.bmd_jx, .bmd_ln{
    margin-top: 72px;
}
.bmd_sc{
    margin-top: 80px;
}
.bmd_gs{
    margin-top: 92px;
}
.bmd_hn, .bmd_xj, .bmd_hb, .bmd_bj{
    margin-top: 84px;
}
.bmd_nm{
    margin-top: 130px;
}
.bmd_tj, .bmd_hlj{
    margin-top: 90px;
}

.branch-map-data-title p {
	padding: 5px 0px;
    color: #333;
}
.branch-map-data-title p.p1{
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}
a, button, input, textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.branch-map-data:before, .branch-map-data:after {
    content: "";
    display: block;
    border-width: 15px;
    position: absolute;
    top: -30px;
    left: 70px;
    border-style: solid dashed dashed solid;
    border-color: transparent transparent #009944 transparent;
    font-size: 0;
    line-height: 0;
}
.branch-map-data:after {
    top: -27px;
    border-color: transparent transparent #FFF transparent;
}
.map-dot.cur:before {
    content: "";
    position: absolute;
    left: -10px;
    bottom: -2px;
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #009944;
    animation: dot 4s infinite;
}
@keyframes dot {
    100% {
        transform: translateX(-50%) scale(1);
        opacity: 1;
    }

    50% {
        transform: translateX(-50%) scale(1.5);
        opacity: .1;
    }
}

@media(max-width:1680px){
/*-----list-----*/
.BP_p1{
	font-size: 54px;
	padding-top: 18px;
}
.gov_p1 {
	font-size: 32px;
	background: url('../img/ico/g20230508-1.png') 0px 7px no-repeat;
	margin-bottom: 22px;
}
.gov_t1, .gov_t2{
	font-size: 19px;
	margin-top: 18px;
}
.gov_t2 ul li{
	padding: 8px 0;
}
.gov_img1, .gov_img2{
	margin-top: 26px;
	padding-bottom: 60px;
}
/*-----gn list-----*/
.map-content-box {
    background: url("../img/china_map.png") top center no-repeat;
    background-size: contain;
}
.map-dot {
    font-size: 15px;
    line-height: 14px;
}
.beijing {
    left: 778px;
    top: 334px;
}
.tianjin {
    left: 810px;
    top: 356px;
}
.hebei {
    left: 753px;
    top: 412px;
}
.xinjiang {
    left: 150px;
    top: 370px;
}
.liaoning {
    left: 875px;
    top: 286px;
}
.gansu {
    left: 550px;
    top: 460px;
}
.heilongjiang {
    left: 910px;
    top: 140px;
}
.shanghai {
    left: 900px;
    top: 540px;
}
.mongolia {
    left: 540px;
    top: 342px;
}
.jiangxi {
    left: 790px;
    top: 630px;
}
.henan {
    left: 730px;
    top: 490px;
}
.sichuan {
    left: 540px;
    top: 590px;
}
.bmd_hlj{
    margin-top: 104px;
    margin-left: -134px;
}
.branch-map-data {
    width: 380px;
}
.bmd_sh{
    margin-top: 100px;
}
}
@media(max-width:1440px){
/*-----list-----*/
.BP_p1{
	font-size: 50px;
	padding-top: 16px;
}
.gov_p1 {
	font-size: 27px;
	background: url('../img/ico/g20230508-1.png') 0px 3px no-repeat;
	margin-bottom: 20px;
}
.gov_t1, .gov_t2{
	font-size: 16px;
	margin-top: 15px;
}
.gov_t2 ul li{
	padding: 6px 0;
}
.gov_img1, .gov_img2{
	margin-top: 20px;
	padding-bottom: 50px;
}
/*-----gn list-----*/
.map-dot {
    font-size: 14px;
    line-height: 13px;
}
.beijing {
    left: 674px;
    top: 290px;
}
.tianjin {
    left: 700px;
    top: 310px;
}
.hebei {
    left: 653px;
    top: 356px;
}
.xinjiang {
    left: 128px;
    top: 320px;
}
.liaoning {
    left: 758px;
    top: 248px;
}
.gansu {
    left: 475px;
    top: 400px;
}
.heilongjiang {
    left: 808px;
    top: 120px;
}
.shanghai {
    left: 780px;
    top: 466px;
}
.mongolia {
    left: 480px;
    top: 290px;
}
.jiangxi {
    left: 686px;
    top: 546px;
}
.henan {
    left: 634px;
    top: 420px;
}
.sichuan {
    left: 466px;
    top: 510px;
}
.branch-map-data {
    width: 360px;
}
.branch-map-data-title p {
	font-size: 14px;
}
.branch-map-data-title p.p1{
    font-size: 16px;
    line-height: 20px;
}
.bmd_sc{
    margin-top: 88px;
}
.bmd_hn, .bmd_xj, .bmd_hb{
    margin-top: 80px;
}
.bmd_gs{
    margin-top: 88px;
}
.bmd_jx{
    margin-top: 78px;
}
.bmd_tj{
    margin-top: 96px;
}
.bmd_sh{
    margin-top: 86px;
}
}
@media(max-width:1366px){
/*-----list-----*/
.BP_p1{
	font-size: 48px;
	padding-top: 14px;
}
/*-----gn list-----*/
.beijing {
    left: 640px;
    top: 272px;
}
.tianjin {
    left: 660px;
    top: 290px;
}
.hebei {
    left: 618px;
    top: 337px;
}
.xinjiang {
    left: 124px;
    top: 306px;
}
.liaoning {
    left: 716px;
    top: 232px;
}
.gansu {
    left: 448px;
    top: 380px;
}
.heilongjiang {
    left: 764px;
    top: 110px;
}
.shanghai {
    left: 738px;
    top: 440px;
}
.mongolia {
    left: 430px;
    top: 270px;
}
.jiangxi {
    left: 648px;
    top: 516px;
}
.henan {
    left: 600px;
    top: 400px;
}
.sichuan {
    left: 444px;
    top: 480px;
}
}