/*框架 ->*/
*{
    margin:0;
    padding:0;
}
/*text-align：解决不同浏览器居中问题*/
body{
    text-align:left;
    font:14px/24px 微软雅黑,Arial,Verdana,sans-serif,"Times New Roman",宋体;
    color:#000;
    background:#fff;
}
input,textarea,select{
    font-size:14px;
    vertical-align:middle;
    outline: none;
}
input[type="submit"]{
    cursor: pointer;
}
/*修正IE5.x、IE6斜体溢出的bug ->*/
* html body{
    overflow: visible;
}
* html iframe,
* html frame{
    overflow: auto;
}
* html frameset{
    overflow: hidden;
}
/*end 修正IE5.x、IE6斜体溢出的bug*/
/*强制输入时若内容超出，换行*/
textarea,input{
    word-wrap:break-word;
    word-break:break-all;
    border: none;
    padding:0px;
}
li{
    list-style-type:none;
}
/*当图片作为链接内容，会有默认边框出现，去掉*/
img{
    border:0 none;
}
a, a:link, a:visited{
    text-decoration: none;
	color:#000;
}
a:hover{
    text-decoration: none;
    color:#000;
}
table,th,td{
	border: 1px solid #000;
	border-collapse: collapse;
	padding: 3px 5px;
}
h1{ font-size:24px;}
h2{ font-size:20px;}
h3{ font-size:18px;}
h4{ font-size:16px;}
h5{ font-size:14px;}
h6{ font-size:12px;}
/*end 框架*/
/*预设 ->*/
.l-fl{
    float: left;
}
.l-fr{
    float: right;
}
/*防止IE BUG*/
.l-tl{text-align:left;}
.l-tr{text-align:right;}
.l-tc{text-align:center;}
.l-fc{
    clear: both;
    width: 100%;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
    visibility: hidden;
    overflow: hidden;
}
.l-fc2{
    clear:both;
}
.l-df>*{
    float: left;
}
.l-df:after{
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0;
    visibility: hidden;
}
.l-df2>*{
    float: left;
}
.l-df2>*:last-child{
    float: right;
}
.l-df2:after{
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0;
    visibility: hidden;
}
.l-bs{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.l-ts{
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-di{
    display: inline-block;
}
.l-capi{
    text-transform:capitalize
}
.l-uppe{
    text-transform:uppercase
}
.l-lowe{
    text-transform:lowercase
}
.l-cp{cursor:pointer;}
/*l-wb 强制内容换行；l-wk 强制内容不换行*/
.l-wb{word-break:break-all;word-wrap:break-word;}
.l-wk{word-break:keep-all;word-wrap:normal;}
/*end 预设*/
/*雷同类 ->*/
.l-wrap{
    width: 1400px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.l-wrap2{
    width: 1200px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.l-foot .top .l-wrap{
    width: 1308px;
}
.l-loca .l-wrap,
.l-prod.l-wrap,
.l-page.l-wrap,
.l-side .l-wrap{
    width: 1200px;
}
.l-titl{
    padding: 48px 0;
}
.l-titl img{
    position: relative;
    top: 2px;
    margin: 0 9px 0 0;
}
.l-titl p{
    display: inline-block;
    font-size: 18px;
    color: #565656;
}
.l-titl span{
    font-family: Century Gothic;
    font-size: 14px;
    color: #9b9b9b;
}
.l-more{
    margin: 48px 0 55px;
}
.l-more a{
    position: relative;
    z-index: 999;
    display: inline-block;
    border: 1px solid #EFEFEE;
    padding: 3px 29px;
    color: #a3a3a3;
    background: white;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-more a:hover{
    color: white;
    background: #EFEFEE;
}
.l-more hr{
    position: relative;
    top: -18px;
    width: 100%;
    background: #EFEFEE;
}
.l-hr{
    width: 10px;
    height: 1px;
    border: none;
    margin: 1px 0;
    background: #000;
}
.l-img{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}
.l-img img{
    vertical-align: middle;
}
.l-img2{
    line-height: 0;
}
.l-img2 a{
	display: inline-block;
	overflow: hidden;
}
.l-img2 img{
    position: relative;
}
/*end 雷同类*/
