.l-head{
    height: 116px;
    background: #1B1B1B;
}
.l-head .logo{
    height: 64px;
    margin: 26px 0 0;
}
.l-head li{
    position: relative;
}
.l-head li>a{
    display: inline-block;
    border-bottom: 2px solid rgba(0,0,0,0);
    padding: 45px 27px;
    color: #999999;
    -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-head li:hover>a{
    border-bottom: 2px solid #E50012;
    color: #E50012;
}
.l-head li>a.active{
    border-bottom: 2px solid #E50012;
    color: #E50012;
}
.l-head li .er{
    display: none;
    position: absolute;
    top: 116px;
    left: 0;
    min-width: 575px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 60px;
    background: #F9F9F9;
    z-index: 99999;
    overflow: hidden;
}
.l-head li:hover .er{
    display: block;
    height: auto;
}
.l-head li .er *,
.l-head li .er a{
    color: #575653;
}
.l-head li .er .l{
    min-width: 123px;
    border-right: 1px solid #E6E5E3;
	padding: 0 20px 0 0;
}
.l-head li .er .l a{
    display: block;
    line-height: 36px;
	width: 130px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.l-head li .er .l a:hover{
    color: #E50012;
}
.l-head li .er .l a.active{
    color: #E50012;
}
.l-head li .er .r{
    width: 280px;
}
.l-head li .er .r img{
    width: 100%;
}
.l-head li .er .r p{
    margin: 5px 0 0;
    line-height: 26px;
}
.l-foot{
    border-top: 4px solid #8F272F;
    padding: 88px 0 0;
    background: #000000;
}
.l-foot a{
    color: white;
}
.l-foot a:hover{
    text-decoration: underline;
}
.l-foot .nav{
    text-align: center;
}
.l-foot .nav>li:not(:last-child){
    margin: 0 68px 0 0;
}
.l-foot .nav>li>a{
    display: inline-block;
    margin: 0 0 17px 0;
    font-size: 16px;
    color: white;
}
.l-foot .nav ul a{
    line-height: 42px;
    color: #aaaaab;
}
.l-foot .phon{
    margin: 0 0 0 95px;
    text-align: center;
    color: white;
}
.l-foot .phon img{
    height: 64px;
}
.l-foot .phon p:nth-child(2){
    margin: 17px 0;
    font-family: Century Gothic;
    font-size: 36px;
}
.l-foot .phon .onli{
    display: inline-block;
    border: 1px solid #737373;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 14px 0 0;
    padding: 7px 36px;
    -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-foot .phon .onli:hover{
    border: 1px solid #C4000F;
    background: #C4000F;
    text-decoration: none;
}
.l-foot .qr{
    margin: 47px 0 0;
    text-align: center;
    color: white;
}
.l-foot .qr img{
    width: 122px;
}
.l-foot .bott,
.l-foot .bott a{
    font-size: 12px;
    color: #636363;
}
.l-foot .bott{
    border-top: 1px solid #141414;
    margin: 50px 0 0;
    padding: 8px 78px;
}
.l-foot .bott .link{
    width: 295px;
    margin: 0 40px 0 0;
}
.l-foot .bott .link a{
    display: inline-block;
    margin: 0 4px;
}
.l-foot .bott p{
    width: 908px;
}
.l-loca .l-wrap{
    height: 80px;
    border-bottom: 1px solid #EEEEEE;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.l-loca .l-wrap ul{
    margin: 29px 0 0;
}
.l-loca .l-wrap ul a{
    padding: 0 8px;
    color: #838383;
}
.l-loca .l-wrap ul a:hover{
    text-decoration: underline;
}
.l-loca form{
    margin: 20px 0 0;
}
.l-loca form input:nth-child(1){
    width: 265px;
    height: 40px;
    border: 1px solid #EFEFEE;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    font-size: 12px;
    color: #cfcfcf;
}
/* WebKit, Blink, Edge */
.l-loca form input:nth-child(1)::-webkit-input-placeholder{
    color: #cfcfcf;
}
/* Mozilla Firefox 4 to 18 */
.l-loca form input:nth-child(1):-moz-placeholder{
    color: #cfcfcf;
}
/* Mozilla Firefox 19+ */
.l-loca form input:nth-child(1)::-moz-placeholder{
    color: #cfcfcf;
}
/* Internet Explorer 10-11 */
.l-loca form input:nth-child(1):-ms-input-placeholder{
    color: #cfcfcf;
}
.l-loca form input:nth-child(2){
    width: 55px;
    height: 40px;
    margin-left: -4px;
    background: url("../img/sear.png") no-repeat center;
}
.l-midd .prod .type{
    width: 100px;
}
.l-midd .prod .type li:not(:first-child) a{
    color: #9b9b9b;
}
.l-midd .prod .type a{
    padding: 6px 0;
    line-height: 48px;
    border-bottom: 1px solid rgba(0,0,0,0);
    -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;
	white-space: nowrap;
}
.l-midd .prod .type a.active{
    border-bottom: 1px solid #c4000f;
    color: #c4000f;
}
.l-midd .prod .type a{
    position: relative;
}
.l-midd .prod .type a span{
	display: block;
	width: 100px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;

}
.l-midd .prod .type hr{
    display: inline-block;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background: #c4000f;
    -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-midd .prod .type li:hover hr{
    opacity: 1;
    width: 100px;
}
.l-midd .prod .swip{
    position: relative;
    width: 1276px;
}
.l-midd .prod .swip .wrap{
    position: relative;
}
.l-midd .prod .swip .wrap .l-img2{
	width: 500px;
}	
.l-midd .prod .swip .wrap .l-img3{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 240px;
	height: 235px;
}	
.l-midd .prod .swip .wrap .shad{
    position: absolute;
    top: 0;
    left: 0;
    width: 1276px;
    height: 530px;
    background: url("../img/prod-shad.png") no-repeat center;
}
.l-midd .prod .swip .wrap .text{
    position: absolute;
    top: 126px;
    left: 379px;
    width: 698px;
    height: 240px;
    text-align: left;
    background: white;
    -webkit-box-shadow: 0px 1px 20px 1px #d0d0d0ad;
    -moz-box-shadow: 0px 1px 20px 1px #d0d0d0ad;
    box-shadow: 0px 1px 20px 1px #d0d0d0ad;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 72px;
}
.l-midd .prod .swip .wrap .text h1{
    margin: 0 0 4px;
    font-size: 18px;
    font-weight: normal;
    color: #9b9b9b;
}
.l-midd .prod .swip .wrap .text span{
    font-family: Century Gothic;
    font-size: 12px;
    color: #d2d2d2;
    text-transform:uppercase
}
.l-midd .prod .swip .wrap .text hr{
    width: 100%;
    margin: 12px 0 10px;
    background: #EFEFEF;
}
.l-midd .prod .swip .wrap .text p{
    line-height: 36px;
    color: #9b9b9b;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    text-overflow:ellipsis;
    overflow:hidden;
}
.l-midd .case{
    margin: 85px 0 0;
    background: #F6F6F6;
}
.l-midd .case .wrap{
    position: relative;
    width: 350px;
    height: 475px;
}
.l-midd .case .wrap>*{
    position: absolute;
    top: 0;
    left: 0;
}
.l-midd .case .wrap>* img{
    -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-midd .case .wrap:hover>* img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.l-midd .case .wrap>a{
    opacity: 0;
    width: 350px;
    height: 475px;
    background: url("../img/case-shad.png") no-repeat center;
    -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-midd .case .wrap:hover>a{
    opacity: 1;
}
.l-midd .case .wrap>a span{
    display: inline-block;
    width: 100px;
    margin: 263px 0 0;
    color: white;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.l-midd .case .more{
    border: 1px solid #C8C8C8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 70px 0 40px;
    padding: 13px 55px;
    font-size: 12px;
    color: #C8C8C8;
    -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-midd .case .more:hover{
    border: 1px solid #C4000F;
    color: #fff;
    background: #C4000F;
}
.l-midd .hot{
    padding: 0 0 88px;
    background: #F6F6F6;
}
.l-midd .hot .l{
    width: 972px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 24px 30px;
    background: white;
}
.l-midd .hot .l .swip{
    position: relative;
    width: 483px;
}
.l-midd .hot .l .swip .wrap{
    position: relative;
    width: 483px;
    height: 400px;
}
.l-midd .hot .l .swip .wrap>*{
    position: absolute;
}
.l-midd .hot .l .swip .wrap iframe{
	width: 483px;
	height: 400px;
}
.l-midd .hot .l .swip .wrap img{
    -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-midd .hot .l .swip .wrap:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.l-midd .hot .l .swip .wrap>p{
	display: none;
    width: 100%;
    bottom: 0;
}
.l-midd .hot .l .swip .wrap>p a{
    display: block;
    padding: 13px 8px;
    font-size: 18px;
    color: #fff;
    background: rgba(0,0,0,.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.l-midd .hot .l .swipR{
    position: relative;
    width: 410px;
    height: 400px;
    background: url("../img/info-b.png") no-repeat center;
}
.l-midd .hot .l .swipR a{
    display: inline-block;
    width: 205px;
    height: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 96px 0 0;
    text-align: center;
    color: white;
}
.l-midd .hot .l .swipR a:nth-child(1){
    position: absolute;
    top: 0;
    right: 0;
    padding: 108px 0 0;
}
.l-midd .hot .l .swipR a:nth-child(2){
    position: absolute;
    bottom: 0;
    left: 0;
}
.l-midd .hot .l .swipR a p:nth-child(1){
    margin: 0 0 6px;
    font-size: 18px;
}
.l-midd .hot .l .swipR a p:nth-child(2){
    font-family: Century Gothic;
    font-size: 12px;
}
.l-midd .hot .r{
    width: 410px;
    height: 478px;
    background: white;
}
.l-midd .hot .r .wrap{
    height: 464px;
    border: 1px solid #F7F7F7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 7px;
}
.l-midd .hot .r .titl{
    margin: 15px 0 0;
}
.l-midd .hot .r .titl p:nth-child(2){
    font-size: 18px;
    color: #585858;
}
.l-midd .hot .r .titl p:nth-child(3){
    font-family: Century Gothic;
    font-size: 14px;
    color: #9b9b9b;
}
.l-midd .news{
    padding-bottom: 50px;
}
.l-midd .news li{
    width: 427px;
}
.l-midd .news li:not(:last-child){
    margin: 0 58px 0 0;
}
.l-midd .news li .day{
    font-size: 36px;
    color: #666666;
}
.l-midd .news li .year{
    display: inline-block;
    margin: 5px 0 14px;
    font-size: 16px;
    color: #9a9a9a;
}
.l-midd .news li hr{
    width: 100%;
    background: #F0F0F0;
    -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-midd .news li:hover hr:nth-child(4){
    width: 100%;
}
.l-midd .news li hr+hr{
    position: relative;
    top: -1px;
    width: 0;
}
.l-midd .news li:hover hr+hr{
    width: 100%;
    background: #c4000f;
}
.l-midd .news li h1{
    margin: 27px 0 20px;
}
.l-midd .news li h1 a{
    font-size: 18px;
    font-weight: normal;
    color: #272727;
    -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;
    width: 427px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.l-midd .news li:hover h1 a{
    color: #c4000f;
}
.l-midd .news li p a{
    line-height: 24px;
    font-size: 12px;
    color: #868686;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    text-overflow:ellipsis;
    overflow:hidden;
}
.l-midd .news .more{
    border: 1px solid #C8C8C8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 90px 0 40px;
    padding: 13px 55px;
    font-size: 12px;
    color: #C8C8C8;
    -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-midd .news .more:hover{
    border: 1px solid #C4000F;
    color: #fff;
    background: #C4000F;
}
.l-side{
    height: 75px;
    overflow: hidden;
}
.l-side .l-titl{
    padding-top: 22px;
}
.l-side li>a{
    display: inline-block;
    border-bottom: 2px solid rgba(0,0,0,0);
    margin: 0 7px;
    padding: 24px 7px;
    color: #999999;
    -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-side li:hover>a{
    border-bottom: 2px solid #E50012;
    color: #E50012;
}
.l-side li>a.active{
    border-bottom: 2px solid #E50012;
    color: #E50012;
}
.l-case{
    padding: 53px 0 33px;
    background: #F6F6F6;
}
.l-case li{
    margin-bottom: 26px;
}
.l-case li:not(:nth-child(4n)){
    margin-right: 20px;
}
.l-case li .l-img2 a{
    -webkit-box-shadow: 0px 1px 12px 1px #dadada;
    -moz-box-shadow: 0px 1px 12px 1px #dadada;
    box-shadow: 0px 1px 12px 1px #dadada;
}
.l-case li .l-img2 img{
    -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-case li .l-img2:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.l-case li p a{
    display: block;
    width: 285px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18px 7px;
    text-align: center;
    font-size: 18px;
    color: #7e7e7e;
    background: white;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.l-prod .scre{
    margin: 25px 0 0;
}
.l-prod .scre form>ul{
    overflow: hidden;
    -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-prod .scre form>ul>li{
    display: none;
}
.l-prod .scre form>ul.active>li{
    display: block;
}
.l-prod .scre form>ul>li:nth-child(-n+4){
    display: block;
}
.l-prod .scre form>ul>li{
    border-bottom: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    border-left: 1px solid #EDEDED;
    padding: 0 10px 0 0;
    line-height: 48px;
}
.l-prod .scre form>ul>li:first-child{
    border-top: 1px solid #EDEDED;
}
.l-prod .scre form>ul>li .titl{
    border-bottom: 1px solid #E2E2E2;
    padding: 0 20px;
    color: #5b5b5b;
    background: #EEEEEE;
}
.l-prod .scre form>ul>li:last-child .titl{
    border-bottom: none;
}
.l-prod .scre form>ul>li .type{
    width: 1004px;
    border-left: 1px solid #EDEDED;
    padding: 0 0 0 15px;
    overflow: hidden;
    -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-prod .scre form>ul>li .type a{
    padding: 0 8px;
    color: #838383;
    cursor: pointer;
}
.l-prod .scre form>ul>li .type a:hover{
    color: #c4000f;
    text-decoration: underline;
}
.l-prod .scre form>ul>li .type a.active{
    color: #c4000f;
    text-decoration: underline;
}
.l-prod .scre form>ul>li .type li.in a{
	color: #c4000f;
    text-decoration: underline;
}
.l-prod .scre form>ul>li .butt{
	display: none;
}
.l-prod .scre form>ul>li .butt span{
    display: inline-block;
    position: relative;
    top: 1px;
    border: 1px solid #E0E0E0;
    padding: 0 13px;
    line-height: 33px;
    color: #6c6c6c;
    -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;
    cursor: pointer;
}
.l-prod .scre form>ul>li .butt span:hover{
    border: 1px solid #C4000F;
    color: #fff;
    background: #C4000F;
}
.l-prod .scre form>ul>li .butt span.active{
    border: 1px solid #C4000F;
    color: #fff;
    background: #C4000F;
}
.l-prod .scre form>ul>li .butt span:first-child{
    opacity: 0;
}
.l-prod .scre form>ul>li .butt span:nth-child(2){
    display: none;
}
.l-prod .scre .more *{
    position: relative;
    top: -1px;
    border: 1px solid #ECECEC;
    border-top: 1px solid #fff;
    padding: 0 97px;
    line-height: 48px;
    color: #6c6c6c;
    cursor: pointer;
}
.l-prod .list{
    margin: 40px 0 0;
}
.l-prod .list li{
    width: 288px;
    height: 365px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 22px;
    padding: 30px 33px;
    background: url("../img/l-prod-b.png") no-repeat center;
}
.l-prod .list li:not(:nth-child(4n)){
    margin-right: 16px;
}
.l-prod .list li .l-img{
	width: 222px;
	height: 275px;
	background: white;
}
.l-prod .list li .l-img img{
	max-width: 222px;
	max-height: 275px;
}
.l-prod .list li .l-img2 a{
    -webkit-box-shadow: 0px 1px 12px 1px #dadada;
    -moz-box-shadow: 0px 1px 12px 1px #dadada;
    box-shadow: 0px 1px 12px 1px #dadada;
}
.l-prod .list li .l-img2 img{
    -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-prod .list li .l-img2:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.l-prod .list li p a{
    display: block;
    padding: 18px 0;
    text-align: center;
    font-size: 18px;
    color: #7e7e7e;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.l-prod .cont li{
    margin-bottom: 16px;
}
.l-prod .cont li:nth-child(4n){
    margin-left: 0;
}
.l-prod .cont li:nth-child(3n){
    margin-right: 0;
}
.l-page{
    padding: 50px 0;
}
.l-page .pagination{
	display: inline-block;
	margin-bottom: 30px;
	margin-top: 30px;
}
.l-page .pagination li{
	float: left;
	border: 1px solid #EEEEEE;
	margin-right: 5px;
	padding: 5px 7px;
	width: 20px;
	text-align: center;
}
.l-page .pagination .active{
	color: white;
	background: #C4000F;
}
.l-page .pagination li span,
.l-page .pagination li a{
	font-size: 14px;
	text-align: center;
	display: inline-block;
}
.l-prodS{
	padding: 50px 0 0;
}
.l-prodS>.titl{
    margin: 0 0 15px;
}
.l-prodS>img{
    max-width: 100%;
}
.l-prodS2 .sect{
	padding: 50px;
	position: relative;
	z-index: 999;
	background: white;
}
.l-prodS2 .cont img{
	max-width: 100%;
}
.l-prodS2 .l{
	width: 538px;
}
/* .l-prodS2 .sect .l .slideBox .l-img{ */
	/* width: 540px; */
	/* height: 540px; */
/* } */
/* .l-prodS2 .sect .l .slideBox .l-img img{ */
	/* max-width: 540px; */
	/* max-height: 540px; */
/* } */
/* .l-prodS2 .sect .l .spanBox .l-img{ */
	/* width: 70px; */
	/* height: 70px; */
/* } */
/* .l-prodS2 .sect .l .spanBox .l-img img{ */
	/* max-width: 70px; */
	/* max-height: 70px; */
/* } */
/* .slideBoxP ul{ */
    /* list-style:none; */
/* } */
/* .slideBoxP{ */
    /* width:100%;  */
    /* overflow:hidden; */
/* } */
/* .slideBoxP *{ */
    /* border: none; */
    /* margin: 0; */
    /* padding: 0; */
/* } */
/* .slideBox { */
    /* height:538px; */
    /* position:relative; */
/* } */
/* .slideBox ul{ */
    /* position:relative; */
    /* width:11300px;   */
/* } */
/* .slideBox ul li{ */
    /* float:left; */
    /* width:900px; */
    /* height:500px; */
    /* position:relative; */
/* } */
/* .spanBox { */
    /* position:relative; */
    /* width: 1999px; */
    /* height:70px; */
    /* margin: 10px 0 0; */
    /* overflow: hidden; */
/* } */
/* .spanBox span { */
    /* display: inline-block; */
    /* margin:0 2px; */
    /* line-height:16px; */
    /* text-align:center; */
    /* text-shadow:2px 2px 2px #C5EBF0; */
    /* font-family:cabin-sketch; */
    /* font-size:15px; */
    /* -webkit-filter: grayscale(100%); */
    /* -moz-filter: grayscale(100%); */
    /* -ms-filter: grayscale(100%); */
    /* -o-filter: grayscale(100%); */
    /* filter: grayscale(100%); */
    /* filter: gray; */
/* } */
/* .spanBox span:first-child{ */
    /* margin-left: 7px; */
/* } */
/* .slideBoxP .spanBox .active { */
    /* border-radius:4px; */
    /* -webkit-filter: grayscale(0%); */
    /* -moz-filter: grayscale(0%); */
    /* -ms-filter: grayscale(0%); */
    /* -o-filter: grayscale(0%); */
    /* filter: grayscale(0%); */
/* } */
/* .prev{ */
	/* display: none; */
    /* position:absolute; */
    /* left:0px; */
    /* top: 46%; */
    /* float:left; */
    /* border-left:solid 1px rgba(251,245,246,1.00); */
    /* opacity:0.5; */
	/* cursor: pointer; */
/* } */
/* .slideBox:hover .prev{ */
	/* display: block; */
/* } */
/* .next{ */
	/* display: none; */
    /* width:15px; */
    /* height:50px; */
    /* position:absolute; */
    /* right:0px; */
    /* top: 46%; */
    /* float:right; */
    /* border-right:solid 1px rgba(245,237,237,1.00); */
    /* opacity:0.5; */
	/* cursor: pointer; */
/* } */
/* .slideBox:hover .next{ */
	/* display: block; */
/* } */
.l-prodS2 .r{
	width: 496px;
}
.l-prodS2 .r>h3{
	font-size: 28px;
	font-weight: normal;
    color: #000;
    padding: 27px 0 30px;
    display: inline-block;
    vertical-align: middle;
}
.l-prodS2 .r>p{
	color: #7b7b7b;
    font-size: 16px;
    line-height: 30px;
}
.l-prodS2 .r>hr{
	width: 100%;
	margin: 43px 0 20px;
	background: #eaeaea;
}
.l-prodS2 .r li{
	line-height: 42px;
}
.l-prodS2 .r li h5{
	width: 100px;
}
.l-prodS2 .r li div{
	color: #6d6d6d;
}
.l-com .l-wrap2{
	position: relative;
}
.l-com h3{
	border-bottom: 1px solid #E9E9E9;
	margin: 0 0 30px;
	padding: 0 0 50px;
	font-weight: normal;
	font-size: 26px;
}
.l-com .l-img{
	width: 285px;
	height: 257px;
	background: white;
}
.l-com .l-img img{
	max-width: 285px;
	max-height: 257px;
}
.l-com p a{
	display: block;
	padding: 15px 0;
	font-size: 16px;
	color: #424242;
	background: white;
}
.l-com{
	padding: 60px 0;
	background: #F8F8F8;
}
.l-ln{
	margin: 30px 0;
}
.l-news li{
    border-bottom: 1px dotted #E0E0E0;
    padding: 23px 0 9px;
}
.l-news .i{
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 8px 15px 0 0;
    background: #B89668;
}
.l-news p a{
    font-size: 16px;
    color: #4c4c4c;
}
.l-news .date{
    color: #787878;
}
.l-abou img{
    max-width: 100%;
}
.l-abou p{
    line-height: 36px;
    color: #4e4e4e;
}
.l-ctct .cont h1{
    margin: 0 0 12px;
    font-weight: normal;
    color: #1d1d1d;
}
.l-ctct .cont p{
    line-height: 30px;
}
.l-ctct .qr{
    margin: 0 150px 0 0;
}
.l-map{
    margin: 30px 0 0;
}
.pagination{
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 30px;
}
.pagination li{
    float: left;
    border: 1px solid #EEEEEE;
    margin-right: 5px;
    padding: 1px 7px;
    width: 12px;
    text-align: center;
}
.pagination .active{
    color: white;
    background: #BC9E74;
}
.pagination li span,
.pagination li a{
    font-size: 12px;
    text-align: center;
    display: inline-block;
}
.l-prodS{
	background: #F6F6F6;
}
.l-prodS .wrap h4{
	line-height: 55px;
	font-size: 42px;
}
.l-prodS .wrap>p{
    margin: 10px 0;
}
.l-prodS .wrap>img{
    padding: 20px 0;
}
.l-prodS img{
    max-width: 100%;
}
.l-sx{
    padding: 30px 0 70px;
    text-align: left;
}
.l-shop{
    background: #F6F6F6;
}
.l-news{
    background: #F6F6F6;
}
.l-news .list{
    padding: 24px 0 0;
}
.l-news .list li{
    padding: 19px 22px;
    -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-news .list li:hover{
    background: white;
    -webkit-box-shadow: 0px 1px 12px 1px #e6e6e6;
    -moz-box-shadow: 0px 1px 12px 1px #e6e6e6;
    box-shadow: 0px 1px 12px 1px #e6e6e6;
}
.l-news .list li img{
    -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-news .list li:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.l-news .list li .text{
    width: 732px;
    margin: 26px 0 0;
}
.l-news .list li .day{
    font-size: 36px;
    color: #666666;
}
.l-news .list li .year{
    display: inline-block;
    margin: 5px 0 14px;
    font-size: 16px;
    color: #9a9a9a;
}
.l-news .list li hr{
    width: 100%;
    background: #F0F0F0;
    -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-news .list li:hover hr:nth-child(4){
    width: 100%;
}
.l-news .list li hr+hr{
    position: relative;
    top: -1px;
    width: 0;
}
.l-news .list li:hover hr+hr{
    width: 100%;
    background: #c4000f;
}
.l-news .list li h1{
    margin: 15px 0 13px;
}
.l-news .list li h1 a{
    font-size: 18px;
    font-weight: normal;
    color: #272727;
    -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;
    width: 427px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.l-news .list li:hover h1 a{
    color: #c4000f;
}
.l-news .list li p a{
    line-height: 30px;
    color: #868686;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    text-overflow:ellipsis;
    overflow:hidden;
}
.l-mess{
	margin: 10px 0 0;
	text-align: center;
}
.l-mess form{
	display: inline-block;
}
.l-mess .write input,
.l-mess .write textarea{
	width: 353px;
	height: 37px;
	border: 1px solid #E2E2E2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 10px;
	padding: 0 0 0 35px;
}
.l-mess .write div:before{
	content: "";
	display: inline-block;
	position: relative;
	top: -3px;
	left: 12px;
	width: 16px;
	height: 15px;
	margin-right: -14px;
}
.l-mess .write div:nth-child(1):before{
	background: url("../img/mess-i2.png") no-repeat center;
}
.l-mess .write div:nth-child(2):before{
	background: url("../img/mess-i3.png") no-repeat center;
}
.l-mess .write div:nth-child(3):before{
	background: url("../img/mess-i4.png") no-repeat center;
}
.l-mess .write div:nth-child(4):before{
	background: url("../img/mess-i4.png") no-repeat center;
}
.l-mess .write div:nth-child(5):before{
	top: -10px;
	background: url("../img/mess-i5.png") no-repeat center;
}
.l-mess .write textarea{
	height: 55px;
	padding-top: 10px;
	font-size: 13px;
}
.l-mess .write div:last-child{
	margin-bottom: -11px;
	text-align: left;
}
.l-mess .write div:last-child input{
	position: relative;
	top: -10px;
	width: 100px;
	margin-right: 5px;
}
.l-mess .write div:last-child img{
	height: 37px;
}
.l-mess .submit input{
	width: 353px;
	height: 37px;
	border: 1px solid #E2E2E2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0 0 10px;
	color: white;
	background: #C4000F;
}
.l-abou{
	padding: 50px 0 70px;
	background: #F6F6F6;
}
.l-mapW{
	padding: 40px 0 70px;
	text-align: left;
	background: #F6F6F6;
}
.l-mapW .list{
	padding: 10px 0;
	border-bottom: 1px dotted #CCCCCC;
}
.l-mapW>div:nth-last-child(2){
	border: none;
}
.l-mapW h3{
	margin: 0 0 5px;
}
.l-mapW h3 a{
	font-size: 14px;
}
.l-mapW .two{
	padding: 0 0 0 10px;
}
.l-mapW .two a{
	display: inline-block;
	padding: 4px 15px 4px 0;
}
.tz_pho{
	position: relative;
	left: -6px;
	text-align:center;
}
.tz_pho dl{
	width: 56px;
	float:left;
	margin:10px 0;
	line-height: 24px;
}
.tz_pho dl dt img{ 
	display:black;
	width：25px;
	height:25px;
}
