/*shouye2*/
/* 登录注册 */
.log_reg_box{width: 400px;}
.t_party{border-radius: 0 0 5px 5px;}
.t_party a{display: inline-block;margin-left: 15px;}
.t_party a .ico{margin-right: 3px;font-size: 14px;}
.lr_tab{line-height: 50px;}
.lr_tab li{border-bottom: 2px solid #fff;display: inline-block;cursor: pointer;margin-right: 30px;}
.lr_tab li.on{border-bottom-color: #409EFF;}
.log_reg_box .input_line{padding-top: 10px;}
/**/
.logo {
    display: flex;
    align-items: center;
}
.selectcity {
    margin-left: 10px;
    max-width: 100px;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    position: fixed;
    vertical-align: middle;
}
.swiper-button-disabled {
    visibility:hidden
}

/**/
header.back_white {
    top: 0;
    /* height: 160px; */
    width: 100%;
    z-index: 100;
    min-width: 1400px;
}
.homebanner {
    height: 500px;
    position: relative;
}
.bannersearchcontainer {
    height: 154px;
    margin-top: -164px;
    padding-top: 5px;
    padding-bottom: 6px;
    background: rgba(255, 255, 255, 0.5);
    z-index: 99;
    position: relative;
}
.homebanneritem {
    position: relative;
    width: 100%;
    height: 500px;
}
.homebannertxt {
    text-align: center; margin-top:64px
}
.homebanner .swiper-container {
    width: 100%;
    height: 500px;
}
.homebanner .swiper-pagination {
    margin-bottom: 160px;
}
.homebanner .searchtype {
    padding: 10px;
    margin: 0 auto;
    border-radius: 5px;
    color: #fff;
    width: 800px;
    line-height: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
}
/**/
.homebanner .searchtype a{
    color: #1395f3;
    margin: 0 5px;
    font-size: 16px;
    display: inline-block;
    padding: 0px 10px;
    min-width: 40px;
    border-radius: 40px;
    cursor: pointer;
}
.homebanner .searchtype a.on {
    color: #fff;
    background: #1395f3;
    position: relative;
}
.homebanner .searchtype a.on::after{
    content: " ";
    width: 0;
    height: 0;
    border-width: 6px 6px 0px;
    border-style: solid;
    position: absolute;
    bottom: -6px;
    border-color: #1395f3 transparent transparent;
    left: 50%;
    margin-left: -6px;
}
.homebanner .searchtype a.openall{
    color: #1395f3;
    background: #fff;
    text-align: center;
    border-radius: 20px;
    display: inline-block;
    padding: 0 15px;
    float: right;
    margin-right: 10px;
    display: none;
}
.homesearch {
    width: 1000px;
    margin: 5px auto;
}
.hot a {
    color: #8590a6;
}

.mapinfo {
    background: #f9f9f9;
    width: 340px;
    padding: 15px 30px;
}
.province_map_num {
    padding: 10px;
}
.map_num_t {
    color: #1395f3;
    font-size: 32px;
    line-height: 50px;
    border-bottom:1px solid rgba(19, 149, 243, 0.2);
}
.map_num_item {
    display: flex;
    font-size: 16px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.map_num_item b {
    color: #1395f3;
    margin-right:10px;
}
.map_num_item>div {
    width: 130px;
    display: flex;
    flex-direction: column;
    line-height: 30px;
    padding-top: 10px;
}

.newslist {
    padding: 20px 0
}
.newslist a {
    line-height: 40px;
    display: block;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.policy_news dt {
    line-height: 50px;
}
.policy_news dd {
    min-height: 370px;
}
.policy_news dd li a{
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    height: 26px;
    line-height: 26px;
    margin-top: 0;
}
.policy_news dd li  span {
    color: #999;
}
.map_con {
    background: #f5f5f5 url(../images/mapbg.png) bottom center no-repeat;
    background-size: 100% 100%;
}
.mapinfo {
    /* background: url(../images/mapinfobg.png) left top repeat; */
}
.Popout{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
}
.PopoutBox{

    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.PopoutBox-shake{
    min-height: 1.2rem;
    min-width: 3rem;
    padding: 0.2rem;
    box-sizing: border-box;
    -moz-box-shadow:0px 1px 0.2rem rgba(31,31,31,0.2);
    -webkit-box-shadow:0px 1px 0.2rem rgba(31,31,31,0.2);
    box-shadow:0px 1px 0.2rem rgba(31,31,31,0.2);
    -webkit-border-radius: 0.08rem;
    -moz-border-radius: 0.08rem;
    border-radius: 0.08rem;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
    padding: 5px 20px;
    border-radius: 5px;
}
.PopoutBox img{
    width: 0.5rem;
    margin-right: 0.1rem;
}
.Popout-title{
    color: #333;
    height: 60px;
    display: flex;
    align-items: center;
}