/*框架*/
/*text-align：解决不同浏览器居中问题*/
*{
    margin:0;
    padding:0;
}
body{
	padding: 119px 0 0;
    text-align:left;
    font:14px/24px 微软雅黑,Arial,Verdana,sans-serif,"Times New Roman",宋体;
    color:#000;
    background:#fff;
	overflow-x: hidden;
}
.p-img2{
    overflow: hidden;
}
.p-img2 img{
    position: relative;    
}
.animated{
    visibility: hidden;
}
input,select{
    font-size:14px;
    vertical-align:middle;
}
/*修正IE5.x和IE6的斜体溢出的bug*/
* html body{
    overflow: visible;
}
* html iframe,
* html frame{
    overflow: auto;
}
* html frameset{
    overflow: hidden;
}
/*end*/
/*强制输入时若内容超出，换行*/
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, 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-fc{
    clear:both;
    height:0px;
    width:100%;
    font-size:1px;
    line-height:0px;
    visibility:hidden;
    overflow:hidden;
}
.l-fc2{
    clear:both;
}
.l-lf{
}
.l-lf:after{
    content: '';
    display: block;
    clear: both;
    width: 0;
    height: 0;
    visibility: hidden;
}
.l-lf>li{
    float: left;
}
.l-lf>div:last-child{
    clear: both;
}
.l-cp{cursor:pointer;}
.l-tl{text-align:left;}
.l-tr{text-align:right;}
.l-tc{text-align:center;}
/*l-wb 强制内容换行；l-wk 强制内容不换行*/
.l-wb{word-break:break-all;word-wrap:break-word;}
.l-wk{word-break:keep-all;word-wrap:normal;}
.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;
}
/*end 预设*/
/*雷同类*/
.l-wrapper{
    width: 1200px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.l-wrapper2{
    width: 1000px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.l-title{
    padding: 40px 0;
    text-align: center;
}
.l-title h2{
	position: relative;
	left: 15px;
    margin: 0 0 22px;
    font-size: 30px;
    color: #212121;
}
.l-title h2 img{
    position: relative;
    top: -20px;
    left: 12px;
}
.l-title h1{
    font-size: 24px;
    color: #ac9061;
}
.l-title2{
    padding: 120px 0 90px;
    text-align: center;
}
.l-title2 hr{
    display: inline-block;
    position: relative;
    top: -8px;
    width: 70px;
    height: 2px;
    background: #E3BE8E;
}
.l-title2 hr:nth-child(1){
    left: 12px;
}
.l-title2 hr:nth-child(3){
    left: -12px;
}
.l-title2 h2{
    display: inline-block;
    margin: 0 0 18px;
    font-family: Britannic;
    font-size: 30px;
    color: #1a1a1a;
}
.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;
}
/*end 雷同类*/
