@charset "utf-8";

.contact_bg{background: url(../img/contact_bg0.jpg) no-repeat;height:800px;}
.content_{margin:0 auto;padding:80px 0 0 0;}
.content_ h1{font-size:25px;color:#333;font-weight: normal;height:45px;line-height: 40px;}
.content_ .ln{width:25px;height:2px;background:#d82128;}
.content_ li{width:400px;line-height:35px;height: 35px;font-size:15px;display: inline-block;margin:0 0 20px 0;}
.content_ li img{float:left;margin:0 10px 0 0;}
.content_ .qrcode{right:0;top:100px;width:140px;height:140px;box-shadow:0 0 15px #999;}
.contact_bg .p0{padding:20px 0 25px 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd;margin:25px 0 0 0;}

@media screen and (max-width:600px)
{
    .contact_bg{background: url(../img/contact_bg0.jpg) no-repeat;height:auto;padding:15px 0 50px 0;}
    .content_{margin:0 auto;padding:23px 0 0 0;width:100%;}
    .content_ h1{font-size:22px;color:#333;font-weight: normal;height:55px;line-height: 40px;width:92%;margin:0 auto;}
    .content_ .ln{width:25px;height:2px;background:#d82128;display: none;}
    .content_ li{width:92%;line-height:auto;height: auto;font-size:15px;display: block;margin:0 auto 10px auto;}
    .content_ li img{float:left;margin:0 10px 0 0;width:20px;padding:7px 0 0 0;}
    .content_ .qrcode{right:0;top:100px;width:140px;height:140px;box-shadow:0 0 15px #999;}
    .contact_bg .p0{padding:20px 0 25px 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd;margin:25px 0 0 0;display: none;}
    
}