﻿.fontFamily{
    font-family:'Microsoft YaHei' !imp;
}
.pt40{
    padding-top:40px;
}
.ml50{
    margin-left:50px;
}
.mb20{
    margin-bottom:20px;
}
.mb10{
    margin-bottom:10px;
}
.pb20{
    padding-bottom:20px;
}
.mr30{
    margin-right:30px;
}

.foot-2017{
    padding-bottom:18px;
    background:#00BC88;
    font-family:'Microsoft YaHei';
}
.link-2017{
    padding-left:22px;
    padding-right:45px;
    padding-top:33px;
    height:170px;
    color:#fff;
    background:url(../../img_new/2017/foot-bg.png) right 38px no-repeat;
}
.link-2017 dl{
    width:850px;
}
.link-2017 dt{
    display:block;
    width:92px;
    line-height:30px;
    text-align:center;
    background:#fff;
    color:#00bc88;
    font-weight:normal;
    font-size:18px;
    border-radius:15px;
    margin-bottom:12px;
    margin-left:12px;
}
.link-2017 dd{
    line-height:26px;
    float:left;
    padding-right:12px;
    padding-left:12px;
    background:url(../../img_new/2017/foot-line.jpg) right center no-repeat;
}
.link-2017 dd a{
    font-size:12px;
    color:#fff;
}
.link-2017 dd:last-child{
    background:none;
}

.foot-nav-2017{
    line-height:52px;
    border-top:1px solid #33C9A0;
    border-bottom:1px solid #33C9A0;
    text-align:center;
    color:#fff;
}
.foot-nav-2017 a{
    color:#fff;
    font-size:16px;
}
.foot-nav2-2017{
    border-top:none;
}
.foot-copy-2017{
    text-align:center;
    color:#fff;
    font-size:14px;
    line-height:30px;
}
.foot-copy-2017 p{
    padding-top:18px;
    padding-bottom:15px;
}
.foot-copy-2017 img{
    display:inline-block;
    margin-right:15px;
}

/*index.aspx*/
.index-swiper{
    width:100%;
    height:420px;
}
.index-swiper .swiper-wrapper{
    height:420px;
    text-align:center;
}
.index-swiper .swiper-pagination-bullet{
    width:12px;
    height:12px;
}
.index-swiper .swiper-pagination-bullet-active{
    background:#00BC88;
}

.banner-order-wrapper{
    background: #E5E7E7;
    width: 100%;
    padding-top: 34px;
    padding-bottom: 34px;
    font-family:'Microsoft YaHei';
}
.banner-form{
    width: 990px;
    margin: 0 auto;
}
.banner-form .map-list{
    display: inline-block;
}
.banner-form .map-list>p{
    width: 185px;
    font-size: 18px;
    background: #fff;
    border-radius: 4px;
}
.map-list>p{
    height: 50px;
    line-height: 50px;
    border:1px solid #D2D2D2;
    padding-left: 15px;
    padding-right: 8px;
    color: #191919;
    cursor: pointer;
}
.map-list>p>strong{
    font-weight: normal;
}
.map-list>p>i{
    display: inline-block;
    width: 35px;
    height: 50px;
    float: right;
    vertical-align: middle;
    position:relative;
    top:-2px;
}
.map-input{
    display: block;
    width: 387px;
    height: 50px;
    line-height: 50px;
    border:1px solid #D2D2D2;
    padding-left: 15px;
    padding-right: 8px;
    font-size: 20px;
    color: #191919;
}
.map-order{
    display: block;
    margin: 22px auto 0;
    width: 340px;
}
.city-list{
    position: absolute;
    border: 1px solid #CCCDCD;
    border-top: none;
    z-index: 5;
    width: 410px;
    max-height: 160px;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
}
.banner-form .city-list{
    width: 208px;
}
.city-list>p{
    width: 100%;
    padding-left: 15px;
    padding-right: 8px;
    background: #F4F5F5;
    line-height: 40px;
    border-bottom: 1px solid #C7C8C8;
    cursor: pointer;
}
.city-list>p:hover{
    background: #CECECE;
}
.map-layer-close{
    position: absolute;
    right: 18px;
    top:18px;
    cursor: pointer;
}
.banner-form input{
    padding: 14px 20px;
    border:1px solid #ccc;
    border-radius: 4px;
    font-size: 18px;
    margin-right: 10px;
    position: relative;
    top: -1px;
}
.banner-form span{
    display: inline-block;
    width: 178px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #00BC88;
    font-size: 24px;
    border-radius: 4px;
    cursor: pointer;
}
.banner-form span{
    position: relative;
    top:1px;
    width: 240px;
    font-size: 18px;
}

/*预约提示信息*/
.layer{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top:0;
    z-index: 9999;
    background: rgba(0,0,0,0.5);
    display: none;
}
.layerCont{
    width: 460px;
    height: 248px;
    position: absolute;
    top:50%;
    left: 50%;
    margin-top: -124px;
    margin-left: -230px;
    background: #fff;
}
.icon{
    display: block;
    margin: 60px auto 20px;
}
.message{
    text-align: center;
    padding: 0 20px;
    font-size: 18px;
    color: #363636;
}

.advantage{
    background:#f1f1f1;
    height:214px;
    padding-top:40px;
    overflow:hidden;
}
.advantage-item{
    width:240px;
    text-align:center;
    float:left;
}
.advantage-item strong{
    font-size:22px;
    color:#191919;
    line-height:52px;
}
.advantage-item span{
    display:block;
    font-size:16px;
    color:#191919;
    width:0;
    overflow:hidden;
}
.advantage-item>div{
    width:110px;
    height:110px;
    overflow:hidden;
    margin:0 auto;
}
.advantage-item>div>img{
    position:relative;
    left:0;
    top:0;
    transition:all 0.3s linear;
}
.advantage-item.active span{
    width:100%;
}
.advantage-item.active>div>img{
    top:-110px;
}

.business{
    width:1086px;
    height:540px;
    margin:60px auto 40px;
    background:url(../../img_new/2017/business.jpg) center 0 no-repeat;
}

.honor{
    text-align:center;
}
.honor strong{
    font-size:40px;
    font-weight:normal;
    width:652px;
    line-height:66px;
}
.honor span{
    width:608px;
    font-size:24px;
    line-height:60px;
}
.honor strong,.honor span{ 
    color:#fff;
    display:block;
    margin:0 auto;
    text-align:center;
    background:#00BC88;
}
.honor01{
    margin-top:40px;
    margin-bottom:45px;
}

.news{
    height:534px;
    background:#F1F1F1;
    padding-top:30px;
}
a.title-2017{
    font-size:18px;
    color:#fff;
    display:block;
    width:92px;
    line-height:30px;
    background:#00BC88;
    text-align:center;
    border-radius:15px;
    color:#fff;
}
.newsItem{
    height:118px;
    margin-bottom:6px;
    background:#fff;
}
.newsItem img{
    display:block;
    width:256px;
}
.newsItem>div{
    width:915px;
}
.newsItem>div>h3{
    font-size:24px;
    color:#1d2b41;
    margin-top:22px;
    margin-bottom:15px;
}
.newsItem>div>p{
    font-size:14px;
    line-height:24px;
}
.news-list-2017{
    margin-top:33px;
}
.news-list-2017 li{
    float:left;
    width:154px;
    line-height:40px;
    background:#00BC88;
    text-align:center;
    border-radius:20px;
    margin-right:54px;
}
.news-list-2017 li:last-child{
    margin-right:0;
}
.news-list-2017 li a{
    color:#fff;
    font-size:18px;
}
.news-list-2017 li a:hover,a.title-2017:hover{
    text-decoration:none;
}

.photo-2017{
    padding-top:50px;
    padding-bottom:50px;
    text-align:center;
}
.impress{
    background:#f1f1f1;
    padding-bottom:40px;
}
.impress>img{
    display:block;
    margin:0 auto;
}

.customer{
    width: 1160px;
    height: 560px;
    /*padding: 20px;*/
    margin: 0 auto;
}
.customer-item{
    background: #fff;
    padding: 0 20px;
    margin-bottom: 14px;
}
.customer-item>img{
    display: block;
    margin-right: 20px;
    margin-top: 20px;
}
.customer-box{
    width: 960px;
    padding-bottom: 25px;
    position: relative;
    padding-top:15px;
}
.customer-title{
    font-size: 28px;
    font-weight: bold;
    margin-top: 10px;
}
.customer-title span{
    font-size: 18px;
    vertical-align: middle;
}
.customer-info{
    font-size: 18px;
    line-height: 26px;
    margin: 5px 0 15px 0;
}
.customer-info span{
    /*text-decoration-line: underline;
    text-decoration-color: red;*/
    display: inline-block;
    border-bottom: 2px solid red;

}
.customer-tag span{
    display: inline-block;
    background: #ADD9AE;
    border-radius: 4px;
    font-size: 16px;
    color: #003e07;
    line-height: 30px;
    padding: 0 7px;
    margin-right: 9px;
}
.customer-box .card{
    position: absolute;
    right: 0;
    bottom: 18px;
}

.wiki-list li{
    float:left;
    width:350px;
    line-height:48px;
    font-size:14px;
    padding-left:50px;
}
.wiki-list li a{
    display:block;
    width:300px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.wiki-list li a:hover{
    color:#00BC88;
    text-decoration:none;
}
/*index business*/
.business-item{
    width:250px;
    height:160px;
    background:#F1F1F1;
    position:relative;
    text-align:center;
    transition:all 0.5s linear;
    border-radius:30px;
}
.business-item p{
    position:absolute;
    font-size:20px;
    left:0;
    bottom:16px;
    width:100%;
    font-family:'Microsoft YaHei';
}
.business-item img{
    display:block;
    width:100px;
    height:100px;
    transition:all 0.5s linear;
    position:absolute;
    left:50%;
    margin-left:-50px;
    top:14px;
}
.business-item img.active{
    margin-left:-60px;
    top:0;
    width:120px;
    height:120px;
}
.business-item.active{
    color:#fff;
}
.business-item1.active{
    background:#FFA301;
}
.business-item8.active{
    background:#6B6FDE;
}
.business-item2.active{
    background:#FD67B8;
}
.business-item7.active{
    background:#FF4968;
}
.business-item3.active{
    background:#C87CF4;
}
.business-item4.active{
    background:#00C9C2;
}
.business-item5.active{
    background:#FA8648;
}
.business-item6.active{
    background:#33C3FF;
}


/*default列表页*/
.list-right-2017{
    width:262px;
    border:1px solid #E1E1E1;
    background:#fff;
    text-align:center;
    font-family:'Microsoft YaHei';
    padding-bottom:28px;
}
.list-right-2017 h1{
    font-size:26px;
    color:#191919;
    line-height:40px;

}
.most-info-2017{
    font-size:24px;
    color:#191919;
}
.most-info-2017 strong{
    display:block;
    background:#00BC88;
    color:#fff;
    width:216px;
    height:64px;
    margin:10px auto 20px;
    font-size:20px;
    line-height:26px;
    padding-top:10px;
    font-weight:normal;
}
.most-info-2017 span{
    display: inline-block;
    color: #fff;
    background-color: #FF0000;
    border-radius: 4px;
    padding: 10px 2px;
    font-size: 36px;
    margin-right: 2px;
    margin-top:15px;
    margin-bottom:15px;
}
a.innerBtn-2017{
    display:inline-block;
    width:204px;
    line-height:52px;
    background:#00BC88;
    color:#fff;
    font-size:20px;
    border-radius:4px;
    margin-top:28px;
    border:1px solid #02805D;
    box-shadow:1px 2px 5px #aaaaaa;
}
a.innerBtn-2017:hover{
    text-decoration:none;
}

.gold-tuijian-2017{
    font-family:'Microsoft YaHei';
    padding:10px 0;
}
.gold-tuijian i.gold-tuijian-i{
    background:none;
}
.gold-tuijian-2017 li{
    padding-left:15px;
}
.gold-tuijian-2017 li a{
    display:block;
    width:188px;
    overflow:hidden;
    line-height:36px;
    font-size:14px;
    color:#1d2b41;
    white-space:nowrap;
    text-overflow:ellipsis;
    background:url(../../img_new/2017/dot.png) 4px 50% no-repeat;
    padding-left:12px;
}

.crumbDefault{
    margin-top:5px;
}
.gold-tuijian strong{
    margin-bottom:10px;
}

.detail-top-2017{
    font-size:22px;
}
.detail-info-2017{
    display: inline-block;
    font-size: 0;
    margin: 0 0 0 2px;
}
.detail-info-2017 span{
    display: inline-block;
    color: #fff;
    background-color: #FF0000;
    border-radius: 4px;
    padding: 2px 3px;
    font-size: 24px;
    margin-right: 2px;
}
.detail-top-2017 a.innerBtn-2017{
    margin-top:5px;
    margin-right:15px;
}

/*详情页地图广告位*/
.newseoAboutKefu{
    display:none;
}
.newseoDetail{
    position:relative;
}
.detail-map-2017{
    margin-top:7px;
}
.detail-map-2017 a.innerBtn-2017{
    text-align:center;
    width:176px;
    line-height:34px;
    font-size:18px;
}