.lm-left{
    height: auto;
}
.lm-right-1{
    margin: auto;
    margin-top: 30px;
}
.pictitle{
    margin-top: 50px;
    text-align: center;
    color: #333;
}
.pictitle h2 {
    height: 50px;
    font-size: 30px;
    margin: 18px 25px 0;
    font-weight: normal;
}
.picshowtop{
    display: inline-block;
    max-width: 100%;
    margin: 0 auto;
}
.xyfg-neirong{
    margin-top: auto;
    float: none;
    text-align: center;
}
.picshowtop img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.contextDiv {
    cursor: pointer;
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0px;
    z-index: 5;
    background: url() repeat;
}
#preArrow {
    left: 0px;
}
.contextDiv span {
    position: absolute;
    top: 50%;
    margin-top: -10%;
    width: 30px;
    height: 75px;
}
#preArrow_A {
    left: 0px;
    background: url(../images/banner-prev.png) no-repeat;
    display: none;
}
#nextArrow_A {
    right: 0px;
    background: url(../images/banner-next.png) no-repeat;
    display: none;
}
.contextDiv:hover span{
    display: block !important;
}
.piclistshow{
    height: 76px;
    overflow: hidden;
}
.piclistshow .bd{
    margin: 0 40px;
    overflow: hidden;
}
.piclistshow ul li{
    float: left;
    margin: 0 15px;
    width: 110px;
    height: 75px;
    text-align: center;
    position: relative;
}
.piclistshow ul li img{
    max-width: 100%;
    max-height: 100%;
}
.piclistshow ul li.on{
    border: 1px solid #cacaca;
}
.piclistshow ul li.on img{
    height: 69px;
    margin-top: 2px;
}
.picshowtxt {
    min-height: 40px;
    margin: 30px 0;
    clear: both;
    overflow: hidden;
}
.picshowtxt_left {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 30px;
}
.picshowtxt_left span {
    color: #e55656;
    font-size: 30px;
}
.picshowtxt_left i {
    color: #333333;
    font-size: 20px;
    display: inline;
    font-style:inherit;
}
.picshowtxt_right {
    margin-left: 80px;
    line-height: 23px;
    color: #000000;
    font-size: 14px;
}
.preArrow,.nextArrow{
    width: 30px;
    height: 75px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/banner-prev.png) no-repeat;
}
.nextArrow{
    left: auto;
    right: 0;
    background: url(../images/banner-next.png) no-repeat;
}
.local,.iphone_photo,#author{ display: none;}
.xiaoxun,.iphone_photo{
    margin-top: 60px;
    margin-bottom: 60px;
}
@media (max-width: 1441px) {
    /*修改1441以下、小屏显示器*/
    .piclistshow ul li{
        margin: 0 9px;
    }
}
@media (max-width: 1199px) {
    .piclistshow ul li{
        margin: 0 5px;
        width: 105px;
    }
}
@media (max-width: 1023px) {
    .local,.iphone_photo,#author{ display: block;}
    .xiaoxun{ display: none;}
    .iphone_photo{
        position: relative;
        width: 100%;
        height: auto !important;
        margin-top: 60px;
        overflow: hidden;
    }
    .iphone_photo img{
        width: 100%;
        display: block;
    }
    .iphone_photo .txt h3{
        font-size: 18px;
        line-height: 26px;
        font-weight: normal;
        width: 100%;
        text-align: left;
        padding: 10px 0;
        margin: auto;
        color: #000;
    }
    .iphone_photo .txt h3 span{
        font-size: 24px;
        color: #a62627;
    }
    .iphone_photo .txt p{
        font-size: 14px;
        line-height: 28px;
        text-align: left;
        color: #666;
    }
    .xiaoxun,.iphone_photo{
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
