@charset "utf-8";
/*框架 0*/
*{
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6,
p,
dl,ol,ul,
dd,
hr{
    margin-bottom: 0;
}
h1,h2,h3,h4,h5,h6{
    font-weight: bold;
}
/*text-align：解决不同浏览器的居中问题*/
body{
    text-align: left;
    font: 14px/24px 微软雅黑,Arial,Verdana,sans-serif,"Times New Roman",宋体;
    color: #000;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    /*禁止文本选取*/
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
    -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;
}
@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: 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;}
/*框架 1*/
/*预设 0*/
.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;
}
/*滚动条*/
::-webkit-scrollbar{
	width: .6rem;
	height: 1rem;
	background: #d1d1d1;
}
::-webkit-scrollbar:horizontal {
	border-radius: 0 0 .5rem .5rem
}
::-webkit-scrollbar-thumb {
	/*border: 1px solid #D1D1D1;*/
	/*border-radius: .5rem;*/
	background: #858585;
	box-shadow: inset 0 0 0 1px #858585;
}
.m-nav-side::-webkit-scrollbar{
	width: 0;
}
/*
::-webkit-scrollbar-thumb:hover {
	background:#465267
}*/
/*预设 1*/
/*雷同类 0*/
.l-wrap{
    max-width: 1505px;
    width: 91%;
    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-prod .wrap{
    width: 1815px;
    margin: 0 auto;
}
.l-prodS .l-wrap{
    max-width: 1200px;
}
.l-prodR.l-wrap{
    max-width: 1200px;
    width: auto;
}
@media screen and (max-width: 1815px){
    .l-prod .wrap{
        width: 1210px;
    }
}
@media screen and (max-width: 1210px){
    .l-prod .wrap{
        width: 605px;
    }
}
@media screen and (max-width: 605px){
    .l-prod .wrap{
        width: 100%;
    }
	.l-prod .list .item{
		width: 100%;
		margin: 0 0 15px!important;
		padding: 0 10px;
	}
    .l-prod .wrap .item span{
        width: auto!important;
        height: auto!important;
    }
    .l-prod .wrap .item img{
        width: 100%!important;
        height: auto!important;
		top: 0!important;
		left: 0!important;
    }
}
.l-abou .sect .l-wrap{
    max-width: 1200px;
}
.l-ctct .l-wrap{
    max-width: 1200px;
}
.l-mess .l-wrap{
    max-width: 1335px;
}
.l-searL .l-wrap{
    max-width: 1200px;
}
.know .l-wrap{
    max-width: 1200px;
}
.l-titl{
    padding: 82px 0;
    text-align: left;
}
.l-titl .l-wrap{
    position: relative;
    z-index: 10;
}
.l-titl:after{
    content: '';
    display: block;
    position: absolute;
    top: 120px;
    z-index: 9;
    width: 100%;
    height: 1px;
    background: #2D3032;
}
.ctct .l-titl:after{
    background: #161C1F;
}
.info .l-titl:after{
    background: #E1E1E1;
}
.l-titl{
    position: relative;
}
.l-titl span{
    white-space: nowrap;
}
.l-titl span:nth-child(1){
    border-bottom: 2px solid #255A6E;
    margin: 0 10px 0 0;
    padding: 0 0 13px;
    font-size: 24px;
    color: white;
}
.l-titl span:nth-child(2){
    position: relative;
    top: 5px;
    color: #a9a9a9;
}
@media screen and (max-width: 768px){
	.l-titl span:nth-child(1) {	
		margin: 0 1000px 0 0;	
		padding: 0 0 8px;
		font-size: 18px;
	}
    .l-titl span:nth-child(2){
        top: 5px;
    }
}
.l-titl2{
    border-bottom: 1px solid #EEEEEE;
    margin: 75px 0 43px;
    text-align: center;
}
.l-titl2 .wrap{
    display: inline-block;
    position: relative;
    top: 1px;
    border-bottom: 2px solid #255A6E;
    padding: 0 35px 14px;
}
.l-titl2 p:nth-child(1){
    font-size: 24px;
    color: #424242;
}
.l-titl2 p:nth-child(2){
    margin: 6px 0 0;
    font-family: Arial;
    color: #a7a7a7;
}
.l-img{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}
.l-img img{
    vertical-align: middle;
}
.l-img2{
    overflow: hidden;
}
.l-img2>span{
    display: block;
    overflow: hidden;
}
.l-img2 img{
    position: relative;
}
.l-hr{
    width: 1px;
    height: 1px;
    border: none;
    margin: 1px 0;
    background: red;
}

.l-btn{
    display: inline-block;
    width: 335px;
    border: none;
    /* -webkit-box-shadow:  0px 0px 20px #cacaca;
    -moz-box-shadow:  0px 0px 20px #cacaca;
    box-shadow:  0px 0px 20px #cacaca; */ 
    padding: 15px;
    text-align: center;
    color: #FFFFFF;
    background: #282828;
    transition: all 0.5s;
    cursor: pointer;
    outline: none;
}
.l-btn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
.l-btn span:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}
.l-btn:hover span {
    padding-right: 25px;
}
.l-btn:hover span:after {
    opacity: 1;
    right: 0;
}
.l-modal .modal-dialog{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%)!important;
    -moz-transform: translateY(-50%)!important;
    -ms-transform: translateY(-50%)!important;
    -o-transform: translateY(-50%)!important;
    transform: translateY(-50%)!important;
    margin-top: 0;
}
.l-modal .modal-header h5{
    line-height: 25px;
}
.l-modal input:focus,
.l-modal textarea:focus{
    /*border: 1px solid red;*/
}
.l-modal input,
.l-modal textarea{
    box-shadow: none!important;
}
/*.l-modal .modal-footer .btn-primary{
    border: 1px solid #ffb3aa;
    background: #ffb3aa;
}
.l-modal .modal-footer .btn-primary:hover{
    border: 1px solid #ff1813;
    background: #ff1813;
}*/
/*雷同类 1*/
