* {
	font-family: Helvetica, “PingFangSC”, ‘Microsoft Yahei’,  Arial, sans-serif;
	font-size: 15px;
}

.container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
	width: 1440px\9;
}

input {
	border-radius: 0
}

li {
	list-style: none
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.fr {
	float: right;
}

.fl {
	float: left;
}
/* Clear */
.clearfix:after {
	content: "";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden
}

.clearfix {
	display: inline-block
}
/* Hides from IE-mac \*/ 
.clearfix {
	display: block
} 
/*header++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.h-qiehuan{
	margin-top: 25px;
	border-radius: 30px;
}

.h-qiehuan select{
	padding: 6% 12%;
	border-radius: 30px;
}
.h-tel{
	font-size: 26px;
	font-family: "arial";
	font-weight: bold;
	line-height: 30px;
	margin-top: 10px;
	padding-left: 40px;
	background: url(../images/h-tu_07.jpg) no-repeat top 50% left;
}
.h-tel p{
	font-size: 18px;
}
.nav{
	width: 65%;
}
.nav-con{
	margin-right: 30px;
}

.nav-con>ul>li {
	float: left;
	margin: 0 20px;
	line-height: 80px;
	text-align: center;
}

.nav-con>ul>li>a{
	color: #202020;
	font-size: 15px;
	display: block;
	border-bottom: 3px solid #fff;
	font-weight: bold;
	line-height: 80px;
}

.nav-con>ul>li>a>span {
	color: #202020;
}

.nav-con>ul>li:hover>a{
	border-bottom: 3px solid #ed6d00;
	color: #ed6d00;
}
.nav-con>ul>li>a#menu_selected{
	color: #ed6d00;
	border-bottom: 3px solid #ed6d00;

}

.logo{
	margin-top: 10px;
}
.nav-con>ul>li>.menulevel{
	display: none;
}
.nav-con>ul>li>ul>li>.menulevel{
	display: none;
}
.nav-con>ul>li:hover>.menulevel{
	display: block;
	position: absolute;
	z-index: 9;
	width: 100%;
}
.nav-con .menulevel>li{
	margin-left: -3.875rem;
	width: 180px;
	padding: 0 1.875rem;
	line-height: 50px;
	border-bottom: 1px dashed #d7d7d7;
	background-color: rgba(255,255,255,0.9);
}
.nav-con .menulevel>li>a{
	font-weight: bold;
}
.nav-con .menulevel>li:hover{
	background-color: rgba(255,255,255,1);
}
.nav-con .menulevel>li:hover a{
	color: #ed6d00;
	font-size: 18px;
}
.sl1-banner-bg{
	background: url(../images/banner1.jpg) no-repeat top center;
	background-size: cover;
	
}
/* 内页的东西 */
.header-ny {
	background-color: #fff;
}

.nav2 {
}

.nav-con2>ul>li {
	float: left;
	line-height: 90px;
	text-align: center;
	margin: 0 15px;
	width: 80px;
}

.nav-con2>ul>li>a{
	display: block;
	color: #202020;
	font-size: 15px;
	display: block;
	line-height: 90px;
}

.nav-con2>ul>li>a>span {
	color: #202020;
}

.nav-con2>ul>li:hover>a{
	background: url(../images/h-logo_06.png) no-repeat top 15px left;
	border-bottom: 5px solid #ed6d00;
}
.nav-con2>ul>li>a#menu_selected{
	background: url(../images/h-logo_06.png) no-repeat top 15px left;
	border-bottom: 5px solid #ed6d00;
}
.nav-con>ul>li>a#menu_selected span{
}

.nav-con>ul>li:hover span {
}

.nav>li>a#menu_selected span {
}

/* 内页的东西结束 */
/* 二级 */
.mobile_nav>ul {
}

.nav>.menulevel {
	z-index: 999;
}

.menulevel {

}
.menulevel li {
	
}
.menulevel li a span {
}
.menulevel li:hover {
}
.nav li:hover>.menulevel {
}
.menulevel li:hover a span {
}


/*banner开始=======================================================================================*/
/*banner*/
.slide_container{
}
.bannerwenzi{
	position: absolute;
	z-index: 8;
	left: 10%;
	bottom: 40%;
}
.bannerwenzi img{
	width: auto!important;
}
.rslides{
	max-height: 880px;
	overflow: hidden;
}
.sl1-banner-bg{
	height: 100%;
	width: 100%;
	
}
.sl1-banner-bg  video{
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
  .rslides li{
	 min-height: 750px;
	  background: #efefef;
	  height: inherit;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  max-height: 860px;
  overflow: hidden;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  }
  
.rslides img {
  display: block;
  height:auto;
  border: 0;
  width: 100%;
  }
.slide_container {
  position: relative;
  width: 100%;
  }

.slide {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.slide li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }
 .slide_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  bottom: 380px;
  opacity:1;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height:61px;
  background: transparent url(../images/themes.gif) no-repeat left top;
  margin-top: -45px;
  }
 .slide_nav.prev{
	 width: 38px;
	 left: 0px;
 }
.slide_nav.next {
  left: auto;
  width: 38px;
  background-position: right top;
  right: 0;
  }
/*首页++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* 定位 */	
.dingwei{
	position: relative;
}
.dw-zong{
	width: 100%;
	left: 0;
	top: -150px;
	z-index: 6;
	position: absolute;
}
.dw-baise{
	padding: 20px 0;
	background: url(../images/hixonbg_13.jpg) no-repeat top right #fff;
}
.dw-baise ul{
	display: flex;
	justify-content: space-around;
	align-content: center;
}
.h-icon{
	margin-right: 0.625rem;
}
.dw-baise ul li:last-child{
	padding-top: 10px;
}
.dw-baise ul li:last-child a{
	color: #fff;
	font-size: 18px;

}
.dw-baise ul li p{
	font-size: 20px;
	font-weight: bold;
	
}
/* 小优势 */
.dazonghe{
	background: url(../images/ab-bg_16.jpg) no-repeat top 150px center #fff;
	padding-bottom: 80px;
}
.card {
  -webkit-perspective: 150rem;
          perspective: 150rem;
  -moz-perspective: 150rem;
  position: relative;
  height: 84px;
}

.card__side {
  height:84px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 84px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}


.card__side--back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}



.ys-box ul li:hover .card__side--front-1

 {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.ys-box ul li:hover .card__side--back {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}
.ys-box ul li{
	width: 205px;
	float: left;
	margin-right: 95px;
}
.ys-box ul li:last-child{
	margin-right: 0;
}

.ys-box ul li:nth-child(1){
}
.banner-box{
	margin-top: 20px;
}
.banner-box p{
	font-size: 20px;
	display: block;
	height: 68px;
	padding-bottom: 20px;
	line-height: 30px;
	font-weight: bold;
}

/*简介*/
.about{
	padding:0px 0 60px;
}
.ab-shang p{
	font-size: 38px;
}
.ab-shang{
	margin-bottom: 40px;
	text-align: center;
}
.ab-xia{
	background: url(../images/ab-bg_50.jpg) no-repeat top center;
	padding: 70px 0;
}
.ab-zuo1{
	width: 180px;
}
.ab-zuo1 ul li{
	text-align: right;
	
	line-height: 65px;
}
.ab-zuo1 ul li a{
	font-size: 18px;
	color: #fff;
}
.ab-zuo{
	width: 580px;
	margin-right: 70px;
	background-color: #fff;
	padding: 60px;
}
.ab-shang2{
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
}
.ab-shang2 p{
	font-size: 33px;
	font-weight: normal;
}
.ab-shang2:after{
	display: block;
	content: "";
	width: 25px;
	height: 6px;
	margin: 30px 0;
	background: #ed6d00;
}
.ab-anniu{
	background: #ed6d00;
	width: 120px;
	line-height: 30px;
	text-align: center;
}
.ab-anniu a{
	color: #fff;
}


/* 产品 */
	.cp-zong{
		padding:80px 0
	}
	.cp-shang p{
		font-size: 38px;
	}
	.cp-xia{
		margin-top: 30px;
	}
	.cp-xia>ul>li{
		float: left;
		width: 275px;
		margin-right: 15px;
	}
	.cp-tu{
		width: 275px;
		height: 245px;
		overflow: hidden;
	}
	.cp-xia>ul>li:hover .cp-tu img{
		transform:scale(1.05) ;
		transition: all 0.6s;
		
	}
	.cp-xia>ul>li:hover .cp-bt{
		color: #ed6d00;
	}
	
	.cp-xia>ul>li:last-child{
		margin: 0;
	}
	.cp-bt{
		font-size: 22px;
		font-weight: bold;
		margin: 20px 0;
	}
	.cp-xfl{
	}
	.cp-xfl ul li{
		width: 50%;
		line-height: 30px;
		float: left;
		background: url(../images/cp-icon_47.jpg) no-repeat top 10px left;
		box-sizing: border-box;
		padding-left: 15px;
	}
	.cp-xfl ul li:hover a{
		color: #ed6d00;
	}
	

/* 优势 */
.ys-bg{
	background: url(../images/ys-bg_52.jpg) no-repeat top center;
	padding: 150px 0 80px;
	margin-top: 30px;
}
.ys-bt{
	font-size: 40px;
	
}

.ys-bt:after{
	display: block;
	content: "";
	width: 25px;
	height: 6px;
	margin: 30px 0;
	background: #ed6d00;
}

/* fcnt */
.fcnt {
	display: block;
	width: 100%;
	height: 550px;
	position: relative;
}

.fcnt .mimg {
	float: left;
	width: 100%;
	height: 550px;
	overflow: hidden;
}

.fcnt .mimg .ys-li {
	display: none;
	overflow: hidden;
}

.mimg img {
	width: 100%;
	height:auto;
}

.fcnt ul {
}

.fcnt ul {
	width: 560px;
	position: absolute;
	right: 0;
	bottom: 180px;
	z-index: 1;
}
.ys-li2 {
}
.fcnt li {
	width: 266px;
	height: 239px;
	text-align: center;
	float: left;
	box-sizing: border-box;
	overflow: hidden;
	background: url(../images/ys-bg_59.png) no-repeat top center;
	margin: 5px;
	padding: 40px 50px;
	font-weight: bold;
	font-size: 22px;
	color: #fff;
	
}
.fcnt li:first-child{
	margin-left: 276px;
}
.fcnt li img {
}
.fcnt li.cur{
	color: #fff;
}
.fcnt li.cur{
	background: url(../images/ys-bg_57.png) no-repeat top center;
}
.ys-box{
}
.ys-anniu{
	position: absolute;
	bottom: 180px;
	left: 0;
	z-index: 99;
}
.ys-wenzi{
	line-height: 36px;
	margin: 70px 0 50px;
	font-size: 30px;
	font-weight: bold;

}
.ys-wenzi p{
	font-size: 33px;
	font-family: "arial";
	text-transform: uppercase;
}
/* #tri {
	position: absolute;
	top: 0;
	right: 2px;
	z-index: 1000;
	width: 155px;
	height: 82px;
	background: url(img/point.png) no-repeat;
	cursor: pointer;
} */
.layui-container{
	width: 100%;
	background-color: #ed6d00;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.layui-container a{
}
.layui-layer-title{
	font-size: 22px;
	font-weight: bold;
	
}
.layui-layer{
	height: 480px;
}
.layui-input{
	background-color: #efefef;
	width:100%;
	padding-left: 20px;
	font-size: 16px;
	box-sizing: border-box;
	line-height: 40px;
	border: none;
	
}
.layui-form-item{
	margin-top: 5px;
}
.layui-input-block #Content{
	width:100%;
	background-color: #efefef;
	height: 100px;
	padding-left: 20px;
	font-size: 16px;
	box-sizing: border-box;
	border: none;
}
.layui-layer .layui-layer-dialog .layui-layer-border .layui-layer-msg{
	height: 300px;
}
.layui-btn{
		background-color: #ed6d00;
		width: 100%;
		color: #fff;
		height: 100%;
		border: none;
}
.layui-btn2{
	width:30%;
	border: none;
	float: left;
	height: 40px;
	color: #fff;
	line-height: 40px;
	margin-top: 10px;
	margin-right: 10px;
	background-color: #ed6d00;
}
/* 荣誉资质 */
.ry-zong{
	background: url(../images/ry-bg_73.jpg) no-repeat top center;
	padding: 100px 0 80px;
}
.ry-bt{
	line-height: 36px;
}
.ry-bt p{
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
}
.ry-bt:after{
	content: "";
	display: block;
	width: 30px;
	height: 8px;
	background-color: #ed6d00;
	margin: 20px 0;
}

.ry-xia {
	margin-top: 40px;
}
.ry-tu{
	width: 750px;
}
.ry-tu ul li{
	width: 228px;
	height:333px;
	float: left;
	margin-left: 20px;
}
.ry-tu ul li img{
	width: 100%;
	height: 100%;
}

/* 地图 */
.ditu{
	background: url(../images/ys-bg_80.jpg) no-repeat top center ;
	padding: 160px 0 150px;
	color: #fff;
}
.dt-you {
	width:420px;
	}
	.dt-shang{
		font-size: 38px;
		text-align: right;
		font-weight: bold;
		color: #fff;
		text-transform: uppercase;
		
		line-height: 61px;
	}
	.dt-shang p{
		font-size: 53px;
		font-weight: bold;
	}
	.dt-xia {
		margin-top: 60px;
	}
.dt-xia ul li{
	margin-top: 20px;
	float: left;
	width: 200px;
	margin-left: 10px;
}
.dt-xia ul li:first-child{
	width: 100%;
}
.dt-sz{
}
.value,.value2,.value3{
	font-size: 56px;
	font-weight: bold;
}
.about-ys{
	text-align: right;
	font-size: 18px;
}
.about-icon{
	margin-top: 40px;
	font-size: 1.125rem;font-weight: bold;
}
/* 新闻 */
.xw-bg {
	padding: 0 0 60px;
}
.xw-dbt p{
	font-size: 38px;
	
}

.xw-bottom{
	margin-top: 40px;
}
.xw-rtbt1 a{
	font-size: 20px;
	font-weight: bold;
}
.xw-rtnr1 {
}
.xw-rtnr1 a{
	color: #555;
	
}
.xw-zuo{
	position: relative;
	width: 430px;
	margin-right: 20px;
}
.xw-zhong{
	width: 430px;
	position: relative;
}
.xw-you{
	width: 513px;
}
.xw-onetiao1{
	position: absolute;
	top: 260px;
	width: 400px;
	box-sizing: border-box;
	left: 15px;
	background:url(../images/xw-icon_74.jpg) no-repeat  bottom 30px center #efefef;
	padding: 40px 40px 60px;
}
.xw-xbt{
	height: 125px;
	background: #efefef;
	padding: 40px 20px;
	box-sizing: border-box;
	font-size: 28px;s
}
.xw-xbt  span a{
	float: right;
	padding-top: 10px;
	font-size: 0.9375rem;
	border-bottom: 2px solid #ed6d00;
}
.xw-onetiao2 ul li{
	height:125px;
	padding: 35px 20px;
	background-color: #f7f7f7;
	box-sizing: border-box;
}
.xw-onetiao2 ul li:nth-child(2){
	background-color: #efefef;
}
.xw-xzuo{
	width: 88px;
}
.xw-xyou{
	width: 373px;
}
.xw-xzuo:before{
	content: "";
	display: block;
	width: 5px;
	height: 50px;
	background-color: #ed6d00;
	float: left;
	margin: 0 10px;
}
.xw-xzuo{
	line-height: 30px;
	font-size: 22px;
	font-weight: bold;
}
.xw-xzuo p{
	font-size: 20px;
}

/* 留言 */
.lx-zong{
	background: url(../images/lx-bg_19.jpg) no-repeat top center;
	padding: 50px 0 120px;
}
.lx-zuo{
	width:250px ;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding-left: 30px;
}
.lx-zuo p{
	line-height: 40px;
	padding-bottom: 107px;
	font-size: 46px;
}
.lx-liuyan{
	width: 520px;
	margin-top: 100px;
}
.ly-dbt{
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #202020;
	text-transform: uppercase;
}
.lx-lybox .layui-form {
	width: 100%;
}
.ly-dl1 dt:first-child{
		width: 40%!important;
		margin-right: 20px;
		
}
.ly-dl1 dt:first-child input{
		width: 92%!important;
}

.ly-dl1 dt:nth-child(2){
		width: 40%!important;
}
.ly-dl1 dt:nth-child(2) input{
		width: 92%!important;
}
.lx-lybox .layui-form dl dt{
	margin-top:10px;
	
	width: 85%!important;
}
.lx-lybox .layui-form dl dt input{
	width: 96%!important;
	border: none!important;
	padding-left: 10px;
	background-color: #fff!important;
	line-height: 40px;
	border-radius: 10px!important;
	
	box-sizing: border-box!important;
}
.btnStyle{
	width: 120px;
	background-color: #ed6d00;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
	border: none;
	color: #fff;
}
.ly-dl2  #Content{
	width: 96%!important;
	line-height: 35px;
	border: none!important;
	background-color: #fff!important;
	border-radius: 10px!important;
	padding-left: 10px;
	height: 100px;
	box-sizing: border-box!important;
}
.ly-dl2 :last-child input{
	width: 40%!important;
}

.submit,.reset{
	background-color: #086dd1!important;
	border-radius:10px;
	text-transform: uppercase;
	
	    height: 40px;
	    color: #fff;
	    display: block;
	    width: 80px;
	    line-height: 30px;
	    text-align: center;
	    border: none;
		margin-right: 30px !important;
		margin-top: 1.25rem!important;
}
.reset{
	margin-right: 100px!important;
}
/*底部+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.f-ditu{
	background: url(../images/f-ditu_30.jpg) no-repeat top center;
	padding: 220px 0 150px;
	text-align: center;
}
.f-dtshang{
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 36px;
}
.f-dtshang p{
	font-size: 36px;
	
}
.xq-sousou{
	width: 706px;
	margin: 20px auto;
	margin-bottom: 60px;
}
.ss-xz{
	background: #fff;
	color: #808080;
	width: 150px;
	padding: 10px;
	line-height: 35px;
}
.ss-xz select{
	border: none;
	color: #808080;
	width: 130px;
	font-size: 15px;
	text-align: center;
	line-height: 35px;
}
.ss-zuo2 {
	margin: 0 8px;
}
.ss-zuo2 input{
	border: none;
	background: #fff;
	line-height: 35px;
	padding: 10px;
	padding-left: 20px;
	color: #808080;
	font-size: 15px;
	width: 450px;
}
.ss-you2 input{
	width: 86px;
	line-height: 55px;
	font-size: 18px;
	height: 55px;
	border: none;
	color: #fff;
	text-transform: uppercase;
	background: #ed6d00;
	
}
.f-anniu{
	
	margin: 0 auto;
	width: 113px;
	background: url(../images/d-dticon_31.png) no-repeat top center;
	text-align: center;
	padding: 36px 36px;
	line-height: 20px;
}
.f-anniu a{
	color: #fff;
}

.footer {
	background: #2b2b2b;
	padding:80px 0 10px;
}
.f-tel p{
	color: #fff;
	font-size: 22px;
}
.f-tel{
	line-height: 30px;
	font-weight: bold;
	margin: 30px 0;
	font-size: 2.125rem;
	color: #e97017;
}
.f-dizhi{
	font-size: 16px;
	color: #fff;
}
.f-xbt{
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.f-nav>ul>li{
	float: left;
	text-align: left;
	line-height: 30px;
	margin: 0 20px;
}
.f-nav>ul>li>a{
	font-size: 18px;
	color: #fff;
}
.f-nav>ul>li>ul>li>ul.menulevel{
	display: none;
}
.f-nav>ul>li>ul.menulevel{
	display: block;
	margin-top: 20px;
	
}
.f-nav>ul>li>ul.menulevel>li{
	background: none;
	border: none;
	line-height: 40px;
}
.f-nav>ul>li>ul.menulevel>li>a{
	color: rgba(255,255,255,0.5);
	
	
	font-weight: normal;
}

.bq{
	opacity: 0.2;
}

.f-bq{
	margin-top: 80px;
	color: rgba(255,255,255,0.5);
}

.banquan{
	padding-top:30px;
	border-top: 1px solid rgba(255,255,255,0.1);
	margin-top: 30px;
}


.bq a{
	color: #fff;
}
.f-zqzb a{
	color: #fff;
}
.banquan1 {
opacity: 0.5;
}
#copyright .banq {
	color: #fff;
	padding: 10px 0;
	font-size: 13px;
}

.ma li p {
	font-size: 15px;
	line-height: 55px;
	text-align: center;
	color: #fff;
}


#copyright .banq a {
	color: #fff;
}
/*foot部分结束*/
/* 悬浮 */
.xf-yc,.xf-zh{
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
	display: none;
}
.f-xuan{
	position: relative;
}
.xuanfu-z{
	position:fixed;
	bottom: 50%;
	right: 0%;
	z-index: 9;
}
.xuanfu-z>ul>li{
	position: relative;
	border-bottom: 1px solid rgba(255, 255,255,0.5);
	width: 73px;
	box-sizing: border-box;
}
.xuanfu-z>ul>li:hover{
	border: 1px solid #fff;
	transition: all cubic-bezier(0.19, 1, 0.22, 1)s;
}
.xf-li1:hover .xf-yc{
	display: block;
}
.xf-li3:hover .xf-yc{
	display: block;
}
.xf-li4:hover .xf-yc{
	display: block;
}
.xf-yc{
	position: absolute;
	z-index: 18;
	right: 73px;
	background: url(../images/f-bg_03.png) no-repeat top center;
	width: 185px;
	box-sizing: border-box;
	top: 0;
	height: 73px;
	padding: 8px 20px;
	line-height: 28px;
	font-size: 17px;
	font-weight: bold;
	color: #202020;
}

.xf-yc p{
	color: #ed6d00;
	font-size: 18px;
}
.xf-li4 .xf-yc{
	height: auto;
	text-align: center;
	font-size: 16px;
	background: url(../images/f-bg_03.png) no-repeat top center #fff; 
}
.xf-li2:hover .xf-zh{
	display: block;
}
.xf-zh{
	
	background: #fff;
	position: absolute;
	right: 73px;
	top: 0;
	z-index: 18;
	padding: 20px;
	width: 185px;
	box-sizing: border-box;
	
}
.xf-zh>ul>li{
	font-size: 16px;
	width: 100%;
	border-bottom: 1px solid #efefef;
	font-weight: bold;
	text-align: left;
	line-height: 50px;
}
.xf-zh>ul>li:hover a{
	color: #ed6d00;
}
/*内页开始====================================================================================*/
.ny-dingwei{
	position: relative;
}
.ny-dingweiz{
	position: absolute;
	width: 100%;
	left:0;
	top: -350px;
	z-index: 5;
	color: #202020;
}
.ny-bt{
	font-size: 48px;
	text-transform: uppercase;
	font-weight: bold;
	color: #202020;
	text-align: left;
}
.ny-bt:after{
	content: "";
	display: block;
	width: 40px;
	height: 6px;
	background-color: #ed6d00;
	margin-top: 30px;
}
.ny-weizhi{
	position: relative;
}
.ny-wzzong{
	position: absolute;
	top: -112px;
	z-index: 5;
	left: 0;
	width: 100%;
}
.ny-wzbox{
	background-color: #fff;
	padding:40px 60px;
	box-sizing: content-box;
}
.ny-dh {
	padding-bottom: 20px;
	border-bottom: 1px solid #d7d7d7;
}
.ny-dh img{
	margin-right: 20px;
}

/* 产品列表 */
.dbg2{
	background-color: #f6f7f9;
}
.dbg-bg2{
	background-color: #fff;
	padding: 0 60px 124px;
	box-sizing: content-box;
	
}
.dbg {
	padding:0px 0 124px;
}
#page_main{
}
.xbg {
}
.page-products{
	margin-top:40px;
	font-size: 16px;
	line-height: 36px;
}
.page-products p{
	font-size: 16px;
	line-height: 36px;
}

/*内页标题daohang*/

.ddsmoothmenu-v {
	padding: 20px 0;
	margin-bottom: 50px;
}
.ddsmoothmenu-v>ul {
	    display: flex;
		align-items: center;
		justify-content: center;
}

.ddsmoothmenu-v>ul>li {
	background-color: #ed6d00;
	height: 50px;
	flex-grow: 1;
	line-height: 50px;
	text-align: center;
	transition: all 0.6s;
}
.ddsmoothmenu-v ul li:last-child a span{
	border: none;
}

.ddsmoothmenu-v>ul>li a {
	color: #fff;
	font-size: 18px;
	display: block;
	
}

.ddsmoothmenu-v>ul>li>a>span{
	font-weight: bold;
	display: block;
	font-size: 18px;
	color: #fff;
	border-right: 1px solid #d7d7d7;
}

.ddsmoothmenu-v>ul>li:hover {
	cursor: pointer;
	transition: all 0.6s;
	background-color: #a64c00;
}

.ddsmoothmenu-v>ul>li:hover span {
	color: #fff;
}
.ddsmoothmenu-v>ul>li.lihover{
	background-color: #a64c00;
}
.ddsmoothmenu-v>ul>li.lihover>.ahover>span {
	color: #fff;
}
.ddsmoothmenu-v>ul>.lihover>.ahover {
}

.ddsmoothmenu-v>ul>.lihover>.ahover>span {
}

.ddsmoothmenu-v>ul>.lihover ul li {
}

.ddsmoothmenu-v ul .lihover ul li:hover span {
}

.ddsmoothmenu-v>ul>.lihover> ul li.lihover span {
}

/* 产品分类 */
.ddsmoothmenu-v2 {
	padding: 20px 0;
	margin-bottom: 50px;
}
.ddsmoothmenu-v2>ul {
	    display: flex;
		align-items: center;
		justify-content: space-around;
}

.ddsmoothmenu-v2>ul>li {
	background-color: #ed6d00;
	height: 50px;
	padding:0 10px;
	flex-grow: 1;
	line-height: 50px;
	box-sizing: border-box;
	border-right: 1px solid #fff;
	text-align: center;
	transition: all 0.6s;
}
.ddsmoothmenu-v2 ul li:last-child a span{
	border: none;
}

.ddsmoothmenu-v2>ul>li a {
	color: #fff;
	font-size: 18px;
	display: block;
	
}

.ddsmoothmenu-v2>ul>li>a>span{
	font-weight: bold;
	display: block;
	font-size: 16px;
	color: #fff;
}

.ddsmoothmenu-v2>ul>li:hover {
	cursor: pointer;
	transition: all 0.6s;
	background-color: #a14a00;
}

.ddsmoothmenu-v2>ul>li:hover span {
	color: #fff;
}
.ddsmoothmenu-v2>ul>li.lihover{
	background-color: #a14a00;
}
.ddsmoothmenu-v2>ul>li.lihover>.ahover>span {
	color: #fff;
}
/* 产品详情 */
.lh714{
}
.ny-cpxq{
	background-color: #efefef;
	padding: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #202020;
}
.ny-cpxq span{
	font-size: 25px!important;
	vertical-align: middle;
	font-weight: bold;
	color: #ed6d00;
	font-family: "arial";
}
	
/*在线留言*/
.liuyan-tu {
	width: 300px;
	height: 300px;
	overflow: hidden;
}

.liuyan-tu img {
	cursor: pointer;
	transition: all 0.6s;
}

.liuyan-tu img:hover {
	transform: scale(1.1);
}
/*联系我们内页*/
.lxdy-con li {
	float: left;
	margin-right: 50px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 40px;
}

.lxdy-con li:hover {
	color: #e8010d;
}

.page-about1 {
	width: 800px;
	margin-top: 30px;
}
/*新闻列表页*/
ul,li {
	list-style: none;
/*width: 600px;*//*line-height: 40px;*/
}

a,a:visited,a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: none
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

ul.newsList li {
	padding-bottom:50px;
	cursor: pointer;
	border-bottom: 2px solid #efefef;
	transition: all 0.6s;
}

ul.newsList li:hover {
	transform: scale(1.01);

}
ul.newsList li:hover .xinwen-bt a {
	color: #ed6d00;
}

.nyxwyou{
}
.xinwen-bt{
	width: 900px;
	margin-top: 50px;
}

.ny-xwsj a{
	color: #ed6d00;
	font-size:28px;
	line-height: 0px!important;
	font-weight: bold;
	font-family: "arial";
}
.ny-xwsj a p{
	color: #ed6d00;
	font-size:22px;
}
.ny-xwsj{
	width: 120px;
	font-size: 48px;
	height: 94px;
	background: url(../images/xw-xiantiao.jpg) no-repeat top center;
}

.xinwen-bt{
	margin-bottom: 30px;
}
.xinwen-bt a {
	color: #202020;
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
}



.xinwen-by a {
	color: #717171;
	line-height: 1.875rem;
}

.xinwen-sj{
	width: 200px;
	height: 100px;
}
/* 留言 */
#page_main .page-guestbook{
	padding-top: 50px;
	background: url(../images/zxlybg.jpg) no-repeat right top;
}
/* 搜索结果 */
.page-news table{
	width: 100%;
}
.news-title{
	color: #fff;
	background: #ed6d00;
}
.news-time{
	width: 50%;
	background: #ed6d00;
	color: #fff;
	text-align: center;
}
.page-news table tr{
line-height: 50px;	
background: #efefef;
border-bottom: 1px solid #fff;
}
.page-news table tr td{
	text-align: center;
	border-right: 1px solid #fff;
}
.page-news table tr:hover{
	background: #eaeaea;
}
.time-list{
	text-align: center;
}
/*简介单页*/
.ny-ab-shipin{
	width: 100%;
	background-color: #000;
	height: inherit;
	
}
.ny-ab-shipin video{
	width: 80%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.page-container {
	font-size: 16px;
	line-height: 40px;
}

.page-container p{
	font-size: 16px;
}
.page-container>img {
	max-width: 99%;
	border: 1px solid #f0f0f0;
}

.page-content {
	padding: 0px 0px;
	margin-top: 35px;
}

.page_list {
	text-align: right;
	padding: 20px 0px 0;
}

.page_list span.current {
	border: #ddd 1px solid;
	padding: 3px 6px;
	margin-right: 2px;
	color: #fff;
	background-color: #ed6d00;
}

.page_list a {
	border: #ddd 1px solid;
	color: #272727;
	padding: 3px 6px;
	margin-right: 2px;
}

.page_list select {
	width: 48px;
	line-height: 29px;
	height: 29px;
	margin-bottom: 3px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

.page {
	line-height: 40px;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 40px;
	margin-top: 50px;
}

.page span {
	display: inline-block;
	width: 49%;
}

.page-news .newsList {
	margin-top: 20px;
}

.page-news .newsList li {
}

.page-news li .img {
	padding: 0;
	overflow: hidden;
}

.page-news li .text {
	padding-right: 0;
}

.page-news li .text .h span {
	font-size: 14px;
	color: #999999;
	float: right;
}

.page-news li .text a:first-child {
	font-size: 17px;
	margin-top: 20px;
}

.page-news li .text p {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	float: left;
}

.page-news li .text .ck {
	float: right;
	color: #666666;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	border-radius: 20px;
}

.page-news li:hover a {
	font-weight: bold;
	/*color: #e8010d;*/
}

.page-news ul li .h {
	line-height: 65px;
	font-size: 24px;
	text-align: left;
	margin-top: 20px;
	background: #fff;
	border: 1px solid #fff;
	padding-left: 50px;
	padding-right: 50px;
}

.page-news ul li:hover .h {
	background: #ffeed7;
}

.proNav li {
	float: left;
	width:460px;
	height: 550px;
	text-align: center;
	position: relative;
	margin: 0px 5px 50px;
}

.proNav li span{
	position: relative;
	display: block;
	overflow: hidden;
	width: 460px;
	box-sizing: border-box;
	height: 470px;
	border: 1px solid #d7d7d7;
}

.proNav li span img {
	cursor: pointer;
	transition: all 0.6s;
	overflow: hidden;
}

.proNav li:hover span{
	cursor: pointer;
	transition: all 0.6s;
	border: 1px solid #ed6d00;
}
.proNav li:hover span img{
	transform: scale(1.05);
	transition: all 0.6s;
}
.ny-cpz{
	height: 70px;
	padding: 10px 5px;
	border-bottom: 3px solid #d7d7d7;
}
.ny-cpbt a label{
	font-size: 16px;
	display: block;
	text-align: left;
	line-height: 25px;
	font-weight: bold;
}
.ny-xpanniu{
	text-align: left;
	
}
.ny-xpanniu a {
	color: #ed6d00;
	font-size: 15px;
}
.ny-cpan a{
	color: #fff;
}
.ny-cpan{
	width: 120px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	background: -webkit-linear-gradient(
		left,#ed6d00,#47c56f
		);

	}
.proNav li:hover .ny-cpz{
	border-bottom: 3px solid #ed6d00;
}
.proNav li span img:hover {
}

.proNav li a {
	display: block;
}

.proNav li span .lhsp {
	position: absolute;
	display: block;
	width: 100%;
	height: 175px;
	z-index: 10;
	left: 0;
	top: 0;
	display: none;
	background: url(../images/lh616.png)  center center;
}

.proNav li:hover a {
	text-decoration: none;
}

.proNav li:hover span .lhsp {
	display: block;
}

.proNav li p {
	font-weight: 100;
	display: block;
	line-height: 30px;
	margin: 0 auto;
	color: #e8010d;
}

.proNav .ckgd {
	display: block;
	width: 130px;
	height: 203px;
	float: left;
	margin-top: 10px;
}

.jptj-header {
	position: relative;
	text-align: center;
}

.jptj-header .span6 {
	height: 1px;
	background: #666;
	padding: 0;
	margin: 0;
	margin-top: 50px;
	margin-bottom: 50px;
}

.jptj-header p {
	position: absolute;
	z-index: 111;
	text-align: center;
	width: 100%;
	padding-top: 37px;
	font-size: 14px;
}

.popover-banner {
	max-width: 350px;
	margin: 0 auto;
	position: relative;
	border: 1px solid #efefef;
}

.popover-banner .flex-direction-nav {
	display: block;
}

.popover-banner .flex-prev,.popover-banner .flex-next {
	position: absolute;
	display: block;
	width: 45px;
	height: 100px;
	background: url(../images/sprite.jpg) no-repeat 0 top;
	top: 50%;
	margin-top: -50px;
}

.popover-banner .flex-prev {
	left: -50px;
}

.popover-banner .flex-next {
	background: url(../images/sprite.jpg) no-repeat -55px top;
	right: -50px;
}


#shop_cart {
	width: 170px;
	float: left;
}

#shopjg span {
	text-align: center;
	display: block;
	width: 140px;
	height: 36px;
	margin: 20px 10px;
	background: #fe6a12;
	line-height: 36px;
	font-size: 16px;
	color: #fff;
}

#shopjg {
	width: 150px;
	float: left;
	overflow: hidden;
}

.lhcppg {
	width: 100%;
	background: #f5f5f5;
	padding-left: 20px;
}

.lhcppg span {
	display: inline-block;
	padding-left: 0.5%;
}

#inhert_cart {
	margin: 20px 10px;
	height: 36px;
	line-height: 36px;
}

#shop_cart #btn_buy {
	display: none;
}

.jptj-header b {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	color: #002e79;
	font-family: Helvetica, “PingFangSC”, ‘Microsoft Yahei’,  Arial, sans-serif;
	padding: 0 20px 10px;
	background: #f7f7f7
}

.photos span {
	display: block;
	text-align: center;
}

.photos span img {
}

.photos p {
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 60px;
	padding: 0 15px;
	text-align: center;
}

.photos1 span {
	display: block;
	text-align: center;
}

.photos1 span img {
	height: 200px;
	max-width: 100%;
}

.photos1 p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 60px;
	padding: 0 15px;
	text-align: center;
}

.pic-img1 {
	height: 270px;
}

.picMarquee-left {
	overflow: hidden;
}

.picMarquee-left .bd ul {
	padding: 15px;
	zoom: 1;
}

.picMarquee-left .bd li {
	float: left;
	height: 230px;
	width: 20%;
	overflow: hidden;
	text-align: center;
	line-height: 20px;
	margin-left: 15px;
	margin-bottom: 5px;
}

.picMarquee-left .bd li img {
	border: 1px solid #ccc;
}

.picMarquee-left .bd li:hover img {
	border: 1px solid #000;
}

.picMarquee-left .bd li img {
	width: 95%;
	display: block;
}

.picScroll-left {
	overflow: hidden;
	margin-top: 40px;
}

.picScroll-left .bd li {
	float: left;
	height: 275px;
	background: #fff;
	overflow: hidden;
	text-align: center;
	line-height: 20px;
	margin-left: 14px;
}

.picScroll-left .bd li img {
	width: 274px;
	height: 202px;
	display: block;
}

.span-name {
	width: auto;
	display: inline-block;
	height: 50px;
	margin: 0 auto;
	padding: 0 15px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	border-bottom: #c7c7c7 solid 2px;
}

.p-more {
	width: 90px;
	display: inline-block;
	float: right;
	height: 25px;
	margin: 20px auto;
	border: #c2c2c2 solid 1px;
	line-height: 25px;
	font-size: 15px;
	text-align: center;
	color: #000;
}

.related-list li {
	display: inline-block;
	width: 33%;
	border-bottom: 1px dotted #ccc;
	line-height: 40px;
}

#shownews .title {
	text-align: center;
	line-height: 35px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 24px;
}

#shownews .related {
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	font-size: 13px;
	margin-top: 15px;
	background: url(../images/bg_news.gif) repeat-x;
	color: #fff;
	padding-left: 10px;
}

.related_cp ul {
	width: 100%;
	height: auto;
	padding-top: 6px;
	overflow: hidden;
	padding-bottom: 20px;
	margin-top: 10px;
}

.related_cp ul li {
	text-align: center;
	width: 160px;
	float: left;
	margin-right: 25px;
}

.related_cp ul li img {
	border: 1px solid #e4e4e4;
	width: 200px;
	padding: 5px;
}

.related_cp ul li a:hover img {
	border: 1px solid #e8010d;
}

#piclist li {
	height: 155px;
	background: none;
	border: 1px solid #ddd;
}

#piclist li .ph_hover {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
}

.jobList li {
	width: 20%;
	float: left;
	text-align: center;
	line-height: 40px;
	border-bottom: 1px dashed #ccc;
}

.jobList li span {
	display: block;
	width: 100%;
	height: 100%;
	display: block;
	color: #202020;
	background: #efefef;
	padding: 5px 0;
	font-size: 16px;
	font-weight: bold;
}
.page-guestbook{
	width: 100%;
}
.page-guestbook b {
	line-height: 30px;
	display: inline-block;
	width: 80px;
	text-align: right;
}

.page-products .tabc dt {
	line-height: 30px;
	width:20%!important;
	float: left;
	margin-top: 20px;
}
.page-products table img{
/* 	width: 100%;
	height: 100%; */
}
.page-guestbook b span {
	padding-left: 10px;
}
.page-products .tabc dd{
	width: 80%!important;
	float: left;
	margin-top: 20px;
	
}
.showjobList li {
	border: 1px solid #ccc;
	border-top: none;
	height: 40px;
	width: 100%;
	line-height: 40px;
}

.showjobList li div {
	width: 50%;
	float: left;
}

.showjobList li b {
	color: #e8010d;
	display: block;
	font-weight: 500;
	text-align: center;
}

.showjobList li span {
	width: 120px;
	height: 100%;
	display: inline-block;
	text-align: center;
	color: #e8010d;
	margin-right: 10px;
	border-right: 1px solid #ccc;
}

.showjobList {
	border-top: 1px solid #ccc;
	margin-bottom: 0;
}

.lhms {
	width: 100%;
	border: 1px solid #ccc;
	border-top: none;
}

.lhms b {
	font-weight: 100;
	width: 120px;
	min-height: 80px;
	display: inline-block;
	float: left;
	text-align: center;
	color: #e8010d;
}

.lhms span {
	display: inline-block;
	height: auto;
	border-left: 1px solid #ccc;
	padding-left: 10px;
}

.lh616 {
	width: 150px;
	line-height: 40px;
	margin: 25px auto 0px;
	background: #e8010d;
}

#guestbook  dt {
	display: inline-block;
	width: 50%;
}

#guestbook textarea,#guestbook input[type="text"] {
	background: #f7f7f7;
	width: 76%;
	padding: 0 2.5%;
	border-radius: 5px;
	border: 1px solid #C7E2F6;
	height: 40px;
}

.page-guestbook #guestbook  dt {
	line-height: 40px;
	width: 50%;
}

.page-guestbook #guestbook  textarea {
	width: 76%;
	height: 200px;
}

#guestbook .yzm input {
	width: 74%;
}

.xiaz .fr {
	float: right;
}

.xiaz .fl {
	flaot: left;
}

.downloadtimes {
	padding: 0 5%;
}

.downloadtimes i img {
	margin-right: 5px;
	width: 14px;
}

.xiaz li {
	border-bottom: 1px dashed #ccc;
}

.lh68 {
	position: absolute;
	top: 0;
	z-index: -1;
}

.lhbd label {
	display: inline-block;
	max-width: 144px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-bottom: 0px;
}

.lhbd dt {
	padding: 3px 0;
	width: 100%;
}

.lhbdfr {
/* float: right;*/
	width: 100%;
}

.lhbdfl {
 /*float: left;*/
	width: 100%;
/* margin: 0 auto;*/
}

.lhbdfr label {
	max-width: 144px;
	width: 100%;
}

.lhbd input {
	width: 57%;
}

.lhbdfl input {
	width: 67%;
}

.lhbd span {
	font-weight: 100;
}

.lhbd .Content {
	width: 84%;
}

.clear {
	clear: both;
}

.lhbd .Content {
	height: 113px;
}

#page_main .submit2 {
	background: #ed6d00;
	height: 40px;
	color: #fff;
	display: block;
	width: 80px;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
	border: none;
}

.lh615 {
	line-height: 40px;
	margin: 0 10px;
	text-align: center;
	border: none;
}


/*图片*/
.h-tu-nl{
	width: 330px;
	float: left;
	text-align: center;
	margin: 10px 10px;
}
.h-tu-nl span{
	display: flex;
	height:456px;
	border: 1px solid #ccc;
	padding: 5px;
	justify-content: center;
	overflow: hidden;
	align-items: center;
}

.h-tu-nl span img {
	width: 100%;
}
.h-tu-nl:hover p{
	color: #ed6d00;
	font-weight: bold;
}
.h-tu-nl p{
	font-size: 15px;
	line-height: 50px;
	display: block;
}

.h-tu-nl:hover span{
	border: 1px solid #ed6d00;
}

.h-tu {
	height: 280px;
	width: 385px;
	float: left;
	text-align: center;
	margin: 20px 5px;
}

.h-tu span{
	display: block;
	height:235px;
	border: 1px solid #ccc;
	padding: 5px;
}

.h-tu span img {
	width:385px;
	height: 225px;
}
.h-tu:hover p{
	color: #fff;
	font-weight: bold;
}
.h-tu p{
	color: #202020;
	font-size: 18px;
	line-height: 50px;
	display: block;
}
.h-tu:hover p{
	background-color: #eac266;
}
/* 荣誉资质 */
.h-tu2 {
	height:442px;
	width: 307px;
	float: left;
	text-align: center;
	margin: 10px 5px;
}

.h-tu2:hover span {
	border: 1px solid #eac266;
}

.h-tu:hover span {
	border: 1px solid #eac266;
}

.h-tu2 span {
	display: flex;
	overflow: hidden;
	
	height:422px;
	border: 1px solid #ccc;
	padding: 5px;
}

.h-tu2 span img {
text-align: center;
	align-self: center;
	display: inline-block;
	vertical-align: middle;
}

.h-tu2 p{
	font-size: 16px;
	line-height: 50px;
	display: block;
}



/* 行业方案*/
.title{
	text-align: center;
}
#shownews1 .text p{
	font-size: 16px;
	line-height: 36px;
}


.images_title {
	width: 980px;
}
.images_title  a{
	font-size: 22px;
	font-weight: bold;
	color: #202020;
}

#ShowImages2 li{
	float: left;
	margin: 10px 4px;
}
#ShowImages2 li .images_img {
	width: 277px;
	height: 324px;
	padding: 5px;
	border: 1px solid #ccc;
}

#ShowImages2 li .images_img img {
	height: 100%;
	width: 100%;
}

#ShowImages2 li .images_title2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	display: block;
	text-align: center;
}

#ShowImages2 li:hover .images_img {
	border: 1px solid #ed6d00;
}
/*关于我们单页*/
.ny-fzlc{
	background: url(../images/ny-afzlc.jpg) no-repeat bottom  center;
	padding-top: 20px;
}
.xbg .fw-bt{
	text-align: center;
}
.xbg .fw-xia{
	width: 100%;
}
.xbg .fw-xia ul li{
	float: left;
	width: 285px;
	border: 1px solid #d7d7d7;
	margin: 0 5px;
	
}
.xbg .fw-xia ul li .fw-baise{
	width: 280px;
}
.ny-aboutbt{
	font-size: 28px!important;
	padding-bottom: 30px;
	font-weight: bold;
	color: #202020;
}
.ny-youimg{
	margin-top: 50px;
	width: 50%;
}
.xbg .fw-xia{
	margin-top: 20px;
}

/*联系我们单页*/
.page-news{
	padding-top: 40px;
}
.lxwm-dy{
font-size: 18px;
}
.lxwm-dy ul li a{
	font-size: 18px;
}
.lxwm-dy ul li {line-height: 50px;
	width: 100%;
	box-sizing: border-box;
	border-right: 2px solid #fff;
	float: left;
	background-color: #efefef;
	margin: 5px 0;
	font-size: 18px;
	padding-left: 50px;
	text-align: left;
}
.lxwm-dy ul li:last-child{
	width: 100%;
}
.lxwm-dy ul li:hover{
	background-color: #f7f7f7;
}
