/*全局样式*/
@charset "utf-8";
html{overflow-x:hidden;}
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
body{font:14px "微软雅黑","Arial Narrow",HELVETICA;color:#000;-webkit-text-size-adjust:100%;overflow-x:hidden;min-width:320px;}
input:required,textarea:required{outline:0 none; -webkit-box-shadow:none; -moz-box-shadow:none; -ms-box-shadow:none; -o-box-shadow:none; box-shadow: none;-webkit-appearance: none !important;}
a{text-decoration:none !important; cursor:pointer !important;color:#000;}
a:focus{outline:none;}
ul{margin:0;}
li{list-style: none;}
.container-fluid{max-width:1230px !important;}
.tr{transition:all 0.5s; -moz-transition:all 0.5s;-ms-transition:all 0.5s; -o-transition:all 0.5s; -webkit-transition:all 0.5s}
.tr2{transition:all 0.3s; -moz-transition:all 0.3s;-ms-transition:all 0.3s; -o-transition:all 0.3s; -webkit-transition:all 0.3s;}
.overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

header .top{background:#f2f2f2;}
header .top h5{font-size:12px;color:#999;line-height:30px;}
header .top ul li{line-height:30px;}
header .top ul li a{color:#999;font-size:12px;padding-left:10px;margin-left:10px;border-left:1px solid #999;transition:all .3s;}
header .top ul li:first-child a{border:none;}
header .top ul li a:hover{color:#39b12a;}
.logo_box{height:140px;}
.logo_box .container-fluid{display:flex;align-items:center;height:100%;}
.logo-inner{display:flex;align-items:center;width:100%;}
.logo_box .logo{flex:0 0 auto;display:flex;align-items:center;height:120px;width:auto;}
.logo_box .logo .logo-img{height:100%;width:auto;max-width:280px;object-fit:contain;}
/* 手机端Logo优化 */
@media (max-width:767px){
    .logo_box{height:70px;}
    .logo_box .container-fluid{height:70px;}
    .logo_box .logo{height:55px;width:auto;}
    .logo_box .logo .logo-img{max-width:200px;}
}
@media (max-width:479px){
    .logo_box{height:60px;}
    .logo_box .container-fluid{height:60px;}
    .logo_box .logo{height:50px;width:auto;}
    .logo_box .logo .logo-img{max-width:160px;}
}
.logo_box .sousuo{flex:1;min-width:200px;max-width:400px;margin:0 40px;}
.logo_box form{display:flex;border:1px solid #e8e8e8;border-radius:10px;overflow:hidden;}
.logo_box form input{flex:1;height:38px;padding:0 10px;border:none;min-width:0;}
.logo_box form button{width:40px;height:38px;background:#39b12a url(../images/icon1.png) no-repeat center;border:none;transition:all .3s;flex-shrink:0;}
.logo_box form button:hover{background-color:#19790d;}
.logo_box .phone{flex:0 0 auto;font-size:30px;font-weight:bold;color:#39b12a;padding-left:30px;background:url(../images/icon2.png) no-repeat 0 center;background-size:24px auto;white-space:nowrap;margin-left:auto;}

/*PC端导航*/
nav{background:#39b12a;border-top:1px solid #e0e0e0;}
nav a{color:#fff !important;}
nav .container-fluid{padding-left:0 !important;padding-right:0 !important;}
nav .container-fluid .row{margin-left:0 !important;margin-right:0 !important;}
nav .container-fluid .col-xs-12{padding-left:0 !important;padding-right:0 !important;}
/*一级导航*/
nav ul.clearfix{display:flex !important;flex-wrap:nowrap !important;width:100%;padding:0;margin:0;list-style:none;}
nav ul.clearfix::before,nav ul.clearfix::after{display:none !important;}
nav ul.clearfix > li{flex:1 1 0;min-width:0;text-align:center;position:relative;line-height:55px;border-right:1px solid #27a018;float:none !important;}
nav ul.clearfix > li > a{display:block;color:#fff !important;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 4px;border-right:1px solid #43c733;}
nav ul li:first-child{border-left:1px solid #43c733;}
nav ul li:first-child a{border-left:1px solid #27a018;}
nav ul li a:hover,nav ul li a.active{background:#27a018;color:#fff !important;}
/*二级导航*/
nav ul li ul{position:absolute;display:none;left:0;top:100%;z-index:1000;width:100%;min-width:100px;}
nav ul li ul li{flex:none;width:100%;line-height:35px;background:#39b12a;border:none !important;}
nav ul li ul li a{font-size:14px;border:none !important;}
nav ul li:hover ul{display:block;}

/*banner轮播*/
#myCarousel{position:relative;overflow:hidden;min-height:400px;}
/* 轮播图样式 */
#myCarousel .carousel-inner,
#myCarousel .banner-item,
#myCarousel .banner-item a{display:block;width:100%;}
#myCarousel .banner-img{
    width:100%;
    height:500px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}
/* 轮播指示器 */
#myCarousel .carousel-indicators{
    bottom:20px;
    z-index:10;
}
#myCarousel .carousel-indicators li{width:44px;height:6px;margin:1px 3px;border:1px solid #e2e2e2;border-radius:3px;background:rgba(255,255,255,0.7);}
#myCarousel .carousel-indicators .active{width:44px;height:6px;margin:1px 3px;background:#2d8a3e;border-color:#2d8a3e;}
/* 轮播左右箭头 */
#myCarousel .carousel-control{
    width:50px;
    height:80px;
    line-height:80px;
    background:rgba(45,138,62,0.8);
    top:50%;
    margin-top:-40px;
    opacity:1;
    font-size:28px;
    border-radius:4px;
}
#myCarousel .carousel-control.left{left:-100px;}
#myCarousel .carousel-control.right{right:-100px;}
#myCarousel:hover .carousel-control.right{right:20px;}
#myCarousel:hover .carousel-control.left{left:20px;}
#myCarousel .carousel-control:hover{background:rgba(45,138,62,1);}
/* 默认横幅背景（无轮播图时） */
.banner-default{
    width:100%;
    height:500px;
    background:linear-gradient(135deg,#2d8a3e 0%,#3a9f4a 50%,#2d8a3e 100%);
    position:relative;
}
.banner-overlay{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:url('data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 100 100\"><circle cx=\"20\" cy=\"20\" r=\"40\" fill=\"rgba(255,255,255,0.03)\"/><circle cx=\"80\" cy=\"60\" r=\"50\" fill=\"rgba(255,255,255,0.03)\"/><circle cx=\"50\" cy=\"90\" r=\"30\" fill=\"rgba(255,255,255,0.03)\"/></svg>');
    background-size:200px 200px;
}
/* 轮播响应式 */
@media (max-width:991px){
    #myCarousel{min-height:350px;}
    #myCarousel .banner-img{height:400px;}
    .banner-default{height:400px;}
}
@media (max-width:767px){
    #myCarousel{min-height:250px;}
    #myCarousel .banner-img{height:280px;}
    .banner-default{height:280px;}
    #myCarousel .carousel-control{width:40px;height:60px;line-height:60px;font-size:22px;margin-top:-30px;}
    #myCarousel .carousel-indicators{bottom:10px;}
}
@media (max-width:479px){
    #myCarousel{min-height:200px;}
    #myCarousel .banner-img{height:220px;}
    .banner-default{height:220px;}
    #myCarousel:hover .carousel-control.right{right:10px;}
    #myCarousel:hover .carousel-control.left{left:10px;}
}

.title1{margin:50px 0;text-align:center;}
.title1 h5{font-size:25px;color:#333;font-weight:bold;position: relative;}
.title1 h5::before{content:"";width:100px;height:2px;background:#39b12a;position: absolute;bottom:-10px;left:50%;transform: translateX(-50%);z-index:2;}
.title1 i{display:block;width:340px;height:1px;background:#e8e8e8;position: relative;margin:15px auto;}
.title1 i::before,.title1 i::after{content:"";width:10px;height:10px;background:#e8e8e8;border-radius:50%;position: absolute;top:50%;right:100%;transform:translateY(-50%);}
.title1 i::after{right:auto;left:100%;}
.title1 p{color:#999;margin-top:15px;}

.nav1{text-align:center;margin-bottom:30px;font-size:0;}
.nav1 a{display:inline-block;width:156px;line-height:40px;background:#39b12a;color:#fff;font-size:20px;border-radius:30px;margin:0 5px 10px;padding:0 20px;}
.nav1 a:hover{background:#157c08;}

.more1{position: relative;margin-bottom:50px;}
.more1 a{position: absolute;width:52px;height:52px;background:#39b12a url(../images/icon3.png) no-repeat center 12px;color:#fff;text-align:center;font-size:12px;padding-top:30px;top:-16px;right:0;transition:all .3s;}
.more1 a::before{content:"";border-top:16px solid transparent;border-right:16px solid #346b07;position: absolute;top:0;right:100%;transition:all .3s;}
.more1 a:hover{background-color:#18750c;}
.more1 a:hover::before{border-right-color:#18750c;}

/* 产品展示 */
.cpzs-1{background:url(../images/gcxm_bg.jpg) center center/cover;}
.cpzs_con{position: relative;}
.news1{display:block;border:1px solid #e1e1e1;background:#fff;}
.news1 .imgbox{overflow: hidden;}
.news1 h5{line-height:54px;font-size:16px;color:#333;text-align:center;padding:0 5px;}
.news1:hover .img{transform:scale(1.1);}
.news1:hover h5{background:#39b12a;color:#fff;}
.cpzs_con .but{width:50px;height:50px;background:#e5e5e5;border-radius:50%;color:#39b12a;margin-top:-25px;left:-60px;opacity: 1;text-align:center;line-height:50px;font-size:20px;}
.cpzs_con .swiper-button-next{left:auto;right:-60px;} 
.cpzs_con .but:hover{background:#39b12a;color:#fff;}

.cpzs-2{background:url(../images/cpzs_bg.jpg) center center/cover;padding-bottom:50px;}
.cpzs-3{background:url(../images/alzs_bg.jpg) center center/cover;padding-bottom:50px;}

.ad{background:#39b12a;}
.ad .phone h5{font-size:35px;color:#fff;margin:55px 0 5px;}
.ad .phone p{font-size:16px;color:#fff;}
.ad .con1{background:#1c8d0e;padding:25px 0 25px 20px;position: relative;}
.ad .con1::before{content:"";width:1000%;height:100%;background:#1c8d0e;position: absolute;top:0;left:100%;}
.ad .con1 ul{width:40%;}
.ad .con1 ul li{width:50%;padding:0 15px;}
.ad .con1 ul li .img{border-radius:50%;}
.ad .con1 .text_box{width:60%;padding-left:30px;}
.ad .con1 .text_box h5{font-size:20px;line-height:30px;color:#fff;}
.ad .con1 .text_box h4{font-size:30px;line-height:40px;color:#fff;margin-top:10px;}

/* 公司简介 */
.gsjj{background:#fff;padding-bottom:40px;}
.gsjj .imgbox{display:block;position: relative;overflow: hidden;border-radius:8px;}
.gsjj .imgbox:hover .img{transform:scale(1.05);}
.gsjj .text{font-size:16px;color:#333;line-height:30px;}
/* 公寓简介区块基础样式 */
.gsjj-text{padding:20px 0;}
.gsjj-title{font-size:22px;color:#2d8a3e;margin-bottom:15px;font-weight:bold;}
.gsjj-text p{font-size:15px;line-height:2;color:#555;margin-top:12px;text-indent:2em;}
.gsjj-text p:first-child{margin-top:0;}
.gsjj-text .highlight{color:#2d8a3e;font-weight:bold;}
.gsjj-btn{margin-top:25px;}
.gsjj-btn a{background:#2d8a3e;border-color:#2d8a3e;padding:10px 35px;border-radius:4px;color:#fff;text-decoration:none;display:inline-block;margin-right:15px;transition:all 0.3s;}
.gsjj-btn a:hover{background:#236b30;border-color:#236b30;}
.gsjj-btn .btn-default{background:#f5f5f5;border-color:#ddd;color:#666;}
.gsjj-btn .btn-default:hover{background:#e8e8e8;border-color:#ccc;}

/* 数据统计样式 */
.gsjj-stats{margin:30px 0 40px;padding:0 40px;}
.gsjj-stats .col-md-3{padding:0 15px;}
.stat-item{text-align:center;padding:25px 15px;background:#f8f9fa;border-radius:8px;transition:all 0.3s;}
.stat-item:hover{background:#2d8a3e;color:#fff;transform:translateY(-5px);box-shadow:0 5px 20px rgba(45,138,62,0.2);}
.stat-icon{font-size:20px;color:#2d8a3e;margin-bottom:8px;}
.stat-item:hover .stat-icon{color:#fff;}
.stat-num{font-size:36px;font-weight:bold;color:#2d8a3e;margin-bottom:5px;}
.stat-item:hover .stat-num{color:#fff;}
.stat-label{font-size:14px;color:#666;}
.stat-item:hover .stat-label{color:rgba(255,255,255,0.9);}

/* 服务特色 */
.gsjj-features{display:flex;flex-wrap:wrap;gap:15px;margin:20px 0;padding:15px 0;border-top:1px solid #eee;border-bottom:1px solid #eee;}
.feature-item{display:flex;align-items:center;min-width:140px;font-size:14px;color:#555;}
.feature-item .feature-icon{width:22px;height:22px;background:#2d8a3e;color:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-right:8px;font-size:12px;}

/* 资质展示 */
.gsjj-credentials{margin-top:40px;padding-top:25px;border-top:1px solid #eee;}
.credential-list{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;}
.credential-item{font-size:14px;color:#666;padding-left:20px;position:relative;}
.credential-item::before{content:"";width:8px;height:8px;background:#2d8a3e;border-radius:50%;position:absolute;left:0;top:50%;margin-top:-4px;}

/* 公寓简介响应式 */
@media (max-width:991px){
    .gsjj-stats{padding:0 20px;margin:20px 0 30px;}
    .gsjj-stats .col-md-3{width:50%;margin-bottom:15px;}
}
@media (max-width:767px){
    .gsjj-stats{padding:0 15px;margin:15px 0 25px;}
    .stat-item{padding:15px 10px;}
    .stat-num{font-size:28px;}
    .stat-label{font-size:13px;}
    .gsjj-features{justify-content:space-between;}
    .credential-list{gap:15px 20px;}
}
@media (max-width:479px){
    .gsjj-stats .col-md-3{width:50%;}
    .stat-item{padding:12px 8px;}
    .stat-num{font-size:24px;}
    .feature-item{min-width:45%;font-size:13px;}
    .gsjj-btn a{padding:8px 25px;font-size:13px;margin-bottom:10px;}
    .credential-list{flex-direction:column;align-items:center;gap:10px;}
}

/* 新闻资讯 */
.xwzx{background:#39b12a;padding-bottom:50px;}
.xwzx_con{background:#fff;padding:40px 20px;}
.xwzx_con .title{width:170px;line-height:40px;background:#39b12a;color:#fff;border-radius:30px;text-align:center;margin-bottom:30px;font-size:18px;}
.xwzx_con .con1 ul{margin:0 -10px;}
.xwzx_con .con1 ul li{width:50%;padding:0 10px;}
.xwzx_con .con1 ul li a{display:block;background:#eaeef1;padding:15px;}
.xwzx_con .con1 ul li a .imgbox{overflow:hidden;}
.xwzx_con .con1 ul li a .img{height:168px;}
.xwzx_con .con1 ul li a h5{font-size:16px;color:#333;line-height:25px;margin:10px 0;}
.xwzx_con .con1 ul li a .text{color:#333;line-height:25px;height:75px;overflow: hidden;}
.xwzx_con .con1 ul li a:hover{background:#5aad15;}
.xwzx_con .con1 ul li a:hover .img{transform:scale(1.1);}
.xwzx_con .con1 ul li a:hover h5,.xwzx_con .con1 ul li a:hover .text{color:#fff;}
.news2{display:block;border-bottom:1px dashed #d0d0d0;padding-bottom:15px;margin-bottom:15px;}
.news2 h5{font-size:16px;color:#333;line-height:25px;padding-left:30px;position: relative;}
.news2 h5::before{content:"";width:8px;height:8px;background:#5aad15;border-radius:50%;position: absolute;top:50%;left:0;margin-top:-4px;}
.news2 .text{color:#333;line-height:25px;height:50px;margin-top:5px;padding-left:30px;overflow: hidden;}
.news2:hover h5,.news2:hover .text{color:#5aad15;}
.xwzx .more1 a{background-color:#579b20;}
.xwzx .more1 a:hover{background-color:#125709;}
.xwzx .more1 a:hover::before{border-right-color:#125709;}

/* 联系我们 */
.lxwm{background:url(../images/lxwm_bg.jpg) center center/cover;padding-bottom:50px;}
/* 联系我们模块（绿色背景版） */
.lxwm-contact{background:#2d8a3e;padding:50px 0;}
.lxwm-contact .lxwm-title{margin-bottom:30px;}
.lxwm-contact .lxwm-title h3{color:#fff;margin:0;font-size:26px;}
.lxwm-contact .lxwm-title p{color:rgba(255,255,255,0.75);margin:8px 0 0;font-size:14px;}
.lxwm-cards{display:flex;flex-wrap:wrap;gap:30px;padding:0 40px;}
.lxwm-card{flex:1;min-width:280px;background:rgba(255,255,255,0.12);border-radius:8px;padding:30px;text-align:center;}
.lxwm-icon{font-size:36px;margin-bottom:10px;color:#fff;}
.lxwm-label{color:rgba(255,255,255,0.75);font-size:13px;margin-bottom:8px;}
.lxwm-value{color:#fff;font-size:22px;font-weight:bold;text-decoration:none;}
.lxwm-value.address{font-size:14px;line-height:1.6;}
.lxwm .title1 i,.lxwm .title1 i::before,.lxwm .title1 i::after{background:#39b12a;}
.lxwm .title1 p{color:#39b12a;}
.lxwm .title{font-size:18px;font-weight:bold;color:#39b12a;margin-bottom:20px;}
.lxwm #map{height:164px;margin-bottom:20px;}
.lxwm .weixin_box .weixin img{width:120px;height:120px;}
.lxwm .weixin_box .weixin p{color:#333;margin-top:5px;text-align:center;}
.lxwm .weixin_box .text{margin-left:140px;color:#333;line-height:25px;}
.lxwm form ul li{position: relative;margin-bottom:19px;padding-left:75px;}
.lxwm form ul li span{color:#333;line-height:40px;position: absolute;top:0;left:0;}
.lxwm form ul li input,.lxwm form ul li textarea{width:100%;height:40px;border:none;padding:0 10px;}
.lxwm form ul li textarea{height:120px;resize:none;padding:10px;}
.lxwm form button{width:116px;height:40px;background:#39b12a;color:#fff;border:none;transition:all .3s;}
.lxwm form button:hover{background:#168408;}

/* footer */
footer{background:#39b12a;color:#fff;text-align:center;padding:20px 0;}
footer ul{font-size:0;margin-bottom:20px;}
footer ul li{display:inline-block;padding:0 10px;margin-bottom:5px;border-left:1px solid #fff;}
footer ul li a{color:#fff !important;display:block;transition:all .3s;font-size:14px;}
footer ul li a:hover,footer .text a:hover{color:#000 !important;}
footer ul li:first-child{border:none;}
footer .text a{color:#fff;transition:all .3s;}

/*内页导航*/
.neiye{padding:40px 0;}
.ny_nav .title{height:78px;line-height:78px;background:#1a980a;font-size:30px;color:#fff;font-weight:bold;text-align:center;position:relative;}
.ny_nav .title .span1{position:absolute;top:0;right:15px;line-height:45px;transition:all .3s;}
.ny_nav .title .span1.active{transform:rotate(180deg);}
.ny_nav .title i{position:absolute;width:100%;height:100%;top:0;left:0;cursor:pointer;z-index:2;}
.ny_nav ul a{display:block;line-height:40px;background:#eaeaea url(../images/icon6.png) no-repeat 95% center;font-size:16px;color:#323232;margin-top:7px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:all .3s;padding:0 30px 0 15px;}
.ny_nav ul li a:hover{color:#f79321;}
.ny_nav ul li a.active{background-color:#f79321;color:#fff;}
.ny_nav dl{display:none;}
.ny_nav dl.active{display:block;}
.ny_nav dl dd a{line-height:40px;text-align:center;color:#353535;background:#efefef;font-size:16px;border-bottom:1px dashed #b8b8b8;margin:0;}
.ny_nav dl dd:last-child a{border:none;}
.ny_nav dl dd a.active,.ny_nav dl dd a:hover{color:#f78e3d;}
.neiye .lxfs{margin-top:35px;}
.neiye .lxfs .imgbox{padding:5px;border:1px solid #faeaef;margin-top:5px;}
.neiye .lxfs .imgbox img{width:100%;}
.neiye .lxfs .text{background:#f1f1f1;padding:20px 10px;line-height:30px;}
.neiye .title2{height:42px;background:#ededed;padding-right:15px;margin-bottom:20px;}
.neiye .title2 h5{line-height:42px;background:#1a980a;padding:0 40px;font-size:18px;color:#fff;}
.neiye .title2 p{color:#767676;line-height:42px;}
.neiye .title2 p a{color:#767676;transition:all .3s;}
.neiye .title2 p a:hover{color:#1a980a;}

/* 新闻中心内页 */
.xwzx_ny a{display:block;background:#f4f4f4;padding:20px;margin-bottom:20px;}
.xwzx_ny a .imgbox{width:214px;height:142px;overflow:hidden;}
.xwzx_ny a .imgbox .img{width:100%;height:100%;}
.xwzx_ny a .text_box{margin-left:240px;}
.xwzx_ny a .text_box h5{font-size:18px;color:#262626;line-height:30px;}
.xwzx_ny a .text_box .text{color:#6c6c6c;line-height:25px;height:50px;margin:15px 0;overflow: hidden;}
.xwzx_ny a .text_box .more{width:85px;line-height:24px;background:#c5c5c5;color:#fff;text-align:center;}
.xwzx_ny a:hover .img{transform:scale(1.1);}
.xwzx_ny a:hover h5{color:#168408;}
.xwzx_ny a:hover .more{background:#168408;color:#fff;}

/*详情页*/
.xqy{line-height:25px;min-height:300px;}
.xqy .title{text-align:center;margin-bottom:20px;}
.xqy .title h5{font-size:16px;font-weight:bold;}
.xqy .title p{color:#999;text-align:center;line-height:40px;border-bottom:1px dashed #999;}
.xqy .con{line-height:25px;}
.xqy .con img{display:block;max-width:100%;margin:0 auto;}

.cp_ny{padding:0 5px;}
.cp_ny .col-md-4{padding:0;}
.cp_ny .news1{margin:0 10px 20px;}

.zxly_ny.lxwm{background:none;}
.zxly_ny form ul li input,.zxly_ny form ul li textarea{border:1px solid #ccc;}
.zxly_ny form button{width:100%;}

/*微信弹窗*/
.weixin_popup{position:fixed;top:50%;left:50%;border:1px solid #ccc;padding:30px 30px 0 30px;text-align:center;background:#fff;transform:scale(0);margin:-116px 0 0 -106px;z-index:5000;}
.weixin_popup.active{transform:scale(1);transition:transform .3s;}
.weixin_popup i{color:#999;position:absolute;top:5px;right:5px;transform:rotate(45deg);font-size:20px;cursor:pointer;}
.weixin_popup i:hover{color:red;}
.weixin_popup img{width:150px;height:150px;}
.weixin_popup p{line-height:30px;}

/*右侧悬浮*/
.suspend_nav{background:#39b12a;width:52px;position:fixed;bottom:150px;right:10px;text-align:center;z-index:5000;border:1px solid rgba(255,255,255,0.7);}
.suspend_nav .list{height:50px;color:#fff;padding-top:6px;transition:all .3s;position:relative;overflow:hidden;cursor:pointer;}
.suspend_nav .list:last-child{border:none;}
.suspend_nav .list:before{content:"";width:100%;height:100%;top:-50px;right:0;background:#15690a;position:absolute;transform:rotate(0);transition:all .3s;}
.suspend_nav .list i{display:block;transition:all .3s;position:relative;z-index:2;}
.suspend_nav .list p{position:relative;z-index:2;}
.suspend_nav .top{padding:0;line-height:50px;height:0;overflow:hidden;opacity: 0;}
.suspend_nav .top:after{content:"";width:100%;height:1px;background:rgba(255,255,255,0.3);position:absolute;bottom:0;left:0;}
.suspend_nav .top.active{height:50px;opacity:1;}
.suspend_nav .top i{font-size:25px;}
.suspend_nav .on-off{padding:0;line-height:50px;}
.suspend_nav .on-off.active i{transform:rotate(135deg);}
.suspend_nav .list:hover{color:#fff;}
.suspend_nav .list:hover:before{top:0;transform:rotate(90deg);}
.suspend_nav ul li{position:relative;border-bottom:1px solid rgba(255,255,255,0.3);}
.suspend_nav ul li .list{border:none;}
.suspend_nav ul li .weixin{position:absolute;right:65px;bottom:0;border:1px solid #39b12a;transform:scale(0);transform-origin:100% 100%;transition:all .3s;padding-bottom:10px;background:#fff;padding:5px;}
.suspend_nav ul li .weixin:before{content:"";border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:10px solid #39b12a;position:absolute;bottom:0;left:100%;transition:all .5s;}
.suspend_nav ul li .weixin img{width:150px;height:150px;}
.suspend_nav ul li:hover .weixin{transform:scale(1);}
.suspend_nav ul li:hover .weixin:before{bottom:18px;}
.suspend_nav ul li .popup{position:absolute;min-width:200px;min-height:200%;top:0;right:100%;border:1px solid #39b12a;text-align:left;display:flex;justify-content:center;align-items:center;background:#39b12a;color:#fff;visibility:hidden;transition:all .3s;opacity:0;padding:0 15px;}
.suspend_nav ul li .popup:before{content:"";border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:0 solid #39b12a;position:absolute;top:0;left:100%;transition:top .5s;}
.suspend_nav ul li .popup p{font-size:16px;}
.suspend_nav ul li .popup h5{font-size:20px;margin-top:5px;}
.suspend_nav ul li .popup a{font-size:20px;color:#fff;display:inline-block;margin-top:5px;}
.suspend_nav ul li:hover .popup{visibility:visible;right:65px;opacity:1;}
.suspend_nav ul li:hover .popup:before{top:18px;border-left-width:10px;}

/*移动端底部热点*/
.bottom_link{width:100%;position:fixed;bottom:0;left:0;background:#39b12a;text-align:center;z-index:5000;border-top:1px solid rgba(255,255,255,0.3);}
.bottom_link ul li{width:33.33%;height:50px;border-right:1px solid rgba(255,255,255,0.3);}
.bottom_link ul li:last-child{border:none;}
.bottom_link ul li a{display:block;color:#fff;font-size:16px;padding-top:5px;position:relative;}
.bottom_link ul li a i{display:block;height:20px;}
.bottom_link ul li:last-child a i{font-size:20px;position:relative;top:-1px;}

/*媒体查询开始*/
@media(max-width:1199px){
footer .middle .weixin .text h5{font-size:20px;}
}

@media (max-width:991px){
header .sjdnav{display:none;width:150px;height:auto;position:absolute;right:0;top:90px;z-index:2000;}
header .sjdnav ul{padding:0;margin:0;}
header .sjdnav li{display:block;padding:0;text-align:center;border-bottom:1px solid rgba(255,255,255,0.2);background:#39b12a;}
header .sjdnav li:last-child{border:none;}
header .sjdnav li a{display:block;color:#fff;line-height:40px;font-size:16px;}
header .ydd_btn{width:40px;cursor:pointer;position:absolute;z-index:2000;top:30px;right:15px;}
header .ydd_btn span{display:block;width:100%;height:8px;background:#39b12a;}
header .ydd_btn span.span02{margin:5px 0;}
header .ydd_btn.click span{background:#39b12a;}
header .ydd_btn.click span.span01{transform:rotate(45deg);-ms-transform:rotate(45deg); -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg); position:relative;top:8px;margin-top:0px;	} 
header .ydd_btn.click span.span02{margin:0.5px 0;}
header .ydd_btn.click span.span03{transform:rotate(-45deg);-ms-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -o-transform:rotate(-45deg);position:relative;top:-8px;margin-top:0px;}
header .ydd_btn.click span.span02{ width:0;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0; opacity: 0;}
.neiye{padding:20px 0 30px;}
.ny_nav{margin-bottom:20px;}
.ny_nav .title{height:45px;line-height:45px;font-size:20px;text-align:left;padding-left:15px;}
.ny_nav ul li a{text-align:center;padding:0 5px;background:none;margin-top:1px;border:1px solid #eee;}
.ny_nav ul li a.active{background:none;color:#000;}
.ny_nav dl.active{display:none;}
.ny_nav dl dd a{padding:0 5px;}
.logo_box{height:110px;}
.logo_box .container-fluid{height:110px;}
.logo_box .logo img{height:90px;width:auto;min-height:70px;}
.logo_box .sousuo{min-width:150px;max-width:280px;margin:0 20px;}
.logo_box .phone{font-size:22px;padding-left:24px;background-size:20px auto;}
.ad{text-align:center;padding:30px 0;}
.ad .phone{text-align:center;}
.ad .phone h5{margin-top:0;}
.ad .con1{padding:0;background:none;}
.ad .con1::before{display:none;}
.ad .con1 ul{width:100%;margin:20px 0;}
.ad .con1 ul li{padding:0 10%;}
.ad .con1 .text_box{width:100%;}
.gsjj .text{margin-top:5px;}
.xwzx_con .con1 ul li a .img{height:auto;}
.xwzx_con .con1{margin-bottom:30px;}
.news2 .text{height:auto;max-height:50px;}
.lxwm form{margin-top:30px;}
}

@media (max-width:767px){
body{padding-bottom:50px;}
header .sjdnav{top:80px;}
/* 搜索框和电话手机端 */
.logo_box .sousuo{min-width:100px;max-width:160px;margin:0 15px;}
.logo_box form input{height:32px;}
.logo_box form button{width:32px;height:32px;}
.logo_box .phone{font-size:18px;padding-left:20px;background-size:16px auto;}
/* 联系我们手机端 */
.lxwm-contact{padding:30px 0;}
.lxwm-contact .lxwm-title h3{font-size:22px;}
.lxwm-contact .map-container{box-shadow:0 4px 15px rgba(0,0,0,0.2);}
.lxwm-cards{padding:0 15px;gap:15px;}
.lxwm-card{min-width:100%;padding:20px;}
.lxwm-icon{font-size:28px;margin-bottom:8px;}
.lxwm-value{font-size:18px !important;}
.lxwm-value.address{font-size:13px !important;}
}
/* 联系我们平板端 */
@media (min-width:768px) and (max-width:991px){
.lxwm-cards{padding:0 20px;gap:20px;}
.lxwm-card{min-width:calc(50% - 10px);}
}
header .ydd_btn{width:35px;top:30px;}
header .ydd_btn span{height:4px;}
header .ydd_btn span.span02{margin:3px 0;}
header .ydd_btn.click span.span02{margin:4px 0;}
#myCarousel .carousel-indicators{bottom:2px;}
#myCarousel .carousel-indicators li{width:10px;height:10px;margin:1px;}
#myCarousel .carousel-indicators .active{width:10px;height:10px;margin:1px;}
.xwzx_ny a{padding:10px;margin-bottom:10px;}
.xwzx_ny a .imgbox{width:120px;height:100px;}
.xwzx_ny a .text_box{margin-left:130px;}
.xwzx_ny a .text_box h5{font-size:16px;line-height:25px;}
.xwzx_ny a .text_box .text{line-height:18px;height:36px;margin:5px 0 8px;font-size:13px;}
.xwzx_ny a .text_box .more{width:80px;line-height:23px;}
.logo_box .phone{font-size:22px;padding-left:22px;background-size:20px auto;}
.title1{margin:30px 0;}
.title1 h5{font-size:20px;}
.title1 i{width:220px;}
.title1 p{font-size:13px;}
.nav1{margin-bottom:20px;}
.nav1 a{width:120px;line-height:30px;font-size:16px;}
.news1 h5{line-height:30px;}
.cpzs-2{padding-bottom:30px;}
.ad .phone h5{font-size:20px;}
.ad .con1 .text_box h5{font-size:16px;}
.ad .con1 .text_box h4{font-size:25px;}
.gsjj .imgbox b{width:120px;line-height:30px;font-size:14px;}
.gsjj .text{font-size:14px;line-height:25px;}
.xwzx_con{padding:10px;}
.xwzx_con .title{width:130px;line-height:40px;margin-bottom:15px;}
.xwzx_con .con1 ul{margin:0 -5px;}
.xwzx_con .con1 ul li{padding:0 5px;}
.lxwm{padding-bottom:10px;}
.lxwm .title{text-align:center;}
.lxwm .weixin_box{text-align:center;}
.lxwm .weixin_box .weixin{float:none !important;}
.lxwm .weixin_box .text{margin:20px 0 0 0;}
.lxwm form button{width:100%;}
footer ul li{border:none;}
.cp_ny{padding:0 10px;}
.cp_ny .news1{margin:0 5px 10px;}
}

@media (max-width:479px){
header .ydd_btn{width:25px;top:21px;}
header .sjdnav{top:60px;}
/* 搜索框和电话超小屏 */
.logo_box .sousuo{min-width:100px;max-width:140px;margin:0 10px;}
.logo_box form input{height:30px;}
.logo_box form button{width:30px;height:30px;}
.logo_box .phone{font-size:16px;padding-left:16px;background-size:14px auto;}
.ad .con1 ul li{padding:0 5%;}
/* 公寓简介手机端响应式 */
.gsjj-row{padding:0 15px !important;gap:30px !important;}
.gsjj-img-col{order:-1;margin-bottom:10px;}
.gsjj-img{min-height:220px !important;}
.gsjj-text{padding:0 !important;}
.gsjj-title{font-size:18px !important;margin-bottom:10px !important;}
.gsjj-text p{font-size:13px !important;line-height:1.8 !important;margin-top:10px !important;text-indent:2em !important;}
.gsjj-btn{margin-top:15px !important;}
/* 入院指南+招贤纳士手机端 */
#ruyuan-zhaopin-row{width:100%;padding:0 15px;box-sizing:border-box;}
#ruyuan-zhaopin-row > div{flex:1 1 100% !important;padding:20px !important;margin:0 !important;box-sizing:border-box;}
#ruyuan-zhaopin-row h3{font-size:18px !important;}
#ruyuan-zhaopin-row ul li{font-size:13px !important;line-height:1.8 !important;}
#ruyuan-zhaopin-row p{font-size:13px !important;line-height:1.8 !important;}
}

/* 平板及以上 */
@media (min-width:768px){
.gsjj-row{display:flex !important;align-items:center !important;padding:0 40px !important;gap:30px !important;}
/* 入院指南+招贤纳士平板及以上 */
#ruyuan-zhaopin-row{padding:0 40px;gap:30px;}
#ruyuan-zhaopin-row > div{flex:1 1 calc(50% - 15px) !important;padding:30px !important;}
}



.pagelist{font:12px/21px Arial;clear:both;margin:0 auto;text-align:center;color:#999;}
.pagelist a{border: 1px solid #C9C9C9;background-color: #fff;color: #555;display: inline-block;height: 30px;line-height: 30px;padding: 0 10px;font-size: 12px;white-space: nowrap;text-align: center;border-radius: 2px;cursor: pointer;outline: 0;-webkit-appearance: none;-webkit-transition: all .3s;box-sizing: border-box;vertical-align: middle;font-style: inherit;font-weight: inherit;}
.pagelist a+a{margin-left:5px}
.pagelist a.active,.pagelist a:hover{background-color: #1a980a;color:#fff;border: 1px solid #1a980a;}