﻿/*头尾所需统一样式*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  touch-action: pan-y;
}
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
  margin: 0px;
  padding: 0px;
  outline: none;
  border: 0px;
}
li {
  list-style: none;
}
body {
  text-align: left;
  font-family: '微软雅黑';
  color: #333333;
  background: #fff;
}
html{
    font-size: 10px; 
}
a,
ins {
  text-decoration: none;
}
a {
  color: #333333;
}
a:hover {
    text-decoration: none;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
a:visited,a:active,a:focus{
    text-decoration: none;
}
.content1{
    width:100%;
    padding: 0 4%;
}
.l_float{
    float: left;
}
.r_float{
    float: right;
}
.hidden{
    display: none;
}
.clearfix:after{
    content:"";
    height:0;
    line-height:0;
    display:block; 
    visibility:hidden; 
    clear:both;
    
}    
.clearfix{
    zoom:1;   
}
/*****************************/
#logins .func{
    display: none;
}
.zjzw_pc_head{
    display: none;
}
.zjzw_head{
    height: 6rem;
    background: #2779BD;
}
.zjzw_head>.logo>img{
    width: 14.1rem;
    height: 2.8rem;
    margin-top: 1.6rem;
}
.phone_login{
    width: 6rem;
    height: 2rem;
    margin-top: 2.1rem;
}
.login_center{
    width: 2rem;
    height: 2rem;
}
.login_center img{
    width: 2rem;
    height: 2rem;
    border: none;
}
.nav_button{
    width: 1.8rem;
    height: 1.6rem;
    background: url(more.png) center no-repeat;
    background-size: cover;
    margin-top: 0.2rem;
    cursor: pointer;
}
.nav_item{
    width: 100%;
    /*min-height: 40rem;*/
    background: #2478BE;
    position: absolute;
    top: 6rem;
    left: 0;
    z-index: 10;
    font-size: 1.6rem;
    display: none;
}
.nav_item>ul>li{
    width: 100%;
    min-height: 4.8rem;
    line-height: 4.8rem;
}
.nav_item li>a{
    display: block;
    padding-left: 1.3rem;
    width: 91%;
    margin: 0 auto;
    height: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.7);
}

#zcxw>a{
    background: url(./xl1.png) 95.5% center no-repeat;
}
#zcxw>a.click{
    background: url(./xl2.png) 95.5% center no-repeat;
}
#zcxw>.zcxw_item{
    display: none;
    width: 91%;
    margin: -0.2rem auto 1rem;
    padding-left: 1.3rem;
}
#zcjd,#jrgz,#hqzc{
    display: block;
    border-top: none;
    color: #fff;
    font-size: 1.4rem;
    height: 3rem;
    line-height: 3rem;
}
.nav_item li:first-child a{
    border-top: none;
}
.nav_item li.on{
    background: url(jx.png) left center no-repeat;
}
.nav_item li.on>a{
    color: #fff;
    font-weight: 600;
}
.zcxw_open{
    background: url(jx.png) left 0.9rem no-repeat;
}
.nav_item li.zcxw_open>a{
    color: #fff;
    font-weight: 600;
}
/*部门选择*/
#bmck_box>div{
    top: -60px !important;
}
.ck{
    margin-left: 0 !important;
    width: 100% !important;
    position: relative;
}
#bm_close{
    width: 1.6rem;
    height:1.6rem;
    position: absolute;
    top: 19px;
    right: 15px;
}
.sjbm{
    width: 100% !important;
}
.sbm{
    width: 100% !important;
    margin: 0 !important;
}
.sjbm ul{
    margin: 0 !important;
    width: 100% !important;
}
.sjbm li{
    line-height: normal !important;
}
/*登录前搜索部分*/
.zjzw_search{
    height: 22rem;
    background: url(bg.jpg) center no-repeat;
    background-size: cover;
    text-align: center;
}
.zjzw_search::before{
    content: "";
    display: table;
}
.zjzw_search>.zdqh{
    display: inline-block;
    height: 3rem;
    background: rgba(255, 255, 255, 0.29);
    border-radius: 0.2rem;
    padding: 0 1.1rem 0 1.5rem;
    margin: 2.7rem auto 0;
    cursor: pointer;
}
.zdqh_pc{
    display: none;
}
/*站点选择样式*/

.zdqh_item{
    width: 100%;
    min-height: 50rem;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: left;
    padding-bottom: 2rem;
}
.close_btn{
    width: 1.7rem;
    height: 1.7rem;
    position: absolute;
    top: 1.9rem;
    right: 1.5rem;
    cursor: pointer;
}
.zdqh_item>.place1{
    margin-top: 4.3rem;
    width: 77%;
    font-size: 2rem;
    color: #333333;
    line-height: 3.8rem;
}
.zd_list{
    margin-top: 3.2rem;
    min-height:10.2rem; 
}
.zd_list>ul{
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 2rem;
}
.zd_list>ul>li{
    float: left;
    width: 10rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 1.5rem;
    font-size: 1.7rem;
    color: #333;
    margin-bottom: 2.4rem;
    cursor: pointer;
    font-weight: normal;
}
.zdqh_item>.choosed{
    min-height: 8.2rem;
    margin-top: 1.9rem;
}
.zdqh_item>.choosed>.leftItem{
    width: 11.2rem;
    height: 8.2rem;
}
.zdqh_item>.choosed>.leftItem>p{
    font-size: 1.4rem;
    color: #333;
    padding-top: 0.9rem;
    margin-bottom: 1.9rem;
}
.zdqh_item>.choosed>.leftItem>button{
    width: 9.5rem;
    height: 4rem;
    cursor: pointer;
    background: #33A0E5;
    font-size: 1.6rem;
    color: #f8f8f8;
}
.zdqh_item>.choosed>.rightItem{
    width: 65%;
    min-height: 8.2rem;
}
.zdqh_item>.choosed>.rightItem>.place2{
    font-size: 2rem;
    color: #333333;
    margin-top: 0.2rem;
    margin-bottom: 1.4rem;
    display: inline-block;
}
#message2{
    color: #EC940A;
    font-size: 1.2rem;
    width: 15.6rem;
    height: 2.5rem;
    line-height: 2.5rem;
    background-color: #FCE6C5;
    border-radius: 0.2rem;
    margin-top: 1.5rem;
    margin-left: 4%;
    display: none;
}
#message2>img{
    width: 1.2rem;
    margin: 0 0.6rem;
    vertical-align: middle;
    
}
.unable{
    background: #EEEEEE !important;
}

.zjzw_search>.zdqh>.selected{
    padding-right: 0.8rem;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: -0.09px;
    margin-top: 0.5rem;
}
.zjzw_search>.zdqh>.icon1{
    width: 1rem;
    height: 1rem;
    border-top: 0.5rem solid #fff;
    border-right: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
    border-left: 0.5rem solid transparent;
    margin-top: 1.3rem;
}
.zjzw_search>h5{
    margin-top: 0.9rem;
    font-size: 2.2rem;
    color: #fff;
    margin-bottom: 0.4rem;
    font-weight: normal;
}
#gologin{
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.6);
}
.zjzw_search>.search{
    width: 34.5rem;
    height: 4.8rem;
    margin: 1.7rem auto 0;
    text-align: center;
    position: relative;
}
#key{
    width: 27.7rem;
    height: 4.8rem;
    text-indent: 1.6rem;
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-left-radius: 0.2rem;
    -webkit-border-bottom-left-radius: 0.2rem;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    font-size: 1.6rem;
    color: #cccccc;
}
#zjzw_btn{
    width: 6.8rem;
    height: 4.8rem;
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-right-radius: 0.2rem;
    -webkit-border-bottom-right-radius: 0.2rem;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-appearance: none;
    background: #F1960F;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    cursor: pointer;
}
/*搜索推荐*/
.guess{
    width: 34.5rem;
    min-height: 16rem;
    background: #fff;
    position: absolute;
    z-index:10;
    display: none;
}
#more{
    top: 4.8rem;
}
#more1{
    top: 35.5rem;
}
.guess>dl{
    padding-top: 1.4rem;
    margin-left: 1.6rem;
    text-align: left;
    line-height: 3.1rem;
}
.guess>dl a{
    display: block;
    color:  #3781CD;
    font-size: 1.6rem;
}

/*登录后搜索部分*/
.zjzw_pc_loginSearch,.zdqh_pc{
    display: none;
}
.loginNews{
    width: 100%;
    height: 17rem;
    background: url(./bg.jpg) center no-repeat;
    background-size: cover;
}
.head-portrait{
    margin-top: 2rem !important;
}
.head-portrait>a>div{
    text-align: center;
    top: -4.8rem !important;
    font-size:2.4rem !important;
}
 .headPic{
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    margin: 5.2rem 1.6rem 0 0;
}
 .headPic img{
    width: 6rem;
    height: 6rem;
}
.information img{
    width: 6rem !important;
    height: 6rem !important;
}
.information>.news{
    padding-left: 20px;
    margin-top: 4rem;
}
.information>.news>p{
    line-height: normal !important;
}
 .warnMes{
    width: 76%;
    margin-top: 6.6rem;
}
 .warnMes>.greeting{
    color: #fff;
    font-size: 2.2rem;
    margin-bottom: 0.6rem;
}
 .warnMes>.noreadMes{
    display: none;
}
 .warnMes>.noreadMes>.mesNum{
    font-size: 1.4rem;
    letter-spacing: -0.09px;
    color: rgba(255, 255, 255, 0.7);
}
 .warnMes>.noreadMes>.mesContainer{
    font-size: 1.2rem;
    letter-spacing: -0.07px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6rem;
    margin-top: 0.3rem;
}
 .warnMes>.noreadMes>.mesContainer>a{
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.7);
    margin-left: 0.5rem;
}
 .warnMes>.noreadMes>.seeAll{
    display: block;
    margin-top: 0.5rem;
    font-size: 1.2rem;
    letter-spacing: -0.07px;
    color: rgba(255, 255, 255, 0.7);
}
.login_after_box{
    margin-top: 3rem;
}
 .login_zdqh{
    display: inline-block;
    cursor: pointer;
    margin-top: 3rem;
}
 .login_selected{
    font-size: 2.4rem;
    color: #000;
    font-weight: bold;
    padding-right: 0.5rem;
}
 .login_icon1{
    width: 1rem;
    height: 1rem;
    border-top: 0.5rem solid #9B9B9B;
    border-right: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
    border-left: 0.5rem solid transparent;
    margin-top: 1.5rem;
}
/*登录后搜索*/
.login_search{
    width: 34.5rem;
    height: 4.8rem;
    text-align: center;
}
#key1{
    width: 27.7rem;
    height: 4.8rem;
    text-indent: 1.6rem;
    border-left: 1px solid #EEECEC;
    border-top: 1px solid #EEECEC;
    border-bottom: 1px solid #EEECEC;
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
    font-size: 1.6rem;
    color: #cccccc;
}
#login_btn{
    width: 6.8rem;
    height: 4.8rem;
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #F1960F;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    cursor: pointer;
    -webkit-appearance: none;
}
.login_after_time{
    display: none;
}

/*登录后我的证照*/
#login_papework{
width: 100%;
}
#login_papework_iframe{
    height: 20.7rem;
}
.mycard{
    margin-top: 3rem;
}
.mycard>.title{
    height: 2.2rem;
    line-height: 2.2rem;
}
.mycard>.title span{
    font-size: 2.2rem;
    color: #333;
    font-weight: bold;
}
.mycard>.title .all{
    color: #666;
    font-size: 1.4rem;
    line-height: 3rem;
}
/*我的证照列表*/
.card_content{
    margin-top: 1.6rem !important;
}
.card_list{
    /*width: 1000rem !important;*/
    width: 34.5rem !important;
}
.card_list_item{
    width: 33.6rem !important;
    height: 13rem !important;
    background: #4FA3DF;
    border-radius: 0.4rem;
    float: left;
    position: relative;
}
.card_list_item .card_pic{
    margin-left: 5%;
    margin-top: 4.9rem;
    margin-right: 6%;
}
.card_list_item .card_pic>img{
    width: 3.5rem;
    height: 2.5rem;
}
.card_use{
    margin-top: 3.1rem;
}
.cardTit,.message{
    display: inline-block;
}
.cardTit{
    font-size: 2.2rem;
    color: #fff;
    font-weight: 400;
    margin-right: 6rem;
}
.message{
    font-size: 1.4rem;
    color: #fff;
    position: absolute;
    top: 2.2rem;
}
.cardHandle{
    width: 24.8rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgba(255, 255, 255, .6);
    margin: 0.6rem 0;
}
.cardHandle>a{
    font-size: 1.6rem;
    color: rgba(255, 255, 255, .6);
    margin-left: 1rem;
}
.cardHandle>a:first-child{
    margin-left: 0;
}
.status{
    text-align: right;
    font-size: 1.4rem;
    color: rgba(255, 255, 255, .6);
}
.cardList1{
    background: #699C77;
}
.cardList2{
    background: #eee;
}
.moreCard{
    display: block;
    width: 8.4rem;
    height: 3.5rem;
    border: 1px solid #33A0E5;
    text-align: center;
    line-height: 3.5rem;
    border-radius: 1.8rem;
    color: #33A0E5;
    font-size: 1.4rem;
    margin: 4.75rem auto;
}

/* 证照票据部分 */

.ownerCard {
    background: #f8f8f8;
    overflow: hidden;
    width: 100%;
    padding-top: 2.6rem;
    padding-bottom: 2.3rem;
    height: 24.5rem;
}

.ownerCardTit {
    width: 100%;
    /* height: 2.2rem; */
    line-height: 2.2rem;
    padding: 0 1.5rem;
}

.ownerCardTit .ownerCardTitList {
    font-size: 2rem;
    color: #333;
    font-weight: bold;
    margin-right: 1.3rem;
    padding-bottom: 0.7rem;
}

.ownerCardTit .active {
    border-bottom: 0.4rem solid rgba(22, 146, 255, 0.4);
}

.ownerCardTit .tab_more {
    color: #666;
    font-size: 1.4rem;
    line-height: 3rem;
    float: right;
}

.ownerCardList {
    margin-top: 1.6rem !important;
}

.card_list1 {
    width: 999rem !important;
}

.card_list_item1 {
    width: 33.6rem !important;
    height: 12.5rem !important;
    border-radius: 0.4rem;
    float: left;
    position: relative;
    cursor: pointer;
    padding: 1.5rem;
    background: #fff;
}

.cardName {
    font-size: 2rem;
    color: #333;
    font-weight: bold;
    margin-top: 1.5rem;
}

.cardNum {
    margin-top: 3rem;
}

.cardNum span.l_float {
    font-size: 1.2rem;
    color: #999;
}

.cardNum span.r_float {
    font-size: 1.4rem;
    color: #666;
}

.moreCard {
    display: block;
    width: 8.4rem;
    height: 3.5rem;
    border: 1px solid #33A0E5;
    text-align: center;
    line-height: 3.5rem;
    border-radius: 1.8rem;
    color: #33A0E5;
    font-size: 1.4rem;
    margin: 4.75rem auto;
}

/*热点推荐*/
.time{
    display: none;
}
.rd_icon,.refresh{
    display: none;
}
.zjzw_hot{
    /*height: 5.5rem;*/
    margin-top: 1.3rem !important;
    width:100%;
    padding: 0 2%;
}
#bs_iframe{
    height: 5.5rem;
    margin-bottom: 0 !important;
}
.hot_content{
    width: 30rem !important;
}
.hot_item{
    width: 13.9rem !important;
    height: 4rem;
    background: #f9f9f9;
    text-align: center;
    float: left;
    margin-right: 1rem;
    overflow: hidden;
}
.hot_item:first-child span{
  line-height: 40px;
}
.hot_item>a{
    display: inline-block;
    width: 8.4rem;
    color: #333;
    font-size: 1.4rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 1rem;
    margin-left: 1rem;
    margin-right: 0.5rem;
}
.hot_item>.postfix{
    display: inline-block;
    width: 3rem;
    height: 1.8rem;
    border-radius: 0.2rem;
    font-size: 1rem;
    background:  rgba(43,157,240,0.2);
    color:#2B9DF0;
    margin-top: 1.1rem;
    line-height: 1.8rem;
}
/*个人办事、法人办事*/
.zjzw_affairs{
    margin-top: 4rem;
}
.affairs{
    width: 100%;
}
#bs_iframe2{
    height: 867px;
}
.affairs_tab>.tabs>span{
    display: inline-block;
    height: 3.6rem;
    /*line-height: 1;*/
    color: #333;
    font-size: 2.2rem;
    font-weight: bold;
    cursor: pointer;
}
.affairs_tab>.tabs>span.on{
    border-bottom: 6px solid #A2D3FF;
}
.affairs_tab>a.more{
    color: #666;
    font-size: 1.6rem;
    padding-top: 0.4rem;
}
.affairs_tab>a.more:hover{
    color: #33A0E5;
    position: relative;
    top: 1px;
    right: 0;
}
.tabs img{
    width: 1px;
    height: 1.5rem;
    margin: 0 0.8rem;
}
/*个人办事、法人办事 列表内容*/
.affairs_content{
    padding-top:0.5rem;
}
.affairs_content>.grbs,
.affairs_content>.frbs{
    width: 100%;
}
.affairs_content>.grbs>ul>li,
.affairs_content>.frbs>ul>li{
    width: 100%;
    height: 11.6rem;
    background: #f9f9f9;
    border-radius: 0.1rem;
    margin-top: 2rem;
}
.affairs_content>.grbs>ul>li .picIcon,
.affairs_content>.frbs>ul>li .picIcon{
    margin: 2.3rem 8% 0 9%;
}
.affairs_content>.grbs>ul>li .picIcon>img,
.affairs_content>.frbs>ul>li .picIcon>img{
    width: 4.5rem;
    height: 4.5rem;
}
.affairs_content>.grbs>ul>li .listItem,
.affairs_content>.frbs>ul>li .listItem{
    margin-top: 2.3rem;
    width: 68%;
}
.affairs_content>.grbs>ul>li .listItem .title,
.affairs_content>.frbs>ul>li .listItem .title{
    font-size: 2rem;
    color: #333;
    letter-spacing: -0.08px;
    font-weight: bold;
    margin-bottom: 0.4rem;
}
.affairs_content>.grbs>ul>li .listItem>ul>li,
.affairs_content>.frbs>ul>li .listItem>ul>li{
    float: left;
    font-size: 1.4rem;
    color: #666;
    letter-spacing: 0.5px;
    padding-right: 0.5rem;
}
.affairs_content>.grbs>ul>li .listItem>ul>li:last-child,
.affairs_content>.frbs>ul>li .listItem>ul>li:last-child{
    width: 9.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: none;
    padding: 0;
}
.affairs_content>.grbs>ul>li .listItem>ul>li img,
.affairs_content>.frbs>ul>li .listItem>ul>li img{
    width: 1px;
    height: 1.4rem;
}
#zjzwdt-web-select-box-wrap{
    width: 100%;
}

/*办事套餐*/
.zjzw_plan{
    margin-top: 4rem;
    text-align: center;
}
.zjzw_plan>.title{
    height: 2.2rem;
    line-height: 2.2rem;
}
.zjzw_plan>.title span{
    font-size: 2.2rem;
    color: #333;
    font-weight: bold;
}
.zjzw_plan>.title .more{
    color: #666;
    font-size: 1.4rem;
    line-height: 3rem;
}
/*办事套餐列表内容*/
.plan_content{
    margin-top: 2rem;
    text-align: left;
}
.plan_list{
    width: 1000rem !important;
    display: block !important;
}
.plan_list_item{
    height: 21rem !important;
    background: #f8f8f8;
    border-radius: 0.2rem;
    float: left;
}
.plan_list_item>.subtit{
    display: block;
    font-size: 2.4rem;
    color: #333;
    font-weight: bold;
    margin-left: 10%;
    margin-top: 4.3rem;
}
.plan_list_item>.divide{
    width: 10.3rem;
    height: 0.8rem;
    background: #F1CC95;
    margin-top: 1.1rem;
    margin-left: 10%;
    margin-bottom: 3.9rem;
}
.plan_list_item>.subtxt{
    display: block;
    width: 70%;
    margin-left: 10%;
    line-height: 2.4rem;
    font-size: 1.6rem;
}
.swiper-pagination{
    height: 1rem;
    position: static !important;
    line-height: 1rem;
}
.swiper-pagination-bullet{
    margin: 0 !important;
    margin-left: 0.31rem !important;
    width: 0.5rem !important;
    height: 0.19rem !important;
    border-radius: 0 !important;
}
.swiper-pagination-bullet-active{
    background: #999 !important;
}
.pagination{
    display: inline-block;
    height: 1.6rem;
    position: static !important;
    line-height: 1.6rem;
    margin: 0 auto;
}
.swiper-pagination-switch{
    display: inline-block;
    margin-left: 0.5rem;
    width: 0.8rem;
    height: 0.3rem;
    border-radius: 0;
    background: #ddd;
}
.swiper-visible-switch,.swiper-active-switch{
    background: #999;
}
/*办事服务点*/
.zjzw_pc_place{
    display: none;
}
.zjzw_place{
    margin-top: 4rem;
}
.zjzw_place>.title{
    height: 2.2rem;
    line-height: 2.2rem;
}
.zjzw_place>.title p,
.zjzw_place>.title span{
    font-size: 2.2rem;
    color: #333;
    font-weight: bold;
}
.zjzw_place>.title .more{
    color: #666;
    font-size: 1.4rem;
    line-height: 3rem;
}
/*办事服务点详细内容*/
.zjzw_place>.details{
    margin-top: 2.3rem;
}
.zjzw_place>.details>.detailsTitle{
    width: 100%;
    height: 2.4rem;
    margin-bottom: 0.6rem;
}
.zjzw_place>.details>.detailsTitle span{
    display: inline-block;
}
.zjzw_place>.details>.detailsTitle .icon{
    width: 2rem;
    height: 2.4rem;
    background: url(xz.png) center no-repeat;
    background-size: cover;
    text-align: center;
    line-height: 2.2rem;
    color: #fff;
    font-size: 1.2rem;
    margin-right: 0.6rem;
}
.zjzw_place>.details>.detailsTitle .address{
    font-size: 1.7rem;
    color: #333;
    letter-spacing: -0.1px;
}
.zjzw_place>.details>.detailsTitle .lately{
    width: 3.6rem;
    height: 1.9rem;
    border: 1px solid #e8e8e8;
    border-radius: 0.2rem;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.7rem;
    color: #A6A6A6;
    display: none;
}
.zjzw_place>.details>p{
    font-size: 1.4rem;
    color: #9a9a9a;
    letter-spacing: -0.09px;
    margin-left: 2.9rem;
    margin-bottom: 1rem;
}
.zjzw_place>.details>p:last-child{
    margin-bottom: 1.7rem;
}
.zjzw_place>.map{
    height: 19.3rem;
    text-align: center;
    line-height: 19.3rem;
}
.zjzw_zhfw{
    display: none;
}

/*底部*/
.zjzw_pc_foot{
    display: none;
}
.zjzw_foot{
    width: 100%;
    height: 42.7rem;
    background: #3375AA;
    margin-top: 4rem;
}
.zjzw_foot_nav{
    height: 12.4rem;
    padding-top: 3.4rem;
    margin-left: 4.5%;
}
.zjzw_foot_nav li{
    float: left;
    margin-bottom: 3.2rem;
}
.zjzw_foot_nav li a{
    font-size: 1.4rem;
    color: #fff;
}
.zjzw_foot_nav li.sx{
    margin-top: 0.3rem;
}
.zjzw_foot_nav li img{
    width: 1px;
    height: 1.3rem;
    vertical-align: middle;
    margin-left: 2rem;
    margin-right: 1.9rem;
}
.footDivide{
    width:91%;
    margin: 0 auto;
    height: 1px;
    background: rgba(255,255,255,.2);
    margin-top: 1.2rem;
}
.zjzw_foot>.connect{
    margin: 1.7rem 0 1.5rem;
}
.zjzw_foot>.connect::before{
    display: table;
    content: "";
}
.zjzw_foot>.connect>p{
    font-size: 1.4rem;
    color: #fff;
    margin-left: 1.5rem;
    margin-left: 4.5%;
}
.zjzw_foot>.connect>p:first-child{
    margin: 1rem 0 2rem 4.5%;
}
.zjzw_foot>.connect>p:last-child{
    margin-bottom: 2.6rem;
}
.zjzw_foot>.copyright{
    margin-top: 1.8rem;
    line-height: 2.5rem;
}
.zjzw_foot>.copyright>p{
    margin-left: 4.5%;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.45);
}
.footPic>a{
    display: inline-block;
}
.footPic>.dzjg{
    margin: 1.2rem 0.9rem 0 4.5%;
}
.footPic>.dzjg img{
    width: 2.5rem;
    height: 3rem;
}
.footPic>.jc img{
    width: 4.2rem;
    height: 2.1rem;
    margin-bottom: 0.5rem;
}

/*右侧固定栏*/
.fix-box{
    display: none;
}
#wave_windows,.arrow-left,.arrow-right{
    display: none;
}
#AIservice{
    display: none !important;
}