.footer_main{
    border-top: 1px #ddd solid;
}
.imenu {
    width: 94%;
    margin: 0 auto;
    position: relative;
}

.imenu ul {
    display: block;
    padding-top: 2%;
}

.imenu li {
    width: 49%;
    border: 1px solid #dcdcdc;
    text-align: center;
    border-radius: 0.08rem;
    overflow: hidden;
    box-shadow: 0px 1px 5px #dcdcdc;
    float: left;
    margin-right: 2%;
    margin-top: 2%;
}
.imenu li:nth-child(2n){
    margin-right: 0;
}

.imenu li a {
    display: block;
    font-size: .22rem;
    height: 0.52rem;
    line-height: 0.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.imenu li.on a {
    color: #125ba0;
}

.inner_body{
    width: 94%;
    margin: 0 auto;
    padding: 0.3rem 0;
}
.inner_body .text{
    color: #444;
    font-size: 0.22rem;
    line-height: 1.8;
}
.inner_body .text img{
    max-width: 100%;
    height: auto;
    float: none;
}


.inner_body .inner_list li{
    width: 49%;
    display: block;
    margin-right: 2%;
    float: left;
    margin-bottom: 4%;
}
.inner_body .inner_list li:nth-child(2n){
    margin-right: 0;
}
.inner_body .inner_list li a{
    display: block;
    width: 100%;
}
.inner_body.case_inner .inner_list li a{
    width: 100%;
}
.inner_body.case_inner .inner_list li a figure{
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 75%;
}
.inner_body .inner_list li h3{
    text-align: center;
    font-size: 0.22rem;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.inner_body .inner_list li a img{
    width: 100%;
}
.inner_body.case_inner .inner_list li a img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.pagelist{
    text-align: center;
}



.inner_tit{
    font-size: 0.32rem;
    text-align: center;
}
.inner_tit_ico{
    display: block;
    width: 0.1rem;
    height: 0.1rem;
    background: #90c632;
    margin: 0.2rem auto 0.3rem auto;
    position: relative;
}
.inner_tit_ico:before{
    content: "";
    display: block;
    height: 1px;
    width: 1rem;
    background: #e2e2e2;
    position: absolute;
    left: -1.1rem;
    top: 0.05rem;
}
.inner_tit_ico:after{
    content: "";
    display: block;
    height: 1px;
    width: 1rem;
    background: #e2e2e2;
    position: absolute;
    top: 0.05rem;
    left: 0.2rem;
}



.inner_body .productlist{
    padding: 0;
}
.inner_body .productlist .item,
.inner_body .productlist .item:nth-child(3n) {
    width: 49%;
    margin-top: 0;
    margin-bottom: 0.2rem;
    margin-right: 2%;
}

.inner_body .productlist .item:nth-child(2n){
    margin-right: 0;
}
.inner_body td{
    padding: 0 5px 5px 5px;
    line-height: 1.4;
    vertical-align: top;
    width: 33.3%;
}

.inner_body.inner_news .news_tit{
    text-align: center;
    line-height: 1.6;
    font-size: 0.32rem;
}
.inner_body.inner_news > p{
    text-align: center;
    font-size: 0.2rem;
    color: #666;
    padding: 0.2rem 0;
    margin-bottom: 0.2rem;
    border-bottom: #ddd solid 1px;
}
.inner_body.inner_news .page_change{
    margin-top: .2rem;
    padding-top: .2rem;
    border-top: #ddd solid 1px;
    color: #666;
    font-size: 0.2rem;
}
.inner_body.inner_news .page_change p:first-child{
    margin-bottom: 10px;
}


.mes_info{
    margin: 0.2rem 0;
    color: #666;
    font-size: 0.2rem;
    line-height: 1.8;
}
.form_book input,
.form_book textarea{
    border: 1px #ddd solid;
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 0.2rem;
}
.form_book textarea{
    resize: vertical;
    min-height: 160px;
}
#msgLeft_Btn_div{
    width: 50%;
    margin: 0 auto;
}
#msgLeft_Btn {
    display: block;
    background: #125ba0;
    color: #fff;
    border-radius: 0.6rem;
    line-height: .6rem;
    text-align: center;
    font-size: 0.2rem;
}
.mobile_if{
    border: none;
}