*{
	font-family: Arial
}

@font-face {font-family: 'iconfont';
    src: url('iconfont.eot');
    src: url('iconfont.eot?#iefix') format('embedded-opentype'),
    url('iconfont.woff') format('woff'),
    url('pingfang.ttf') format('truetype'),
}

.l_header{
	height: 90px;
}

.l_row{
	max-width: 1200px;
	margin: 0 auto;
}

.l_header .l_row{
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.l_header .nav{
	display: flex;
	flex-wrap: wrap;
}

.l_header .nav li{
	margin-left: 60px;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #333333;
	padding: 10px 0;
	transition: all 0.5s;
	border-bottom: 2px #fff solid;
}

.l_header .nav li.active,.l_header .nav li:hover{
	color: #0571b2;
	border-bottom: 2px #0571b2 solid;
}

.l_header .l_menu{
	display: none;
}

/*banner*/
.l_banner{
	position: relative;
}

.banner_text{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 80%;
	height: 100%;
	margin-left: 10%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner_text .text{
	text-align: center;
	max-width: 65%;
}

.banner_text .text img{
	max-width: 100%;
}



.l_banner .swiper-button-prev,.l_banner .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/lee/left.png);
    left: 50px;
    right: auto;
}

.l_banner .swiper-button-next,.l_banner .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/lee/right.png);
    right: 50px;
    left: auto;
}

.l_banner img{
	max-width: 100%;
}

/*首页内容*/
.l_index{
	padding: 80px 0;
}

.l_index .l_row{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.l_index .l_row .pic{
	width: 50%;
}

.l_index .l_row .pic img{
	width: 100%;
}

.l_index .l_row .text{
	width: 46.5%;
}

.l_index .l_row .text h1{
	font-size: 30px;
	color: #333333;
}

.l_index .l_row .text .t{
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #565454;
	text-align: justify;
	word-break:break-all;
	margin-top: 15px;
	margin-bottom: 30px;
}

.l_index .l_row .text .p{
	margin-top: 30px;
	overflow: hidden;
}

.l_index .l_row .text .p img{
	width: 100%;
}

/*foot*/
.foot{
	height: 110px;
	background-color: #2e2e2e;
}

.foot .l_row{
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.foot .l_row .nav{
	display: flex;
	flex-wrap: wrap;
}

.foot .l_row .nav li{
	display: block;
	padding: 0 20px;
	border-right: 1px #fff solid;
}

.foot .l_row .nav li:first-child{
	border-left: 1px #fff solid;
}

.foot .l_row .nav li a{
	display: block;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 14px;
	opacity: 0.8;
	font-family:"iconfont" !important;
}

.foot .l_row .bq{
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	margin-top: 15px;
	opacity: 0.8;
	font-family:"iconfont" !important;
}

/*about*/
.l_centent{
	padding: 60px 0 80px;
}

.l_centent .tit{
	font-size: 20px;
	color: #333333;
}

.l_centent .a1 .text{
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #999999;
	margin-top: 20px;
	word-break:break-all;
}

.l_centent .a2 .text{
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #999999;
	word-break:break-all;
	height: 160px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.l_centent .a2 .text .t{
	margin-top: 10px;
}

.l_centent .a2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}

.l_centent .a2 li{
	width: 23%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.l_centent .a2 li:nth-child(2n){
	flex-direction: column-reverse;
}

.l_centent .a2 li img{
	width: 100%;
}

/*product*/
.l_centent .p1 img{
	width: 100%;
}

.l_centent .p2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.l_centent .p2 li{
	width: 23%;
	margin-top: 40px;
	transition: all 0.5s;
}

.l_centent .p2 li:last-child{
	margin-top: 0;
}

.l_centent .p2 li:nth-last-of-type(2){
	margin-top: 0;
}

.l_centent .p2 li:hover{
	box-shadow: 0px 0px 15px 0px 
		rgba(0, 0, 0, 0.08);
}

.l_centent .p2 li .pic{
	height: 180px;
	overflow: hidden;
}

.l_centent .p2 li .pic img{
	width: 100%;
}

.l_centent .p2 li .title{
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	margin-top:20px;
	margin-bottom:15px;
}

.l_product{
	padding-top: 40px;
}

/*pogo pin*/
.l_p_nav{
	box-shadow: 0px 0px 16px 0px 
		rgba(200, 200, 200, 0.35);
}

.l_p_nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.l_p_nav ul li{
	font-size: 16px;
	height: 60px;
	color: #666666;
	border-bottom: 2px #fff solid;
	display: flex;
	align-items: center;
	transition: all 0.5s;
}

.l_p_nav ul li:hover,.l_p_nav ul li.active{
	color: #0571b2;
	border-bottom: 2px #0571b2 solid;
}

.l_p_nav ul li:first-child a{
	border-left: 1px #d9d9d9 solid;
}

.l_p_nav ul li a{
	display: block;
	padding: 0 22px;
	line-height: 10px;
	border-right: 1px #d9d9d9 solid;
}

.l_p_c1{
	padding: 50px 0 60px;
}

.l_p_c1 h1{
	font-size: 30px;
	color: #333333;
}

.l_p_c1 span{
	display: block;
	width: 40px;
	height: 1px;
	background-color: #0571b2;
	margin-top: 20px;
}

.l_p_c1 .pic{
	margin-top: 30px;
}

.l_p_c1 .pic img{
	max-width: 100%;
}

.l_p_c1:nth-child(2n){
	background-color: #f7f7f7;
}

.l_dl{
	padding-left: 5%;
	margin-top: 30px;
}

.l_dl dt{
	font-family: ArialMT;
	font-size: 20px;
	font-weight: bold;
	color: #333333;margin-bottom: 20px;
}

.l_dl dd{
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 0px;
	color: #666666;
	padding-left: 20px;
	position: relative;
}

.l_dl dd::after{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background-color: #009dd1;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
}

.l_p_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}

.l_p_box .p_left{
	width: 61.5%;
}

.l_p_box .p_pic{
	padding: 30px;
}

.l_p_box .p_left img{
	display: block;
	max-width: 100%;
	margin: auto;
}

.l_p_box .p_right{
	width: 35%;
}

.l_p_box .p_right img{
	display: block;
	max-width: 100%;
	margin: auto;
}

.l_p_box .l_dl{
	padding-left: 30px;
}

.l_p_box .p_left1{
	width: 47%
}

.l_p_box .p_left1 img{
	max-width: 100%;
}

.l_p_box .p_right1{
	width: 47%;
}

.l_p_box .p_right1 .l_dl{
	padding-left: 0;
	margin-top: 20px;
}

.l_p_box .p_right1 .l_dl:first-child{
	margin-top: 0;
}

.l_p_box .p_right1 .l_dl dt{
	margin-bottom: 5px;
}

.l_p_box .p_right1 .l_dl dd{
	line-height: unset;
}

.l_p_pic{
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}

.l_p_pic li{
	margin-right: 40px;
}

.l_p_pic li .p{
	max-height: 120px;
	overflow: hidden;
}

.l_p_pic li .t{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 56px;
	letter-spacing: 0px;
	color: #666666;
	text-align: center;
}

.l_p_box1{
	align-items: center;
	margin-top: 30px;
}

.lee_title{
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
	color: #333333;
}

.lee_text{
	margin-top: 10px;
}

.lee_text p{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}


@media(max-width: 1200px){
	.l_row{
		padding: 0 15px;
	}

	.l_centent .a2 li{
		width: 48%;
	}

	.l_centent .p2 li{
		width: 31%;
	}
}

@media(max-width: 996px){
	.l_index .l_row .text{
		width: 100%;
	}

	.l_index .l_row .pic{
		width: 100%;
		margin-top: 4vw;
	}

	.l_index .l_row .text .p{
		margin-top: 2vw;
	}

	.l_index .l_row .text .t{
		margin-top: 1vw;
		margin-bottom: 2vw;
		font-size: 16px;
		line-height: 26px;
	}

	.l_index .l_row .text h1{
		font-size: 20px;
	}

	.l_index{
		padding: 4vw 0;
	}

	.l_banner .swiper-button-next,.l_banner .swiper-button-prev {
	    position: absolute;
	    top: 50%;
	    width: 25px;
	    height: 20px;
	    margin-top: -10px;
	    z-index: 10;
	    cursor: pointer;
	    background-size: 27px 44px;
	    background-position: center;
	    background-repeat: no-repeat;
	}

	.l_banner .swiper-button-prev, .l_banner .swiper-container-rtl .swiper-button-next {
	    background-image: url(../images/lee/left.png);
	    left: 10px;
	    right: auto;
	}

	.l_banner .swiper-button-next, .l_banner .swiper-container-rtl .swiper-button-prev {
	    background-image: url(../images/lee/right.png);
	    right: 10px;
	    left: auto;
	}

	.l_header{
		height: auto;
	}

	.logo{
		width: 50%;
		padding: 15px 0;
	}

	.logo img{
		max-width: 100%;
	}

	.l_header .nav{
		display: none;
		width: 100%;
	}

	.l_header .nav li{
		margin-left: 0;
		text-align: center;
	}

	.l_header .l_menu{
		display: block;
		width: 20px;
	}

	.l_header .l_menu img{
		width: 100%;
	}

	.foot{
		padding: 10px 0;
		height: auto;
	}

	.foot .l_row .nav li{
		padding: 0 8px;
	}

	.foot .l_row .bq{
		margin-top: 2vw;
		font-size: 12px;
	}

	.foot .l_row .nav li a{
		font-size: 12px;
		line-height: 12px;
	}

	.f_top{
		position: fixed;
		right: 5px;
		bottom: 10px;
		width: 30px;
	}

	.f_top img{
		max-width: 100%;
	}

	.l_centent .p2 li{
		width: 48%;
	}

	.l_p_nav ul{
		display: none;
		padding-bottom: 2vw;
	}

	.l_p_nav ul li{
		justify-content: center;
		height: 40px;
	}

	.l_p_nav ul li a{
		display: block;
		line-height: unset;
		border: none;
		text-align: center;
	}

	.l_p_nav ul li:first-child a{
		border: none;
	}

	.l_p_nav{
		padding-top: 40px;
		background: url(../images/lee/xiala.png) no-repeat center 10px;
		background-size: 20px;
	}

	.l_p_c1{
		padding: 4vw 0;
	}

	.l_p_c1 h1{
		font-size: 20px;
	}

	.l_p_c1 span{
		margin-top: 2vw;
	}

	.l_p_c1 .pic{
		margin-top: 3vw;
	}

	.l_p_box .p_left1{
		width: 100%;
		margin-bottom: 4vw;
	}

	.l_p_box .p_right1{
		width: 100%;
	}
}

@media(max-width: 767px){
	.l_centent{
		padding: 4vw 0;
	}

	.l_centent .a1 .text{
		margin-top: 1vw;
	}

	.l_centent .a2 li{
		width: 100%;
		margin-bottom: 4vw;
	}

	.l_centent .a2{
		margin-top: 4vw;
	}

	.l_centent .a2 li:nth-child(2n){
		flex-direction: column;
	}

	.l_centent .a2 .text{
		height: auto;
	}

	.l_centent .a2 .text .t{
		margin-top: 1vw;
	}

	.l_centent .p2 li{
		width: 100%;
		margin-top: 4vw;
	}

	.l_centent .p2 li .title{
		line-height: 40px;
	}

	.l_p_box .p_left{
		width: 100%;
		margin-bottom: 4vw;
	}

	.l_p_box .p_right{
		width: 100%;
	}

	.l_dl{
		margin-top: 4vw;
		padding-left: 0;
	}

	.l_dl dt{
		margin-bottom: 3vw;
		font-size: 16px;
	}

	.l_p_box .p_pic{
		padding: 0;
	}

	.l_p_box{
		margin-top: 4vw;
	}

	.l_p_box .l_dl{
		padding-left: 0;
	}

	.l_dl dd{
		line-height: 26px;
		font-size: 16px;
	}

	.l_p_pic li{
		margin-right: 0;
		width: 100%;
	}

	.l_p_pic{
		margin-top: 4vw;
	}

	.l_p_pic li .p{
		text-align: center;
	}
}