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

/*header*/

header .l_top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
}

header .l_top .nav{
	display: flex;
	justify-content: space-between;
}

header .l_top .nav li{
	border-left: 1px #f1f1f1 solid;
	position: relative;
}

header .l_top .nav li::after{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 4px;
	background-color: #ef8728;
	transition: all 0.5s;
}

header .l_top .nav li:hover::after,header .l_top .nav li.active::after{
	width: 100%;
	left: 0;
}

header .l_top .nav li:last-child{
	border-right: 1px #f1f1f1 solid;
}

header .l_top .nav a{
	display: block;
	padding: 30px 40px;
	font-size: 14px;
	color: #666;
	transition: all 0.5s;
}

header .l_top .nav li:hover a,header .l_top .nav li.active a{
	font-size: 14px;
	font-weight: bold;
	color: #ef8728;
}

header .l_top .nav_btn{
	display: none;
}

/*banner*/

.l_banner img{
	width: 100%;
	    max-height: calc(100vh - 79px);
	        object-fit: cover;
}

.l_banner .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    opacity: .3;
}

.l_banner .swiper-pagination-bullet-active {
    opacity: 1;
}

.l_banner .swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 30px;
}

/*应用场景*/
.index1{
	padding: 70px 0 110px;
}

.l_title{
	font-size: 40px;
	letter-spacing: -2px;
	color: #333333;
	text-align: center;
}

.l_appbox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border: solid 1px #e5e5e5;
	margin-top: 60px;
}

.l_appbox li{
	/* width: 25%; */
	width: 20%;
	border-right: solid 1px #e5e5e5;
	text-align: center;
	/* padding: 45px 58px; */
	padding: 45px 36px;
	min-height: 320px;
	background: #fff;
	transition: all 0.5s;
	cursor: default;
	cursor: pointer;
}

.l_appbox li:hover{
	box-shadow: 0px 6px 20px 0px 
		rgba(188, 188, 188, 0.5);
	transform: scale(1.01);
}

.l_appbox li:last-child{
	border-right: none;
}

.l_appbox li .pic{
	min-height: 88px;
	display: flex;
	align-items: center;
	justify-content: center;

}

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

.l_appbox li h2{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-top: 30px;
}

.l_appbox li p{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666666;
	margin-top: 10px;
}

/*big img*/

.index2 img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

/*基础功能*/
.index3{
	padding: 70px 0 110px;
}

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

.l_jcgn li{
	max-width: 170px;
	cursor: default;
}

.l_jcgn li .pic{
	position: relative;
}

.l_jcgn li img{
	max-width: 100%;
	transition: all 0.5s;
}

/* .l_jcgn li img.hide{
	opacity: 0;
	position: absolute;
	top: 0;
}

.l_jcgn li:hover img.hide{
	opacity: 1;
}
.l_jcgn li:hover img.show{
	opacity: 0;
} */

.l_jcgn li img.hide{
	display: none;
}
/* .l_jcgn li:hover img.hide{
	display: block;
}
.l_jcgn li:hover img.show{
	display: none;
} */







.l_jcgn li .text{
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	text-align: center;
	margin-top: 20px;
}

/*公司简介*/
.index4{
	/*background: url(../images/lee/index_bg.png) no-repeat center center;*/
	background-color: #232323;
	background-size: cover;
	padding: 40px 0 50px;
}

.index4 .l_title{
	color: #fff;
}

.index4 .text{
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #ffffff;
	margin-top: 40px;
	text-indent: 2em;
}

.index4 .l_btn{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #ffffff;
	width: 120px;
	height: 40px;
	background-color: #ef8728;
	border: solid 1px #ef8728;
	margin: 40px auto 0;
}

/*foot*/
footer {
	background-color: #232323;
	padding-top: 35px;
}

footer .nav{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

footer .nav a{
	font-size: 14px;
	color: #999;
	padding: 0 15px;
	border-right:1px #999 solid;
}

footer .nav a:last-child{
	border-right: none;
}

footer .l_add{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 14px;
	color: #999;
	margin-top: 30px;
}

footer .l_beian{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 1px;
	color: #666666;
	border-top: 1px #4a4a4a solid;
	margin-top: 40px;
}

/*团队介绍*/
.l_bread{
	padding-left: 28px;
	background: url(../images/lee/home.png) no-repeat left center;
	color: #656565;
	font-size: 14px;
	line-height: 50px;
	border-bottom: 1px #f5f5f5 solid;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.l_team h2{
	font-size: 18px;
	font-weight: bold;
	color: #ef8728;
	margin-top: 60px;
}

.l_team .team{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.l_team .team li{
	width: 18.75%;
	margin-top: 30px;
	box-shadow: 0px 2px 7px 0px 
		rgba(121, 121, 121, 0.13);
	cursor: default;
}

.l_team .team li .pic{
	width: 100%;
}

.l_team .team li .pic img{
	width: 100%;
}

.l_team .team li .text{
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
	line-height: 50px;
	position: relative;
}

.l_team .team li .text h3{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

.l_team .team li .text span{
	font-size: 14px;
	color: #666;
}

.l_team .team li .text::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 0;
	height: 2px;
	background-color: #ef8728;
	transition: all 0.5s;
}

.l_team .team li:hover .text::after{
	left: 0;
	width: 100%;
}

.lee_team{
	padding-bottom: 80px;
}

/*newslist*/
.lee_news{
	padding: 60px 0 80px;
}

.lee_news .news_list li a{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 30px 25px;
	align-items: center;
}

.lee_news .news_list li:hover{
	box-shadow: 0px 3px 16px 0px 
		rgba(192, 192, 192, 0.2);
}

.lee_news .news_list .pic{
	width: 25%;
	height: 142px;
	overflow: hidden;
	margin-right: 30px;
}

.lee_news .news_list .text{
	flex: 1;
	max-width: 56%;
}

.lee_news .news_list .time{
	width: 7%;
	margin-left: 9%;
}

.lee_news .news_list .text h1{
	font-size: 20px;
	letter-spacing: 1px;
	color: #202020;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lee_news .news_list li:hover h1{
	color: #ef8728;
}

.lee_news .news_list .text p{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #838383;
	margin-top: 20px;
}

.lee_news .news_list .time .t{
	font-size: 22px;
	letter-spacing: 1px;
	color: #949393;
	padding-left: 10px;
	margin-bottom: 35px;
}

.lee_news .news_list li:hover .time .t{
	color: #ef8728;
}

/*新闻详情*/
.l_news_c h1{
	font-size: 22px;
	letter-spacing: 1px;
	color: #333333;
	text-align: center;
}

.l_news_c .time{
	display: block;
	font-size: 16px;
	letter-spacing: 1px;
	color: #999999;
	text-align: center;
	margin-top: 5px;
}

.l_news_c .text{
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #666666;
	padding: 30px 0 60px;
}

.l_news_c .text img{
	display: block;
	margin:10px auto;
	max-width: 100%;
}

.l_page{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 10px;
	border-top: 1px #f5f5f5 solid;
}

.l_page a{
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #666;
}

.l_page a:hover{
	color: #333;
}

.l_page .right a{
	color: #ef8728;
}

/*组织架构*/

.l_zzjg {
	margin-top: 50px;
}

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

.lee_bread .w1200{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px #f5f5f5 solid;
}

.lee_bread .w1200 .l_bread{
	border:none;
}

.l_bread_nav a{
	font-size: 14px;
	color: #656565;
	line-height: 50px;
	margin-left: 70px;
}

.l_bread_nav a.active,.l_bread_nav a:hover{
	color: #ef8728;
	font-weight: bold;
}

/*合作客户*/
.l_title2{
	font-size: 16px;
	color: #333333;
	margin-top: 40px;
	text-align: center;
}

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

.l_hezuo li{
	width: 23.75%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	border: solid 1px #dcdcdc;
}

.l_hezuo li:hover{
	border: solid 1px #ef8728;
}

.l_hezuo li img{
	max-width: 100%;
}

/*人才招聘*/
.l_rencai{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 10px;
}

.l_rencai li{
	width: 32%;
	padding: 40px;
	border: solid 1px #e5e5e5;
	position: relative;
	margin-top: 30px;
}

.l_rencai li::after{
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background-color: #ef8728;
	position: absolute;
	bottom: 0;
	left: 0;
}

.l_rencai li h1{
	font-size: 20px;
	color: #000;
	display: flex;
	align-items: center;
}

.l_rencai li h1 img{
	max-width: 30px;
	margin-right: 20px;
}

.l_rencai li .text{
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	margin-top: 20px;
}

/*视频列表*/
.l_video{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}

.l_video li{
	width: 23.75%;
	margin-top: 15px;
	cursor: pointer;
}

.l_video li:nth-child(n+17){
	display: none;
}

.l_video li .pic{
	width: 100%;
	height: 210px;
	overflow: hidden;
	position: relative;
}

.l_video li .pic .play{
	width: 56px;
	height: 56px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -28px;
	margin-left: -28px;
	z-index: 1;
	transform: scale(0.95);
	transition: all 0.5s;
}

.l_video li:hover .pic .play{
	transform: scale(1);
}

.l_video li .pic img{
	width: 100%;
}

.l_video li .text{
	font-size: 16px;
	letter-spacing: -1px;
	color: #333333;
	padding: 15px 0;
	text-align: center;
}

.l_jiazai{
	text-align: center;
	margin-top: 40px;
}

.l_jiazai a{
	display: inline-block;
	font-size: 18px;
	letter-spacing: -1px;
	color: #ef8728;
	padding-bottom: 10px;
	border-bottom: 1px #ef8728 solid;
	cursor: pointer;
}

/*联系我们*/
.l_map{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.l_map .map{
	width: 51%;
	height: 340px;
}

.l_map .add{
	width: 45%;
}

.l_map .add h1{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #333333;
}

.l_map .add .text{
	font-size: 15px;
	line-height: 46px;
	color: #666666;
	padding-top: 20px;
	border-top: 1px #dfdfdf solid;
	margin-top: 20px;
}

.l_map .add .text p{
	padding-left: 35px;
}

.l_map .add .text p:nth-child(4){
	background: url(../images/lee/people.png) no-repeat left 13px;
}

.l_map .add .text p:nth-child(5){
	background: url(../images/lee/tel.png) no-repeat left 13px;
}

/*.l_map .add .text p:nth-child(3){*/
/*	background: url(../images/lee/tel2.png) no-repeat left 6px;*/
/*}*/

.l_map .add .text p:nth-child(6){
	background: url(../images/lee/mail.png) no-repeat left 16px;
}

.l_map .add .text p:nth-child(7){
	background: url(../images/lee/add.png) no-repeat left 13px;
}
.l_map .add .text p:nth-child(1){
	background: url(../images/dy.png) no-repeat left 13px;
	background-size:19px 19px;
}
.l_map .add .text p:nth-child(2){
	background: url(../images/bz.png) no-repeat left 13px;
	background-size:19px 19px;
}
.l_map .add .text p:nth-child(3){
	background: url(../images/ewmbg.png) no-repeat left 13px;
	background-size:19px 19px;
	display: flex;
}

.l_map iframe{
	width: 100%;
	height: 100%;
}

.l_form{
	padding-top: 40px;
	margin-top: 40px;
	border-top: 1px #f2f2f2 solid;
}

.l_form .l_name{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.l_form input{
	line-height: 70px;
	padding: 0 20px;
	background-color: #f7f7f7;
	margin-bottom: 25px;
}

.l_form .l_name input{
	width: 48.75%;
}

.l_form .l_tel input{
	width: 100%;
}

.l_form .content textarea{
	width: 100%;
	height: 150px;
	padding: 20px;
	background-color: #f7f7f7;
}

.l_form button{
	display: block;
	width: 220px;
	height: 66px;
	background-color: #ef8728;
	font-size: 22px;
	color: #ffffff;
	margin: 50px auto 0;
}

/*公司简介*/

.l_about_c{
	background: url(../images/lee/about_bg.png) no-repeat center center;
	background-size: 100% auto;
	padding: 40px 100px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	margin-top: 40px;
	text-align: justify;
}

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

.l_gsys .pic{
	width: 44%;
}

.l_gsys .pic img{
	width: 100%;
}

.l_gsys .text{
	flex: 1;
	padding: 30px 0;
}

.l_gsys .text .text_box{
	width: 100%;
	height:100%;
	display: flex;
	align-items: center;
	border: solid 1px #e5e5e5;
	padding-left: 70px;
}

.l_gsys .text .text_box h1{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #333333;
}

.l_gsys .text .text_box .gsys{
	display: flex;
	flex-wrap: wrap;
}

.l_gsys .text .text_box .gsys li{
	width: 50%;
	margin-top: 30px;
	font-size: 16px;
	color: #666666;
	display: flex;
	align-items: center;
}

.l_gsys .text .text_box .gsys li span{
	margin-left: 20px;
}

.l_fzlc .text .text_box{
	padding-left: 30px;
}

.l_fzlc .text .text_box .fzlc{
	margin-top: 35px;
}

.l_fzlc .text .text_box .fzlc img{
	max-width: 100%;
}

.l_fzlc,.l_gsln{
	margin-top: 50px;
}

.l_gsys .gsln{
	margin-top: 30px;
}

.l_gsys .gsln li{
	display: flex;
	align-items: center;
	font-size: 16px;
	letter-spacing: -1px;
	color: #333333;
}

.l_gsys .gsln li span{
	margin-left: 20px;
}

/*员工风采*/
.lee_ygfc{
	background-color: #fafafa;
}

.l_ygfc{
	margin-top: 40px;
}

.l_ygfc img{
	width: 100%;
}

.l_ygfc .swiper-container{
	padding-bottom: 46px;
}

.l_ygfc .swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 0;
}

.l_ygfc .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	
}

.l_ygfc .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 8px;
}

.l_ryzz{
	margin-top: 40px;
	position: relative;
	padding: 0 70px;
}

.l_ryzz .swiper-slide{
	background-color: #f5f5f5;
	overflow: hidden;
	padding: 25px 48px;
}

.l_ryzz .swiper-slide img{
	max-width: 100%;
	max-height: 100%;
}

.l_ryzz .swiper-button-next,.l_ryzz .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 46px;
    height: 46px;
    margin-top: -23px;
    z-index: 10;
    cursor: pointer;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
}

.l_ryzz .swiper-button-prev{
	background: url(../images/lee/ryzz_left.png);
	left: 0;
}

.l_ryzz .swiper-button-prev:hover{
	background: url(../images/lee/ryzz_left_active.png);
	background-size: 100% auto;
	left: 0;
}

.l_ryzz .swiper-button-next{
	background: url(../images/lee/ryzz_right.png);
	right: 0;
}

.l_ryzz .swiper-button-next:hover{
	background: url(../images/lee/ryzz_right_active.png);
	background-size: 100% auto;
	right: 0;
}

/*产品详情*/
.probox1{
	background:url(../images/lee/pro1_bg.png) no-repeat center bottom;
	background-size: cover;
	padding: 30px;
}

.probox1 .box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.probox1 .box .text{
	width: 55%;
}

.probox1 .box .pic{
	flex: 1;
}

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

section .box h1 em{
	font-size: 40px;
	font-weight: bold;
	color: #ef8728;
}

section .box h1 span{
	font-size: 32px;
	font-weight: bold;
	color: #333;
	letter-spacing: 2px;
	margin-left: 20px;
}

.probox1 .box .text h2 span{
	display: inline-block;
	padding: 10px 40px;
	font-size: 22px;
	color: #ffffff;
	background-image: linear-gradient(90deg, 
		#ef8728 0%, 
		#ef8728 100%);
	background-blend-mode: normal, 
		normal;
	margin-top: 20px;
}

.probox1 .box .text .t{
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 20px;
}

.probox2{
	padding: 40px 0;
	background-color: #fbfbfb;
}

.probox2 .box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.probox2 .box .text{
	width: 70%;
}

.probox2 .box .pic{
	flex: 1;
}

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

.probox2 .box .t{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
	margin-top: 40px;
}

.probox2 .box .t li{
	width: 28%;
}

.probox2 .box h1{
	text-align: center;
}

.probox2 .box h1 span{
	display: inline-block;
	font-size: 32px;
	color: #ffffff;
	width: 198px;
	height: 60px;
	line-height: 60px;
	background-image: linear-gradient(90deg, 
		#ef8728 0%, 
		#ef8728 100%);
	background-blend-mode: normal, 
		normal;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.probox2 .box h2{
	font-size: 24px;
	color: #333333;
	margin-top: 10px;
	text-align: center;
}

.probox2 .box .text1 h1{
	font-size: 24px;
	color: #000000;
	margin-top: 20px;
}

.probox2 .box .text1 .t1{
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #666666;
	margin-top: 20px;
}

.probox3{
	padding: 80px 0;
}

.probox3 .box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.probox3 .box li{
	width: 23%;
	border: solid 1px #e5e5e5;
	padding: 60px 30px 30px;
	cursor: default;
}

.probox3 .box li:hover{
	background-image: linear-gradient(90deg, 
		#ef8728 0%, 
		#ef8728 100%);
	background-blend-mode: normal, 
		normal;
}

.probox3 .box li .pic{
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.probox3 .box li .text h1{
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-top: 20px;
}

.probox3 .box li:hover .text h1{
	color: #fff;
}

.probox3 .box li .text p{
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #666666;
	margin-top: 20px
}

.probox3 .box li:hover .text p{
	color: #fff;
}

.probox4{
	padding: 70px 0;
}

.probox4 h1{
	text-align: center;
}

.l_xcyy{
	margin-top: 40px;
}

.l_xcyy .swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 0;
}

.l_xcyy .swiper-container{
	padding-bottom: 30px;
}

.l_xcyy .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    background: none;
    opacity: 1;
    border: solid 1px #ef8728;
}

.l_xcyy .swiper-pagination-bullet-active{
	background: #ef8728;
}

.l_xcyy .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 8px;
}

.l_xcyy img{
	width: 100%;
}

.prolast{
	padding: 60px 0 80px;
	border-top:1px #d8dfe7 solid;
}
	

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

	header .l_top .nav a{
		padding: 30px;
	}

	.lee_news .news_list .time{
		display: none;
	}
	.lee_news .news_list .text{
	    max-width: inherit;
	}

	.l_rencai li{
		width: 49%;
		padding: 25px;
	}

	.l_video li{
		width: 32%;
	}

	.l_video li .pic{
		height: 170px
	}

	.l_map .add{
		width: 55%;
	}

	.l_map .map{
		width: 42%;
	}

	.l_about_c{
		padding: 40px;
		background-size: cover;
	}
	
}

@media(max-width: 996px){
	header .l_top .nav a{
		padding: 15px;
	}

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

	.logo{
		width: 30%;
	}

	.l_appbox li{
		padding: 20px;
	}

	.l_appbox,.l_jcgn{
		margin-top: 4vw;
	}

	.index1,.index3,.index4{
		padding: 4vw 0;
	}

	.l_title{
		font-size: 5vw;
	}

	.l_jcgn li{
		width: 18%;
	}

	.l_team h2{
		margin-top: 4vw;
	}

	.l_team .team li{
		width: 24%;
	}

	.lee_news .news_list .text{
		width: 70%;
	}

	.lee_news{
		padding: 4vw 0;
	}

	.l_news_c .text{
		padding: 4vw 0;
	}

	.l_title2{
		margin-top: 3vw;
		font-size: 14px;
	}

	.l_hezuo{
		margin-top: 4vw;
	}

	.l_video{
		margin-top: 4vw;
	}

	.l_video li{
		width: 49%;
	}

	.l_jiazai{
		margin-top: 4vw;
	}

	.l_map .add{
		width: 100%;
		margin-top: 4vw;
	}

	.l_map .map{
		width: 100%;
		height: 200px;
	}

	.l_about_c{
		padding: 0;
		background:none;
		margin-top: 4vw;
	}

	.l_gsys{
		margin-top: 4vw;
	}

	.l_gsys .pic{
		width: 100%;
	}

	.l_gsys .text{
		padding: 0;
	}

	.l_gsys .text .text_box{
		padding: 4vw;
	}

	.l_ygfc,.l_ryzz{
		margin-top: 4vw;
	}

	.probox1 .box .text,.probox2 .box .text{
		width: 100%;
	}

	.probox1 .box .pic,.probox2 .box .pic{
		flex: none;
		width: 100%;
		text-align: center;
		margin-bottom: 4vw;
	}

	.probox1 .box{
		flex-direction: column-reverse;
	}

	.probox3 .box li{
		width: 48%;
		margin-bottom: 4vw;
	}
}

@media(max-width: 767px){
	.l_appbox li{
		width: 50%;
		padding: 10px;
		border-bottom: solid 1px #e5e5e5;
		min-height: unset;
	}
	    .l_map .add .text p:nth-child(3){
        flex-direction: column;
    }

	.l_appbox li:nth-child(2n){
		border-right: none;
	}

	.l_appbox li .pic{
		max-height: 50px;
		min-height: unset;
		width: 50px;
		margin: 0 auto;
	}

	.l_appbox li .pic img{
		max-width: 100%;
		max-height: 100%;
	}

	.l_appbox li h2{
		margin-top: 3vw;
		font-size: 15px;
	}

	.l_appbox li p{
		margin-top: 5px;
		font-size: 12px
	}

	.l_title{
		font-size: 6vw;
	}

	.l_jcgn li{
		width: 48%;
		margin-bottom: 4vw;
	}

	.l_jcgn li .text{
		margin-top: 2vw;
		font-size: 14px;
	}

	.index4 .text,.index4 .l_btn{
		margin-top: 4vw;
	}

	.l_jcgn li .pic{
		width: 80%;
		margin: 0 auto;
	}

	footer .l_beian{
		line-height: 30px;
		margin-top: 4vw;
	}

	footer .l_add{
		margin-top: 4vw;
	}

	footer .l_add li{
		width: 100%;
		line-height: 30px;
		text-align: center;
	}

	footer .nav a{
		margin-bottom: 5px;
	}

	header .l_top .nav{
		display: none;
		width: 100%;
		text-align: center;
	}

	header .l_top .nav li{
		border-left: none;
	}

	header .l_top .nav li:last-child{
		border-right: none;
	}

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

	header .l_top .nav_btn{
		display: block;
	}

	.l_team .team li{
		width: 48%;
		margin-top: 4vw;
	}

	.lee_team{
		padding-bottom: 4vw;
	}

	.lee_news .news_list .pic{
		width: 100%;
		margin-right: 0;
	}

	.lee_news .news_list .text{
		width: 100%;
		margin-top: 3vw;
	}

	.lee_news .news_list li a{
		padding: 0;
	}

	.lee_news .news_list .pic img{
		width: 100%;
	}

	.lee_news .news_list .text h1{
		font-size: 16px;
	}

	.lee_news .news_list .text p{
		font-size: 12px;
		margin-top: 2vw;
	}

	.lee_news .news_list li{
		margin-bottom: 4vw;
	}

	.l_page .left{
		width: 100%;
	}

	.l_page a{
		width: 100%;
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.l_news_c .text{
		font-size: 14px;
		line-height: 24px;
	}

	.l_news_c h1{
		font-size: 5vw;
	}

	.l_news_c .time{
		font-size: 14px;
	}

	.l_bread_nav{
		width: 100%;
		overflow-x: scroll;
    	display: -webkit-box;
    	background: #ef8728;
	}

	.l_bread_nav a{
		margin-left: 0;
		padding: 0 12px;
		line-height: 36px;
		background: #ef8728;
		color: #fff;
		display: block;
	}

	.lee_bread .w1200 .l_bread{
		width: 100%;
		border-bottom: 1px #f5f5f5 solid;
		line-height: 36px;
	}

	.lee_bread .w1200{
		border:none;
	}

	.l_zzjg{
		margin-top: 4vw;
	}

	.l_hezuo li{
		width: 48%;
		margin-bottom: 2vw;
	}

	.l_rencai{
		margin-top: 0;
	}

	.l_rencai li{
		width: 100%;
		margin-top: 4vw;
		padding: 20px;
	}

	.l_rencai li .text{
		margin-top: 2vw;
		font-size: 14px;
		line-height: 1.8;
	}

	.l_rencai li h1{
		font-size: 16px;
	}

	.l_video li{
		width: 100%;
		margin-top: 2vw;
	}

	.l_video li:first-child{
		margin-top: 0
	}

	.l_video li .text{
		padding: 10px 0;
	}

	.l_video li .pic .play {
	    width: 40px;
	    height: 40px;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    margin-top: -20px;
	    margin-left: -20px;
	    z-index: 1;
	    transform: scale(0.95);
	    transition: all 0.5s;
	}

	.l_map .add h1{
		font-size: 5vw;
	}

	.l_map .add .text{
		padding-top: 2vw;
		margin-top: 4vw;
		line-height: 2;
	}

	.l_form{
		padding-top: 4vw;
		margin-top: 4vw;
	}

	.l_form input{
		line-height: 36px;
		margin-bottom: 2vw;
	}

	.l_form .l_name input{
		width: 100%;
	}

	.l_form button{
		margin: 4vw auto 0;
		width: 100px;
    	height: 36px;
	}

	.l_form .content textarea{
		height: 100px;
	}

	.l_map .map{
		height: 150px;
	}

    #dituContent{
        height: 150px !important;
        width: 400px !important;
    }

    .l_gsys .text .text_box .gsys li span{
    	margin-left: 3vw;
    	font-size: 12px;
    }

    .l_gsys .text .text_box .gsys li img{
    	width: 20px;
    }

    .l_gsys .text .text_box .gsys li{
    	margin-top: 4vw;
    }

    .l_fzlc .text .text_box .fzlc{
    	margin-top: 4vw;
    }

    .l_gsys .text .text_box h1{
    	font-size: 5vw;
    }

    .l_ygfc .swiper-pagination-bullet {
	    width: 8px;
	    height: 8px;
	}

	.l_ygfc .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0 4px;
	}
	.l_ygfc .swiper-container{
		padding-bottom: 5vw;
	}

	.l_ryzz .swiper-button-next, .l_ryzz .swiper-button-prev {
	    position: absolute;
	    top: 50%;
	    width: 30px;
	    height: 30px;
	    margin-top: -15px;
	    z-index: 10;
	    cursor: pointer;
	    background-size: 100% auto;
	    background-position: center;
	    background-repeat: no-repeat;
	    outline: none;
	}

	.l_ryzz{
		padding: 0 40px;
	}

	.l_ryzz .swiper-slide {
	    background-color: #f5f5f5;
	    overflow: hidden;
	    padding: 2vw 4vw;
	}

	.l_fzlc{
		flex-direction: column-reverse;
	}

	.l_gsys .gsln{
		margin-top: 4vw;
	}

	.l_gsys .gsln li img{
		width: 40px;
	}

	.l_gsys .gsln li span{
		margin-left: 3vw;
	}

	.probox1,.probox2{
		padding: 4vw 0;
	}

	.probox1 .box .pic img{
		max-width: 50%;
	}

	.probox2 .box .pic img{
		max-width: 30%;
	}

	section .box h1 em{
		font-size: 6vw;
	}

	section .box h1 span{
		font-size: 4.5vw;
		margin-left: 2vw;
	}

	.probox1 .box .text h2 span{
		font-size: 4vw;
		padding: 2vw 4vw;
		margin-top: 2vw;
	}

	.probox1 .box .text .t{
		font-size: 14px;
		line-height: 28px;
		margin-top: 4vw;
	}

	.probox2 .box h1 span{
		font-size: 5vw;
		width: 100px;
		height: 36px;
		line-height: 36px;
		border-radius: 0;
	}

	.probox2 .box h2{
		font-size: 4.5vw;
	}

	.probox2 .box .t li{
		width: 100%;
		margin-top: 4vw;
		padding: 0 4vw;
	}

	.probox2 .box .t{
		margin-top: 0;
	}

	.probox2 .box .text1 h1{
		font-size: 4.5vw;
		margin-top: 4vw;
	}

	.probox2 .box .text1 .t1{
		font-size: 14px;
		margin-top: 4vw;
	}

	.probox3,.probox4{
		padding: 4vw 0;
	}

	.probox3 .box li{
		width: 100%;
		padding: 4vw;
	}

	.l_xcyy{
		margin-top: 4vw;
	}

	.probox3 .box li .text h1{
		font-size: 4.5vw;
		margin-top: 4vw;
	}

	.probox3 .box li .text p{
		font-size: 14px;
		margin-top: 4vw;
	}

	.l_xcyy .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
	}

	.prolast{
		padding: 4vw 0;
		border-top:1px #d8dfe7 solid;
	}
}