.m-header{
	display: none;
}
header {
	display: block;
    width: 100%;
    height: 74px;
    background: #fff;
}
header .header-in {
    width: 100%;
    min-width: 768px;
    display: block;
    /*overflow: hidden;*/
    position: relative;
}
header .logo {
    width: 137px;
    height: 72px;
    position: absolute;
    left:10px;
}
header .logo a {
    width: 100%;
    /*height: 100%;*/
    display: block;
}
header .logo a img {
	width: 100%;
    display: block;
    margin: 14px auto;
}
header .menu {
    display: block;
    /*overflow: hidden;*/
    width: 45%;
    margin: 0 auto;
}
header .menu ul li {
    position: relative;
    width: 15%;
    line-height: 72px;
    text-align: center;
    float: left;
    background: url("../img/br.png") no-repeat right center;
    border-bottom: 2px solid #fff;
}
header .menu ul li.cur{
	border-bottom: 2px solid #b12021;
}
header .menu ul li:hover{
	border-bottom: 2px solid #b12021;
}
header .menu ul li a{
	display: block;
	width: 100%;
	line-height: 72px;
	color: #000;
	font-size: 15px;
}
header .menu ul li .nav-hide {
    width: 140%;
    overflow: hidden;
    position: absolute;
    left: -20%;
    top: 74px;
    z-index: 3;
    background: #fff;
}
header .menu ul li .nav-hide a {
    width: 90%;
    height: 40px;
    display: block;
    text-align: center;
    border-radius: 3px;
    margin: 3px auto;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #333333;
    /* border: 1px solid #f2f2f2; */
}
header .menu ul li .nav-hide a:hover{
	background: #bc2c2d;
	color: #fff;
}
header .search {
    width: 80px;
    height: 72px;
    position: absolute;
    right:10px;
    top: 0;
}
header .search a.web-en{
	color: #525252;
	font-size: 18px;
	line-height: 72px;
	width: 50px;
	float: left;
}
header .search .sea_btn {
    width: 30px;
    height: 72px;
    display: block;
    background: url("../img/ser.png") no-repeat center;
    float: left;
    cursor: pointer;
}
header .search form{
	display: block;
}
header .search form input {
    display: block;
    border: 1px solid #ccc;
    width: 200px;
    height: 36px;
    top: 50%;
    right: 0;
    margin-top: -18px;
    border-radius: 41px;
    padding-left: 15px;
    z-index: 5000;
    position: absolute;
    line-height: 26px;
    outline: none;
    background: none;
    color: #666;
    font-size: 14px;
    background: rgba(255,255,255,1);
}
header .search form .btn {
    width: 27px;
    height: 27px;
    display: block;
    background: url("../img/ser.png") no-repeat center;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -13px;
    border: none;
    outline: none;
    z-index: 436456;
    padding: 0;
    cursor: pointer;
}

/*banner*/
.l-banner {
	width: 100%;
    overflow: hidden;
    background-position: center;
    position: relative;
}
.l-banner img {
    display: block;
    width: 100%;
}
.l-banner .ban-in{
	width: 746px;
	position: absolute;
	left: 0;right: 0;
	margin: auto;
	bottom:30%;
}
.l-banner .ban-in li{
	width: 116px;
	height: 116px;
	background: url(../img/op.png) no-repeat center center;
	background-size: 100% 100%;
	float: left;
	margin-right: 41.5px;
	transition:all .5s ease;
}
.l-banner .ban-in li:nth-child(5){
	margin-right: 0;
}
.l-banner .ban-in li:hover{
	background: url(../img/op1.png) no-repeat center center;
	background-size: 100% 100%;
	transition:all .5s ease;
}
.l-banner .ban-in li a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 25px;
	box-sizing:border-box;
	text-align: center;
}
.l-banner .ban-in li a img{
	width: auto!important;
	margin: 0 auto;
}
.l-banner .ban-in li a p{
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	/*margin-top: 46px;*/
	display: block;
}
.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner ul li{
	position: absolute;
	left: 0;top:0;
}
.banner img
{
	width: 100%;
	display: block;
}
.banner ul li img{
	width: 100%;
	display: block;
}
.banner .btnsbox {
    text-align: center;
    position: absolute;
    z-index: 3;
    right: 1%;
   	top:50%;
   	margin-top: -27px;
}
.banner .btns {
    /*height: 11px;*/
    display: inline-block;
   	
    position: absolute;
}
.banner .btns span {
    width: 12px;
    height: 12px;
    float: none;
    display: block;
    border-radius: 50%;
    background: #ba2223;
    margin-bottom: 6px;
}
.banner .btns span.cur {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    box-sizing: border-box;
    background: none;
    border: 1px solid #ba2223;
}
.w100{
	width: 100%;
}
.pl{
	display: block;
	width: 80px;
	float: left;
	height: 100%;
	background: #f1f1f1;
	position: relative;
}
.pr{
	float: left;
}

.pl span.menu{
	display: block;
	width: 80px;
	height: 80px;
	background: #ff1d1e url(../img/men.png) no-repeat center center;
}
.pl a{
	display: block;
	height: 58px;
	text-align: center;
	background: url(../img/more.png) no-repeat center top;
	position: absolute;
	left: 0;right: 0;
	top:0;bottom: 0;
	margin: auto;
}
.pl a p{
	font-size: 16px;
	color: #666;
	padding-top: 38px;
	line-height: 20px;
}

.l-banner{
	display: block;
}
.banner-mobile{
	display: none;
}
/*pro*/
.pro{
	width: 100%;
	position: relative;
}
.pro .pr{
	background: url(../img/bg.png);
	width: 100%!important;
}
.pro-in{
	width: 93%;
	margin: 0 auto 172px;
}
.pro-tit{
	width: 100%;
	text-align: center;
	margin: 65px auto;
}
.pro-tit h3{
	color: #333333;
	font-size: 50px;
	line-height: 60px;
}
.pro-tab{
	margin-bottom: 44px;
}
.pro-tab ul{
	margin: 0 auto;
	text-align: center;
}
.pro-tab ul li{
	width: 200px;
	height: 46px;
	background: #fff;
	text-align: center;
	line-height: 46px;
	color: #333;
	font-size: 16px;
	margin-right: 12px;
	margin-left: 12px;
	vertical-align: top;
	/*float: left;*/
	display: inline-block;
	box-shadow: 0 0 5px #ccc;
	cursor: pointer;
}
.pro-tab ul li.on{
	background: #ba2223;
	color: #fff;
}
.pro-tab ul li:hover{
	background: #ba2223;
	color: #fff;
}
.pro-content ul li{
	/*width: 15%;*/
	/*margin:0 0.8%;*/
	float: left;
	position: relative;
}
.pro-content ul li:nth-child(6n){
	margin-right: 0;
}
.pro-content ul li img{
	width: 100%;
}
.pro-content ul li .shade{
	width: 93%;
	height: 95.5%;
	background: url(../img/sha.png) center center;
	position: absolute;
	left: 0;right: 0;
	top:0;bottom: 0;
	margin: auto;
	display: none;
}
.pro-content ul li .tz{
	display: block;
	width: auto;
	height: 105px;
	position: absolute;
	bottom:5%;
	left: 5%;
	background-repeat: no-repeat;
	background-position: left top;
	transition:all .5s ease;
}
.pro-content ul li .tz p{
	margin-top: 80px;
	color: #fff;
	font-size: 18px;
	line-height: 25px;
}
.pro-content ul li:hover .tz{
	left: 0;right: 0;
	top:0;bottom: 0;
	margin: auto;
	text-align: center;
	background-position: center top;
	transition:all .5s ease;
}
.pro-content ul li:hover .shade{
	display: block;
	transition:all .5s ease;
}
.pro-content .flex-control-nav {
    text-align: center;
    margin-top: 53px;
    margin-bottom: 40px;
}
.pro-content .flex-control-nav li {
    display: inline-block;
    width: 22px;
    height: 22px;
}
.pro-content .flex-control-nav li a {
    width: 22px;
    height: 22px;
    text-indent: -9999px;
    display: block;
    background: url(../img/img-27.png) no-repeat center;
}
.pro-content .flex-control-nav li a.flex-active {
    background: url(../img/img-26.png) no-repeat center;
}
.pro-content .pro-content-in{
	position: relative;
	/*min-height: 250px;*/
}
.pro-content .pro-content-in .pro-content-inin{
	position: absolute;
}
/*news*/

.news{
	display: block;
}
.new-mobile {
    display: none;
}
.in-new-block {
    width: 100%;
    /*height: 923px;*/
    background: #000;
    display: inline-block;
}
.in-new-block .box {
    float: left;
    position: relative;
    background: #a21722;
}
.in-new-block .box .te span.p {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    padding-bottom: 28px;
    /*background: url("http://192.168.1.141/lanshizhongying/css/../img/img-37.png") no-repeat left bottom;*/
    font-family: "Arial";
    margin-top: 22%;
}
.in-new-block .box .te span.time {
    font-size: 14px;
    color: #fff;
    /*position: absolute;
    left: 0px;
    bottom: 2%;*/
}
.in-new-block .box1 {
    width: 50%;
}
.in-new-block .box1 img {
    display: block;
    width: 66%;
}
.in-new-block .box1 .te {
    position: absolute;
    top: 0%;
    left: 69%;
    right: 3%;
    height: 100%;
    background: url(../img/jia_b.png) no-repeat right bottom 10%;
}
.in-new-block .box2 {
    width: 33%;
    background: #fff;
    color: #666;
}
.in-new-block .box2 img {
    display: block;
    height: 100%;
    float: left;
}
.in-new-block .box2 .te {
    position: absolute;
    top: 0%;
    right: 2.5%;
    height: 100%;
    background: url(../img/jia_h.png) no-repeat right bottom 10%;
}
.in-new-block .box3 {
    width: 17%;
}
.in-new-block .box3 img {
    width: 100%;
}
.in-new-block .box3 .te {
    position: absolute;
    right: 0%;
    padding: 0 5%;
    bottom: 0px;
    height: 50%;
    background: url(../img/jia_b.png) no-repeat right 5% bottom 20%;
}
.in-new-block .box3 .te span.p {
    margin-top: 6%;
}
.in-new-block .box3 .te span.time {
    margin-left: 5%;
}
.in-new-block .box4 {
    width: 50%;
    background: #fff;
    color: #666;
}
.in-new-block .box4 img {
    height: 100%;
}
.in-new-block .box4 .te {
    position: absolute;
    top: 0px;
    right: 2.5%;
    height: 100%;
    background: url(../img/jia_h.png) no-repeat right bottom 10%;
}
.in-new-block .box5 img {
    display: block;
    width: 100%;
    height: 50%;
}
.in-new-block .box5 .te {
    width: 90%;
    padding: 0 5%;
    height: 50%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: url(../img/jia_b.png) no-repeat right 5% bottom 20%;
}
.in-new-block .box5 .te span.p {
    margin-top: 4%;
}
/*.in-new-block .box5 .te span.time {
    width: 90%;
    padding: 0 5%;
    bottom: 4%;
}*/
.in-new-block .box6 {
    background: #fff;
    color: #666;
}
.in-new-block .box6 img {
    height: 100%;
    float: left;
}
.in-new-block .box6 .te {
    position: absolute;
    top: 0px;
    height: 100%;
    right: 2.5%;
    background: url(../img/jia_h.png) no-repeat right bottom 10%;
}
.in-new-block .box2 .te span.p,.in-new-block .box4 .te span.p,.in-new-block .box6 .te span.p{
	color: #666;
}
.in-new-block .box2 .te span.time,.in-new-block .box4 .te span.time,.in-new-block .box6 .te span.time{
	color: #666;
}














/*footer*/
footer{
	display: block;
	width: 100%;
	padding: 50px 80px 0;
	box-sizing:border-box;
}
footer .fot{
	width: 100%;
	padding-bottom: 178px;
}
footer .fotl{
	border-right:1px solid #353535;
}

footer .fotl li{
	width: auto;
	float: left;
	margin-right:40px;
}
footer .fotl li a{
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
footer .fotl li a.tit{
	font-weight: bold;
	line-height: 50px;
}
footer .fotr .links {
    width: 218px;
    height: 32px;
    background: #cbcbcb;
    margin-bottom: 40px;
}
footer .fotr .links p.lin {
    width: 100%;
    height: 32px;
    padding-left:10px;
    background: url("../img/bg_sign10.png") no-repeat 180px center;
    border: 1px solid #272727;
    line-height: 32px;
    color: #404040;
    cursor: pointer;
}
footer .fotr .share a{
	float: right;
	width: 36px;
	height: 36px;
	margin-left: 10px;
}
footer .fotr .share a.bds_weixin{
	background: url(../img/wx.png);
}
footer .fotr .share a.bds_weibo{
	background: url(../img/wb.png);
}

footer .fob p{
	font-size: 12px;
	color: #fff;
	line-height: 60px;
}
footer .fobr a.ti{
	display: inline-block;
	font-size: 12px;
	color: #fff;
	line-height: 60px;
	display: block;
	padding-left: 20px;
	
}
footer .fobr .fobrr{
	float: right;position: relative;
}
footer .fobrr a.ti1{
	background: url(../img/map_lo.png) no-repeat left center;
	margin-right: 20px;
}
footer .fobrr a.ti2{
	background: url(../img/word_lo.png) no-repeat left center;
	margin-right: 20px;
	
}
footer .fobrr a.ti2 span{
	background: url(../img/zy.png) no-repeat right center;
	padding-right: 15px;
}
footer .fobrr .list{
	width: 100%;
	position: absolute;
	top:-60px;
	height: 70px;
	background: #333;
	display: none;
}
footer .fobrr .list a{
	display: block;
	width: 100%;
	color: #fff;
	line-height: 35px;
	text-align: center;
	font-size: 12px;
}
footer .fobl{

}
.footer-mob{
	display: none;
	width: 100%;
	text-align: center;
}
.footer-mob p{
	font-size: 16px;
	color: #c3c3c3;
	line-height: 98px;
	height: 98px;
}


.klkl{
	width: 800px;
	display: block;
	margin: 0 auto;
}




/*hide-menu*/

.hide-menu{
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	z-index: 10;
}
.hide-menu-in{
	width:90%;
	height: 90%;
	margin: 5%; 
}
.hide-menu-int{
	width: 100%;
	padding-bottom:30px;
	border-bottom: 2px solid #f2f2f2;
}
.hide-menu-int span{
	display: block;
}
.rt{
	width: 800px;
	margin: 0 auto;
}
.rt a{
	display: block;
	float: right;
	margin-top: 10px;
	font-size: 14px;
}
.hide-menu-int span.logo{
	width: 12%;
	height: 60px;
	background: url(../img/logo.png) no-repeat center center;
	background-size: 100% ;
	float: left;
}
.hide-menu-int span.clo{
	width: 5%;
	height: 60px;
	background: url(../img/clo.png) no-repeat center center;
	background-size: 100% ;
	float: right;
}
.hide-menu-inb{
	width: 88%;
	padding: 30px 6% 50px;
}
.hide-menu-inb li{
	width: 18%;
	margin-right: 2%;
	float: left;
	height: 240px;
}
.hide-menu-inb li:nth-child(5n){
	margin-right: 0;
}
.hide-menu-inb li a{
	display: block;
	line-height: 35px;
	color: #666;
	font-size: 14px;
}
.hide-menu-inb li a:hover{
	color: #ee1d23;
}
.hide-menu-inb li a.tit{
	line-height: 72px;
	color: #ee1d23;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}
@media (max-width: 1400px){
	header .menu {
	    width: 55%;
	}
 .in-new-block .box .te span.p {
 	padding-bottom: 20px;
    font-size: 13px;
    line-height: 20px;
 }
 .in-new-block .box .te span.time {
    font-size: 13px;
    line-height: 20px;
 }
 .in-new-block .box3 .te span.p p {
    height: 40px;
    overflow: hidden;
 }
 .in-new-block .box5 .te span.p p {
    height: 40px;
    overflow: hidden;
 }
}

@media (max-width: 1200px){
	header .menu{
		width: 60%;
	}
	.l-banner .ban-in{
		width: 472px;
		bottom:20%;
		
	}
	.l-banner .ban-in li{
		width: 80px;
		height: 80px;
		margin-right: 18px;
		transition:all .5s ease;
	}
	.l-banner .ban-in li a{
		padding:12px;
	}
	.l-banner .ban-in li a p{
		font-size: 14px;
		line-height: 20px;
		/*margin-top: 38px;*/
	}
	.pro-content ul li{
		/*width: 23%;
		margin:0 1%;*/
		/*margin-bottom: 40px;*/
	}
	/*.pro-content ul li:nth-child(3n){
		margin-right: 0;
	}*/
	.pro-content-in{
		overflow: hidden;
		position: relative;
	}
	.pro-content .next {
	    width: 80px;
	    height: 80px;
	    display: block;
	    background: url("http://121.41.128.239:8083/dls/web/static/web/css/../img/next.png");
	    position: absolute;
	    right:0px;
	    top: 50%;
	    margin-top: -40px;
	}
	.pro-content .prev {
	    width: 80px;
	    height: 80px;
	    display: block;
	    background: url("http://121.41.128.239:8083/dls/web/static/web/css/../img/prev.png");
	    position: absolute;
	    left:0px;
	    top: 50%;
	    margin-top: -40px;
	}
	footer .fotl {
	    border-right: 0;
	    margin: 0 auto;
	    float: none;
	}
	footer .fotr {
	    float: left;
	    margin-top: 30px;
	}
	footer .fot {
	    padding-bottom: 45px;
	}
}
@media(max-width: 1200px){
	.pro-in{
		margin-bottom: 0px;
	}
}
@media(max-width: 1000px){
	.news{
		display: none;
	}
	.new-mobile {
		width: 100%;
	    display: block;
	    background: url(../img/bg.png);
	}
	.new-mobile .swiper-slide img{
		width: 100%;
	}
	.new-mobile-tit{
		text-align: center;
	}
	.new-mobile-tit p{
		font-size: 28px;
		color: #333;
		line-height: 50px;
		padding: 10px 0;
	}
	.new-mobile-text {
	    background: #fff;
	    padding: 10px 6%;
	}
	.new-mobile-text .te {
	    font-size: 14px;
	    font-family: "微软雅黑";
	    margin-bottom: 20px;
	    color: #666;
	    display: block;
	}
	.new-mobile-text .time {
	    font-size: 12px;
	    font-family: "微软雅黑";
	    line-height: 12px;
	    background: url("../img/jia_h.png") no-repeat right bottom;
	    color: #999;
	    display: block;
	}
	.new-mobile .swiper-pagination {
	    position: relative;
	    padding: 27px 0px;
	    bottom: auto!important;
	    left: auto!important;
	    background: #f5f5f5;
	}
	.klkl{
		width: 90%;
	}
	.rt{
		width: 90%;
	}
	.new-mobile .swiper-pagination span {
	    width: 15px;
	    height: 7px;
	    border-radius: 15px;
	    overflow: hidden;
	    background: #aaa;
	}
	.new-mobile .swiper-pagination span.swiper-pagination-bullet-active {
	    background: #ba2223;
	    width: 18px;
	}

	.pl{
		width: 0px;
		display: none;
	}
	.pro{
		position: relative;
	}
	.pro .pr{
		width: 100%!important;
	}
	.pro-in {
	    width: 100%;
	    margin: 0 auto;
	  /*  padding-bottom:40px;*/
	}
	.pro-content-in{
	height:230px;
	}
	.pro-tab ul{
		width: 94%;
		padding: 0 3%;
		box-sizing:border-box;
	}
	.pro-tab ul li{
		width: 32%;
		margin-right: 2%;
		margin-left: 0;
	/*	float: left;*/
		font-size: 15px;
	}
	.pro-tab ul li:nth-child(3n){
		margin-right: 0!important;
	}

	.hide-menu-inb li a{
		font-size: 12px;
	}
	
	
	

	header{
		display: none!important;
	}
	.m-header{
		width: 100%;
		height: 80px;
		background: #fff;
		position: relative;
		z-index: 111;
		display: block;
	}
	.m-header .logo{
		width:18%;
		height: 50px;
		margin:15px 0;
	    display: inline-block;
	    float: left;
	    margin-left:10px;
	}
	.m-header .logo a{
		display: block;
		width: 100%;
		height: 100%;
		background-image: url(../img/logo.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100%;
		}
	.m-header .logo img{
		display:block;
		width:100%;
	}
	.m-header .i-nav{
		width:8%;
		height: 30px;
		margin:25px 5px 25px 0;
		padding-left: 5px;
		border-left: 1px solid #eef1f3;
		float: right;
		display: inline-block;
		position: relative;
	}
	.m-header .i-nav .line {
	    position: absolute;
	    top: 4px;
	    left: 20%;
	    width: 30px;
	    height: 2px;
	    background: #ee1f25;
	    -webkit-transition: all 0.8s;
	    transition: all 0.8s;
	}
	.m-header .i-nav .line:first-child {
    	-webkit-transform-origin: left top;
	    -ms-transform-origin: left top;
	    transform-origin: left top;
	}
	.m-header .i-nav .line:last-child {
	    -webkit-transform-origin: left bottom;
	    -ms-transform-origin: left bottom;
	    transform-origin: left bottom;
	}
	.m-header .i-nav .line:nth-child(2n){
		top: 14px;
	}
	.m-header .i-nav .line:nth-child(3n){
		top: 24px;
	}
	.m-header .i-nav .line:first-child.cur {
	    -webkit-transform: rotateZ(43deg);
	    transform: rotateZ(43deg);
	}
	.m-header .i-nav .line:last-child.cur {
	    -webkit-transform: rotateZ(-43deg);
	    transform: rotateZ(-43deg);
	}
	.m-header .i-nav .line:nth-child(2).cur {
	    opacity: 0;
	}
	.m-header .i-nav span{
		display: block;
		width: 100%;
		height: 100%;
		background-image: url(../img/menu.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 80%;
	}
	.m-header .nav-en{
		width:15%;
		line-height: 50px;
		height: 50px;
		margin:15px 5px 15px 0;
		padding-left: 5px;
		border-left: 1px solid #eef1f3;
		float: right;
		display: inline-block;
		text-align: center;
	}
	/*.m-header .nav-en a{
		color: #ea303d;
		font-size: 20px;
		display: inline-block;
		font-family: "微软雅黑";
		font-weight: bold;
	}*/
	.m-header .nav-en a.to {
   	 color: #ea303d;
   	 font-size: 20px;
   	 display: inline-block;
   	 width: 100%;
   	 height: 100%;
   	 font-family: "微软雅黑";
   	 font-weight: bold;
	}	

	.m-header .i-nav img{
		/*display: block;*/
		width: 100%;
	}

	.m-header .search {
		display: none;
	    width:8%!important;
		height: 50px;
		margin:15px 5px 15px 0;
		padding-left: 5px;
		border-left: 1px solid #eef1f3;
		float: right;
/*		display: inline-block;*/
	}
	.m-header .search .sea_btn {
	    width: 100%;
	    height: 100%;
	    display: block;
	    background-image: url(../img/serm.png);
		background-repeat: no-repeat;
		background-position: center center;
		/*background-size: 100%!important;*/
	    float: left;
	    cursor: pointer;
	}
	.m-header .search form{
		display: none;
	}
	.m-header .search form input {
	    display: block;
	    border: 1px solid #ccc;
	    width: 200px;
	    height: 36px;
	    top: 50%;
	    right: 0;
	    margin-top: -18px;
	    border-radius: 41px;
	    padding-left: 15px;
	    z-index: 5000;
	    position: absolute;
	    line-height: 26px;
	    outline: none;
	    background: none;
	    color: #666;
	    font-size: 14px;
	    background: rgba(255,255,255,1);
	}
	.m-header .search form .btn {
	    width: 27px;
	    height: 27px;
	    display: block;
	    background: url("../img/serm.png") no-repeat center;
	    position: absolute;
	    right: 20px;
	    top: 50%;
	    margin-top: -13px;
	    border: none;
	    outline: none;
	    z-index: 436456;
	    padding: 0;
	    cursor: pointer;
	}

	.nav-hide{
		width:100%;
		height: auto;
		background:rgba(255,255,255,0.9);
		overflow: hidden;
		position: absolute;
		right: 0;
		top:80px;
		z-index: 2;
		padding-bottom:30px;
		display: none;
	}
	.nav-hide .del{
		width: 100%;
		height: 25px;
		background: #fff;
	}
	.nav-hide .del img{
		width:25px;
		float: right;
		margin: 0.3rem;
	}
	.nav-hide .nav-list{
		width: 100%;
		overflow: hidden;
	}
	.nav-hide .nav-list li{
		width: 100%;
		text-align: center;
		/*overflow: hidden;*/
	}
	.nav-hide .nav-list li a.fir{
		display: block;
		font-size: 18px;
		color: #333;
		line-height:50px;
		text-align: center;
		/*margin-right: 0.3rem;*/
	}
	.nav-hide .nav-list li .second{
		overflow: hidden;
		padding:10px 0;
		width: 100%;
		display: none;
	}
	.nav-hide .nav-list li .second a{
		font-size: 16px;
		color: #888;
		line-height:38px;
		display: block;
	}
}
@media (max-width: 768px){
	
	.m-header .logo{
		width:125px;
	}
	.ban-in{
		display: none;
	}

	/*pl&pr*/
	div.orbit ul {
	    height: 280px;
	}
	
	
	footer{
		display: none!important;
	}
	.footer-mob{
		display: block;
	}

	.pro-content .next {
		display: none;
	}
	.pro-content .prev {
		display: none;
	}
	.footer-mob p{
		font-size: 14px;
	}
	/*mobile*/
	.l-banner{
		display: none;
	}
	.banner-mobile{
		display: block;
	}
	.banner-mobile{
		width: 100%;
		margin: 0 auto;
	    position: relative;
	    overflow: hidden;
	}
	.banner-mobile .swiper-slide{
		width: 100%;
	}
	.banner-mobile .swiper-slide img{
		width: 100%;
	}
}
@media (max-width: 352px){
	.m-header .search .sea_btn {
		background-size: 100%!important;
	}
}


	



