.title{

    width: 70%;

}
.back_icon{
    display: block;
    width:10%;
    height: 50px;
    max-width: 40px;

    background: url("../images/back_icon.jpg" ) left no-repeat;
    background-size: contain;
}
.input_box{
    width: 100%;
    padding: 5px 0;
    background: #3498F1;
}
.input-group{
    width: 66%;
    margin: 0 auto;
}
.form-control,.input-group-addon{
border: 1px solid #999;
}
.input-group-addon{
    background: #999 url("../images/search_icon.jpg") no-repeat center;
}


.main{
    width: 92%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.main_top{
    border-bottom: 1px solid #3498F1;
    width: 100%;
    position: relative;
    padding-top: 18px;
    overflow: hidden;
}
.top_title{
    position: relative;
    display: -webkit-box; /* 鑰佺増鏈娉�: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 鑰佺増鏈娉�: Firefox (buggy) */
    display: -ms-flexbox; /* 娣峰悎鐗堟湰璇硶: IE 10 */
    display: -webkit-flex; /* 鏂扮増鏈娉�: Chrome 21+ */
    display: flex;
    left: 0;
    bottom: 2px;
    overflow: hidden;
}

.title_left{
    background: url("../images/title_left.png") right no-repeat;
    background-size: contain;
    width: 17px;
    height: 54px;
}
.title_right{
    background: url("../images/title_right.png") no-repeat;
    background-size: contain;
    width: 36px;
    height: 54px;
}
.title_main{
    color: #fff;
    font-family: "Microsoft Yahei";
    background:url("../images/title_main.png") repeat-x;
    background-size: contain;
    white-space: nowrap;
    padding-top: 9px;
    font-size: 2em;
    line-height: 45px;
    height: 54px;
}
@media screen and (max-width: 432px) {

    .title_main{
        font-size: 1em;
        padding-top: 0;
        line-height: 37px;
    }
    .title_right,.title_left,.title_main{
        height: 32px;
    }
    .top_title{
        margin-left:-7px;
    }
}

.main_title{
    position: relative;
    left: 0;
    bottom: 2px;
    width: 24%;
    overflow: hidden;
}
.main_lead{
    font-size: 1.4rem;
    color:#3498F1;
    position: absolute;
    right: 0;
    float: right;
    bottom: 2px;
}
.main_lead a{
    color:#3498F1;
}
.main_lead a:first-child{
    padding-left: 24px;
    background: url("../images/index3.jpg")no-repeat left;
    background-size: contain;
}

.pro_floor{
    position: relative;
}
.floor_top{
    border-bottom: 1px solid #cab99e;
    width: 100%;
    position: relative;
    padding-top: 14px;
    overflow: hidden;

}
.floor_title{
    display: inline-block;
    /*position: ;*/
    bottom: 2px;
    left: 0;
    overflow: hidden;
    padding-left:15px;
	font-weight:bold;
    background: url("../img/floor_logo.jpg") no-repeat left;

}
.more_icon{
    background: url("../images/more_icon.jpg")no-repeat bottom right;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.floor_shop{
    overflow: hidden;
    display: block;
    margin: 6px 0;
    width: 100%;
}


.shop_list{
    width: 40%;
    padding: 1.5%;
    float: left;
    margin-top: 14px;
    margin-left: 5%;
    border:1px solid #DADADA;
}
.shop_list:hover{
    border-color: #999;
}

.first_shop_list{
    margin-left: 0;
}

/*.shop_list:onclick{*/
    /*border: 2px solid #3498F1;*/
/*}*/


.img_box{

    text-align: center;
    vertical-align: middle;
    width: 100%;
}


.shop_list span{
    background: #3498F1;
    color: #fff;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 2px 0;
    font-size: 13px;
}

.prob_box{
    width: 75%;
    overflow: hidden;
    padding: 1.33333%;
    box-shadow: 2px 2px 2px #747474;
    margin: 20px auto;
    text-align: center;
    vertical-align: middle;
}
.prob_box img{
    display: inline-block;
}
.prob_words{
    color: #000;
    font-size: 1.4rem;
    padding: 0 3%;
    margin-bottom: 10px;
    text-indent: 2em;
}
.back_btn {
    background: #3498F1;
    width: 18%;
    margin: 6px auto;
    display: block;
    text-align: center;
    padding: 4px 0;
}

.back_btn:hover{
    color: #fff;
}

.cen_mid_box{
    padding-top: 80%;
    position: relative;
    vertical-align: middle;
}
.cen_mid_box img{
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    vertical-align: middle;
}

/*****NEWS********/
.news_box {
    display: block;
    border-bottom: 1px solid #dfdcd7;
    padding: 10px 3.333%;
    color: #000;
}
.news_h_icon {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 10px solid #5d5039;
    border-bottom: 6px solid transparent;
    display: block;
    float: left;
    margin-top: 3px;
}
i, em, b {
    font-style: normal;
}
.news_h {
    margin-left: 5px;
    max-width: 64%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news_time {
    float: right;
}
.news_box p {
    padding-top: 10px;
    overflow: hidden;
    max-height: 52px;
    text-indent: 2em;
}
.pro_floor img {
    max-width: 80%;
    height: auto;
    text-align: center;
}