@charset "utf-8"; 
/*master*/
html{min-width:1200px;}
* { margin:0px; padding:0px; border:0px none #FFF; list-style:none;font-family:"Microsoft Yahei";}
body{background:#ECECEC;}

/*layout*/
.w-all{float:left;width:100%;}
.w-1100{width:1100px;margin:0 auto;}
.w-1000{width:1000px;margin:0 auto;}

/*widgets*/
.lnv_button{width:176px;height:58px;background:#0079FF;color:#FFF;text-align:center;line-height:58px;border-radius:5px;transition:all 0.8s;}
.lnv_button:hover{cursor:pointer;box-shadow:0 0 16px #CCC;}

/*common*/
.lnv_wrapper{background:#FFF;}
.lnv_wrapper .lnv_header{height:78px;}
.lnv_wrapper .lnv_header .lnv_header_home{float:left;width:414px;height:41px;margin:18px 0;background:url(../images/p_logo.png) no-repeat;outline:none;}
.lnv_wrapper .lnv_header .lnv_header_more{float:right;width:255px;height:78px;margin:0;background:url(../images/p_ico0.png) no-repeat;outline:none;}
.lnv_wrapper .lnv_main{height:auto;min-height:960px;background:url(../images/p_logo-s.png) 50% 30% no-repeat;}
.lnv_wrapper .lnv_footer{height:108px;border-top:solid 1px #CCC;background:#ececec;}
.lnv_wrapper .lnv_footer .content{width:580px;height:37px;margin:35px auto;font-size:20px;}
.lnv_wrapper .lnv_footer .content p{float:left;margin-top:3px;}
.lnv_wrapper .lnv_footer .content a{float:left;margin-left:30px;}
.lnv_wrapper .lnv_footer .content a em{float:left;width:37px;height:37px;}
.lnv_wrapper .lnv_footer .content a span{float:left;margin:3px 0 0 20px;color:#0071ce;text-decoration:underline;}
.lnv_wrapper .lnv_footer .content a.chat em{background:url(../images/p_ico1.png) no-repeat;}
.lnv_wrapper .lnv_footer .content a.phone em{background:url(../images/p_ico2.png) no-repeat;}

