
      .g-hd{height:5.6rem;position: relative; }
      .g-hd img{display: block;width: 100%;}
      .g-hd .logo{float: left;width:29.2%;margin:0.8rem 0 0 2%;}
      .g-hd ul{float: right;height:5.6rem;margin-right: 1.5rem;}
      .g-hd ul li{float: left;font-size: 1.4rem;line-height:5.6rem;padding:0 1.5rem;position: relative;}
      .g-hd ul li a{color: #333333;}   
      .g-hd ul li:last-child{ background: 0; }
      .g-hd .m-nav2{float: right;width:3.3rem;margin:1.15rem 4% 0 0;}
      #menu{display:none;background: rgba(0,0,0,0.85); 
            position: absolute;left: 0;top: 5.6rem;width: 100%; height:52.4rem; z-index: 200;}
      #menu p{width: 92%;margin:1.1rem auto 0;text-align: center;}
      #menu p a{display: block;height: 4.5rem;line-height: 4.5rem;font-size: 1.2rem;color: #fff;border-bottom:1px dashed #d1d2d5;box-sizing: border-box;}
      #menu p a:hover{ color: #0086e3;font-weight: bold;opacity: 1;}
      #menu p a:last-child{border: 0;}
       #menu .tel{display: block;font-size: 1.4rem;color: #fff;width: 45%;height: 3rem;text-align: center;line-height: 3rem;overflow: hidden; background:#0086e3; margin:2rem auto 0;border-radius:5.6rem; }
            
    

    .p101-fdh-2 {
        position: relative;
        padding: 0 4%;
        height: 4.35rem;
        background: #0087e3;
        border-top: 1px dashed rgba(255, 255, 255, 0.37);
    }
    
    #topNav {
        height: 4.35rem;
        overflow: hidden;
        position: relative;
    }
    
    #topNav .swiper-slide {
        width: auto;
        text-align: center;
    }
    
    #topNav .swiper-slide span {
        transition: all .3s ease;
        color: #fff;
        font-size: 1.5rem;
        display: block;
        height: 4.35rem;
        line-height: 4.35rem;
        position: relative;
    }
    
    #topNav .active span {
        font-weight: bold;
    }
    
    #topNav .active span:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 0.2rem;
        border-radius: 0.25rem;
        background-color: #fff;
        bottom: 0.5rem;
        left: 0;
        z-index: 1;
    }


        .p101-about-1-content {
            font-size: 1.5rem;
            line-height: 2.7rem;
            color: #444444;
            text-align: justify;
        }
    

        .m-xx-02-tit {
            height: 4rem;
            width: 100%;
            font-size: 1.6rem;
            text-align: center;
            color: #fff;
            line-height: 4rem;
            background:  #0087e3;
            border-bottom: 1px solid #FA756E;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            box-sizing: border-box;
        }
        
        .info-content-5-map-info {
            border: 1px solid #e9e9e1;
            padding: 0.5rem;
        }
        
        .info-content-5-map-info-right {
            float: right;
            width: 8rem;
            background:#0087e3;
            height:3.4rem;
            line-height:3.4rem;
            border-radius: 1rem;
            text-align:center;
            margin-left:1rem;
            margin-top:0.5rem;
        }
        
        .info-content-5-map-info-right a {
            color: #fff;
        }
        /*在线地图*/
        
        .BMap_bubble_title {
            color:#0087e3;
            font-weight:bold;
        }
        
        .info-content-5-map #allmap {
            height: 360px;
        }
        
        .BMap_bubble_content .font-left {}
        
        .BMap_bubble_content .font-right {
            width: 85px;
            margin-top: 15px;
            background-color: #0087e3;
            border-radius: 10px;
            text-align: center;
            font-size: 15px;
            height: 34px;
            line-height: 34px;
        }
        
        .BMap_bubble_content p {
            font-size: 15px;
            line-height: 24px;
        }
        
        .BMap_bubble_content h5 {
            font-size: 15px;
            font-weight: bold;
            line-height: 30px;
        }
        
        .BMap_bubble_content a {
            color: #fff;
        }
        
        #m1-allmap {
            height: 200px;
        }
        
        #m1-l-map {
            height: 300px;
            width: 100%;
            margin: .75rem 0 1rem;
        }
        
        #m1-r-result,
        #m1-r-result table {
            width: 100%;
            margin: .75rem 0 1rem;
        }
    

    .nav{position:relative;z-index:99;}
	nav span{position:fixed;z-index:99;bottom:0;left:0;display:block;width:20%;background:#f6a900;padding:5px 25px 25px;box-sizing:border-box;animation:navspanmc 3s infinite ease-in-out;-moz-animation:navspanmc 3s infinite ease-in-out;-webkit-animation:navspanmc 3s infinite ease-in-out;-o-animation:navspanmc 3s infinite ease-in-out;}
	@keyframes navspanmc{
		0% {background:#f6a900;}
		50%{background:#008cd4;}
		100%{background:#f6a900;}
	}
	nav span:after{content:'导航菜单';clear:both;position:fixed;bottom:5px;left:0;width:20%;text-align:center;color:#fff;text-align:center;}
	nav span i{display:block;content:'';width:100%;height:2px;background:#fff;margin:6px 0;transition:all 0.3s ease-out 0.1s;}
	nav span.on i:nth-of-type(1){transform:translateY(8.5px) rotate(45deg);}
	nav span.on i:nth-of-type(2){opacity: 0;}
	nav span.on i:nth-of-type(3){transform:translateY(-8.5px) rotate(-45deg);}
	nav ul{position:fixed;left:-100%;bottom:60px;width:100%;background:#fff;box-shadow:0 5px 5px rgba(0,0,0,0.1);transition:all ease-out 0.3s;}
	nav ul.on{left:0;}
	nav ul li{position:relative;}
	nav ul li i{position:absolute;z-index:1;top:0;right:0;width:40px;height:40px;background:#eee;text-align:center;line-height:40px;font-style:normal;}			
	nav li a{display:block;line-height:40px;font-size:14px;padding:0 20px;border-bottom:1px solid #eee;}
	nav li a:hover{background:#2397d4;color:#fff;}
	nav li ul{display:none;position:static;overflow:hidden;background:#f4f4f4;box-shadow:none;}
	nav li ul.on{display:block;}
	nav li li{float:left;width:50%;}
	nav li li a{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:12px;color:#999;}
    .mask{position:fixed;z-index:80;bottom:0;left:-100%;width:100%;top:0;background:rgba(0,0,0,0.5);transition:all ease-out 0.3s;}
    .mask.on{left:0;}
    
    .sidebar{position:fixed;z-index:99;right:0;left:20%;bottom:0;background:#008cd6;}
	.sidebar div{float:left;background:#008cd6;color:#fff;cursor:pointer;width:25%;}
		.sidebar div a{display:block;color:#fff; text-align:left;}
		.sidebar div i{display:inline-block;width:100%;height:30px;text-align:center;}
		.sidebar div i img{height:30px;}
		.sidebar div span{display:block;}
			.sidebarchat,.sidebarlink,.sidebartop{height:50px;text-align:center;padding:5px 0;position:relative;}
			
			.sidebarchat:hover,.sidebartel:hover,.sidebarlink:hover,.sidebartop:hover{background:#f6a900;}
			.sidebar div.sidebartel{padding:5px 0;height:50px;position:relative;}
			.sidebar div.sidebartel i{position:absolute;top:5px;left:0;}
			.sidebar div.sidebartel span{position:absolute;display:inline-block;width:100%;bottom:5px;left:0;text-align:center;}
			.sidebar div.sidebarchat dl{position:absolute;z-index:99;bottom:-160px;left:0;white-space:nowrap;transition:all ease-out 0.3s;font-weight:bold;}
			.sidebar div.sidebartel dl{position:absolute;z-index:99;bottom:-160px;left:0;white-space:nowrap;transition:all ease-out 0.3s;font-weight:bold;}
			.sidebar div.sidebarlink dl{position:absolute;z-index:99;bottom:-130px;left:0;white-space:nowrap;transition:all ease-out 0.3s;font-weight:bold;text-align:center;width:370px;transform:translateX(-70%);}
			.sidebar div.sidebarlink dt{float:left;width:90px;}
			.sidebar div.sidebarlink dl figure{background:#fff;padding:5px;color:#333;width:100px;box-sizing:border-box;}
			.sidebar div.sidebarlink dl figure img{height:80px;}
			.sidebar div.sidebarchat dl{width:100px;text-align:center;}
			.sidebar div.sidebartel dl{text-align:center;}
			.sidebar div.sidebarchat dt,.sidebar div.sidebartel dt{font-size:14px;background:#f6a900;padding:5px;margin-bottom:1px;white-space:nowrap;}
			.sidebar div.sidebarchat dd,.sidebar div.sidebartel dd{font-size:14px;background:#f6a900;padding:5px;}
			.sidebar div.sidebarchat:hover dl,.sidebar div.sidebartel:hover dl{bottom:61px;}
			.sidebar div.sidebarlink:hover dl{bottom:47px; }




      .g-ft{ height: 20rem; position: relative;box-sizing:border-box ;background:#292929;border-top: 0.4rem solid #0086e3;padding-top: 1rem;}
     
      .f_con{ padding: 0 4%; }
      .dh{ padding-left: 3rem;background: url(images/ph.png) no-repeat left;background-size: 2.05rem 1.85rem; border-bottom: 1px solid #3f3f3f;box-sizing: border-box;height: 4rem; }
      .dh a{  font-size: 1.6rem;color: #ffffff;opacity: 0.8;display: block;float: left;margin-right: 2.5rem;line-height: 4rem;}
      .dh a:last-child{ margin-right: 0; }
      .f_con .top{ float: right; width: 1.9rem;height: auto;padding-top: 1rem;}
      .f_con .top img{ display: block;width: 100%; }
      .f_nav{ border-bottom: 1px solid #3f3f3f;box-sizing: border-box; border-top: 1px solid #0e0f10;}
      .f_con h3{height:4rem;line-height: 4rem;font-weight: normal;font-size: 0;float: left;}
      .f_con h3 a{color: #ffffff;font-size: 1.3rem;padding: 0 1.3rem 0;opacity: 0.5;line-height: 4rem;display: block;float: left;position: relative;}
      .f_con h3 a:after{ position: absolute;right: 0;top:1.5rem;height: 1.2rem;width: 1px;background: rgba(255,255,255,0.5);content: ""; }
      .f_con h3 a:first-child{ padding-left: 0; }
      .f_con h3 a:last-child{ padding-right: 0; }
      .f_con h3 a:last-child:after{background: 0;  }
      .f_con p{font-size: 1.2rem;color: #fff;height:4.5rem;line-height: 4.5rem;opacity: 0.5; box-sizing: border-box;border-top:1px solid #0e0f10;}
      .f_con p a{ display: inline-block;margin-left: 2rem;color: #fff; }
     
      .g_fnva{background:#fff;background-size: 100%; height:5rem;position:fixed;bottom:0;min-width:320px;max-width:750px;width:100%;z-index:30;font-size: 1.1rem;}
      .g_fnva li{height:5.6rem;width:25%; line-height: 1.2rem; float:left; text-align:left;color:#fff;position:relative;text-align: center;font-size: 1.2rem;}
      
      
      .g_fnva li em{display:block;width:2rem;height: 2rem;margin: 0 auto;padding-top: 0.7rem;}
      .g_fnva li em img{ display:block;width:2rem;height: 2rem;}
       .g_fnva li span{ display: block;font-size: 1.1rem;color: #333333;line-height: 1.8rem;text-align: center; }
       .g_fnva .tel span{color: #ffb100;}
    
