@charset "utf-8";

.lt_phone{margin:0 auto;max-width:1200px;position:relative;padding:20px 0 10px; margin-bottom:80px}
.lt_phone h2{text-align:center;font-size:2.5em;margin-bottom:0;z-index:9;position:relative;}
.lt_phone ul{padding:0 }
.lt_phone ul:after {display:block;visibility:hidden;clear:both;content:""}
.lt_phone .phone_li{position:relative;float:left;width:50%;padding:10px 5% ;text-align:center;z-index:5}
.lt_phone .phone_li .lt_img {display:block;overflow:hidden;position:relative}
.lt_phone .phone_li .lt_img img{vertical-align:top;width:50%;height:auto; padding:0 10px;}
.lt_phone .lt_wr{position:relative;padding:20px 0 0 0}
.lt_phone .lt_tit{font-size:1.538em;font-weight:600;margin-bottom:0;display:block; color:#333333; text-decoration:none}
.lt_phone .lt_detail{color:#39c9df;line-height:20px;height:20px;overflow:hidden}

.lt_phone i{position:absolute;top:-30px;left:50%;margin-left:-30px;width:60px;line-height:60px;background:#fff;border-radius:50px;color:#39c9df;font-size:25px;}
.lt_phone .empty_li  {width:100%;padding:100px 0;text-align:center;color:#aaa}   

.lt_phone .bg{position:absolute;top:0;left:0;width:100%;height:100%; }
.lt_phone .bg span{float:left;display:block;width:100%;height:100%;width:33.333%;}

.lt_phone .lt_more {position:absolute;top:11px;right:0;display:block;width:40px;line-height:25px;color:#3a8afd;border-radius:3px;text-align:center}
.lt_phone .lt_more:hover {color:#777}

 @media (max-width: 969px){
    .lt_phone{padding:50px 0}
    .lt_phone h2{font-size:1.8em;margin-bottom:20px;}

}

 @media (max-width: 639px){
    .lt_phone .phone_li{width:100%}
    .lt_phone .bg{display:none}
 }