@charset "utf-8";
/*框架 ->*/
*{
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6,
p,
dl,ol,ul,
dd,
hr{
    margin-bottom: 0;
}
/*text-align：解决不同浏览器的居中问题*/
body{
    text-align: left;
    font: 14px/24px 微软雅黑,Arial,Verdana,sans-serif,"Times New Roman",宋体;
    color: #000;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    /*禁止文本选取*/
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}
body>*.active, .swiper-pagination.active {
    margin-left: 70vw;
	transition: all ease-in-out .5s;
}
@media screen and (max-width: 768px){
    /*仅作用于webkit*/
    body::-webkit-scrollbar {
        display: none;
    }
}
input,textarea,select,
.swiper-button-prev,.swiper-button-next{
    vertical-align: middle;
    font-size: 14px;
    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;
}
table,th,td{
    border: 1px solid #000;
    border-collapse: collapse;
    padding: 3px 5px;
}
video{
	width: 100%;
	background: black;
}
h1{font-size: 24px;line-height: 30px;}
h2{font-size: 20px;line-height: 28px;}
h3{font-size: 18px;line-height: 26px;}
h4{font-size: 16px;line-height: 24px;}
h5{font-size: 14px;line-height: 22px;}
h6{font-size: 12px;line-height: 20px;}
/*end 框架*/
/*预设 ->*/
.l-db{display: block;}
.l-di{display: inline-block;}
.l-dn{display: none!important;}

.l-tl{text-align: left;}
.l-tr{text-align: right;}
.l-tc{text-align: center;}

.l-fl{float: left;}
.l-fr{float: right;}
.l-fc{clear: both;}
.l-fc2{
    clear: both;
    visibility: hidden;
    width: 100%;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
    overflow: hidden;
}

.l-df>*{
    float: left;
}
.l-df.last>*:last-child{
    float: right;
}
.l-df:after{
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0;
    visibility: hidden;
}

.l-flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width: 100%;
}
.l-flex.no-wrap{
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.padlr{
    padding-left: 0;
    padding-right: 0;
}

.l-flex2{
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.l-flex2 img{
    width: 100%;
}
.l-flex2>div{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.l-tfi{text-transform: capitalize}
.l-tup{text-transform: uppercase}
.l-tlo{text-transform: lowercase}

.l-bb{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.l-cp{cursor: pointer;}

.l-tran{
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.l-wb{
    word-break: break-all;
    word-wrap: break-word;
}
.l-wk{
    word-break: keep-all;
    word-wrap: normal;
}
/*end 预设*/
/*雷同类 ->*/
.l-wrap{
    width: 1200px;
    margin: 0 auto;
    -webkit-transition: all 0s ease-in-out 0s;
    -moz-transition: all 0s ease-in-out 0s;
    -ms-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s;
    transition: all 0s ease-in-out 0s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.l-titl{
    padding: 20px 0 40px;
    text-align: center;
}
.l-titl h1{
    font-size: 36px;
    font-weight: normal;
    color: #c80405;
}
.l-titl p{
    margin: 21px 0 8px;
    font-size: 20px;
    color: #666666;
}
.l-titl hr{
    width: 62px;
    height: 5px;
    background: #c80405;
}
.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;
}
.l-hr{
    width: 1px;
    height: 1px;
    border: none;
    margin: 1px 0;
    background: #000;
}

.l-butt{
    display: inline-block;
    width: 100px;
    border: none;
    /*border-radius: 4px;*/
    border: 1px solid #c80405;
    padding: 11px 0;
    text-align: center;
    font-size: 15px;
    color: #A37E2A;
    /*background: #f4511e;*/
    transition: all 0.5s;
    cursor: pointer;
}
a.l-but{
	color: #c80405;
}
.l-butt span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    color: #c80405;
}
.l-butt span:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}
.l-butt:hover span {
    padding-right: 25px;
}
.l-butt:hover span:after {
    opacity: 1;
    right: 0;
}
/*end 雷同类*/
