@charset "UTF-8";
/* CSS Document */
@media screen and (min-width:1199px)
{
    /*网站地图*/
	.wzdt{width: 1200px;margin: 0 auto;}
	.wzdt_a{border: solid 2px #e5e5e5;margin-top: 22px;}
	.wzdt_a h1{width: 1144px;margin: 0 auto;border-bottom: 1px solid #f2f2f2;margin-top: 5px;}
	.wzdt_a h1 a{font-size: 16px;color: #505050;font-weight: bold;line-height: 45px;}
	.wzdt_a p{margin: 0 25px;}
	.wzdt_a p a{color: #505050;line-height: 42px;margin-right: 15px;}
	.wzdt_a p a:hover{color: #0665d0}
	
	/*404*/
	.fzfbox{width:100%;margin:0 auto;background:#f9f9f9;padding:100px 30px;margin-bottom: -112px;}
.fzf1{width:1011px;margin:20px auto;}
.fzf1 img{width:100%;margin:0 auto;}
.fzf2{width:100%;margin:0 auto;}
.fzf2 p{font-size:36px;color:#434343;text-align:center;line-height:50px;}
.fzf2-1{width:100%;margin:0 auto;}
.fzf2-1 p{font-size:26px;color:#434343;text-align:center;line-height:50px;}
.fzf2-1 p span{color:#333;}
.fzf3{width:430px;margin:20px auto;margin-top: 40px;}
.fzf3z{float:left;}
.fzf3z img{width:100%;margin:0 auto;}
.fzf3y{float:right;}
.fzf3y img{width:100%;margin:0 auto;}
	
	/*404*/
	.clearfix{clear: both;}
	.mob{display: none;}
	.pc{display: block;}
	.fl{float: left;}
	.fr{float: right;}
	body{margin: 0;padding: 0;font-family: "Microsoft YaHei","微软雅黑";font-size: 12px;overflow-x: hidden;}
	a,ul,li,ol,p,h1,h2,h3,h4,h5,h6,dl,dd,dt{list-style: none;margin: 0;padding: 0;text-decoration: none;font-weight: normal;font-size: 12px;color: #858585;}
	* img{display: block;border: none;}
	input,select,textarea{margin: 0;padding: 0;outline: none;font-family: "Microsoft YaHei","微软雅黑";border:none;}
	.commen{width: 1200px;margin: 0 auto;}
	
	*{box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}
	/*由左到右*/
[class*='bianq'] {
	transition: all 1s ease;
	opacity: 0; filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateX(-50px);
  	-moz-transform: translateX(-50px);
  	-ms-transform: translateX(-50px);
  	-o-transform: translateX(-50px);
  	transform: translateX(-50px);
	}
.animated[class*='bianq'] {
	-webkit-transform: translate(0);
  	-moz-transform: translate(0);
  	-ms-transform: translate(0);
  	-o-transform: translate(0);
  	transform: translateX();	
	opacity: 1; filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

/*由下到上*/
[class*='wen'] {
	transition: all 0.3s ease;
	opacity: 0; filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateY(50px);
  	-moz-transform: translateY(50px);
  	-ms-transform: translateY(50px);
  	-o-transform: translateY(50px);
  	transform: translateY(50px);
	}
.animated[class*='wen'] {
	-webkit-transform: translate(0);
  	-moz-transform: translate(0);
  	-ms-transform: translate(0);
  	-o-transform: translate(0);
  	transform: translateY();	
	opacity: 1; filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	
/*由上到下*/
[class*='s-xia'] {
	transition: all 1s ease;
	opacity: 0; filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateY(-50px);
  	-moz-transform: translateY(-50px);
  	-ms-transform: translateY(-50px);
  	-o-transform: translateY(-50px);
  	transform: translateY(-50px);
	}
.animated[class*='s-xia'] {
	-webkit-transform: translate(0);
  	-moz-transform: translate(0);
  	-ms-transform: translate(0);
  	-o-transform: translate(0);
  	transform: translateY();	
	opacity: 1; filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
/*由右到左*/
[class*='y-zuo'] {
	transition: all 1s ease;
	opacity: 0; filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateX(50px);
  	-moz-transform: translateX(50px);
  	-ms-transform: translateX(50px);
  	-o-transform: translateX(50px);
  	transform: translateX(50px);
	}
.animated[class*='y-zuo'] {
	-webkit-transform: translate(0);
  	-moz-transform: translate(0);
  	-ms-transform: translate(0);
  	-o-transform: translate(0);
  	transform: translateX();	
	opacity: 1; filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
/*左旋转变化*/
[class*='z-xuan'] {
	transition: all 1s ease;
	opacity: 0; filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: rotate(-360deg);
  	-moz-transform: rotate(-360deg);
  	-ms-transform: rotate(-360deg);
  	-o-transform: rotate(-360deg);
  	transform: rotate(-360deg);
	}
.animated[class*='z-xuan'] {
	-webkit-transform: rotate(0);
  	-moz-transform: rotate(0);
  	-ms-transform: rotate(0);
  	-o-transform: rotate(0);
  	transform: rotate(0);	
	opacity: 1; filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}	
	
 /*	top*/
	.top{width: 100%;box-shadow: 5px 0px 35px 0px rgba(243,110,36,0.16);}
	.top1a{margin-left: 1.5%;}
	.top1a p{font-size: 12px;color: #767676;line-height: 31px;}
	.top1b{margin-right: 4.3%;}
	.top1b1 p{font-size: 12px;color: #767676;line-height: 31px;}
	.top1b1 p a{font-size: 12px;color: #767676;transition: all ease 0.4s;}
	.top1b1 p a:hover{color: #ff782c;}
	
 /*	nav*/
	.nav{width: 100%;}
	.nav1a{width: 53%;}
	.nav1a1{width: 34.5%;margin-top: 28px;box-shadow: 42px 0px 50px -29px rgba(237,209,188,0.5);}
	.nav1a1 img{margin-left: 11px;}
	.nav1a2{margin-left: 8%;margin-top: 44px;}
	.nav1a2 h6{font-size: 20px;color: #fd7d19;font-weight: bold;line-height: 34px;}
	.nav1a2 p{font-size: 16px;color: #4c4c4c;line-height: 26px;}
	.nav1b{
		width: 45%;
		margin-top: 53px;
	}
	.navab1{
		width:38.1%; 
	}
	.nav1b1 p{
		font-size: 14px;
		color: #7f7f7f;
		line-height: 18px;
		margin-left: 44.6%;
	}
	.nav1b1 span{
		font-size: 32px;
		color: #ff6701;
		font-weight: bold;
	}
	.nav1b2{
		width: 10%;
		margin-left: 2.4%;
		margin-right: 9%;
		margin-top: -1px;
	}
	
 /*	导航*/
	.dh{
		width: 100%;
		height: 67px;
		margin-top: 25px;
		
	}
	.dh1{
		height: 67px;
		position: relative;
		width: 1200px;
		z-index: 2;
	}
	.dh1a{
		width: 100%;
	}
	.dh1a1{
		width: 10.5%;
		text-align: center;
		background: #ff782c;
		height: 67px;
	}
	.dh1a1:nth-child(5){width: 15%}
	.dh1a1 a{
		font-size: 16px;
		color: #fff;
		line-height: 67px;
	}
	.dh1a2{
		background: #3a3a3a;
	}
	.dh1a1:hover{
		background: #3a3a3a;
	}
	.dha{
		width: 1.5%;
		height: 37px;
		position: absolute;
		top: 0;
		left: -18px;
	}
	.dha img{
		width: 100%;
	}
	.dhb{
		width: 1.5%;
		height: 37px;
		position: absolute;
		top: 0;
		right: -6px;
	}
	.dhb img{
		width: 100%;
	}
	.dh1a1b{
		background: rgba(58,58,58,0.8);
	}
	.dh1a1b1 a{
		font-size: 14px;
		color: #fff;
		line-height: 25px;
		display: block;
		padding: 12px 0;
	}
	.dh1a1b1:hover{
		background: #ff782c;
	}
	
 /*	banner*/
	.ban{
		width: 100%;
		z-index: 1;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		top: -30px;
	}
	.bana{
		width: 1920px;
		overflow: hidden;
		height: 522px;
		position: relative;
		left: 50%;
		margin-left: -960px;
		z-index: -1;
	}
	.banb{
		width: 1200px;
	}
	.banb_a{
		width: 47px;
		height: 109px;
		position: absolute;
		left: 3%;
		top: calc(50% - 65px);
		cursor: pointer;
	}
	.banb_c{
		width: 47px;
		height: 109px;
		position: absolute;
		left: 93%;
		top: calc(50% - 65px);
		cursor: pointer;
		z-index: 15;
	}
	.banb_e{
		z-index: 1000;
		bottom: 20px;
		position: absolute;
		left: calc(50% - 36px);
	}
	.banb_e li{
		width:12px; 
		height: 12px; 
		background: #fff;
		border-radius: 50%;
		float: left;
		margin: 12px 6px;
		cursor: pointer;
		transition: all ease 0.1s;
	}
	.banb_e .banb_f{
		background: #ff8d55;
	}
	.bt-a{
		width: 47px;
		height: 109px;
		position: absolute;
		left: 3%;
		top: calc(50% - 65px);
		cursor: pointer;
		z-index: 1500;
	}
	.bt-b{
		width: 47px;
		height: 109px;
	}
	.bt-b:hover{
		background: url(../img/yi09.png);
	}
	.bt-k{
		width: 47px;
		height: 109px;
		position: absolute;
		right: 3%;
		top: calc(50% - 65px);
		cursor: pointer;
		z-index: 1500;
	}
	.bt-f{
		width: 47px;
		height: 109px;
	}
	.bt-f:hover{
		background: url(../img/yi08.png);
	}
	
 /*	关键词*/
	.guan{
		border-bottom: 1px solid #bfbfbf;
		width: 100%;
		margin-top: -46px;
	}
	.guana p{
		font-size: 12px;
		color: #6b6b6b;
		line-height: 45px;
		margin-left: 22px;
	}
	.guana p a{
		font-size: 12px;
		color: #6b6b6b;
		transition: all ease 0.4s;
	}
	.guana p a:hover{
		color: #f6772f;
	}
	
 /*	产品中心*/
	.shop{
		margin-top: 32px;
	}
	.shop1{
		width: 59.5%;
		margin: 0 auto;
	}
	.shop1a{
		border-bottom: 1px solid #ebebeb;
	}
	.shop1a h6{
		font-size: 30px;
		color: #4a4a4a;
		line-height: 66px;
		text-align: center;
		letter-spacing: 2px;
	}
	.shop1a h6 span{
		font-size: 30px;
		color: #ff620a;
	}
	.shop1 img{
		margin: 0 auto;
		margin-top: -3px;
	}
	.shop1 p{
		font-size: 14px;
		color: #b4b4b4;
		text-align: center;
		line-height: 36px;
	}
	.shopb_a{
		width: 100%;
		margin-top: 27px;
	}
	.shopb_b{
		background: #f6772f;
		border-radius: 10px;
	}
	.shopb_ba{
		width: 100%;
		height: 47px;
	}
	.shopb_baa{
		width: 19%;
		line-height: 48px;
	}
	.shopb_baa a{
		font-size: 14px;
		color: #fff;
		margin-left: 15px;
	}
	.shopb_baaa{
		height: 32px;
		width: 130px;
		background-color: #333;
		line-height: 32px;
		margin-top: 8px;
		margin-left: 20px;
		border-radius: 5px;
	}
	.shopb_baa1:hover {
		height: 32px;
		background-color: #333;
		line-height: 32px;
		margin-top: 8px;
		margin-left: 20px;
		border-radius: 10px;
		display: inline-block;
		padding-right: 16px;
	}
	.shopb_c{
		width: 100%;
	}
	.shopb_ca{
		width: 17.5%;
		border-left: 1px solid #dcdcdc;
		padding: 10px 10px;
		height: 130px;
	}
	.shopb_ca:nth-child(1){
		margin-left: 36px;
	}
	.shopb_ca:nth-child(2){
		width: 19%;
	}
	.shopb_ca:nth-child(3){
		width: 18.8%;
	}
	.shopb_ca:nth-child(4){
		width: 19.2%;
	}
	.shopb_ca:nth-child(5){
		width: 16.7%;
	}
	.shopb_ca:nth-child(6){
		width: 10%;
	}
	.shopb_ca a{
		font-size: 12px;
		color: #6e6e6e;
		line-height: 24px;
		transition: all ease 0.4s;
	}
	.shopb_ca a:hover{
		color: #f6772f;
		padding-left: 5px;
	}
	.shopc{
		width: 100%;
	}
	.shopc_c{
		margin: 31px 4.7% 0 4.7%;
	}
	.shopc_b{
		width: 30.2%;
		margin-top: 32px;
	}
	.shopc_ba{
		width: 100%;
		border: 1px solid #e5e5e5;
		transition: all ease 0.3s;
		overflow: hidden;
	}
	.shopc_ba img{
		width: 100%;
		transition: all ease 0.3s;
	}
	.shopc_bb{
		width: 100%;
	}
	.shopc_bb p{
		width: 60%;
		line-height: 48px;
		transition: all ease 0.3s;
		float: left;
		overflow: hidden;
	}
	.shopc_bb p a{
		font-size: 14px;
		color: #7b7b7b;
		display: block;
		width: 100%;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.shopc_bb p a:hover{
		color: #05A199;
	}
	.shopc_bb img{
		float: right;
		margin-top: 8px;
	}
	.shopc_bb a:nth-child(2) img{
		margin-left: 14px;
	}
	.shopc_b:hover .shopc_ba{
		border: 1px solid #f6772f;
	}
	.shopc_b:hover .shopc_ba img{
		transform: scale(1.1);
	}
	.shopc_b:hover p{
		color: #f6772f;
		padding-left: 5px;
	}
	.shopc_b:hover .shopc_bb p a{
		color: #f6772f;
	}
	
 /*	四大理由*/
	.ly{
		background: url(../img/ynd14.png) no-repeat center;
		margin-top: 83px;
		padding-top: 61px;
		padding-bottom: 96px;
	}
	.ly1a{
		position: relative;
	}
	.ly1a p{
		font-family: "Arial";
		font-size: 60px;
		color: #d2d7dc;
		text-transform: uppercase;
		font-weight: 900;
		letter-spacing: 3px;
		position: absolute;
		top: -32px;
		left: 387px;
		z-index: -1;
	}
	.ly1a img{
		margin: 0 auto;
		
	}
	.ly1b{
		width: 50%;
		margin-top: 42px;
	}
	.ly1b1a{
		width: 137px;
		background: url(../img/ynd17.png) no-repeat center 35px;
		height: 194px;
		transition: all ease 0.4s;
	}
	.ly1b1a p{
		text-align: center;
		font-size: 25px;
		color: #fff;
		margin-top: 60px;
		line-height: 25px;
		cursor: pointer;
	}
	.ly1b1a p span{
		font-size: 19px;
		color: #fff;
		text-align: center;
		cursor: pointer;
	}
	.ly1bbb{
		margin-top: 20px;
		background: #fcfcfd;
		position: relative;
		transition: all ease 0.4s;
		
	}
	.ly1b2{
		width: 463px;
	}
	.ly1b2 h6{
		font-size: 24px;
		color: #018a68;
		font-weight: bold;
		line-height: 64px;
		margin-top: 23px;
		transition: all ease 0.4s;
		cursor: pointer;
	}
	.ly1b2 p{
		background: url(../img/ynd20.png) no-repeat 0 6px;
		font-size: 12px;
		color: #464646;
		line-height: 20px;
		margin-bottom: 18px;
		width: 423px;
		padding-left: 17px;
		cursor: pointer;
	}
	.ly1c{
		width: 47%;
		position: relative;
	}
	.ly1c img{
		position: absolute;
		top: 46px;
		left: 36px;
	}
	.ly1d{
		width: 50%;
		position: relative;
	}
	.ly1d img {
		position: absolute;
		top: 31px;
		right: 76px;
	}
	.ly1bbb:hover .ly1b1a{
		background: url(../img/ynd16.png) no-repeat center 35px;
	}
	.ly1bbb:hover .ly1b2 h6{
		color: #ff761b;
	}
	.ly1bbb:hover {
		box-shadow: 0px 0px 15px 5px rgba(237,209,188,0.62);
	}
	
 /*	行业应用*/
	.hy{
		margin-top: 37px;
	}
	.hya{
		width: 100%;
		position: relative;
		margin-top: 32px;
		margin-bottom: 44px;
	}
	.hya1{
		background: #474747;
		width: 53px;
		height: 53px;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -26.5px;
	}
	.hya1 img{
		margin: 0 auto;
		padding-top: 11px;
		cursor: pointer;
	}
	.hya21{
		width: 84.33%;
		margin: 0 auto;
		overflow: hidden;
	}
	.hya2{
		width: 800%;
		
	}
	.hya2_a{
		width: 12.5%;
		position: relative;
		
	}
	.hya3{
		background: #474747;
		width: 53px;
		height: 53px;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -26.5px;
	}
	
	.hya3 img{
		margin: 0 auto;
		padding-top: 11px;
		cursor: pointer;
	}
	.hya2_a1{
		width: 42.88%;
	}
	.hya2_a1 img{
		width: 100%;
	}
	.hya2_a2{
		width: 61%;
		margin-left: -2.16%;
		background: #eeeeee left 0 top 0 no-repeat;
		height: 231px;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -115px;
	}
	.hya2_a2 h6 a{
		font-size: 16px;
		color: #535353;
		font-weight: bold;
	}
	.hya2_a2 h6{
		font-weight: bold;
		margin-top: 34px;
		margin-left: 41px;
	}
	.hya2_a2 > p a{
		font-size: 12px;
		color: #7a7a7a;
	}
	.hya2_a2 > p{
		margin-left: 41px;
		line-height: 18px;
		margin-top: 17.5px;
		padding-right: 37px;
	}
	.hya2_a3{
		border: 1px solid #07928c;
		width: 16.6%;
		height: 28px;
		margin-left: 78.7%;
		margin-top: 16px;
	}
	.hya2_a3 a{
		color: #07928c;
		padding-left: 13px;
		line-height: 26px;
		transition: all ease 0.3s;
	}
	.hya2_a3:hover a{
		padding-left: 20px;
	}
	.hya4{
		background:#ff8d55;
	}
	.hyb{
		background: #565656;
		height: 73px;
		width: 100%;
		border-radius: 10px;
	}
	.hyba{
		width: 12.5%;
		line-height: 17px;
	}
	.hyba p{
		text-align: center;
		transition: all ease 0.4s;
	}
	.hyba a{
		font-size: 16px;
		color: #fff;
		transition: all ease 0.4s;
	}
	.hyba_a{
		opacity: 0;
		display: table;
		margin: 0 auto;
		margin-top: 15px;
		animation: hy 1s linear infinite;
	}
	.hybaa img{
		opacity: 1;
	}
	.hybaa p{
		margin-top: 10px;
	} 
	.hybaa p a{
		color: #ff8d55;
	} 
	@keyframes hy{
		0%{transform:translateY(2px);}
		25%{transform:translateY(0px);}
		50%{transform:translateY(-2px);}
		75%{transform:translateY(0px);}
		100%{transform:translateY(2px);}
	}
	
 /*	成功案例*/
	.al{
		margin-top: 69px;
	}
	.ala{
		width: 100%;
		margin-top: 20px;
	}
	.ala11{
		width: 33.3%;
		transition: all ease 0.4s;
	}
	.ala1{
		background: #ececec;
		width: 100%;
		padding-top: 34px;
		padding-bottom: 38px;
		position: relative;
		transition: all ease 0.4s;
	}
	.ala1 h1{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.ala1 h1 a{
		font-size: 16px;
		color: #464646;
		font-weight: bold;
		line-height: 64px;
		padding-left: 46px;
		letter-spacing: 2px;
		transition: all ease 0.4s;
	}
	.ala1 h6{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.ala1 h6 a{
		font-size: 16px;
		color: #464646;
		font-weight: bold;
		line-height: 64px;
		padding-left: 46px;
		letter-spacing: 2px;
		transition: all ease 0.4s;
	}
	.ala1 > p a{
		color: #464646;
		display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:3;
		overflow: hidden;
		transition: all ease 0.4s;
	}
	.ala1 > p{
		line-height: 18px;
		padding-left: 46px;
		width: 73%;
		
	}
	.ala1_a{
		height: 28px;
		width: 100px;
		margin-top: 26px;
		margin-left: 30px;
	}
	.ala1_a p{
		color: #07928c;
		text-align: center;
		line-height: 28px;
		transition: all ease 0.4s;
	}
	.ala1_a p a{
		color: #07928c;
		transition: all ease 0.4s;
	}
	.ala1_a:hover p a{
		margin-left: 10px;
	}
	.ala1_b{
		position: absolute;
		top: 219px;
		left: 44%;
		background: url(../img/lw27.png) no-repeat;
		transition: all ease 0.4s;
		width: 48px;
		height: 48px;
		z-index: 100;
		transition: all ease 0.4s;
	}
	.ala2{
		width: 100%;
		transition: all ease 0.4s;
		overflow: hidden;
	}
	.ala2 img{
		width: 100%;
		transform: rotate(1.1);
		transition: all ease 0.4s;
	}
	.ala12 .ala1_b{
		top: -24px;
		transition: all ease 0.4s;
	}
	.ala11:hover .ala1{
		background: #05a199;
	}
	.ala11:hover .ala1 h1 a{
		color: #fff;
	}
	.ala11:hover .ala1 h6 a{
		color: #fff;
	}
	.ala11:hover .ala1 p a{
		color: #e4e4e4;
	}
	.ala11:hover .ala1_b{
		background: url(../img/lw26.png) no-repeat;
	}
	.ala11:hover .ala2 img{
		transform: scale(1.1);
	}
	
 /*	客户评价*/
	.pj{
		margin-top: 54px;
	}
	.kba{
		width: 100%;
		position: relative;
		margin-top: 24px;
	}
	.kba1{
		background: #474747;
		width: 53px;
		height: 53px;
		position: absolute;
		left: 0;
		top: 38%;
	}
	.kba1 img{
		margin: 0 auto;
		padding-top: 11px;
		cursor: pointer;
	}
	.kba2{
		width: 87.4%;
		margin-left: 75px;
		overflow: hidden;
	}
	.kba2_a{
		width: 300%;
		
	}
	.kba2_b{
		width: 33.33%;
	}
	.kba2_b .kba2_c:nth-child(2){margin-right: 2px;}
	.kba2_c{
		border: 1px solid #e5e5e5;
		width: 46.5%;
		transform: all ease 0.3s;
	}
	.kba2_d{
		height: 189px;
		border: 1px solid #E5E5E5;
		border-bottom: none;
		transform: all ease 0.4s;
	}
	.kba2_f{
		border: 1px solid #e5e5e5;
		width: 46.5%;
	}
	.kba2_d img{
		margin-top: 25px;
		margin-left: 29px;
	}
	.kba2_d h1{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.kba2_d h1 a{
		margin-left: 29px;
		font-size: 14px;
		color: #5b5b5b;
		font-weight: bold;
		line-height: 62px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.kba2_d h6{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.kba2_d h6 a{
		margin-left: 29px;
		font-size: 14px;
		color: #5b5b5b;
		font-weight: bold;
		line-height: 62px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.kba2_d p{
		margin-left: 29px;
		margin-right: 40px;
		overflow: hidden;
	}
	.kba2_d a{
		color: #5b5b5b;
		line-height: 18px;
		display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:3;
		overflow: hidden;
	}
	.kba2_e{
		border: 1px solid #e5e5e5;
		transition: all ease 0.4s;
	}
	.kba2_e a{
		color: #ff8d55;
		font-size: 14px;
		transition: all ease 0.4s;
	}
	.kba2_e:hover a{
		margin-left: 10px;
	}
	.kba2_e p{
		text-align: center;
		line-height: 40px;
	}
	.kba3{
		background: #474747;
		width: 53px;
		height: 53px;
		position: absolute;
		right: 0;
		top: 38%;
	}
	.kba3 img{
		margin: 0 auto;
		padding-top: 11px;
		cursor: pointer;
	}
	.kba2_c:hover .kba2_e{
		background: #ff8d55;
		border-color: #e5e5e5;
	}
	.kba2_c:hover .kba2_e a{
		color: #fff;
	}
	.kba4{
		background: #ff8d55;
		transform: all ease 0.3s;
	}
	.kbb{
		margin: 0 auto;
	}
	.kbb_a{
/*		background: url(../img/lw29.png) no-repeat center;*/
		height: 31px;
		width:112px;
		margin: 0 auto;
		margin-top: 38px;
		transition: all ease 0.5s;
	}
	.kbb_a p{
		line-height: 34px;
		text-align: center;
	}
	.kbb_a a{
		color: #fff;
		transition: all ease 0.4s;
	}
	.kbb_a:hover a{
		padding-left: 10px;
	}
	
 /*	关于优耐德*/
	.gy{
		background: url(../img/ynd29.jpg) no-repeat center;
		margin-top: 111px;
		height: 737px;
	}
	.shopa_aa1{
		width: 59.3%;
		margin: 0 auto;
		text-align: center;
		border-bottom: 1px solid #cccccc;
	}
	.shopa_aa1 h1{
		line-height: 60px;
		font-size: 30px;
		color: #ff620a;
		padding-top: 30px;
	}
	.shopa_aa1 h6{
		line-height: 60px;
		font-size: 30px;
		color: #ff620a;
		padding-top: 30px;
	}
	.shopa_aa1 span{
		color: #07928c;
	}
	.shopa_aa1 img{
		display: table;
		margin: 0 auto;
	}
	.shopa_a p{
		text-align: center;
		font-size: 14px;
		color: #b4b4b4;
		line-height: 36px;
	}
	.gya1{
		width: 100%;
		margin-top: 39px;
	}
	.gya2{
		width: 40%;
		margin-bottom: 71px;
	}
	.gya2 a img{
		box-shadow: 10px 10px 1px #565656;
	}
	.gya3{
		width: 55.7%;
		margin-top: -9px;
	}
	.gya3 h1{
		font-size: 20px;
		color: #0e938d;
		font-weight: bold;
		line-height: 56px;
		letter-spacing: 1.2px;
	}
	.gya3 h6{
		font-size: 20px;
		color: #0e938d;
		font-weight: bold;
		line-height: 56px;
		letter-spacing: 1.2px;
	}
	.gya3 p{
		font-size: 14px;
		color: #616161;
		line-height: 24px;
		text-indent: 2em;
		letter-spacing: 0.3px;
		display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:9;
		overflow: hidden;
	}
	.gya3_a{
		background: url(../img/ynd31.png) no-repeat;
		height: 31px;
		width: 112px;
		margin-top: 10px;
	}
	.gya3_a a{
		color: #fff;
		line-height: 28px;
		transition: all ease 0.4s;
	}
	.gya3_a:hover a{
		padding-left: 10px;
	}
	
	/*	合作客户*/
	.kh{
		width: 100%;
		margin-top: -260px;
	}
	.khfl{
		position: absolute;
		top: 256px;
		left: -20px;;
	}
	.khfr{
		position: absolute;
		top: 256px;
		right: -20px;
	}
	.kha{
		background: #0e938d;
		padding-bottom: 33px;
		position: relative;
	}
	.kha1{
		width: 100%;
	}
	.kha1_a{
		width: 80%;
		margin: 0 auto;
		padding-left: 42px;
		padding-top: 30px;
	}
	.kha1_a h1{
		font-size: 24px;
		color: #fff;
		width: 100px;
		float: left;
		margin-right: 21px;
	}
	.kha1_a h6{
		font-size: 24px;
		color: #fff;
		width: 100px;
		float: left;
		margin-right: 21px;
	}
	.kha1_a p{
		float: left;
		font-size: 14px;
		color: #d7d7d7;
		padding-top: 8px;
	}
	.kha1_b{
		height: 28px;
		width: 100px;
		margin-top: 31px;
		margin-right: 45px;
		
	}
	.kha1_b p{
		text-align: center;
		transition: all ease 0.4s;
	}
	.kha1_b a{
		color: #fff;
		line-height: 26px;
		transition: all ease 0.4s;
	}
	.kha1_b:hover p{
		padding-left: 10px;
	}
	.kha1_b:hover p a{
		color: #f6772f;
	}
	.kha2{
		width: 100%;
		position: relative;
		margin-top: 39px;
	}
	.kha2_a{
		position: absolute;
		top: 40%;
		left: 0;
		width: 13px;
		height: 31px;
		margin-top: -15px;
		
	}
	.kha2_a img{
		margin-left: 28px;
		cursor: pointer;
	}
	.kha2_b{
		width: 88.4%;
		margin: 0 auto;
		overflow: hidden;
	}
	.kha2_b1{
		width: 200%;
	}
	.kha2_b2{
		width: 12.5%;
	}
	.kha2_b2 img{
		width: 88.99%;
		margin: 0 auto;
	}
	.kha2_b2 p{
		color: #fff;
		margin-top: 14px;
		margin-left: 16px;
	}
	.kha2_c{
		position: absolute;
		top: 40%;
		right: 28px;
		width: 13px;
		height: 31px;
		margin-top: -15px;
		cursor: pointer;
	}
	
	
	/*	新闻资讯*/
	.news{
		margin-top: 35px;
	}
	.newsa{
		width: 100%;
		margin-top: 26px;
	}
	.newsqh{
		display: table;
		margin: 0 auto;
		margin-top: 15px;
	}
	.newsqh1{
		width: 130px;
		height: 35px;
		border: 1px solid #a1a1a1;
		margin: 0 20px;
		cursor: pointer;
	}
	.newsqh1 p{
		text-align: center;
	}
	.newsqh1 p a{
		font-size: 16px;
		color: #2b2b2b;
		line-height: 35px;
	}
	.newsqh1:hover p{
		background: #f6772f;
	}
	.newsqh1:hover{
		border-color: #f6772f;
	}
	.newsqh1:hover p a{
		color: #fff;
	}
	.newsqh2{
		background: #f6772f;
		border: 1px solid #f6772f;
	}
	.newsqh2 p a{
		color: #fff;
		line-height: 35px;
		font-size: 16px;
	}
	.newsa_fl{
		width: 48.4%;
		position: relative;
	}
	.newsa2{
		background: #f6772f;
		width: 77px;
		height: 81px;
		position: absolute;
		top: 190px;
		right: 17px;
	}
	.newsa2 h1{
		text-align: center;
		margin-top: 5px;
	}
	.newsa2 h1 a{
		font-size: 40px;
		color: #fff;
		font-family: "arial";
	}
	.newsa2 h6{
		text-align: center;
		margin-top: 5px;
	}
	.newsa2 h6 a{
		font-size: 40px;
		color: #fff;
		font-family: "arial";
	}
	.newsa2 p{
		text-align: center;
	}
	.newsa2 p a{
		font-size: 14px;
		color: #fff;
		font-family: "arial";
	}
	.newsa3{
		border-bottom: 1px dashed #e7e7e7;
		margin-top: 19px;
		padding-bottom: 82.5px;
		margin-left: 9px;
	}
	.newsa3 h1{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 90%;
	}
	.newsa3 h1 a{
		font-size: 18px;
		color: #323232;
		line-height: 36px;
		transition: all ease 0.4s;
	}
	.newsa3 h6{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 90%;
	}
	.newsa3 h6 a{
		font-size: 18px;
		color: #323232;
		line-height: 36px;
		transition: all ease 0.4s;
	}
	.newsa3 h3{
		margin-bottom: 15px;
	}
	.newsa3 h3 a{
		color: #aeaeae;
		margin-left: 4px;
		line-height: 24px;
		transition: all ease 0.4s;
	}
	.newsa3 p a{
		color: #828282;
		line-height: 20px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		transition: all ease 0.4s;
	}
	.newsa3 > p{
		width: 95%;
		
	}
	.newsa3 > p a{
		display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2;
		overflow: hidden;
	} 
	.newsa3:hover h1 a{
		color: #f6772f;
	}
	.newsa3:hover h3 a{
		color: #f6772f;
	}
	.newsa3:hover p a{
		color: #f6772f;
	}
	.newsa4{
		width: 112px;
		height: 31px;
		margin-top: -45px;
	}
	.newsa4 p{
		line-height: 32px;
		margin-left: 17px;
	}
	.newsa4 a{
		color: #f6772f;
		
		transition: all ease 0.5s;
	}
	.newsa4:hover a{
		padding-left: 30px;
	}
	.newsa_fr{
		border-bottom: 1px dashed #e7e7e7;
		width: 46.8%;
		padding-bottom: 6px;
	}
	.newsa5{
		width: 100%;
		margin-bottom: 44px;
	}
	.newsa5:hover .newsa6 h1 a{
		color: #f6772f;
	}
	.newsa5:hover .newsa6 h6 a{
		color: #f6772f;
	}
	.newsa5:hover .newsa6 p a{
		color: #f6772f;
	}
	.newsa6{
		border-right:1px solid #dbdbdb;
		width: 12%;
	}
	.newsa6 h1{
		transition: all ease 0.4s;
	}
	.newsa6 h1 a{
		font-family: "arial";
		font-size: 40px;
		color: #2b2b2b;
		transition: all ease 0.4s;
	}
	.newsa6 h6{
		transition: all ease 0.4s;
	}
	.newsa6 h6 a{
		font-family: "arial";
		font-size: 40px;
		color: #2b2b2b;
		transition: all ease 0.4s;
	}
	.newsa6 p{
		transition: all ease 0.4s;
	}
	.newsa6 p a{
		font-family: "arial";
		font-size: 14px;
		color: #2b2b2b;
		transition: all ease 0.4s;
	}
	.newsa7{
		width: 76%;
		padding-left: 26px;
		overflow: hidden;
	}
	.newsa7 h1{
		margin-bottom: 6px;
	}
	.newsa7 h1 a{
		font-size: 16px;
		color: #3f3f3f;
		line-height: 24px;
		transition: all ease 0.4s;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.newsa7 p a{
		color: #828282;
		line-height: 20px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		transition: all ease 0.4s;
		text-indent: 2em;
	}
	.newsa7:hover h1 a{
		color: #f6772f;
	}
	.newsa7:hover p a{
		color: #f6772f;
	}
	.newsb{
		margin-top: 44px;
		width: 100%;
		margin-bottom: 34px;
	}
	.newsba{
		width: 130px;
		height: 113px;
	}
	.newsba img{
		width: 100%;
	}
	.newsbb{width: 89.1%;height: 113px;overflow: hidden;}
	.newsbba{background: #f6f6f6;width: 45%;height: 112px;padding-top: 12px;margin-left: 43px;}
	.newsbbb{height: 10000px;}
	.newsbbb1{width: 1064px;height: 113px;}
	.newsbba_a img{float: left;margin-left: 34px;}
	.newsbba_a h1{width: 74.7%;overflow: hidden;float: left;line-height: 15px;}
	.newsbba_a h6{width: 74.7%;overflow: hidden;float: left;line-height: 15px;}
	.newsbba_a h1 a{font-size: 14px;color: #3f3f3f;font-weight: bold;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding-left: 10px;transition: all ease 0.4s;}
	.newsbba_a h6 a{font-size: 14px;color: #3f3f3f;font-weight: bold;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding-left: 10px;transition: all ease 0.4s;}
	.newsbba_a:hover h1 a{color: #07928c;}
	.newsbba_b{
		margin-top: 10px;
	}
	.newsbba_b img{
		float: left;
		margin-left: 34px;
	}
	.newsbba_b p{
		float: left;
		width: 74.7%;
		line-height: 19px;
		padding-left: 10px;
	}
	.newsbba_b p a{
		color: #5b5b5b;
		transition: all ease 0.4s;
		text-indent: 2em;
	}
	.newsbba_b:hover p a{
		color: #07928c;
	}
	
	
 /*	小banner*/
	.xb{
		background: url(../img/ynd43.jpg) no-repeat 50%;
		height: 218px;
		margin-top: 56px;
	}
	.xb1a{
		margin-right: 21px;
		margin-top: 55px;
	}
	.xb1a p{
		font-size: 14px;
		color: #fff;
		float: right;
		line-height: 26px;
	}
	.xb1a h1{
		font-size: 30px;
		color: #ff8d55;
		font-weight: bold;
		line-height: 44px;
	}
	.xb1a h6{
		font-size: 30px;
		color: #ff8d55;
		font-weight: bold;
		line-height: 44px;
	}
	.xb1b{
		width: 112px;
		height: 31px;
		background: url(../img/ynd31.png) no-repeat;
	}
	.xb1b a{
		font-size: 12px;
		color: #fff;
		line-height: 31px;
		display: block;
		text-align: center;
		transition: all ease 0.4s;
	}
	.xb1b:hover a{
		margin-left: 10px;
	}
	.xb1b{
		margin-top: 28px;
	}
	
	/*	联系我们*/
	.lx{
		margin-top: 63px;
		height: 368px;
	}
	.lxa{
		width: 30.8%;
	}
	.lxa img{
		width: 100%;
	}
	.lxb{
		background: #f9f9f9;
		width: 32.7%;
		height: 368px;
		padding-top: 30px;
	}
	.lxb p{
		font-size: 14px;
		color: #575757;
		line-height: 22px;
		padding: 8px 65px;
	}
	.lxc{
		width: 36.3%;
		background: #05978f;
		height: 368px;
	}
	.lxca,.lxcb,.lxcc,.lxcd,.lxce{
		width: 78.4%;
		margin: 0 auto;
	}
	.lxca{
		margin-top: 41px;
	}
	.lxca input{
		width: 100%;
		border: none;
		height: 33px;
		color: #979797;
	}
	.lxcb input{
		width: 100%;
		border: none;
		height: 33px;
		margin-top: 15px;
		color: #979797;
	}
	.lxcc textarea{
		width: 100%;
		border: none;
		height: 76px;
		margin-top: 15px;
		color: #979797;
	}
	.lxcd input{
		width: 126px;
		height: 33px;
		margin-top: 15px;
		float: left;
		color: #979797;
	}
	.lxcd img{
		width: 100px;
		float: left;
		margin-top: 15px;
	}
	.lxcd a{
		margin-top: 23px;
		color: #fff;
		float: left;
		margin-left: 19px;
	}
	.lxce input{
		width: 36.8%;
		height: 33px;
		margin-top: 30px;
		float: right;
		color: #fff;
		cursor: pointer;
	}
	.lxce_a{transition: all ease 0.4s;}
	.lxce_a:hover{background-color: #ff8d55;}
	.lxce_b{
		background: #ff8d55;
		margin-right: 10px;
	}
	
	/*	底部导航*/
	.db{
		background: #444444;
		padding-bottom: 45px;
		margin-top: 58px;
	}
	.dba{
		background: #444444;
	}
	.dbb{
		width: 25%;
		padding-top: 43px;
		margin-left: 21px;
	}
	.dbc{
		border-left: 3px solid #ff8d55;
		padding-left: 18px;
	}
	.dbc h3{
		font-size: 14px;
		color: #c7c7c7;
	}
	.dbc h1{
		font-size: 30px;
		color: #ff874c;
		font-weight: bold;
	}
	.dbc h6{
		font-size: 30px;
		color: #ff874c;
		font-weight: bold;
	}
	.dbc p{
		font-size: 14px;
		color: #c7c7c7;
	}
	.dbd{
		margin-top: 29px;
	}
	.dbda{
		margin-left: 17px;
		margin-top: -122px;
		width: 36%;
	}
	.dbe{
		width: 68%;
	}
	.dbea{
		width: 20%;
	}
	.dbea_a{
		border-left: 1px solid #496b69;
		padding-top: 43px;
	}
	.dbea_a h1{
		font-weight: bold;
		border-left: 2px solid #0ba29b;
		padding-left: 12px;
	}
	.dbea_a h1 a{font-size: 14px;
		color: #0ba29b;
		transition: all ease 0.4s;
	}
	.dbea_a:hover h1 a{color: #ff8d55;}
	.dbea_a h6{
		font-weight: bold;
		border-left: 2px solid #0ba29b;
		padding-left: 12px;
	}
	.dbea_a h6 a{font-size: 14px;
		color: #0ba29b;
		transition: all ease 0.4s;
	}
	.dbea_a:hover h6 a{color: #ff8d55;}
	.dbea_b{
		padding-left: 15px;
		margin-top: 23px;
	}
	.dbea_b a{
		color: #bbbbbb;
		line-height: 26px;
		transition: all ease 0.4s;
	}
	.dbea_b a:hover{
		color: #07928c;
	}
	
	/*	版权*/
	.bq{
		width: 100%;
		background: #343434;
		height: 51px;
	}
	.bqa{
		background: #343434;
		line-height: 51px;
	}
	.bqa_a{
		margin-left: 26px;
	}
	.bqa_b{
		margin-right: 34px;
	}
	.bqa_b a{
		color: #a3a3a3;
		transition: all ease 0.4s;
	}
	.bqa_b:hover a{
		color: #07928c;
	}
	
	/*	友链*/
	.yl p{
		line-height: 28px;
	}
	
	/*添加的漂浮QQ*/
	.dong{ width:50px; position: fixed; right: 0; top: 50%; margin-top: -115px;z-index: 1001;}
	.sahng{ width:100%;}
	.xain{ width: 100%; height: 50px;background: url(../img/zxkf.png) no-repeat center; background-color: #ff8d55; position: relative; margin: 10px 0; cursor: pointer;}
	.danpo{ width:100%; height: 50px; background-color: #ff8d55; position: absolute; top: 0; left: 0;}
	.danpo p{text-align: center; line-height: 16px; color: #fff; padding-top: 10px;}
	.dhaun{ width:320px; position: absolute;top: -20px; left: -310px;z-index: 1000;}
	.dinr{ width:300px;border-top: solid 4px #ff8d55;background-color: #fff; border-bottom: solid 1px #ccc;border-left: solid 1px #ccc; border-right: solid 1px #ccc;}
	.weiya{ width:100%; border-bottom: solid 1px #ccc;}
	.weiya img{ float:left; padding: 10px;}
	.weiya .yumin{ float:left; padding: 10px;}
	.yumin span{ font-size: 16px;color: #ff8d55;}
	.yumin p{color: #ccc;}
	.botre{ width:100%; padding: 20px;}
	.kehug p{ float:left;}
	.kehug p a{color: #828282;}
	.kehug img{ float:left;}
	.jieh{ color: #828282; font-size: 14px; font-weight: bold; line-height: 30px;}
	.kehug{ line-height: 26px;}

	.daoma{ width:100%; height: 50px; border: solid 1px #ccc; background: url(../img/217.png) no-repeat center; background-color: #fff; position: relative; margin: 10px 0; cursor: pointer;}
	.zung{ width: 100%; background-color: #fff; position: absolute; top: 0; left: 0;}
	.zung p{ text-align: center; line-height: 16px; color: #ff8d55; padding-top: 10px;}
	.loainj{ width:320px; position: absolute;top: -20px; left: -331px;}
	.dingw{ width:300px; border-top: solid 4px #ff8d55;background-color: #fff; border-bottom: solid 1px #ccc;border-left: solid 1px #ccc; border-right: solid 1px #ccc; padding: 10px;}
	.dingw img{ float:left; padding: 10px;}
	.dingw .xiaw{ float:left; padding: 10px;}
	.xiaw span{ font-size:20px; color: #828282; font-weight: bold;}
	.xiaw p{ color: #939393; font-size: 14px; line-height: 22px;}
	
	.topb{ width:100%;height: 50px; border: solid 1px #ccc; background: url(../img/218.png) no-repeat center; background-color: #fff; position: relative; margin: 10px 0; cursor: pointer}
	.libai{ width: 100%; background-color: #fff; position: absolute; top: 0; left: 0;}
	.libai p{text-align: center; line-height: 16px; color: #ff8d55; padding-top: 10px;}
	.yeya{width:200px; position: absolute;top: -20px; left: -230px; }
	.weic{ width:180px; border-top: solid 4px #ff8d55;background-color: #fff;border-bottom: solid 1px #ccc;border-left: solid 1px #ccc; border-right: solid 1px #ccc; padding: 20px;}
	.rin{ width:100%;}
	.rin img{width: 100%;}
	.weic p{text-align: center;line-height: 30px;}
	
	.fanh{ width:100%;height: 50px;line-height: 16px;text-align: center;color: #fff;background-color:#ff8d55;cursor: pointer;}
	.fanh p{padding-top: 10px;color: #fff;}
	
	
 /*	二级产品列表页*/
	.ban1{
		width: 100%;
		z-index: 1;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		top: -30px;
	}
	.bana1{
		width: 1920px;
		overflow: hidden;
		height: 366px;
		position: relative;
		left: 50%;
		margin-left: -960px;
		z-index: -1;
	}
	.cp{
		margin-top: 45px;
	}
	.cpz{
		width: 19.9%;
	}
	.cpz1{
		background: #f4f4f4;
		padding: 7.9%;
		border-radius: 10px;
		position: relative;
		padding-bottom: 35px;
	}
	.cpz1a{
		background-image: url(../img/ynd57.jpg);
		background-repeat: no-repeat;
		height: 40px;
		font-size: 20px;
		color: #ff620a;
		line-height: 40px;
		padding-left: 22px;
		margin-bottom: 10px;
	}
	.cpz1b1{
		background-image: url(../img/ynd56.png);
		background-repeat: no-repeat;
		height: 45px;
		padding-left: 12%;
		line-height: 45px;
		transition: all ease 0.4s;
		margin-bottom: 5px;
		margin-top: 8px;
	}
	.cpz1b11{
		background-image: url(../img/ynd58.png);
		background-repeat: no-repeat;
	}
	.cpz1b1:hover{
		background-image: url(../img/ynd58.png);
	}
	.cpz1b1 a{
		font-size: 14px;
		color: #fff;
	}
	.cpz1b2{
		padding-left: 14%;
		line-height: 34px;
		position: relative;
		transition: all ease 0.4s;
	}
	.cpz1b2 a{
		font-size: 14px;
		color: #5b5b5b;
	}
	.cpz1b22{
		margin-left: 10px;
	}
	.cpz1b22::after{
		content: "-";
		position: absolute;
		top: 0;
		left: 10%;
		color: #fe7122;
	}
	.cpz1b22 a{
		color: #fe7122;
	}
	.cpz1b2:hover ::after{
		content: "-";
		position: absolute;
		top: 0;
		left: 10%;
		transition: all ease 0.4s;
	}
	.cpz1b2:hover{
		margin-left: 10px;
	}
	.cpz1b2:hover a{
		color: #fe7122;
	}
	.cpz2{
		height: 102px;
		width: 100%;
		margin-top: -40px;
	}
	.cpz3{
		margin-top: 35px;
		background-color: #f4f4f4;
		border-radius: 10px;
		padding: 7.9%;
	}
	.cpz3a{
		border-bottom: 1px dashed #9f9f9f;
		padding-bottom: 30px;
		padding-top: 20px;
	}
	.cpz3a p{
		line-height: 22px;
	}
	.cpz3a1{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.cpz3a1 a{
		font-size: 12px;
		color: #5b5b5b;
		transition: all ease 0.4s;
	}
	.cpz3a2{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.cpz3a2 a{font-size: 12px;color: #9f9f9f;transition: all ease 0.4s;}
	.cpz3a:hover .cpz3a1 a{color: #ff8d55;}
	.cpz3a:hover .cpz3a2 a{color: #ff8d55;}
	.cpz3b{margin-top: 30px;line-height: 22px;transition: all ease 0.4s;}
	.cpz3b a{font-size: 12px;color: #ff620a;}
	.cpz3b:hover{margin-left: 10px;}
	.cpx{width: 75.6%;}
	.cpx1{border-bottom: 1px solid #dddddd;position: relative;}
	.cpx1a{font-size: 16px;color: #434444;line-height: 40px;}
	.cpx1a::after{content: "";position: absolute;top: 38px;left: 0;background-image:url(../img/ynd113.jpg);background-repeat: no-repeat;height: 3px;width: 100%;}
	.cpx1b{font-size: 12px;color: #b4b4b4;line-height: 40px;margin-right: 16px;width: 50%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-align: right;}
	.cpx1b a{font-size: 12px;color: #b4b4b4;line-height: 40px;transition: all ease 0.4s;}
	.cpx1b a:hover{color: #ff782c;}
	.cpx2{width: 100%;}
	.cpx2a{width: 100%;height: 100%;margin-top: 36px;position: relative;border-bottom: 1px dashed #cbcbcb;padding-bottom: 40px;}
	.cpx2a1{width: 40%;border: 1px solid #e5e5e5;margin-left: 46px;transition: all ease 0.4s;overflow: hidden;}
	.cpx2a1 img{width: 100%;transition: all ease 0.4s;}
	.cpx2a2{position: absolute;top: 0;right: 3%;width: 48.3%;}
	.cpx2a2 h1{line-height: 46px;}
	.cpx2a2 h6{line-height: 46px;}
	.cpx2a2 h1 a{font-size: 16px;color: #5b5b5b;font-weight: bold;transition: all ease 0.4s;}
	.cpx2a2 h6 a{font-size: 18px;color: #5b5b5b;font-weight: bold;transition: all ease 0.4s;}
	.cpx2a2 p{line-height: 21px;display: -webkir-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow: hidden;}
	.cpx2a2 p a{font-size: 14px;color: #5b5b5b;}
	.cpx2a2a{position: absolute;top: 234px;right: 22px;}
	.cpx2a2b{position: absolute;top: 234px;right: -25px;}
	.cpx2a:hover .cpx2a1{border-color: #ff782c;}
	.cpx2a:hover .cpx2a2 h1 a{color: #ff782c;}
	.cpx2a:hover .cpx2a2 h6 a{color: #ff782c;}
	.cpx2a:hover .cpx2a1 img{transform: scale(1.05);}
	.cpx3{width: 100%;margin-top: 46px;height: 60px;margin-right: 10px;}
	.cpx3_p{width: 60px;height: 60px;background-color: #eff0f6;text-align: center;line-height: 60px;transition: all ease 0.4s;}
	.cpx3_p a{font-size: 18px;color: #1c1c1c;transition: all ease 0.4s;}
	.cpx3_p2{margin-left: 33px;}
	.cpx3_p3{margin-right: 33px;}
	.cpx3_p1{background-color: #ff8d55;}
	.cpx3_p1 a{color: #fff;}
	.cpx3_p:hover{background-color: #ff8d55;}
	.cpx3_p:hover a{color: #fff;}
	.cpx4{background-color: #f4f4f4;border-radius: 10px;padding:27px 2.7%;margin-top: 47px;padding-bottom: 50px;}
	.cpx4a{width:94.2%;margin: 0 auto;}
	.cpx4a1{width: 48.2%;border-bottom: 1px dashed #9f9f9f;padding-left: 8px;padding-right: 14px;}
	.cpx4a1 p:first-child{float: left;width: 70%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.cpx4a1 p:nth-child(2){float: right;line-height: 46px;}
	.cpx4a1 p:first-child a{font-size: 14px;color: #5b5b5b;line-height: 46px;transition: all ease 0.4s;}
	.cpx4a1 p:nth-child(2) a{font-size: 12px;color: #9d9d9d;line-height: 46px;transition: all ease 0.4s;}
	.cpx4a1:hover p a{color: #ff8d55;}
	.cpx5{width: 100%;background-color: #05978f;background-image: url(../img/ynd60.png);background-repeat: no-repeat;background-position: center right -7px;height: 238px;margin-top: 55px;padding-top: 10px;}
	.cpx5a{width: 64.6%;background-color: #017c75;}
	.cpx5a p:first-child{font-size: 16px;color: #fff;font-weight: bold;float: left;margin-left: 44px;line-height: 42px;letter-spacing: 1px;}
	.cpx5a p:nth-child(2){font-size: 12px;color: #fff;line-height: 42px;float: right;margin-right: 33px;}
	.cpx5b{margin-left: 5.2%;width: 81.3%;margin-top: 26px;}
	.cpx5b1{width: 48.9%;}
	.cpx5b1 input:first-child{width: 100%;height: 33px;border: none;font-size: 12px;padding-left: 15px;}
	.cpx5b1 input:nth-child(2){width: 100%;height: 33px;border: none;margin-top: 15px;font-size: 12px;padding-left: 15px;}
	.cpx5b2{width: 49.1%;margin-left: 1.6%;}
	.cpx5b2 textarea{width: 100%;height: 77px;border: none;font-size: 12px;line-height: 33px;padding-left: 15px;}
	.cpx5c{margin-left: 5.2%;width: 81.3%;margin-top: 14px;}
	.cpx5c1{width: 48.9%;} 
	.cpx5c1 input{width: 34.5%;float: left;height: 33px;font-size: 12px;padding-left: 15px;}
	.cpx5c1 img{height: 33px;width: 27.6%;float: left;}
	.cpx5c1 p{margin-left: 19px;float: left;line-height: 33px;}
	.cpx5c1 p a{font-size: 12px;color: #fff;}
	.cpx5c2{width: 49.1%;}
	.cpx5c2a{float: right;background-color: #c3c3c3; width: 126px;height: 35px;margin-left: 19px;color: #fff;cursor: pointer;}
	.cpx5c2b{float: right;background-color: #ff8d55; width: 126px;height: 35px;color: #fff;cursor: pointer;}
	
 /*	三级列表*/
	.cpx6{width:95%;background: #f4f4f4;border-radius: 10px;margin-top: 34px;padding: 14px 2.5%;}
	.cpx6a1{width: 18%;margin: 0 3.5px;line-height: 31px;text-align: left;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding-left: 10px;}
	.cpx6a1 a{font-size: 12px;color: #5b5b5b;}
	.cpx6a1:hover{background-color: #4e4e4e;border-radius: 10px;}
	.cpx6a1:hover a{color: #fff;}
	.cpx6a2{background-color: #5b5b5b;border-radius: 10px;}
	.cpx6a2 a{color: #fff;}
	
 /*	产品内页*/
	.cpn{width: 92.4%;margin: 0 auto;margin-top: 44px;position: relative;}
	.cpn1{width: 43.3%;border: 1px solid #e5e5e5;}
	.cpn1 img{width: 100%;}
	.cpn2{width: 51.7%;}
	.cpn2a{font-size: 18px;color: #059b9a;border-left: 3px solid #07928c;width:100%;background-color: #f4f4f4;line-height: 33px;padding-left: 11px; }
	.cpn2b{width: 91%;margin: 0 auto;font-size: 12px;color: #5b5b5b;line-height: 25px;margin-top: 39.5px;}
	.cpn2 img{position: absolute;top: 241px;right: 0;}
	.cpna{width: 97.3%;margin: 0 auto;border-bottom: 1px dashed #9f9f9f;padding-bottom: 50px;}
	.cpna1{background-color: #f4f4f4;border-left: 3px solid #07928c;font-size: 20px;color: #059b9a;line-height: 36px;padding-left: 10px;margin-top: 38px;}
	.cpna img{margin: 0 auto;}
	.cpna2{width: 88%;margin: 0 auto;margin-bottom: 40px;}
	.cpna2 p{float: left;width: 50%;font-size: 14px;color: #ff8d55;line-height: 33px;}
	.cpna2 p span{font-size: 14px;color: #5b5b5b;}
	.cptd{
		padding:2% 0% 0 2%;
		display: flex;flex-wrap: wrap;
		justify-content: space-between;
	}
	.cptd p{
		display: inline-block;
		width: 49%;
		font-size: 14px;
		color: #5b5b5b;
		padding: 1% 0;
	}
	.xzly{
		padding:2% 2% 0 2%;
	}
	.xzly p{
		font-size: 14px;
		color: #5b5b5b;
		padding: 1% 0;
	}
	.xzly p span{
		float: left;
		    display: block;
		    width: 28px;
		    height: 28px;
		    border-radius: 50%;
		    background-color: #f26e00;
		    font-size: 14px;
		    color: #fff;
		    border: 2px solid #fff;
		    box-shadow: 0 0 2px 0 rgb(242 109 0 / 50%);
		    font-style: italic;
		    padding-left: 7px;
			margin-right: 10px;
			margin-top: -5px;
	}
	.xzly p:nth-child(2n) span{
		background-color: #000;
	}
	.xzly-img{
		padding: 2% 0;
	}
	.xzly-img img{
		display: inline-block;
		width: 48%;
		margin-top: 3.5%;
	}
	.xzly-img img:nth-child(2n){
		margin-left:3.5%;
	}
	.bkwd{
		padding:2% 2% 0 2%;
	}
	.bkwd p{
		font-size: 14px;
		color: #5b5b5b;
		line-height: 170%;
	}
	.bkwd p:nth-child(2){
		 text-indent:2em;
	}
	.bkwd >div{
		padding: 2% 0;
	}
	.bkwd >div img{
		display: inline-block;
	}
	.cptj{
		padding:2% 2% 0 2%;
	}
	.cptj-box:nth-child(1){
		margin-left: 0%;
	}
	.cptj-box{
		width: 30%;
		display: inline-block;
		margin-left: 4%;
	}
	.cptj-box img{
		width: 100%;
	}
	.cptj-box p{
		font-size: 14px;
		text-align: center;
		color: #5b5b5b;
		margin-top: 5%;
	}
	.dba{display: flex;justify-content: space-between;}
	.ycdh{
		width: 21%;
		float: right;
		padding-top: 43px;
	}
	.ycdh h5{
		    font-size: 30px;
		    color: #ff874c;
		    font-weight: bold;
	}
	.ycdh p{
		    font-size: 14px;
		    color: #c7c7c7;
			margin-top: 20px;
	}
	.cpx2a2 p a span{
		display: block;
		margin-bottom: 5px;
	}
	.cpna_t{width: 340px;}
		.l_change{position: relative;width: 100%;}
		#tsShopContainer li,#tsShopContainer img{vertical-align:top;}
		#tsShopContainer{width:100%;position:relative;z-index:3}
		#tsShopContainer #tsImgS{text-align:center;width: 100%;margin: 0 auto;position:relative;border: 1px solid #eaeaea;}
		#tsShopContainer #tsImgS a{display:block;text-align:center;margin:0px auto;}
		#tsShopContainer #tsImgS img{border:0px;}
		#tsShopContainer #tsPicContainer{width:100%;height:60px;position:relative;z-index:4;margin-top: 16px;}
		#tsShopContainer #tsPicContainer #tsImgSArrL{width:20px;height:20px;background:url(../img/s32.png) no-repeat right center;position:absolute;top:20px;left:0px;cursor:pointer;background-size: 100%;transition: all ease 0.3s;}
		#tsShopContainer #tsPicContainer #tsImgSArrL:hover{background:url(../img/s32-1.png);}
		#tsShopContainer #tsPicContainer #tsImgSArrR{width:20px;height:20px;background:url(../img/s33.png) no-repeat left center;position:absolute;top:20px;right:0px;cursor:pointer;background-size: 100%;transition: all ease 0.3s;}
		#tsShopContainer #tsPicContainer #tsImgSArrR:hover{background:url(../img/s33-1.png);}
		#tsShopContainer #tsPicContainer #tsImgSCon{position:absolute;left:28px;width:100px;height:61px;overflow:hidden;z-index:5}
		#tsShopContainer #tsPicContainer #tsImgSCon ul{width:100%;overflow:hidden;}
		#tsShopContainer #tsPicContainer #tsImgSCon li{width:96px;float:left;cursor:pointer;overflow:hidden;}
		#tsShopContainer #tsPicContainer #tsImgSCon li img{margin:0 auto;border:1px solid #eaeaea;display:block;width:80px;}
		#tsShopContainer #tsPicContainer #tsImgSCon li.tsSelectImg img{border:1px solid #f16300;margin:0 auto;}
		.afd{position: absolute;right: 8px;bottom: 85px;}
		.cpna_w{width: 62.745%;}
		.cpna_w .cplba_w{width: 100%;}
		/*.cpna_w .cplba_wp p{margin-top: 29px;}*/
		.cpna_w .cplba_w h5{background-image: url(../img/y467.png);background-repeat: no-repeat;background-position: left center;width: 275px;height: 48px;line-height: 48px;font-size: 14px;color: #fff;padding-left: 53px;margin-top:20px;}
		.cpna_w .cplba_w h5 b{font-family: Arial;font-size: 18px;margin-left: 7px;}
		.cpnb{width: 100%;}
		.cpnb .cpla_a p{font-size: 16px;}
		.cpnba{width: 100%;margin-top: 50px;}
		.cpnbaa{width: 96.226%;margin: 0 auto;margin-top: 24px;}
		.cpnbaa p{font-size: 14px;line-height: 36px;float: left;width: 50%;}
		.cpnbb{width: 100%;margin-top: 32px;}
		.cpnbba{width: 96.226%;margin: 0 auto;margin-top: 30px;}
		.cpnbba table{width: 100%;border-collapse: collapse;}
		.cpnbba table td{height: 40px;border: 1px solid #d0d0d0;padding-left: 29px;font-size: 14px;color: #666666;}
		.cpnbba table td b{color: #333333;}
		.cpnbc{width: 100%;margin-top: 52px;}
		.cpnbca{width: 96.226%;margin: 0 auto;margin-top: 15px;}
		.cpnbca p{font-size: 14px;color: #333333;line-height: 24px;margin-top: 8px;}
		.cpnbca p span:nth-child(1){float: left;display: block;width: 28px;height: 28px;border-radius: 50%;background-color: #f26e00;font-size: 14px;color: #fff;border: 2px solid #fff;box-shadow: 0 0 2px 0 rgba(242,109,0,0.5);font-style: italic;padding-left: 7px;}
		.cpnbca p span:nth-child(2){float: right;width: calc(100% - 34px);margin-top: 2px;}
		.cpnbca p:nth-child(2n) span:nth-child(1){background-color: #000;}
		.cpnbcb{width: 96.226%;margin: 0 auto;}
		.cpnbcb img{width: 47.45%;margin-top: 46px;}
		.cpnbd{width: 100%;margin-top: 53px;}
		.cpnbda{width: 96.226%;margin: 0 auto;}
		.cpnbda p{font-size: 14px;color: #333333;line-height: 24px;margin-top: 27px;}
		.cpnbda h6{font-size: 18px;color: #333333;font-weight: bold;line-height: 28px;margin-top: 24px;text-align: center;}
		.cpnbda img{display: block;margin: 0 auto;margin-top: 11px;}
		.cpnbdaa{width: 100%;}
		.cpnbdaa img{width: 31.37%;float: left;margin-top: 18px;}
		.cpnbdaa img:nth-child(2n){margin: 0 2.945%;margin-top: 18px;}
		.cpnbe{width: 98.2%;margin: 0 auto;margin-top: 39px;overflow: hidden;}
		.cpnbe .cpcb_a{width: 100%;}
		.cpnbe .cpcb_a .cpcb_at{border: 1px solid #eaeaea;}
		#swiper_tjcp{width: 110%;}
		.cpnbf{width: 100%;margin-top: 34px;}
		.cpnbfa{width: 96.226%;margin: 0 auto;margin-top: 28px;border: 2px solid #f16300;padding: 25px 34px 30px 34px;}
		.cpnbfa h6{font-size: 16px;color: #333333;line-height: 26px;}
		.cpnbfa p{font-size: 14px;color: #666666;line-height: 30px;margin-top: 15px;}
	.cpna_w{width: calc(100% - 420px);}
	.cplba_w h6{font-size: 20px;color: #333333;line-height: 74px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;border-bottom: 1px dashed #e5e5e5;}
	.cplba_w h1{background-color: #f4f4f4;border-left: 3px solid #07928c;font-size: 20px;color: #059b9a;line-height: 32px;padding-left: 10px;}
	.cplba_wp{width: 100%;}
	.cplba_wp p{font-size: 14px;color: #666666;line-height: 24px;}
	.cplba_wp p span{color: #333333;font-size: 14px;}
	.afd{position: absolute;right: 8px;bottom: 85px;}
		.cpna_w .cplba_w{width: 100%;}
		.cpna_w .cplba_wp p{margin-top: 15px;}
		.cpna_w .cplba_w h5{background-image: url('../img/y467.png');background-repeat: no-repeat;background-position: left center;width: 275px;height: 48px;line-height: 48px;font-size: 14px;color: #fff;padding-left: 53px;}
		.cpna_w .cplba_w h5 b{font-family: Arial;font-size: 18px;margin-left: 7px;}
	
	.cpna3{width: 98%;margin: 0 auto;margin-top: 41px;}
	.cpna3 img{width: 250px;height: 187px;border: 1px solid #e5e5e5;float: left;margin: 0 2%;}
	.cpna3 p{font-size: 14px;color: #5b5b5b;line-height: 22px;margin-top: 23px;}
	.cpna42{background-color: #9d9d9d;}
	.cpna43{background-color: #e3efef;}
	.cpna44{background-color: #d5e7f4;}
	.cpna41 td{font-size: 14px;color: #5b5b5b;height: 30px;padding-left: 22px;border: 1px solid #fff; }
	.cpna42 td{font-size: 14px;color: #fff;}
	.cpna42 td:first-child{width: 26.6%;}
	.cpna41{width: 94.7%;margin: 0 auto;margin-top: 38px;}
	.cpna5{width: 100%;margin: 0 auto;}
	.cpna5 > p{font-size: 14px;color: #5b5b5b;display: table;margin: 0 auto; line-height: 46px;width: 88%;}
	.cpna5a{width: 90.5%;margin: 0 auto;}
	.cpna5a p{font-size: 14px; float: left;width: 121px;background: #eff0f6;border-bottom: 3px solid #05a199;line-height: 31px;margin: 5px 12px;text-align: center;}
	.cpna5b{width: 100%;}
	.cpna5b img{float: left;width: 48%;margin-top:3.5%;}
	.cpna5b img:nth-child(2n){
		margin-left:3.5%;
	}
	.cpxa7{background-image: url(../img/ynd73.jpg);background-repeat: no-repeat;float: right;line-height: 47px;width: 168px;margin-top: -25px;}
	.cpxa7 a{font-size: 18px;color: #fff;margin-left: 22px;transition: all ease 0.4s;}
	.cpxa7:hover a{margin-left: 30px;}
	
 /*	案例列表*/
	.alx2{width: 100%;}
	.alx2a{width: 100%;height: 100%;margin-top: 53px;position: relative;border-bottom: 1px dashed #cbcbcb;padding-bottom: 56px;}
	.alx2a1{width: 44.1%;border: 1px solid #e5e5e5;margin-left: 5%;overflow: hidden;}
	.alx2a1 img{transition: all ease 0.4s;}
	.alx2a2{position: absolute;top: 6px;right: 3%;width: 43.6%;}
	.alx2a2 h1{line-height: 46px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.alx2a2 h6{line-height: 46px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.alx2a2 h1 a{font-size: 18px;color: #5b5b5b;}
	.alx2a2 h6 a{font-size: 18px;color: #5b5b5b;}
	.alx2a2 p{line-height: 21px;display: -webkir-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow: hidden;}
	.alx2a2 p a{font-size: 12px;color: #5b5b5b;}
	.alx2a2a{position: absolute;top: 210px;right: 53px;}
	.alx2a2b{position: absolute;top: 210px;right: 10px;}
	.alx2a:hover .alx2a1 img{transform: scale(1.1);}
	.alx2a:hover .alx2a2 h1 a{color: #ff782c;}
	.alx2a:hover .alx2a2 h6 a{color: #ff782c;}
	.alx3{width: 100%;margin-top: 46px;height: 60px;}
	.alx3_p{width: 60px;height: 60px;background-color: #eff0f6;text-align: center;line-height: 60px;}
	.alx3_p a{font-size: 18px;color: #1c1c1c;}
	.alx3_p2{margin-left: 33px;}
	.alx3_p3{margin-right: 33px;}
	.alx3_p1{background-color: #ff8d55;}
	.alx3_p1 a{color: #fff;}
	.alx3_p:hover{background-color: #ff8d55;}
	.alx3_p:hover a{color: #fff;}
	
 /*	案例内页*/
	.aln1{width: 91.4%;margin: 0 auto;margin-top: 55px;}
	.aln1a{width: 48.1%;}
	.aln1a img{width: 100%;}
	.aln1b{width: 43%;position: relative;}
	.aln1b1{border-left: 3px solid #07928c;font-size: 18px;color: #05a199;font-weight: bold;padding-left: 19px;line-height: 33px;}
	.aln1b2{font-size: 14px;color: #5b5b5b;line-height: 44px;margin-left: 23px;margin-top: 23px;}
	.aln1b img{position: absolute;top: 210px;right: 0;}
	.aln2{width: 97%;margin: 0 auto;margin-top: 51px;}
	.aln2a{width: 93.7%;margin: 0 auto;border-bottom: 1px dashed #9f9f9f;padding-bottom: 66px;}
	.aln2a1{width: 92.6%;margin: 0 auto;}
	.aln2a img{margin: 0 auto;margin-top: 23px;display: table;}
	.aln2a p{font-size: 12px;color: #5b5b5b;line-height: 24px;margin-top: 30px;}
	.aln2a2{background-image: url(../img/ynd86.jpg);background-repeat: no-repeat;width: 100%;height: 85px;font-size: 14px;color: #696969;line-height: 25px;text-align: left;padding-left: 146px;padding-top: 19.5px;margin-top: 68.5px;}
	.aln2a3{border: 5px solid #e5e5e5;padding-bottom: 28px;margin-top: 38px;background-image: url(../img/ynd118.jpg);background-repeat: no-repeat;background-size: contain;background-position: right;}
	.aln2a3 p:first-child{font-size: 18px;color: #ff7606;font-weight: bold;margin-left: 58px;background-image: url(../img/ynd87.png);background-repeat: no-repeat;padding-left: 42px;line-height: 21px;}
	.aln2a3 span{font-size: 14px;color: #5b5b5b;line-height: 25px;margin-left: 58px;display: table;margin-top: 7.5px;}
	.aln2a3 p:nth-child(3){background-image: url(../img/ynd88.jpg);background-repeat: no-repeat;font-size: 16px;font-family: "arial";color: #fff;font-weight: bold;padding-left: 9.6%;line-height: 27px;margin-left: 58px;padding-right: 2%;margin-top: 11px;}
	.aln2a3 p:nth-child(4){width: 8.5%;text-align: center;font-size: 14px;color: #4f4f4f;line-height: 27px;margin-top: 11px;}
	.aln2a3 p:nth-child(5){background-image: url(../img/ynd89.jpg);background-repeat: no-repeat;font-size: 16px;font-family: "arial";color: #fff;font-weight: bold;padding-left: 9.6%;line-height: 27px;padding-right: 2%;margin-top: 11px;}
	
 /*	客户评价*/
	.pjl{width: 97.7%;margin-top: 9px;}
	.pjl1{width: 100%;border-bottom: 1px dashed #cbcbcb;}
	.pjl1a{width: 12.3%;}
	.pjl1a img{margin-left: 24px;margin-top: 82px;}
	.pjl1b{width: 63.4%;padding-bottom: 61.5px;}
	.pjl1b h1{font-weight: bold;line-height: 59px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-top: 39.5px;}
	.pjl1b h1 a{font-size: 14px;color: #5b5b5b;transition: all ease 0.4s;font-weight: bold;}
	.pjl1b h6{font-weight: bold;line-height: 59px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-top: 39.5px;}
	.pjl1b h6 a{font-size: 14px;color: #5b5b5b;transition: all ease 0.4s;font-weight: bold;}
	.pjl1b p{line-height: 17px;height: 51px;overflow: hidden;}
	.pjl1b p a{font-size: 12px;color: #5b5b5b;transition: all ease 0.4s;}
	.pjl1c{width: 24%;margin-top: 69px;}
	.pjl1c p{background-color: #4e4f4f;width: 112px;height: 31px;border-radius: 5px;text-align: center;line-height: 31px;margin-left: 64px;transition: all ease 0.4s;}
	.pjl1c p a{font-size: 12px;color: #fff;transition: all ease 0.4s;}
	.pjl1:hover .pjl1b h1 a{color: #ff8d55;}
	.pjl1:hover .pjl1b h6 a{color: #ff8d55;}
	.pjl1:hover .pjl1b p a{color: #ff8d55;}
	.pjl1:hover .pjl1c p{background-color: #ff8d55;}
	.pjl1c p:hover a{margin-left: 10px;}
	
	
 /*	评价内页*/
	.pjn{width: 97%;margin: 0 auto;margin-top: 10px;border-bottom: 1px dashed #cbcbcb;padding: 35px 0;}
	.pjn1{width: 10.2%;}
	.pjn1 img{float: right;}
	.pjn2{width: 80%;}
	.pjn2 p{text-align: center;font-size: 18px;color: #5b5b5b;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.pjn2 h1{text-align: center;font-size: 18px;color: #5b5b5b;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.pjn3{width: 9.5%;}
	.pjna{width: 84.1%;margin: 0 auto;margin-top: 39px;padding-bottom: 60px;border-bottom: 1px dashed #9f9f9f;}
	.pjnaa > p{font-size: 14px;color: #5b5b5b;line-height: 24px;}
	.pjnaa img{margin: 0 auto;margin-top: 27px;margin-bottom: 33px;}
	.pjn2a2{background-image: url(../img/ynd86.jpg);background-repeat: no-repeat;height: 85px;font-size: 14px;color: #696969;line-height: 25px;text-align: left;padding-left: 146px;padding-top: 19.5px;margin-top: 68.5px;}
	.pjn2a3{border: 5px solid #e5e5e5;padding-bottom: 28px;margin-top: 38px;padding-top: 25px;background-image: url(../img/ynd118.jpg);background-repeat: no-repeat;background-size: contain;background-position: right;}
	.pjn2a3 p:first-child{font-size: 18px;color: #ff7606;font-weight: bold;margin-left: 58px;background-image: url(../img/ynd87.png);background-repeat: no-repeat;padding-left: 42px;line-height: 21px;}
	.pjn2a3 span{font-size: 14px;color: #5b5b5b;line-height: 25px;margin-left: 58px;display: table;margin-top: 7.5px;}
	.pjn2a3 p:nth-child(3){background-image: url(../img/ynd88.jpg);background-repeat: no-repeat;font-size: 16px;font-family: "arial";color: #fff;font-weight: bold;padding-left: 8.6%;line-height: 27px;margin-left: 58px;padding-right: 2%;margin-top: 11px;}
	.pjn2a3 p:nth-child(4){width: 8.5%;text-align: center;font-size: 14px;color: #4f4f4f;line-height: 27px;margin-top: 11px;}
	.pjn2a3 p:nth-child(5){background-image: url(../img/ynd89.jpg);background-repeat: no-repeat;font-size: 16px;font-family: "arial";color: #fff;font-weight: bold;padding-left: 8.6%;line-height: 27px;padding-right: 2%;margin-top: 11px;}
	
	
 /*	合作客户*/
	.khz{width: 97.7%;margin: 0 auto;}
	.khz1{width: 100%;border-bottom: 1px dashed #cbcbcb;padding: 44px 0;}
	.khz1a{width: 26.6%;margin-left: 3.1%;border: 1px solid #e5e5e5;}
	.khz1a img{width: 100%;}
	.khz1b{width: 70%;height: 135px;transition: all ease 0.4s;}
	.khz1b h1{font-size: 16px;color: #3f3f3f;line-height: 46px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-left: 50px;margin-top: 22px;}
	.khz1b h6{font-size: 16px;color: #3f3f3f;line-height: 46px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-left: 50px;margin-top: 22px;}
	.khz1b p{font-size: 14px;color: #828282;line-height: 34px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-left: 50px;}
	.khz1:hover .khz1b{background-color: #f3f3f3;}
	
 /*	行业应用*/
	.yyx2{width: 100%;}
	.yyx2a{width: 100%;height: 100%;margin-top: 53px;position: relative;border-bottom: 1px dashed #cbcbcb;padding-bottom: 56px;}
	.yyx2a1{width: 40.9%;border: 1px solid #e5e5e5;margin-left: 5%;overflow: hidden;}
	.yyx2a1 img{width: 100%;transition: all ease 0.4s;}
	.yyx2a2{position: absolute;top: 6px;right: 3%;width: 43.6%;}
	.yyx2a2 h1{line-height: 46px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.yyx2a2 h6{line-height: 46px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.yyx2a2 h1 a{font-size: 18px;color: #5b5b5b;}
	.yyx2a2 h6 a{font-size: 18px;color: #5b5b5b;}
	.yyx2a2 p{line-height: 21px;display: -webkir-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow: hidden;}
	.yyx2a2 p a{font-size: 12px;color: #5b5b5b;}
	.yyx2a2a{position: absolute;top: 210px;right: 53px;}
	.yyx2a2b{position: absolute;top: 210px;right: 10px;}
	.yyx2a:hover .yyx2a1 img{transform: scale(1.1);}
	.yyx2a:hover .yyx2a2 h1 a{color: #ff782c;}
	.yyx2a:hover .yyx2a2 h6 a{color: #ff782c;}
	.yyx3{width: 100%;margin-top: 46px;height: 60px;}
	.yyx3_p{width: 60px;height: 60px;background-color: #eff0f6;text-align: center;line-height: 60px;}
	.yyx3_p a{font-size: 22px;color: #1c1c1c;}
	.yyx3_p2{margin-left: 33px;}
	.yyx3_p3{margin-right: 33px;}
	.yyx3_p1{background-color: #ff8d55;}
	.yyx3_p1 a{color: #fff;}
	.yyx3_p:hover{background-color: #ff8d55;}
	.yyx3_p:hover a{color: #fff;}
	
 /*	行业内页*/
	.yyn{width: 97.7%;margin: 0 auto;}
	.yyn h1{border-bottom: 1px dashed #cbcbcb;font-size: 18px;color: #5b5b5b;font-weight: bold;text-align: center;line-height: 54px;margin-top: 33px;}
	.yyn p{font-size: 12px;color: #989898;line-height: 42px;text-align: center;}
	.yyna{padding-bottom: 60px;border-bottom: 1px dashed #9f9f9f;}
	.yyna p:nth-child(1){width: 86.9%;font-size: 14px;color: #5b5b5b;line-height: 24px;margin-left: 5.9%;margin-top: 33px;text-indent: 2em;}
	.yyna1{background-color: #f4f4f4;border-left: 3px solid #07928c;font-size: 14px;color: #059b9a;line-height: 32px;padding-left: 10px;margin-top: 37px;}
	.yynaa p{width: 86.9%;font-size: 14px;color: #5b5b5b;line-height: 24px;margin-left: 5.9%;margin-top: 33px;text-indent: 2em;}
	.yyna p:nth-child(3){width: 86.9%;font-size: 14px;color: #5b5b5b;line-height: 24px;margin-left: 5.9%;margin-top: 33px;text-indent: 2em;}
	.yyna p:nth-child(4){width: 86.9%;font-size: 14px;color: #5b5b5b;line-height: 24px;margin-left: 5.9%;margin-top: 33px;text-indent: 2em;}
	.yyna p:nth-child(6){width: 86.9%;font-size: 14px;color: #5b5b5b;line-height: 24px;margin-left: 5.9%;margin-top: 33px;}
	.yyna p:nth-child(7){width: 86.9%;font-size: 14px;color: #5b5b5b;line-height: 24px;margin-left: 5.9%;margin-top: 20px;}
	.yyna p span{color:#ff8d55;}
	.yyna h1{width: 86.9%;margin-left: 5.9%;text-indent: 2em; font-size: 12px;color: #909090;}
	.yyna p:nth-child(9){width: 86.9%;font-size: 14px;color: #5b5b5b;line-height: 24px;margin-left: 5.9%;margin-top: 27px;}
	.yyna p:nth-child(11){width: 86.9%;font-size: 14px;color: #5b5b5b;line-height: 24px;margin-left: 5.9%;margin-top: 33px;}
	.yyna p:nth-child(13){width: 86.9%;font-size: 14px;color: #5b5b5b;line-height: 24px;margin-left: 5.9%;margin-top: 33px;}
	.yyna img{margin: 0 auto;margin-top: 50px;}
	.yyn2a2{background-image: url(../img/ynd86.jpg);background-repeat: no-repeat;width: 100%;height: 85px;font-size: 14px;color: #696969;line-height: 25px;text-align: left;padding-left: 146px;padding-top: 19.5px;margin-top: 68.5px;background-size: 86%;}
	.yyn2a3{border: 5px solid #e5e5e5;margin-top: 38px;background-image: url(../img/ynd118.jpg);background-repeat: no-repeat;background-size: contain;background-position: right;}
	.yyn2a3 p:first-child{font-size: 18px;color: #ff7606;font-weight: bold;margin-left: 58px;background-image: url(../img/ynd87.png);background-repeat: no-repeat;padding-left: 10px;line-height: 21px;}
	.yyn2a3 span{font-size: 14px;color: #5b5b5b;line-height: 25px;margin-left: 58px;display: table;margin-top: 7.5px;}
	.yyn2a3 p:nth-child(3){background-image: url(../img/ynd88.jpg);background-repeat: no-repeat;font-size: 16px;font-family: "arial";color: #fff;font-weight: bold;padding-left: 5.6%;line-height: 27px;margin-left: 58px;padding-right: 2%;margin-top: 11px;width: 24%;}
	.yyn2a3 p:nth-child(4){width: 8.5%;text-align: center;font-size: 14px;color: #4f4f4f;line-height: 27px;margin-top: 11px;margin-left: 0;text-indent: 0em;}
	.yyn2a3 p:nth-child(5){background-image: url(../img/ynd89.jpg);background-repeat: no-repeat;font-size: 16px;font-family: "arial";color: #fff;font-weight: bold;padding-left: 9.6%;line-height: 27px;padding-right: 2%;margin-top: 11px;}

	/*新闻列表页*/
	.xwl{width: 97.9%;margin:0 auto;margin-top: 50px;}
	.xwl1{border-bottom: 1px dashed #cbcbcb;width: 100%;padding-top: 36px;padding-bottom: 47px;transition: all ease 0.4s;}
	.xwl1a{width: 15.7%;margin-left: 2.8%;}
	.xwl1aa{width: 101px;height: 106px;background-color: #545454;transition: all ease 0.4s;}
	.xwl1aa h1{text-align: center;font-family: "arial";line-height: 34.35px;padding-top: 17px;}
	.xwl1aa h6{text-align: center;font-family: "arial";line-height: 34.35px;padding-top: 17px;}
	.xwl1aa h1 a{font-size: 52.35px;color: #fff;}
	.xwl1aa h6 a{font-size: 52.35px;color: #fff;}
	.xwl1aa p{text-align: center;font-family: "arial" line-height}
	.xwl1aa p a{font-size: 18.32px;color: #fff;}
	.xwl1b{width: 58.9%;}
	.xwl1b h1{line-height: 32px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.xwl1b h6{line-height: 32px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.xwl1b h1 a{font-size: 18px;color: #323232;}
	.xwl1b h6 a{font-size: 18px;color: #323232;}
	.xwl1b span{background-image: url(../img/ynd103.png);background-repeat: no-repeat;line-height: 16px;padding-left: 31px;}
	.xwl1b span a{font-size: 12px;color: #aeaeae;}
	.xwl1b p{line-height: 20px;margin-top: 18px;text-indent: 2em;overflow: hidden;height: 40px;}
	.xwl1b p a{font-size: 12px;color: #828282;}
	.xwl1c{padding-top: 43px;width: 18%;}
	.xwl1c p{background-image: url(../img/ynd104.jpg);background-repeat: no-repeat;width: 112px;height: 31px;text-align: center;line-height: 31px;transition: all ease 0.4s;}
	.xwl1c p a{font-size: 12px;color: #fff;}
	.xwl1:hover{background-color: #f6f6f6;}
	.xwl1:hover .xwl1aa{background-color: #f6772f;}
	.xwl1c p:hover{padding-left: 10px;}
	
/*	新闻内页*/
	.xwn{width: 97.9%;margin: 0 auto;}
	.xwn h1{border-bottom: 1px dashed #cbcbcb;font-size: 18px;color: #5b5b5b;font-weight: bold;text-align: center;line-height: 54px;margin-bottom: 14px;}
	.xwn1{font-size: 12px;color: #aeaeae;float: left;background-image: url(../img/ynd105.png);background-repeat: no-repeat;padding-left: 28px;margin-left: 166px;height: 17px;}
	.xwn2{font-size: 12px;color: #aeaeae;float: left;background-image: url(../img/ynd103.png);background-repeat: no-repeat;padding-left: 28px;margin-left: 192px;}
	.xwn3{width: 89.9%;margin: 0 auto;padding-bottom: 69px;border-bottom: 1px dashed #9f9f9f;font-size: 14px;color: #5b5b5b;line-height: 28px;}
	.xwn3 img{margin: 0 auto;margin-top: 43px;margin-bottom: 60px;}
	.xwn3 > p{font-size: 14px;color: #5b5b5b;line-height: 28px;text-indent: 2em;}
	.xwn3 > p a{font-size: 14px;color: #5b5b5b;line-height: 28px;font-weight: bold;}
	.xwn3 span{font-size: 14px;color: #5b5b5b;line-height: 28px;}
	.xwn8{font-size: 12px;color: #7e7e7e;line-height: 22px;}
	.xwn8 a{font-size: 12px;color: #7e7e7e;line-height: 22px;transition: all ease 0.4s;}
	.xwn8 a:hover{color: #05a199;}
	.xwn2a2{background-image: url(../img/ynd86.jpg);background-repeat: no-repeat;width: 116%;height: 85px;font-size: 14px;color: #696969;line-height: 25px;text-align: left;padding-left: 146px;padding-top: 19.5px;margin-top: 68.5px;background-size: 86%;}
	.xwn2a3{border: 5px solid #e5e5e5;padding-bottom: 28px;margin-top: 38px;padding-top: 40px;background-image: url(../img/ynd118.jpg);background-repeat: no-repeat;background-size: contain;background-position: right;}
	.xwn2a3 p:nth-child(1){font-size: 18px;color: #ff7606;font-weight: bold;margin-left: 58px;background-image: url(../img/ynd87.png);background-repeat: no-repeat;padding-left: 42px;line-height: 21px;}
	.xwn2a3 span{font-size: 14px;color: #5b5b5b;line-height: 25px;margin-left: 58px;display: table;margin-top: 7.5px;}
	.xwn2a3 p:nth-child(3){background-image: url(../img/ynd88.jpg);background-repeat: no-repeat;font-size: 16px;font-family: "arial";color: #fff;font-weight: bold;padding-left: 8.6%;line-height: 27px;margin-left: 58px;padding-right: 2%;margin-top: 11px;width: 24%;}
	.xwn2a3 p:nth-child(4){width: 8.5%;text-align: center;font-size: 14px;color: #4f4f4f;line-height: 27px;margin-top: 11px;margin-left: 0;text-indent: 0em;}
	.xwn2a3 p:nth-child(5){background-image: url(../img/ynd89.jpg);background-repeat: no-repeat;font-size: 16px;font-family: "arial";color: #fff;font-weight: bold;padding-left: 8.6%;line-height: 27px;padding-right: 2%;margin-top: 11px;}
	
/*	关于优耐德*/
	.ynd{width: 97.9%;margin: 0 auto; border-bottom: 1px dashed #cbcbcb;}
	.ynd h1{font-size: 18px;color: #ff620a;text-align: center;line-height: 34px;margin-top: 43px;font-weight: bold;}
	.ynd h6{font-size: 18px;color: #ff620a;text-align: center;line-height: 34px;margin-top: 43px;font-weight: bold;}
	.ynd p{font-size: 14px;color: #cecece;font-weight: bold;line-height: 18px;text-align: center;text-transform: uppercase;padding-bottom: 21px;}
	.ynd1{width: 91.6%;margin: 0 auto;border-bottom: 1px dashed #9f9f9f;}
	.ynd1 img:first-child{margin: 0 auto;width: 68.5%;margin-top: 57px;}
	.ynd1 p{font-size: 14px;color: #5b5b5b;line-height: 28px;text-indent: 2em;margin-top: 45px;}
	.ynd1 img{margin: 48px auto;width: 98%;}
	
/*	荣誉资质*/
	.ry{width: 73.6%;margin: 0 auto;}
	.ry img{margin-top: 67px;width: 100%;margin-bottom: 49px;}
	.ry p{background-image: url(../img/ynd111.png);background-repeat: no-repeat;font-size: 12px;color: #6b6b6b;line-height: 42px;float: left;width: 40%;background-position: left;padding-left: 31px;margin-left: 30px;}
	
/*	联系我们*/
	.lx111{width: 94%;margin: 0 auto;}
	.lx111 > img{width: 89.3%;margin: 0 auto; margin-top: 35px;}
	.lx111 p:nth-child(odd){background-image: url(../img/ynd112.png);background-repeat: no-repeat;padding-left: 44px;font-size: 14px;color: #575757;line-height: 48px;background-position: left;width: 48%;float: left;border-bottom: 1px dashed #cbcbcb;margin-left: 10px;}
	.lx111 p:nth-child(even){background-image: url(../img/ynd112.png);background-repeat: no-repeat;padding-left: 44px;font-size: 14px;color: #575757;line-height: 48px;background-position: left;width: 42%;float: right;border-bottom: 1px dashed #cbcbcb;margin-left: 10px;}
	
	.lxds_dt{width: 95%;margin: 0 auto;margin-top: 40px;}
	
	#gaoxin{font-size: 20px;font-weight: bold;}
}



@media screen and (min-width:760px) and (max-width:1199px)
{
    /*网站地图*/
	.wzdt{width: 96%;margin: 0 auto;}
	.wzdt_a{border: solid 2px #e5e5e5;margin-top: 22px;}
	.wzdt_a h1{width: 96%;margin: 0 auto;border-bottom: 1px solid #f2f2f2;margin-top: 5px;}
	.wzdt_a h1 a{font-size: 16px;color: #505050;font-weight: bold;line-height: 45px;}
	.wzdt_a p{margin: 0 25px;}
	.wzdt_a p a{color: #505050;line-height: 42px;margin-right: 15px;}
	.wzdt_a p a:hover{color: #0665d0}
	/*网站地图*/
	/*404*/
    .fzfbox{width:100%;margin:0 auto;background:#f9f9f9;padding:30px;margin-bottom: -90px;}
.fzf1{width:90%;margin:15px auto;}
.fzf1 img{width:100%;margin:0 auto;}
.fzf2{width:100%;margin:0 auto;}
.fzf2 p{font-size:18px;color:#434343;text-align:center;line-height:30px;}
.fzf2-1{width:100%;margin:0 auto;}
.fzf2-1 p{font-size:16px;color:#434343;text-align:center;line-height:30px;}
.fzf2-1 p span{color:#333;}
.fzf3{width:310px;margin:30px auto;}
.fzf3z{float:left;}
.fzf3z img{width:100%;margin:0 auto;}
.fzf3y{float:right;}
.fzf3y img{width:100%;margin:0 auto;}   
    /*404*/
.clearfix{ clear:both;}
.fl{ float: left;}
.fr{float:right}
body{margin:0; padding:0;font-family: "微软雅黑"; font-size: 12px;overflow-x: hidden;}
a,ul,li,ol,p,h1,h2,h3,h4,h5,h6,dl,dt,dd{list-style:none;padding:0;margin:0;text-decoration:none;font-weight:normal; font-size: 12px;color: #858585;}
* img{display:block;}
input{padding:0;margin:0;outline:none;}
.mob{display: none;}
.pc{display: block;}
*{box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	}
	
	/*	top*/
	.top{
		width: 100%;
		box-shadow: 5px 0px 35px 0px rgba(243,110,36,0.16);
	}
	.top1a{
		margin-left: 1.5%;
	}
	.top1a p{
		font-size: 12px;
		color: #767676;
		line-height: 31px;
	}
	.top1b{
		margin-right: 4.3%;
	}
	.top1b1 p{
		font-size: 12px;
		color: #767676;
		line-height: 31px;
	}
	.top1b1 p a{
		font-size: 12px;
		color: #767676;
		transition: all ease 0.4s;
	}
	.top1b1 p a:hover{
		color: #ff782c;
	}
	
 /*	nav*/
	.nav{
		width: 100%;
	}
	.nav1a{
		width: 50%;
	}
	.nav1a1{
		width: 34.5%;
		margin-top: 28px;
		box-shadow: 42px 0px 50px -29px rgba(237,209,188,0.5);
	}
	.nav1a1 img{
		width: 100%;
	}
	.nav1a2{
		margin-top: 53px;
	}
	.nav1a2 h6{
		font-size: 19px;
		color: #fd7d19;
		font-weight: bold;
		line-height: 30px;
	}
	.nav1a2 p{
		font-size: 16px;
		color: #4c4c4c;
		line-height: 24px;
	}
	.nav1a2 p:first-child{
		margin-top: 26px;
	}
	.nav1b{
		width: 45%;
		margin-top: 53px;
	}
	.navab1{
		width:38.1%; 
	}
	.nav1b1 p{
		font-size: 14px;
		color: #7f7f7f;
		line-height: 18px;
		margin-left: 44.6%;
	}
	.nav1b1 span{
		font-size: 32px;
		color: #ff6701;
		font-weight: bold;
	}
	.nav1b2{
		width: 10%;
		margin-left: 2.4%;
		margin-right: 9%;
		margin-top: -1px;
	}
	
 /*	导航*/
	.dh{
		width: 100%;
		height: 67px;
		margin-top: 25px;
	}
	.dh1{
		height: 67px;
		position: relative;
		z-index: 2;
	}
	.dh1a{
		width: 100%;
	}
	.dh1a1{
		width: 10%;
		text-align: center;
		background: #ff782c;
		height: 67px;
	}
	.dh1a1:nth-child(5){width: 19%}
	.dh1a1 a{
		font-size: 15px;
		color: #fff;
		line-height: 67px;
	}
	.dh1a2{
		background: #3a3a3a;
	}
	.dh1a1:hover{
		background: #3a3a3a;
	}
	.dha{
		width: 1.5%;
		height: 37px;
		position: absolute;
		top: 0;
		left: -18px;
	}
	.dha img{
		width: 100%;
	}
	.dhb{
		width: 2.5%;
		height: 57px;
		position: absolute;
		top: 0;
		right: -11px;
	}
	.dhb img{
		width: 100%;
	}
	.dh1a1b{
		background: rgba(58,58,58,0.8);
	}
	.dh1a1b1 a{
		font-size: 14px;
		color: #fff;
		line-height: 25px;
		display: block;
		padding: 10px 0;
	}
	.dh1a1b1:hover{
		background: #ff782c;
	}
	
 /*	banner*/
	.ban{
		width: 100%;
		z-index: 1;
	}
	.ban{
		width: 100%;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		top: -30px;
	}
	.bana{
		width: 1920px;
		overflow: hidden;
		height: 522px;
		position: relative;
		left: 50%;
		margin-left: -600px;
		z-index: -1;
	}
	.banb{
		width: 1200px;
	}
	.banb_a{
		width: 47px;
		height: 109px;
		position: absolute;
		left: 3%;
		top: calc(50% - 65px);
		cursor: pointer;
	}
	.banb_c{
		width: 47px;
		height: 109px;
		position: absolute;
		left: 93%;
		top: calc(50% - 65px);
		cursor: pointer;
		z-index: 15;
	}
	.banb_e{
		z-index: 1000;
		bottom: 20px;
		position: absolute;
		left: calc(50% - 36px);
	}
	.banb_e li{
		width:12px; 
		height: 12px; 
		background: #fff;
		border-radius: 50%;
		float: left;
		margin: 12px 6px;
		cursor: pointer;
		transition: all ease 0.1s;
	}
	.banb_e .banb_f{
		background: #0d65a2;
	}
	.bt-a{
		width: 47px;
		height: 109px;
		position: absolute;
		left: 3%;
		top: calc(50% - 65px);
		cursor: pointer;
		z-index: 1500;
	}
	.bt-b{
		width: 47px;
		height: 109px;
	}
	.bt-b:hover{
		background: url(../img/yi09.png);
	}
	.bt-k{
		width: 47px;
		height: 109px;
		position: absolute;
		right: 3%;
		top: calc(50% - 65px);
		cursor: pointer;
		z-index: 1500;
	}
	.bt-f{
		width: 47px;
		height: 109px;
	}
	.bt-f:hover{
		background: url(../img/yi08.png);
	}
	
 /*	关键词*/
	.guan{
		border-bottom: 1px solid #bfbfbf;
		width: 100%;
		margin-top: -46px;
	}
	.guana p{
		font-size: 12px;
		color: #6b6b6b;
		line-height: 45px;
		margin-left: 22px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.guana p a{
		font-size: 12px;
		color: #6b6b6b;
		transition: all ease 0.4s;
	}
	.guana p a:hover{
		color: #f6772f;
	}
	
 /*	产品中心*/
	.shop{
		margin-top: 32px;
	}
	.shop1{
		width: 59.5%;
		margin: 0 auto;
	}
	.shop1a{
		border-bottom: 1px solid #ebebeb;
	}
	.shop1a h6{
		font-size: 30px;
		color: #4a4a4a;

		line-height: 66px;
		text-align: center;
		letter-spacing: 2px;
	}
	.shop1a h6 span{
		font-size: 30px;
		color: #ff620a;
	}
	.shop1 img{
		margin: 0 auto;
		margin-top: -3px;
	}
	.shop1 p{
		font-size: 14px;
		color: #b4b4b4;
		text-align: center;
		line-height: 36px;
	}
	.shopb_a{
		width: 100%;
		margin-top: 27px;
	}
	.shopb_b{
		background: #f6772f;
		border-radius: 10px;
	}
	.shopb_ba{
		width: 100%;
		height: 47px;
	}
	.shopb_baa{
		width: 19%;
		line-height: 48px;
	}
	.shopb_baa a{
		font-size: 14px;
		color: #fff;
		margin-left: 28px;
	}
	.shopb_baaa{
		height: 32px;
		background-color: #333;
		line-height: 32px;
		margin-top: 8px;
		margin-left: 15px;
		border-radius: 10px;
		display: inline-block;
		padding-right: 16px;
	}
	.shopb_baa:hover .shopb_baa1{
		height: 32px;
		width: 130px;
		background-color: #333;
		line-height: 32px;
		margin-top: 8px;
		margin-left: 20px;
		border-radius: 10px;
	}
	.shopb_c{
		width: 100%;
	}
	.shopb_ca{
		width: 19%;
		border-left: 1px solid #dcdcdc;
		padding: 10px 10px;
		height: 120px;
	}
	.shopb_ca:nth-child(1){
		margin-left: 31px;
	}
	.shopb_ca:nth-child(5){
		width: 14%;
	}
	.shopb_ca:nth-child(6){
		width: 12%;
	}
	.shopb_ca a{
		font-size: 12px;
		color: #6e6e6e;
		line-height: 24px;
		transition: all ease 0.4s;
	}
	.shopb_ca a:hover{
		color: #f6772f;
		padding-left: 5px;
	}
	.shopc{
		width: 100%;
		margin-top: 10px;
	}
	.shopc_b{
		width: 28%;
		margin: 0 2.665%;
	}
	.shopc_ba{
		width: 100%;
		border: 1px solid #e5e5e5;
		transition: all ease 0.3s;
		overflow: hidden;
	}
	.shopc_ba img{
		width: 100%;
		transition: all ease 0.3s;
	}
	.shopc_bb{
		width: 100%;
	}
	.shopc_bb p{
		width: 60%;
		line-height: 48px;
		transition: all ease 0.3s;
		float: left;
		overflow: hidden;
	}
	.shopc_bb p a{
		font-size: 14px;
		color: #7b7b7b;
		display: block;
		width: 100%;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.shopc_bb p a:hover{
		color: #05A199;
	}
	.shopc_bb img{
		float: right;
		margin-top: 8px;
	}
	.shopc_bb a:nth-child(2) img{
		margin-left: 14px;
	}
	.shopc_b:hover .shopc_ba{
		border: 1px solid #f6772f;
	}
	.shopc_b:hover .shopc_ba img{
		transform: scale(1.1);
	}
	.shopc_b:hover p{
		color: #f6772f;
		padding-left: 5px;
	}
	.shopc_b:hover .shopc_bb p a{
		color: #f6772f;
	}
	
 /*	四大理由*/
	.ly{
		background: url(../img/ynd14.png) no-repeat center;
		margin-top: 83px;
		padding-top: 61px;
		padding-bottom: 96px;
	}
	.ly1a{
		position: relative;
	}
	.ly1a p{
		font-family: "Arial";
		font-size: 60px;
		color: #d2d7dc;
		text-transform: uppercase;
		font-weight: 900;
		letter-spacing: 3px;
		position: absolute;
		top: -32px;
		left: 387px;
		z-index: -1;
	}
	.ly1a img{
		margin: 0 auto;
		
	}
	.ly1b{
		width: 50%;
		margin-top: 42px;
	}
	.ly1b1a{width: 137px;background: url(../img/ynd17.png) no-repeat center 35px;height: 194px;transition: all ease 0.4s;}
	.ly1b1a p{text-align: center;font-size: 25px;color: #fff;margin-top: 60px;line-height: 25px;cursor: pointer;}
	.ly1b1a p span{font-size: 19px;color: #fff;text-align: center;cursor: pointer;}
	.ly1bbb{margin-top: 25px;background: #fcfcfd;position: relative;transition: all ease 0.4s;}
	.ly1b2{width: 63.5%;}
	.ly1b2 h6{font-size: 17px;color: #018a68;font-weight: bold;margin-top: 23px;transition: all ease 0.4s;cursor: pointer;}
	.ly1b2 p{background: url(../img/ynd20.png) no-repeat 0 6px;font-size: 12px;color: #464646;line-height: 20px;margin-bottom: 18px;width: 100%;padding-left: 17px;margin-top: 16px;cursor: pointer;}
	.ly1c{width: 47%;position: relative;}
	.ly1c img{position: absolute;top: 46px;left: 36px;}
	.ly1d{width: 50%;position: relative;}
	.ly1d img {position: absolute;top: 31px;right: 40px;}
	.ly1bbb:hover .ly1b1a{background: url(../img/ynd16.png) no-repeat center 35px;}
	.ly1bbb:hover .ly1b2 h6{color: #ff761b;}
	.ly1bbb:hover {box-shadow: 0px 0px 15px 5px rgba(237,209,188,0.62);}
	
 /*	行业应用*/
	.hy{
		margin-top: 37px;
	}
	.hya{
		width: 100%;
		position: relative;
		margin-top: 32px;
		margin-bottom: 44px;
	}
	.hya1{
		background: #474747;
		width: 53px;
		height: 53px;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -26.5px;
	}
	.hya1 img{
		margin: 0 auto;
		padding-top: 11px;
		cursor: pointer;
	}
	.hya21{
		width: 84.33%;
		margin: 0 auto;
		overflow: hidden;
	}
	.hya2{
		width: 800%;
		
	}
	.hya2_a{
		width: 12.5%;
		position: relative;
		
	}
	.hya3{
		background: #474747;
		width: 53px;
		height: 53px;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -26.5px;
	}
	
	.hya3 img{
		margin: 0 auto;
		padding-top: 11px;
		cursor: pointer;
	}
	.hya2_a1{
		width: 45%;
	}
	.hya2_a1 img{
		width: 100%;
	}
	.hya2_a2{
		width: 61%;
		margin-left: -2.16%;
		background: #eeeeee;
		height: 231px;
		position: absolute;
		top: 45%;
		right: 0;
		margin-top: -115px;
	}
	.hya2_a2 h1 a{
		font-size: 16px;
		color: #535353;
		font-weight: bold;
	}
	.hya2_a2 h1{
		font-weight: bold;
		margin-top: 34px;
		margin-left: 41px;
	}
	.hya2_a2 h6 a{
		font-size: 16px;
		color: #535353;
		font-weight: bold;
	}
	.hya2_a2 h6{
		font-weight: bold;
		margin-top: 34px;
		margin-left: 41px;
	}
	.hya2_a2 > p a{
		font-size: 12px;
		color: #7a7a7a;
	}
	.hya2_a2 > p{
		margin-left: 41px;
		line-height: 17px;
		margin-top: 17.5px;
		padding-right: 37px;
	}
	.hya2_a3{
		border: 1px solid #07928c;
		width: 16.6%;
		height: 28px;
		margin-left: 78.7%;
	}
	.hya2_a3 a{
		color: #07928c;
		padding-left: 13px;
		line-height: 26px;
		transition: all ease 0.3s;
	}
	.hya2_a3:hover a{
		padding-left: 20px;
	}
	.hya4{
		background:#ff8d55;
	}
	.hyb{
		background: #565656;
		height: 73px;
		width: 100%;
		border-radius: 10px;
	}
	.hyba{
		width: 12.5%;
		line-height: 17px;
	}
	.hyba p{
		text-align: center;
		transition: all ease 0.4s;
	}
	.hyba a{
		font-size: 16px;
		color: #fff;
		transition: all ease 0.4s;
	}
	.hyba_a{
		opacity: 0;
		display: table;
		margin: 0 auto;
		margin-top: 15px;
		animation: hy 1s linear infinite;
	}
	.hybaa img{
		opacity: 1;
	}
	.hybaa p{
		margin-top: 10px;
	} 
	.hybaa p a{
		color: #ff8d55;
	} 
	@keyframes hy{
		0%{transform:translateY(2px);}
		25%{transform:translateY(0px);}
		50%{transform:translateY(-2px);}
		75%{transform:translateY(0px);}
		100%{transform:translateY(2px);}
	}
	
 /*	成功案例*/
	.al{
		margin-top: 69px;
	}
	.ala{
		width: 100%;
		margin-top: 20px;
	}
	.ala11{
		width: 33.3%;
		transition: all ease 0.4s;
	}
	.ala1{
		background: #ececec;
		width: 100%;
		padding-top: 34px;
		padding-bottom: 38px;
		position: relative;
		transition: all ease 0.4s;
	}
	.ala1 h1 a{
		font-size: 13px;
		color: #464646;
		font-weight: bold;
		padding-left: 46px;
	}
	.ala1 h6 a{
		font-size: 13px;
		color: #464646;
		font-weight: bold;
		padding-left: 46px;
	}
	.ala1 > p a{
		color: #464646;
		display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:3;
		overflow: hidden;
	}
	.ala1 > p{
		line-height: 18px;
		padding-left: 46px;
		width: 67%;
		
	}
	.ala1_a{
		height: 28px;
		width: 100px;
		margin-left: 30px;
	}
	.ala1_a p{
		color: #07928c;
		text-align: center;
		line-height: 28px;
		transition: all ease 0.4s;
	}
	.ala1_a p a{
		color: #07928c;
	}
	.ala1_b{
		position: absolute;
		top: 145px;
		left: 44%;
		background: url(../img/lw27.png) no-repeat;
		transition: all ease 0.4s;
		width: 48px;
		height: 48px;
		z-index: 100;
	}
	.ala2{
		width: 100%;
		transition: all ease 0.3s;
		overflow: hidden;
	}
	.ala2 img{
		width: 100%;
		transform: rotate(1.1);
	}
	.ala12 .ala1_b{
		top: -24px;
	}
	.ala11:hover .ala1{
		background: #05a199;
	}
	.ala11:hover .ala1 h1 a{
		color: #fff;
	}
	.ala11:hover .ala1 h6 a{
		color: #fff;
	}
	.ala11:hover .ala1 p a{
		color: #e4e4e4;
	}
	.ala11:hover .ala1_b{
		background: url(../img/lw26.png) no-repeat;
	}
	.ala11:hover .ala2 img{
		transform: scale(1.01);
	}
	
 /*	客户评价*/
	.pj{
		margin-top: 54px;
	}
	.kba{
		width: 100%;
		position: relative;
		margin-top: 24px;
	}
	.kba1{
		background: #474747;
		width: 53px;
		height: 53px;
		position: absolute;
		left: 0;
		top: 38%;
	}
	.kba1 img{
		margin: 0 auto;
		padding-top: 11px;
		cursor: pointer;
	}
	.kba2{
		width: 87.4%;
		margin-left: 49px;
		overflow: hidden;
	}
	.kba2_a{
		width: 300%;
		
	}
	.kba2_b{
		width: 33.33%;
	}
	.kba2_b .kba2_c:nth-child(2){margin-right: 2px;}
	.kba2_c{
		border: 1px solid #e5e5e5;
		width: 46.5%;
		transform: all ease 0.3s;
	}
	.kba2_d{
		height: 189px;
		border: 1px solid #E5E5E5;
		border-bottom: none;
		transform: all ease 0.4s;
	}
	.kba2_f{
		border: 1px solid #e5e5e5;
		width: 46.5%;
	}
	.kba2_d img{
		margin-top: 25px;
		margin-left: 29px;
	}
	.kba2_d h1{
		width: 92%;
		margin: 0 auto;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.kba2_d h1 a{
		margin-left: 17px;
		font-size: 14px;
		color: #5b5b5b;
		font-weight: bold;
		line-height: 62px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.kba2_d h6{
		width: 92%;
		margin: 0 auto;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.kba2_d h6 a{
		margin-left: 17px;
		font-size: 14px;
		color: #5b5b5b;
		font-weight: bold;
		line-height: 62px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.kba2_d p{
		margin-left: 29px;
		margin-right: 40px;
	}
	.kba2_d a{
		color: #5b5b5b;
		line-height: 18px;
		display:  -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:3;
		overflow: hidden;
	}
	.kba2_e{
		border: 1px solid #e5e5e5;
		transition: all ease 0.4s;
	}
	.kba2_e a{
		color: #ff8d55;
		font-size: 14px;
		transition: all ease 0.4s;
	}
	.kba2_e p{
		text-align: center;
		line-height: 40px;
	}
	.kba3{
		background: #474747;
		width: 53px;
		height: 53px;
		position: absolute;
		right: 0;
		top: 38%;
	}
	.kba3 img{
		margin: 0 auto;
		padding-top: 11px;
		cursor: pointer;
	}
	.kba2_c:hover .kba2_e{
		background: #ff8d55;
		border-color: #e5e5e5;
	}
	.kba2_c:hover .kba2_e a{
		color: #fff;
	}
	.kba4{
		background: #ff8d55;
		transform: all ease 0.3s;
	}
	.kbb{
		margin: 0 auto;
	}
	.kbb_a{
		height: 31px;
		width:112px;
		margin: 0 auto;
		margin-top: 38px;
		transition: all ease 0.5s;
	}
	.kbb_a p{
		line-height: 34px;
		text-align: center;
	}
	.kbb_a a{
		color: #fff;
		transition: all ease 0.4s;
	}
	.kbb_a:hover a{
		padding-left: 10px;
	}
	
 /*	关于优耐德*/
	.gy{
		margin-top: 111px;
		height: 737px;
	}
	.shopa_aa1{
		width: 59.3%;
		margin: 0 auto;
		text-align: center;
		border-bottom: 1px solid #cccccc;
	}
	.shopa_aa1 h1{
		line-height: 60px;
		font-size: 30px;
		color: #ff8d55;
		padding-top: 50px;
	}
	.shopa_aa1 h6{
		line-height: 60px;
		font-size: 30px;
		color: #ff8d55;
		padding-top: 50px;
	}
	.shopa_aa1 span{
		color: #07928c;
	}
	.shopa_aa1 img{
		display: table;
		margin: 0 auto;
	}
	.shopa_a p{
		text-align: center;
		font-size: 14px;
		color: #b4b4b4;
		line-height: 36px;
	}
	.gya1{
		width: 100%;
		margin-top: 39px;
	}
	.gya2{
		width: 40%;
		margin-bottom: 71px;
		margin-left: 10px;
	}
	.gya2 a img{
		box-shadow: 10px 10px 1px #565656;
		width: 100%;
	}
	.gya3{
		width: 53.7%;
		margin-top: -9px;
		margin-left: 26px;
	}
	.gya3 h1{
		font-size: 20px;
		color: #0e938d;
		font-weight: bold;
		line-height: 58px;
		letter-spacing: 1.2px;
	}
	.gya3 h6{
		font-size: 20px;
		color: #0e938d;
		font-weight: bold;
		line-height: 58px;
		letter-spacing: 1.2px;
	}
	.gya3 p{
		font-size: 14px;
		color: #616161;
		line-height: 24px;
		text-indent: 2em;
		letter-spacing: 0.3px;
		display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:7;
		overflow: hidden;
	}
	.gya3_a{
		background: url(../img/ynd31.png) no-repeat;
		height: 31px;
		width: 112px;
		margin-top: 10px;
	}
	.gya3_a a{
		color: #fff;
		line-height: 28px;
		transition: all ease 0.4s;
	}
	.gya3_a:hover a{
		padding-left: 10px;
	}
	
	/*	合作客户*/
	.kh{
		width: 100%;
		margin-top: -250px;
	}
	.khfl{
		position: absolute;
		top: 256px;
		left: -20px;;
	}
	.khfr{
		position: absolute;
		top: 256px;
		right: -20px;
	}
	.kha{
		background: #0e938d;
		padding-bottom: 33px;
		position: relative;
	}
	.kha1{
		width: 100%;
	}
	.kha1_a{
		width: 80%;
		padding-left: 42px;
		padding-top: 30px;
	}
	.kha1_a h1{
		font-size: 24px;
		color: #fff;
		width: 100px;
		float: left;
		margin-right: 21px;
	}
	.kha1_a h6{
		font-size: 24px;
		color: #fff;
		width: 100px;
		float: left;
		margin-right: 21px;
	}
	.kha1_a p{
		float: left;
		font-size: 14px;
		color: #d7d7d7;
		padding-top: 8px;
	}
	.kha1_b{
		height: 28px;
		width: 100px;
		margin-top: 31px;
		margin-right: 45px;
		
	}
	.kha1_b p{
		text-align: center;
		transition: all ease 0.4s;
	}
	.kha1_b a{
		color: #fff;
		line-height: 26px;
		transition: all ease 0.4s;
	}
	.kha1_b:hover p{
		padding-left: 10px;
	}
	.kha1_b:hover p a{
		color: #f6772f;
	}
	.kha2{
		width: 100%;
		position: relative;
		margin-top: 39px;
	}
	.kha2_a{
		position: absolute;
		top: 40%;
		left: 0;
		width: 13px;
		height: 31px;
		margin-top: -15px;
		
	}
	.kha2_a img{
		margin-left: 28px;
		cursor: pointer;
	}
	.kha2_b{
		width: 88.4%;
		margin: 0 auto;
		overflow: hidden;
	}
	.kha2_b1{
		width: 200%;
	}
	.kha2_b2{
		width: 12.5%;
	}
	.kha2_b2 img{
		width: 88.99%;
		margin: 0 auto;
	}
	.kha2_b2 p{
		color: #fff;
		margin-top: 14px;
		margin-left: 16px;
	}
	.kha2_c{
		position: absolute;
		top: 40%;
		right: 28px;
		width: 13px;
		height: 31px;
		margin-top: -15px;
		cursor: pointer;
	}
	
	
	/*	新闻资讯*/
	.news{
		margin-top: 35px;
	}
	.newsa{
		width: 100%;
		margin-top: 26px;
	}
	.newsqh{
		display: table;
		margin: 0 auto;
		margin-top: 15px;
	}
	.newsqh1{
		width: 130px;
		height: 35px;
		border: 1px solid #a1a1a1;
		margin: 0 20px;
	}
	.newsqh1 p{
		text-align: center;
	}
	.newsqh1 p a{
		font-size: 16px;
		color: #2b2b2b;
		line-height: 35px;
	}
	.newsqh1:hover p{
		background: #f6772f;
		border: 1px solid #f6772f;
	}
	.newsqh1:hover p a{
		color: #fff;
	}
	.newsqh2{
		background: #f6772f;
		border: 1px solid #f6772f;
	}
	.newsqh2 p a{
		color: #fff;
		line-height: 35px;
		font-size: 16px;
	}
	.newsa_fl{
		width: 48.4%;
		position: relative;
	}
	.newsa1 img{
		width: 100%;
	}
	.newsa2{
		background: #f6772f;
		width: 77px;
		height: 81px;
		position: absolute;
		top: 110px;
		right: 17px;
	}
	.newsa2 h1{
		text-align: center;
	}
	.newsa2 h1 a{
		font-size: 40px;
		color: #fff;
	}
	.newsa2 h6{
		text-align: center;
	}
	.newsa2 h6 a{
		font-size: 40px;
		color: #fff;
	}
	.newsa2 p{
		text-align: center;
	}
	.newsa2 p a{
		font-size: 14px;
		color: #fff;
	}
	.newsa3{
		border-bottom: 1px dashed #e7e7e7;
		margin-top: 19px;
		padding-bottom: 82.5px;
		margin-left: 9px;
	}
	.newsa3 h1{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 95%;
	}
	.newsa3 h1 a{
		font-size: 18px;
		color: #323232;
		line-height: 36px;
		transition: all ease 0.4s;
	}
	.newsa3 h6{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 95%;
	}
	.newsa3 h6 a{
		font-size: 18px;
		color: #323232;
		line-height: 36px;
		transition: all ease 0.4s;
	}
	.newsa3 h3{
		margin-bottom: 15px;
	}
	.newsa3 h3 a{
		color: #aeaeae;
		margin-left: 4px;
		line-height: 24px;
		transition: all ease 0.4s;
	}
	.newsa3 p a{
		color: #828282;
		line-height: 20px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		transition: all ease 0.4s;
	}
	.newsa3 > p{
		width: 95%;
		
	}
	.newsa3 > p a{
		display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2;
		overflow: hidden;
	} 
	.newsa3:hover h1 a{
		color: #f6772f;
	}
	.newsa3:hover h3 a{
		color: #f6772f;
	}
	.newsa3:hover p a{
		color: #f6772f;
	}
	.newsa4{
/*		background: url(../img/lw29.png) no-repeat;*/
		width: 112px;
		height: 31px;
		margin-top: -33px;
	}
	.newsa4 p{
		line-height: 32px;
		margin-left: 17px;
	}
	.newsa4 a{
		color: #f6772f;
		
		transition: all ease 0.5s;
	}
	.newsa4:hover a{
		padding-left: 30px;
	}
	.newsa_fr{
		border-bottom: 1px dashed #e7e7e7;
		width: 46.8%;
		padding-bottom: 6px;
	}
	.newsa5{
		width: 100%;
		margin-bottom: 23px;
	}
	.newsa5:hover .newsa6 h1 a{
		color: #f6772f;
	}
	.newsa5:hover .newsa6 h6 a{
		color: #f6772f;
	}
	.newsa5:hover .newsa6 p a{
		color: #f6772f;
	}
	.newsa6{
		border-right:1px solid #dbdbdb;
		width: 17%;
	}
	.newsa6 h1{
		transition: all ease 0.4s;
	}
	.newsa6 h1 a{
		font-family: "arial";
		font-size: 40px;
		color: #2b2b2b;
		transition: all ease 0.4s;
	}
	.newsa6 h6{
		transition: all ease 0.4s;
	}
	.newsa6 h6 a{
		font-family: "arial";
		font-size: 40px;
		color: #2b2b2b;
		transition: all ease 0.4s;
	}
	.newsa6 p{
		transition: all ease 0.4s;
	}
	.newsa6 p a{
		font-family: "arial";
		font-size: 14px;
		color: #2b2b2b;
		transition: all ease 0.4s;
	}
	.newsa7{
		width: 76%;
		padding-left: 26px;
		overflow: hidden;
	}
	.newsa7 h1{
		margin-bottom: 6px;
	}
	.newsa7 h1 a{
		font-size: 16px;
		color: #3f3f3f;
		line-height: 24px;
		transition: all ease 0.4s;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.newsa7 p a{
		color: #828282;
		line-height: 20px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		transition: all ease 0.4s;
		text-indent: 2em;
	}
	.newsa7:hover h1 a{
		color: #f6772f;
	}
	.newsa7:hover p a{
		color: #f6772f;
	}
	.newsb{
		margin-top: 44px;
		width: 100%;
		margin-bottom: 34px;
		overflow: hidden;
	}
	.newsba{
		width: 130px;
		height: 113px;
	}
	.newsba img{
		width: 100%;
	}
	.newsbb{
		width: 80%;
		height: 113px;
	}
	.newsbba{
		background: #f6f6f6;
		width: 41%;
		height: 113px;
		padding-top: 25px;
		margin-left: 43px;
	}
	.newsbba_a img{
		float: left;
		margin-left: 34px;
	}
	.newsbba_a h1{
		width: 74.7%;
		overflow: hidden;
		float: left;
		line-height: 15px;
	}
	.newsbba_a h6{
		width: 74.7%;
		overflow: hidden;
		float: left;
		line-height: 15px;
	}
	.newsbba_a h1 a{
		font-size: 14px;
		color: #3f3f3f;
		font-weight: bold;
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding-left: 10px;
		transition: all ease 0.4s;
		
	}
	.newsbba_a h6 a{
		font-size: 14px;
		color: #3f3f3f;
		font-weight: bold;
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding-left: 10px;
		transition: all ease 0.4s;
		
	}
	.newsbba_a:hover h1 a{
		color: #07928c;
	}
	.newsbba_a:hover h6 a{
		color: #07928c;
	}
	.newsbba_b{
		margin-top: 10px;
	}
	.newsbba_b img{
		float: left;
		margin-left: 34px;
	}
	.newsbba_b p{
		float: left;
		width: 74.7%;
		line-height: 19px;
		padding-left: 10px;
		display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:3;
		overflow: hidden;
	}
	.newsbba_b p a{
		color: #5b5b5b;
		transition: all ease 0.4s;
	}
	.newsbba_b:hover p a{
		color: #07928c;
	}
	
	
 /*	小banner*/
	.xb{
		background: url(../img/ynd43.jpg) no-repeat 61%;
		height: 218px;
	}
	.xb1a{
		margin-right: 21px;
		margin-top: 55px;
	}
	.xb1a p{
		font-size: 14px;
		color: #fff;
		float: right;
		line-height: 26px;
	}
	.xb1a h1{
		font-size: 30px;
		color: #ff8d55;
		font-weight: bold;
		line-height: 44px;
	}
	.xb1a h6{
		font-size: 30px;
		color: #ff8d55;
		font-weight: bold;
		line-height: 44px;
	}
	.xb1b{
		width: 112px;
		height: 31px;
		background: url(../img/ynd31.png) no-repeat;
	}
	.xb1b a{
		font-size: 12px;
		color: #fff;
		line-height: 31px;
		display: block;
		text-align: center;
		transition: all ease 0.4s;
	}
	.xb1b:hover a{
		margin-left: 10px;
	}
	.xb1b{
		margin-top: 28px;
	}
	
	/*	联系我们*/
	.lx{
		margin-top: 63px;
		height: 368px;
	}
	.lxa{
		width: 30.8%;
	}
	.lxa img{
		width: 100%;
	}
	.lxb{
		background: #f9f9f9;
		width: 32.7%;
		height: 338px;
	}
	.lxb p{
		font-size: 14px;
		color: #575757;
		padding: 8px 27px;
	}
	.lxc{
		width: 36.3%;
		background: #05978f;
		height: 338px;
	}
	.lxca,.lxcb,.lxcc,.lxcd,.lxce{
		width: 78.4%;
		margin: 0 auto;
	}
	.lxca{
		margin-top: 22px;
	}
	.lxca input{
		width: 100%;
		border: none;
		height: 33px;
		color: #979797;
	}
	.lxcb input{
		width: 100%;
		border: none;
		height: 33px;
		margin-top: 15px;
		color: #979797;
	}
	.lxcc textarea{
		width: 100%;
		border: none;
		height: 76px;
		margin-top: 15px;
		color: #979797;
	}
	.lxcd input{
		width: 53.8%;
		height: 33px;
		margin-top: 15px;
		float: left;
		color: #979797;
		border: none;
	}
	.lxcd img{
		width: 100px;
		float: left;
		margin-top: 15px;
	}
	.lxcd a{
		margin-top: 12px;
		color: #fff;
		float: left;
	}
	.lxce input{
		width: 36.8%;
		height: 33px;
		margin-top: 18px;
		float: right;
		color: #fff;
		border: none;
	}
	.lxce_b{
		background: #ff8d55;
		margin-right: 10px;
	}
	
	/*	底部导航*/
	.db{
		background: #444444;
		padding-bottom: 45px;
		margin-top: 20px;
	}
	.dba{
		background: #444444;
	}
	.dbb{
		width: 25%;
		padding-top: 43px;
		margin-left: 21px;
	}
	.dbc{
		border-left: 3px solid #ff8d55;
		padding-left: 18px;
	}
	.dbc h3{
		font-size: 14px;
		color: #c7c7c7;
	}
	.dbc h1{
		font-size: 25px;
		color: #ff874c;
		font-weight: bold;
	}
	.dbc h6{
		font-size: 25px;
		color: #ff874c;
		font-weight: bold;
	}
	.dbc p{
		font-size: 12px;
		color: #c7c7c7;
	}
	.dbd{
		margin-top: 29px;
	}
	.dbdd{
		width: 100%;
	}
	.dbda{
		margin-left: 17px;
		margin-top: -90px;
		width: 33%;
	}
	.dbe{
		width: 71%;
	}
	.dbea{
		width: 20%;
	}
	.dbea_a{
		border-left: 1px solid #496b69;
		padding-top: 43px;
	}
	.dbea_a h1{
		font-size: 14px;
		color: #0ba29b;
		font-weight: bold;
		border-left: 2px solid #0ba29b;
		padding-left: 12px;
	}
	.dbea_a h6{
		font-size: 14px;
		color: #0ba29b;
		font-weight: bold;
		border-left: 2px solid #0ba29b;
		padding-left: 12px;
	}
	.dbea_b{
		padding-left: 15px;
		margin-top: 23px;
	}
	.dbea_b a{
		color: #bbbbbb;
		line-height: 26px;
		transition: all ease 0.4s;
	}
	.dbea_b a:hover{
		color: #07928c;
	}
	
	/*	版权*/
	.bq{
		width: 100%;
		background: #343434;
		height: 51px;
	}
	.bqa{
		background: #343434;
	}
	.bqa_a{
		margin-left: 26px;
	}
	.bqa_b{
		margin-right: 34px;
	}
	.bqa_b a{
		color: #a3a3a3;
		transition: all ease 0.4s;
	}
	.bqa_b:hover a{
		color: #07928c;
	}
	
	/*	友链*/
	.yl p{
		line-height: 28px;
	}
	
	/*	二级产品列表页*/
	.ban1{
		width: 100%;
		z-index: 1;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		top: -30px;
	}
	.bana1{
		width: 1920px;
		overflow: hidden;
		height: 366px;
		position: relative;
		left: 70%;
		margin-left: -960px;
		z-index: -1;
	}
	.bana1 img{
		width: 100%;
	}
	.cp{
		margin-top: 45px;
	}
	.cpz{
		width: 19.9%;
	}
	.cpz1{
		background: #f4f4f4;
		padding: 7.9%;
		border-radius: 10px;
		position: relative;
	}
	.cpz1a{
		background-image: url(../img/ynd57.jpg);
		background-repeat: no-repeat;
		height: 40px;
		font-size: 20px;
		color: #ff620a;
		line-height: 40px;
		padding-left: 22px;
		margin-bottom: 6px;
	}
	.cpz1b1{
		background-image: url(../img/ynd56.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		height: 45px;
		padding-left: 5%;
		line-height: 43px;
		transition: all ease 0.4s;
		margin-bottom: 5px;
		margin-top: 8px;
	}
	.cpz1b11{
		background-image: url(../img/ynd58.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
	.cpz1b1:hover{
		background-image: url(../img/ynd58.png);
	}
	.cpz1b1 a{
		font-size: 13px;
		color: #fff;
	}
	.cpz1b2{
		padding-left: 18%;
		line-height: 24px;
		position: relative;
		transition: all ease 0.4s;
		margin-top: 8px;
	}
	.cpz1b2 a{
		font-size: 14px;
		color: #5b5b5b;
	}
	.cpz1b22{
		margin-left: 10px;
	}
	.cpz1b22::after{
		content: "-";
		position: absolute;
		top: 0;
		left: 7%;
		color: #fe7122;
	}
	.cpz1b22 a{
		color: #fe7122;
	}
	.cpz1b2:hover ::after{
		content: "-";
		position: absolute;
		top: 0;
		left: 18%;
		transition: all ease 0.4s;
	}
	.cpz1b2:hover{
		margin-left: 10px;
	}
	.cpz1b2:hover a{
		color: #fe7122;
	}
	.cpz2{
		height: 102px;
		width: 100%;
		margin-top: -30px;
	}
	.cpz2 img{
		width: 100%;
	}
	.cpz3{
		margin-top: 35px;
		background-color: #f4f4f4;
		border-radius: 10px;
		padding: 7.9%;
	}
	.cpz3a{
		border-bottom: 1px dashed #9f9f9f;
		padding-bottom: 30px;
		padding-top: 20px;
	}
	.cpz3a p{
		line-height: 22px;
	}
	.cpz3a1{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.cpz3a1 a{
		font-size: 12px;
		color: #5b5b5b;
		transition: all ease 0.4s;
	}
	.cpz3a2{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.cpz3a2 a{
		font-size: 12px;
		color: #9f9f9f;
		transition: all ease 0.4s;
	}
	.cpz3a:hover .cpz3a1 a{
		color: #ff8d55;
	}
	.cpz3a:hover .cpz3a2 a{
		color: #ff8d55;
	}
	.cpz3b{
		margin-top: 30px;
		line-height: 22px;
		transition: all ease 0.4s;
	}
	.cpz3b a{
		font-size: 12px;
		color: #ff620a;
	}
	.cpz3b:hover{
		margin-left: 10px;
	}
	.cpx{
		width: 75.6%;
	}
	.cpx1{
		border-bottom: 1px solid #dddddd;
		position: relative;
	}
	.cpx1a{font-size: 16px;color: #434444;line-height: 40px;padding: 0 2.3%;}
	.cpx1a::after{content: "";position: absolute;top: 38px;left: 0;background-image:url(../img/ynd05.jpg);background-repeat: no-repeat;height: 3px;width: 100%;}
	.cpx1b{width: 38%;font-size: 12px;color: #b4b4b4;line-height: 40px;margin-right: 16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.cpx1b a{font-size: 12px;color: #b4b4b4;line-height: 40px;transition: all ease 0.4s;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.cpx1b a:hover{color: #ff782c;}
	.cpx2{width: 100%;}
	.cpx2a{width: 100%;height: 100%;margin-top: 36px;position: relative;border-bottom: 1px dashed #cbcbcb;padding-bottom: 40px;}
	.cpx2a1{width: 40%;border: 1px solid #e5e5e5;margin-left: 5%;}
	.cpx2a1 img{width: 100%;}
	.cpx2a2{position: absolute;top: 0;right: 3%;width: 48.3%;}
	.cpx2a2 h1{line-height: 46px;}
	.cpx2a2 h6{line-height: 46px;}
	.cpx2a2 h1 a{font-size: 16px;color: #ff7b3b;}
	.cpx2a2 h6 a{font-size: 16px;color: #ff7b3b;}
	.cpx2a2 p{line-height: 21px;height: 63px; overflow: hidden;}
	.cpx2a2 p a{font-size: 12px;color: #5b5b5b;}
	.cpx2a2a{position: absolute;top: 145px;right: 22px;}
	.cpx2a2b{position: absolute;top: 145px;right: -25px;}
	.cpx2a:hover .cpx2a1{border: 1px solid #ff782c;}
	.cpx3{width: 100%;margin-top: 46px;height: 60px;}
	.cpx3_p{width: 60px;height: 60px;background-color: #eff0f6;text-align: center;line-height: 60px;}
	.cpx3_p a{font-size: 22px;color: #1c1c1c;}
	.cpx3_p2{margin-left: 33px;}
	.cpx3_p3{margin-right: 33px;}
	.cpx3_p1{background-color: #ff8d55;}
	.cpx3_p1 a{color: #fff;}
	.cpx3_p:hover{background-color: #ff8d55;}
	.cpx3_p:hover a{color: #fff;}
	.cpx4{background-color: #f4f4f4;border-radius: 10px;padding:27px 2.7%;margin-top: 47px;}
	.cpx4a{width:94.2%;margin: 0 auto;}
	.cpx4a1{width: 44.2%;border-bottom: 1px dashed #9f9f9f;padding-left: 8px;padding-right: 14px;}
	.cpx4a1 p:first-child{float: left;width: 65%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.cpx4a1 p:last-child{float: right;}
	.cpx4a1 p:first-child a{font-size: 12px;color: #5b5b5b;line-height: 46px;transition: all ease 0.4s;}
	.cpx4a1 p:nth-child(2) a{font-size: 12px;color: #9d9d9d;line-height: 46px;transition: all ease 0.4s;}
	.cpx4a1:hover p a{color: #ff8d55;}
	.cpx5{width: 100%;background-color: #05978f;background-image: url(../img/ynd60.png);background-repeat: no-repeat;background-position: center right;height: 238px;margin-top: 55px;padding-top: 10px;}
	.cpx5a{width: 90.6%;background-color: #017c75;}
	.cpx5a p:first-child{font-size: 16px;color: #fff;font-weight: bold;float: left;margin-left: 30px;line-height: 42px;}
	.cpx5a p:nth-child(2){font-size: 12px;color: #fff;line-height: 42px;float: right;margin-right: 33px;}
	.cpx5b{margin-left: 5.2%;width: 81.3%;margin-top: 26px;}
	.cpx5b1{width: 48.9%;}
	.cpx5b1 input:first-child{width: 100%;height: 33px;border: none;font-size: 12px;}
	.cpx5b1 input:nth-child(2){width: 100%;height: 33px;border: none;margin-top: 15px;font-size: 12px;}
	.cpx5b2{width: 49.1%;margin-left: 1.6%;}
	.cpx5b2 textarea{width: 100%;height: 77px;border: none;font-size: 12px;}
	.cpx5c{margin-left: 5.2%;width: 81.3%;margin-top: 14px;}
	.cpx5c1{width: 48.9%;} 
	.cpx5c1 input{width: 34.5%;float: left;height: 33px;font-size: 12px;}
	.cpx5c1 img{height: 33px;width: 27.6%;float: left;}
	.cpx5c1 p{font-size: 12px;color: #fff;margin-left: 1px;float: left;line-height: 33px;}
	.cpx5c2{width: 49.1%;}
	.cpx5c2a{float: right;background-color: #c3c3c3; width: 100px;height: 35px;margin-left: 5px;color: #fff;}
	.cpx5c2b{float: right;background-color: #ff8d55; width: 100px;height: 35px;color: #fff;}
	
	
	/*	三级列表*/
	.cpx6{width:100%;background: #f4f4f4;border-radius: 10px;margin-top: 34px;padding: 14px 2.5%;}
	.cpx6a1{width: 22%;margin: 0 3.5px;line-height: 31px;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.cpx6a1 a{font-size: 12px;color: #5b5b5b;}
	.cpx6a1:hover{background-color: #4e4e4e;border-radius: 10px;}
	.cpx6a1:hover a{color: #fff;}
	.cpx6a2{background-color: #5b5b5b;border-radius: 10px;}
	.cpx6a2 a{color: #fff;}
	
	
	/*	产品内页*/
	.cpn{width: 92.4%;margin: 0 auto;margin-top: 44px;position: relative;}
	.cpn1{width: 46.3%;border: 1px solid #e5e5e5;}
	.cpn1 img{width: 100%;}
	.cpn2{width: 51.7%;}
	.cpn2a{font-size: 18px;color: #059b9a;border-left: 3px solid #07928c;width:100%;background-color: #f4f4f4;line-height: 33px;padding-left: 11px; }
	.cpn2b{width: 91%;margin: 0 auto;font-size: 12px;color: #5b5b5b;line-height: 25px;}
	.cpn2 img{position: absolute;top: 157px;right: 0;}
	.cpna{width: 97.3%;margin: 0 auto;border-bottom: 1px dashed #9f9f9f;padding-bottom: 50px;}
	.cpna1{background-color: #f4f4f4;border-left: 3px solid #07928c;font-size: 20px;color: #059b9a;line-height: 32px;padding-left: 10px;margin-top: 50px;}
	.cpna img{margin: 0 auto;width: 100%;}
	.cpna2{width: 100%;margin: 0 auto;margin-bottom: 40px;}
	.cpna2 p{float: left;width: 50%;font-size: 14px;color: #ff8d55;line-height: 33px;}
	.cpna2 p span{font-size: 14px;color: #5b5b5b;}
	.cptd{
		padding:2% 2% 0 2%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.cptd p{
		display: inline-block;
		width: 49%;
		font-size: 14px;
		color: #5b5b5b;
		padding: 1% 0;
	}
	.xzly{
		padding:2% 2% 0 2%;
	}
	.xzly p{
		font-size: 14px;
		color: #5b5b5b;
		padding: 1% 0;
	}
	.xzly p span{
		float: left;
		    display: block;
		    width: 28px;
		    height: 28px;
		    border-radius: 50%;
		    background-color: #f26e00;
		    font-size: 14px;
		    color: #fff;
		    border: 2px solid #fff;
		    box-shadow: 0 0 2px 0 rgb(242 109 0 / 50%);
		    font-style: italic;
		    padding-left: 7px;
			margin-right: 10px;
			margin-top: -5px;
	}
	.xzly p:nth-child(2n) span{
		background-color: #000;
	}
	.xzly-img{
		padding: 2% 0;
	}
	.xzly-img img{
		display: inline-block;
		width: 48%;
		margin-top: 3.5%;
	}
	.xzly-img img:nth-child(2n){
		margin-left:3%;
	}
	.bkwd{
		padding:2% 2% 0 2%;
	}
	.bkwd p{
		font-size: 14px;
		color: #5b5b5b;
		line-height: 170%;
	}
	.bkwd p:nth-child(2){
		 text-indent:2em;
	}
	.bkwd >div{
		padding: 2% 0;
	}
	.bkwd >div img{
		display: inline-block;
		width: 50%;
	}
	.cpna_t{width: 340px;}
		.l_change{position: relative;width: 100%;}
		#tsShopContainer li,#tsShopContainer img{vertical-align:top;}
		#tsShopContainer{width:100%;position:relative;z-index:3}
		#tsShopContainer #tsImgS{text-align:center;width: 100%;margin: 0 auto;position:relative;border: 1px solid #eaeaea;}
		#tsShopContainer #tsImgS a{display:block;text-align:center;margin:0px auto;}
		#tsShopContainer #tsImgS img{border:0px;}
		#tsShopContainer #tsPicContainer{width:100%;height:60px;position:relative;z-index:4;margin-top: 16px;}
		#tsShopContainer #tsPicContainer #tsImgSArrL{width:20px;height:20px;background:url(../img/s32.png) no-repeat right center;position:absolute;top:20px;left:0px;cursor:pointer;background-size: 100%;transition: all ease 0.3s;}
		#tsShopContainer #tsPicContainer #tsImgSArrL:hover{background:url(../img/s32-1.png);}
		#tsShopContainer #tsPicContainer #tsImgSArrR{width:20px;height:20px;background:url(../img/s33.png) no-repeat left center;position:absolute;top:20px;right:0px;cursor:pointer;background-size: 100%;transition: all ease 0.3s;}
		#tsShopContainer #tsPicContainer #tsImgSArrR:hover{background:url(../img/s33-1.png);}
		#tsShopContainer #tsPicContainer #tsImgSCon{position:absolute;left:28px;width:100px;height:61px;overflow:hidden;z-index:5}
		#tsShopContainer #tsPicContainer #tsImgSCon ul{width:100%;overflow:hidden;}
		#tsShopContainer #tsPicContainer #tsImgSCon li{width:96px;float:left;cursor:pointer;overflow:hidden;}
		#tsShopContainer #tsPicContainer #tsImgSCon li img{margin:0 auto;border:1px solid #eaeaea;display:block;width:80px;}
		#tsShopContainer #tsPicContainer #tsImgSCon li.tsSelectImg img{border:1px solid #f16300;margin:0 auto;}
		.afd{position: absolute;right: 8px;bottom: 85px;}
		.cpna_w{width: 62.745%;}
		.cpna_w .cplba_w{width: 100%;}
		.cpna_w .cplba_wp p{margin-top: 29px;}
		.cpna_w .cplba_w h5{background-image: url(../img/y467.png);background-repeat: no-repeat;background-position: left center;width: 275px;height: 48px;line-height: 48px;font-size: 14px;color: #fff;padding-left: 53px;margin-top:20px;}
		.cpna_w .cplba_w h5 b{font-family: Arial;font-size: 18px;margin-left: 7px;}
		.cpnb{width: 100%;}
		.cpnb .cpla_a p{font-size: 16px;}
		.cpnba{width: 100%;margin-top: 50px;}
		.cpnbaa{width: 96.226%;margin: 0 auto;margin-top: 24px;}
		.cpnbaa p{font-size: 14px;line-height: 36px;float: left;width: 50%;}
		.cpnbb{width: 100%;margin-top: 32px;}
		.cpnbba{width: 96.226%;margin: 0 auto;margin-top: 30px;}
		.cpnbba table{width: 100%;border-collapse: collapse;}
		.cpnbba table td{height: 40px;border: 1px solid #d0d0d0;padding-left: 29px;font-size: 14px;color: #666666;}
		.cpnbba table td b{color: #333333;}
		.cpnbc{width: 100%;margin-top: 52px;}
		.cpnbca{width: 96.226%;margin: 0 auto;margin-top: 15px;}
		.cpnbca p{font-size: 14px;color: #333333;line-height: 24px;margin-top: 8px;}
		.cpnbca p span:nth-child(1){float: left;display: block;width: 28px;height: 28px;border-radius: 50%;background-color: #f26e00;font-size: 14px;color: #fff;border: 2px solid #fff;box-shadow: 0 0 2px 0 rgba(242,109,0,0.5);font-style: italic;padding-left: 7px;}
		.cpnbca p span:nth-child(2){float: right;width: calc(100% - 34px);margin-top: 2px;}
		.cpnbca p:nth-child(2n) span:nth-child(1){background-color: #000;}
		.cpnbcb{width: 96.226%;margin: 0 auto;}
		.cpnbcb img{width: 47.45%;margin-top: 46px;}
		.cpnbd{width: 100%;margin-top: 53px;}
		.cpnbda{width: 96.226%;margin: 0 auto;}
		.cpnbda p{font-size: 14px;color: #333333;line-height: 24px;margin-top: 27px;}
		.cpnbda h6{font-size: 18px;color: #333333;font-weight: bold;line-height: 28px;margin-top: 24px;text-align: center;}
		.cpnbda img{display: block;margin: 0 auto;margin-top: 11px;}
		.cpnbdaa{width: 100%;}
		.cpnbdaa img{width: 31.37%;float: left;margin-top: 18px;}
		.cpnbdaa img:nth-child(2n){margin: 0 2.945%;margin-top: 18px;}
		.cpnbe{width: 98.2%;margin: 0 auto;margin-top: 39px;overflow: hidden;}
		.cpnbe .cpcb_a{width: 100%;}
		.cpnbe .cpcb_a .cpcb_at{border: 1px solid #eaeaea;}
		#swiper_tjcp{width: 110%;}
		.cpnbf{width: 100%;margin-top: 34px;}
		.cpnbfa{width: 96.226%;margin: 0 auto;margin-top: 28px;border: 2px solid #f16300;padding: 25px 34px 30px 34px;}
		.cpnbfa h6{font-size: 16px;color: #333333;line-height: 26px;}
		.cpnbfa p{font-size: 14px;color: #666666;line-height: 30px;margin-top: 15px;}
	.cpna_w{width: calc(100% - 420px);}
	.cplba_w h6{font-size: 20px;color: #333333;line-height: 74px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;border-bottom: 1px dashed #e5e5e5;}
	.cplba_w h1{background-color: #f4f4f4;border-left: 3px solid #07928c;font-size: 20px;color: #059b9a;line-height: 32px;padding-left: 10px;}
	.cplba_wp{width: 100%;}
	.cplba_wp p{font-size: 14px;color: #666666;line-height: 24px;width: 50%;float: left;margin-top: 19px;}
	.cplba_wp p span{color: #333333;font-size: 14px;}
	.afd{position: absolute;right: 8px;bottom: 85px;}
		.cpna_w .cplba_w{width: 100%;}
		.cpna_w .cplba_wp p{margin-top: 29px;}
		.cpna_w .cplba_w h5{background-image: url('../img/y467.png');background-repeat: no-repeat;background-position: left center;width: 275px;height: 48px;line-height: 48px;font-size: 14px;color: #fff;padding-left: 53px;margin-top: 55px;}
		.cpna_w .cplba_w h5 b{font-family: Arial;font-size: 18px;margin-left: 7px;}
	
	.cpna3{width: 98%;margin: 0 auto;margin-top: 41px;}
	.cpna3 img{width: 28.2%;border: 1px solid #e5e5e5;float: left;margin: 0 2%;}
	.cpna3 p{font-size: 12px;color: #5b5b5b;line-height: 22px;margin-top: 23px;}
	.cpna42{background-color: #9d9d9d;}
	.cpna43{background-color: #e3efef;}
	.cpna44{background-color: #d5e7f4;}
	.cpna41 td{font-size: 12px;color: #5b5b5b;height: 28px;padding-left: 22px;border: 1px solid #fff; }
	.cpna42 td{font-size: 12px;color: #fff;}
	.cpna41{width: 94.7%;margin: 0 auto;margin-top: 38px;}
	.cpna5{width: 100%;margin: 0 auto;}
	.cpna5 > p{font-size: 12px;color: #5b5b5b;line-height: 46px;width: 88%;margin: 0 auto;}
	.cpna5a{width: 92%;}
	.cpna5a p{font-size: 12px; float: left;width: 121px;background: #eff0f6;border-bottom: 3px solid #05a199;line-height: 31px;margin: 5px 12px;text-align: center;}
	.cpna5b{width: 100%;}
	.cpna5b img{float: left;width: 42.2%;height: 187px;margin: 17.5px 15px;}
	.cpxa7{background-image: url(../img/ynd73.jpg);background-repeat: no-repeat;float: right;line-height: 47px;width: 168px;margin-top: -25px;}
	.cpxa7 a{font-size: 18px;color: #fff;margin-left: 22px;transition: all ease 0.4s;}
	.cpxa7:hover a{margin-left: 30px;}
	
	/*	案例列表*/
	.alx2{width: 100%;}
	.alx2a{width: 100%;height: 100%;margin-top: 53px;position: relative;border-bottom: 1px dashed #cbcbcb;padding-bottom: 56px;}
	.alx2a1{width: 44.1%;border: 1px solid #e5e5e5;margin-left: 5%;overflow: hidden;}
	.alx2a1 img{width: 100%;}
	.alx2a2{position: absolute;top: 6px;right: 3%;width: 43.6%;}
	.alx2a2 h1{line-height: 25px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.alx2a2 h6{line-height: 25px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.alx2a2 h1 a{font-size: 18px;color: #5b5b5b;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.alx2a2 h6 a{font-size: 18px;color: #5b5b5b;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.alx2a2 p{line-height: 21px;height: 130px; overflow: hidden;}
	.alx2a2 p a{font-size: 12px;color: #5b5b5b;display: -webkir-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow: hidden;}
	.alx2a2a{position: absolute;top: 160px;right: 53px;}
	.alx2a2b{position: absolute;top: 160px;right: 10px;}
	.alx2a:hover .alx2a1 img{transform: scale(1.1);}
	.alx2a:hover .alx2a2 h1 a{color: #ff782c;}
	.alx2a:hover .alx2a2 h6 a{color: #ff782c;}
	.alx3{width: 100%;margin-top: 46px;height: 60px;}
	.alx3_p{width: 60px;height: 60px;background-color: #eff0f6;text-align: center;line-height: 60px;}
	.alx3_p a{font-size: 22px;color: #1c1c1c;}
	.alx3_p2{margin-left: 33px;}
	.alx3_p3{margin-right: 33px;}
	.alx3_p1{background-color: #ff8d55;}
	.alx3_p1 a{color: #fff;}
	.alx3_p:hover{background-color: #ff8d55;}
	.alx3_p:hover a{color: #fff;}
	
	
	/*	案例内页*/
	.aln1{width: 91.4%;margin: 0 auto;margin-top: 55px;}
	.aln1a{width: 48.1%;}
	.aln1a img{width: 100%;}
	.aln1b{width: 45%;position: relative;}
	.aln1b1{border-left: 3px solid #07928c;font-size: 18px;color: #05a199;font-weight: bold;padding-left: 19px;line-height: 33px;}
	.aln1b2{font-size: 14px;color: #5b5b5b;line-height: 44px;margin-left: 23px;margin-top: 5px;}
	.aln1b img{position: absolute;top: 127px;right: 0;}
	.aln2{width: 97%;margin: 0 auto;margin-top: 51px;}
	.aln2a{width: 93.7%;margin: 0 auto;border-bottom: 1px dashed #9f9f9f;padding-bottom: 66px;}
	.aln2a1{width: 92.6%;margin: 0 auto;}
	.aln2a img{margin: 0 auto;margin-top: 23px;display: table;}
	.aln2a p{font-size: 12;color: #5b5b5b;line-height: 24px;margin-top: 30px;}
	.aln2a2{background-image: url(../img/ynd86.jpg);background-repeat: no-repeat;width: 100%;height: 85px;font-size: 14px;color: #696969;line-height: 25px;text-align: left;padding-left: 105px;padding-top: 8.5px;margin-top: 68.5px;}
	.aln2a3{border: 5px solid #e5e5e5;padding-bottom: 28px;margin-top: 38px;}
	.aln2a3 p:first-child{font-size: 18px;color: #ff7606;font-weight: bold;margin-left: 58px;background-image: url(../img/ynd87.png);background-repeat: no-repeat;padding-left: 42px;line-height: 21px;}
	.aln2a3 span{font-size: 14px;color: #5b5b5b;line-height: 25px;margin-left: 58px;display: table;margin-top: 7.5px;}
	.aln2a3 p:nth-child(3){background-image: url(../img/ynd88.jpg);background-repeat: no-repeat;font-size: 16px;font-family: "arial";color: #fff;font-weight: bold;padding-left: 11.6%;line-height: 27px;margin-left: 58px;padding-right: 2%;margin-top: 11px;}
	.aln2a3 p:nth-child(4){width: 8.5%;text-align: center;font-size: 14px;color: #4f4f4f;line-height: 27px;margin-top: 11px;}
	.aln2a3 p:nth-child(5){background-image: url(../img/ynd89.jpg);background-repeat: no-repeat;font-size: 16px;font-family: "arial";color: #fff;font-weight: bold;padding-left: 11.6%;line-height: 27px;padding-right: 2%;margin-top: 11px;}
	
	/*	客户评价*/
	.pjl{width: 97.7%;margin-top: 9px;}
	.pjl1{width: 100%;border-bottom: 1px dashed #cbcbcb;}
	.pjl1a{width: 12.3%;}
	.pjl1a img{margin-left: 24px;margin-top: 69px;}
	.pjl1b{width: 63.4%;padding-bottom: 61.5px;}
	.pjl1b h1{font-weight: bold;line-height: 64px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.pjl1b h6{font-weight: bold;line-height: 64px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.pjl1b h1 a{font-size: 14px;color: #5b5b5b;transition: all ease 0.4s;}
	.pjl1b h6 a{font-size: 14px;color: #5b5b5b;transition: all ease 0.4s;}
	.pjl1b p{line-height: 17px;height: 51px;overflow: hidden;}
	.pjl1b p a{font-size: 12px;color: #5b5b5b;transition: all ease 0.4s;}
	.pjl1c{width: 24%;margin-top: 69px;}
	.pjl1c p{background-color: #4e4f4f;width: 112px;height: 31px;border-radius: 5px;text-align: center;line-height: 31px;margin-left: 8px;transition: all ease 0.4s;}
	.pjl1c p a{font-size: 12px;color: #fff;}
	.pjl1:hover .pjl1b h1 a{color: #ff8d55;}
	.pjl1:hover .pjl1b h6 a{color: #ff8d55;}
	.pjl1:hover .pjl1b p a{color: #ff8d55;}
	.pjl1:hover .pjl1c p{background-color: #ff8d55;}
	
	/*	评价内页*/
	.pjn{width: 97%;margin: 0 auto;margin-top: 57px;border-bottom: 1px dashed #cbcbcb;padding: 35px 0;}
	.pjn1{width: 10.2%;}
	.pjn1 img{float: right;}
	.pjn2{width: 80%;}
	.pjn2 p{text-align: center;font-size: 18px;color: #5b5b5b;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.pjn2 h1{text-align: center;font-size: 18px;color: #5b5b5b;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.pjn3{width: 9.5%;}
	.pjna{width: 84.1%;margin: 0 auto;margin-top: 39px;padding-bottom: 60px;border-bottom: 1px dashed #9f9f9f;}
	.pjnaa > p{font-size: 14px;color: #5b5b5b;line-height: 24px;}
	.pjnaa img{margin: 0 auto;width: 100%;margin-top: 27px;margin-bottom: 33px;}
	.pjn2a2{background-image: url(../img/ynd86.jpg);background-repeat: no-repeat;width: 100%;height: 85px;font-size: 14px;color: #696969;line-height: 25px;text-align: left;padding-left: 110px;padding-top: 8.5px;margin-top: 33.5px;}
	.pjn2a3{border: 5px solid #e5e5e5;padding-bottom: 28px;margin-top: 38px;padding-top: 25px;}
	.pjn2a3 p:first-child{font-size: 18px;color: #ff7606;font-weight: bold;margin-left: 30px;background-image: url(../img/ynd87.png);background-repeat: no-repeat;padding-left: 42px;line-height: 21px;}
	.pjn2a3 span{font-size: 14px;color: #5b5b5b;line-height: 25px;margin-left: 30px;display: table;margin-top: 7.5px;}
	.pjn2a3 p:nth-child(3){background-image: url(../img/ynd88.jpg);background-repeat: no-repeat;font-size: 16px;font-family: "arial";color: #fff;font-weight: bold;padding-left: 13.6%;line-height: 27px;margin-left: 30px;padding-right: 2%;margin-top: 11px;}
	.pjn2a3 p:nth-child(4){width: 8.5%;text-align: center;font-size: 14px;color: #4f4f4f;line-height: 27px;margin-top: 11px;}
	.pjn2a3 p:nth-child(5){background-image: url(../img/ynd89.jpg);background-repeat: no-repeat;font-size: 16px;font-family: "arial";color: #fff;font-weight: bold;padding-left: 13.6%;line-height: 27px;padding-right: 2%;margin-top: 11px;}
	
	/*	合作客户*/
	.khz{width: 97.7%;margin: 0 auto;}
	.khz1{width: 100%;border-bottom: 1px dashed #cbcbcb;padding: 5% 0;}
	.khz1a{width: 26.5%;margin-left: 9.1%;border: 1px solid #e5e5e5;}
	.khz1a img{width: 100%;}
	.khz1b{width: 64%;transition: all ease 0.4s;}
	.khz1b h1{font-size: 16px;color: #3f3f3f;line-height: 46px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-left: 50px;}
	.khz1b h6{font-size: 16px;color: #3f3f3f;line-height: 46px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-left: 50px;}
	.khz1b p{font-size: 14px;color: #828282;line-height: 34px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-left: 50px;}
	.khz1:hover .khz1b{background-color: #f3f3f3;}
	
	/*	行业应用*/
	.yyx2{width: 100%;}
	.yyx2a{width: 100%;height: 100%;margin-top: 53px;position: relative;border-bottom: 1px dashed #cbcbcb;padding-bottom: 56px;}
	.yyx2a1{width: 40.9%;border: 1px solid #e5e5e5;margin-left: 5%;}
	.yyx2a1 img{width: 100%;}
	.yyx2a2{position: absolute;top: -7px;right: 3%;width: 49.6%;}
	.yyx2a2 h1{line-height: 30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.yyx2a2 h6{line-height: 30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.yyx2a2 h1 a{font-size: 18px;color: #5b5b5b;}
	.yyx2a2 h6 a{font-size: 18px;color: #5b5b5b;}
	.yyx2a2 p{line-height: 21px;display: -webkir-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow: hidden;}
	.yyx2a2 p a{font-size: 12px;color: #5b5b5b;}
	.yyx2a2a{position: absolute;top: 195px;right: 53px;}
	.yyx2a2b{position: absolute;top: 195px;right: 10px;}
	.yyx2a:hover .yyx2a1{border: 1px solid #ff782c;}
	.yyx2a:hover .yyx2a2 h1 a{color: #ff782c;}
	.yyx2a:hover .yyx2a2 h6 a{color: #ff782c;}
	.yyx3{width: 100%;margin-top: 46px;height: 60px;}
	.yyx3_p{width: 60px;height: 60px;background-color: #eff0f6;text-align: center;line-height: 60px;}
	.yyx3_p a{font-size: 22px;color: #1c1c1c;}
	.yyx3_p2{margin-left: 33px;}
	.yyx3_p3{margin-right: 33px;}
	.yyx3_p1{background-color: #ff8d55;}
	.yyx3_p1 a{color: #fff;}
	.yyx3_p:hover{background-color: #ff8d55;}
	.yyx3_p:hover a{color: #fff;}
	
	/*	行业内页*/
	.yyn{width: 97.7%;margin: 0 auto;}
	.yyn h1{border-bottom: 1px dashed #cbcbcb;font-size: 18px;color: #5b5b5b;font-weight: bold;text-align: center;line-height: 54px;}
	.yyn p{font-size: 12px;color: #989898;line-height: 42px;text-align: center;}
	.yyna{padding-bottom: 60px;border-bottom: 1px dashed #9f9f9f;}
	.yyna p:nth-child(1){width: 86.9%;font-size: 14px;color: #5b5b5b;line-height: 24px;margin-left: 5.9%;margin-top: 33px;text-indent: 2em;}
	.yyna1{background-color: #f4f4f4;border-left: 3px solid #07928c;font-size: 14px;color: #059b9a;line-height: 32px;padding-left: 10px;margin-top: 37px;}
	.yyna p:nth-child(3){width: 86.9%;font-size: 14px;color: #5b5b5b;line-height: 24px;margin-left: 5.9%;margin-top: 33px;text-indent: 2em;}
	.yyna p:nth-child(4){width: 86.9%;font-size: 14px;color: #5b5b5b;line-height: 24px;margin-left: 5.9%;margin-top: 33px;text-indent: 2em;}
	.yyna p:nth-child(6){width: 86.9%;font-size: 14px;color: #5b5b5b;line-height: 24px;margin-left: 5.9%;margin-top: 33px;}
	.yyna p:nth-child(7){width: 86.9%;font-size: 14px;color: #5b5b5b;line-height: 24px;margin-left: 5.9%;margin-top: 33px;}
	.yyna p span{color:#ff8d55;}
	.yyna h1{width: 86.9%;margin-left: 5.9%;text-indent: 2em; font-size: 12px;color: #909090;}
	.yyna p:nth-child(9){width: 86.9%;font-size: 14px;color: #5b5b5b;line-height: 24px;margin-left: 5.9%;margin-top: 33px;}
	.yyna p:nth-child(11){width: 86.9%;font-size: 14px;color: #5b5b5b;line-height: 24px;margin-left: 5.9%;margin-top: 33px;}
	.yyna p:nth-child(13){width: 86.9%;font-size: 14px;color: #5b5b5b;line-height: 24px;margin-left: 5.9%;margin-top: 33px;}
	.yyna img{margin: 0 auto;margin-top: 50px;}
	.yyn2a2{background-image: url(../img/ynd86.jpg);background-repeat: no-repeat;width: 100%;height: 85px;font-size: 14px;color: #696969;line-height: 19px;text-align: left;padding-left: 73px;margin-top: 68.5px;background-size: 100%;}
	.yyn2a3{border: 5px solid #e5e5e5;padding-bottom: 28px;margin-top: 38px;}
	.yyn2a3 p:first-child{font-size: 18px;color: #ff7606;font-weight: bold;margin-left: 58px;background-image: url(../img/ynd87.png);background-repeat: no-repeat;padding-left: 42px;line-height: 21px;}
	.yyn2a3 span{font-size: 14px;color: #5b5b5b;line-height: 25px;margin-left: 58px;display: table;margin-top: 7.5px;}
	.yyn2a3 p:nth-child(3){background-image: url(../img/ynd88.jpg);background-repeat: no-repeat;font-size: 16px;font-family: "arial";color: #fff;font-weight: bold;padding-left: 5.6%;line-height: 27px;margin-left: 58px;padding-right: 2%;margin-top: 11px;width: 32%;}
	.yyn2a3 p:nth-child(4){width: 8.5%;text-align: center;font-size: 14px;color: #4f4f4f;line-height: 27px;margin-top: 11px;margin-left: 0;text-indent: 0em;}
	.yyn2a3 p:nth-child(5){background-image: url(../img/ynd89.jpg);background-repeat: no-repeat;font-size: 16px;font-family: "arial";color: #fff;font-weight: bold;padding-left: 11.6%;line-height: 27px;padding-right: 2%;margin-top: 11px;}
	
	
	/*新闻列表页*/
	.xwl{width: 97.9%;margin:0 auto;margin-top: 50px;}
	.xwl1{border-bottom: 1px dashed #cbcbcb;width: 100%;padding-top: 36px;padding-bottom: 47px;transition: all ease 0.4s;}
	.xwl1a{width: 18.7%;margin-left: 2.8%;}
	.xwl1aa{width: 101px;height: 106px;background-color: #545454;transition: all ease 0.4s;}
	.xwl1aa h1{text-align: center;font-family: "arial";line-height: 34.35px;padding-top: 17px;}
	.xwl1aa h6{text-align: center;font-family: "arial";line-height: 34.35px;padding-top: 17px;}
	.xwl1aa h1 a{font-size: 52.35px;color: #fff;}
	.xwl1aa h6 a{font-size: 52.35px;color: #fff;}
	.xwl1aa p{text-align: center;font-family: "arial" line-height}
	.xwl1aa p a{font-size: 18.32px;color: #fff;}
	.xwl1b{width: 58.9%;}
	.xwl1b h1{line-height: 32px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.xwl1b h6{line-height: 32px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.xwl1b h1 a{font-size: 18px;color: #323232;}
	.xwl1b h6 a{font-size: 18px;color: #323232;}
	.xwl1b span{background-image: url(../img/ynd103.png);background-repeat: no-repeat;line-height: 16px;padding-left: 31px;}
	.xwl1b span a{font-size: 12px;color: #aeaeae;}
	.xwl1b p{line-height: 20px;margin-top: 18px;text-indent: 2em;overflow: hidden;height: 40px;}
	.xwl1b p a{font-size: 12px;color: #828282;}
	.xwl1c{padding-top: 43px;width: 18%;}
	.xwl1c p{background-image: url(../img/ynd104.jpg);background-repeat: no-repeat;width: 112px;height: 31px;text-align: center;line-height: 31px;transition: all ease 0.4s;}
	.xwl1c p a{font-size: 12px;color: #fff;}
	.xwl1:hover{background-color: #f6f6f6;}
	.xwl1:hover .xwl1aa{background-color: #f6772f;}
	.xwl1c p:hover{padding-left: 10px;}
	
	/*	新闻内页*/
	.xwn{width: 97.9%;margin: 0 auto;}
	.xwn h1{border-bottom: 1px dashed #cbcbcb;font-size: 18px;color: #5b5b5b;font-weight: bold;text-align: center;line-height: 54px;margin-bottom: 14px;}
	.xwn1{font-size: 12px;color: #aeaeae;float: left;background-image: url(../img/ynd105.png);background-repeat: no-repeat;padding-left: 28px;margin-left: 166px;height: 17px;}
	.xwn2{font-size: 12px;color: #aeaeae;float: left;background-image: url(../img/ynd103.png);background-repeat: no-repeat;padding-left: 28px;margin-left: 192px;}
	.xwn3{width: 89.9%;margin: 0 auto;padding-bottom: 69px;border-bottom: 1px dashed #9f9f9f;}
	.xwn3 img{width: 80%;margin: 0 auto;margin-top: 43px;margin-bottom: 60px;}
	.xwn3 p{font-size: 14px;color: #5b5b5b;line-height: 28px;text-indent: 2em;}
	.xwn3 p a{font-size: 14px;color: #5b5b5b;line-height: 28px;}
	.xwn3 span{font-size: 14px;color: #5b5b5b;line-height: 28px;}
	.xwn8{font-size: 12px;color: #7e7e7e;line-height: 22px;}
	.xwn8 a{font-size: 12px;color: #7e7e7e;line-height: 22px;transition: all ease 0.4s;}
	.xwn8 a:hover{color: #05a199;}
	.xwn2a2{background-image: url(../img/ynd86.jpg);background-repeat: no-repeat;width: 100%;height: 85px;font-size: 14px;color: #696969;line-height: 25px;text-align: left;padding-left: 59px;margin-top: 68.5px;background-size: 86%;background-size: 100% 100%;}
	.xwn2a3{border: 5px solid #e5e5e5;padding-bottom: 28px;margin-top: 38px;}
	.xwn2a3 p:nth-child(1){font-size: 18px;color: #ff7606;font-weight: bold;margin-left: 58px;background-image: url(../img/ynd87.png);background-repeat: no-repeat;padding-left: 42px;line-height: 21px;}
	.xwn2a3 span{font-size: 14px;color: #5b5b5b;line-height: 25px;margin-left: 58px;display: table;margin-top: 7.5px;}
	.xwn2a3 p:nth-child(3){background-image: url(../img/ynd88.jpg);background-repeat: no-repeat;font-size: 16px;font-family: "arial";color: #fff;font-weight: bold;padding-left: 5.6%;line-height: 27px;margin-left: 58px;padding-right: 2%;margin-top: 11px;width: 35%;}
	.xwn2a3 p:nth-child(4){width: 8.5%;text-align: center;font-size: 14px;color: #4f4f4f;line-height: 27px;margin-top: 11px;margin-left: 0;text-indent: 0em;}
	.xwn2a3 p:nth-child(5){background-image: url(../img/ynd89.jpg);background-repeat: no-repeat;font-size: 16px;font-family: "arial";color: #fff;font-weight: bold;padding-left: 5.6%;line-height: 27px;padding-right: 2%;margin-top: 11px;}
	
	/*	关于优耐德*/
	.ynd{width: 97.9%;margin: 0 auto; border-bottom: 1px dashed #cbcbcb;}
	.ynd h1{font-size: 18px;color: #ff620a;text-align: center;line-height: 34px;margin-top: 43px;font-weight: bold;}
	.ynd h6{font-size: 18px;color: #ff620a;text-align: center;line-height: 34px;margin-top: 43px;font-weight: bold;}
	.ynd p{font-size: 14px;color: #cecece;font-weight: bold;line-height: 18px;text-align: center;text-transform: uppercase;padding-bottom: 21px;}
	.ynd1{width: 91.6%;margin: 0 auto;border-bottom: 1px dashed #9f9f9f;}
	.ynd1 img:first-child{margin: 0 auto;width: 68.5%;margin-top: 57px;}
	.ynd1 p{font-size: 14px;color: #5b5b5b;line-height: 28px;text-indent: 2em;margin-top: 30px;}
	.ynd1 img{margin: 24px auto;width: 100%;}
	
	/*	荣誉资质*/
	.ry{width: 73.6%;margin: 0 auto;}
	.ry img{margin-top: 67px;width: 100%;margin-bottom: 49px;}
	.ry p{background-image: url(../img/ynd111.png);background-repeat: no-repeat;font-size: 12px;color: #6b6b6b;line-height: 42px;float: left;width: 58%;background-position: left;padding-left: 31px;margin-left: 10px;}
	
	/*	联系我们*/
	.lx111{width: 94%;margin: 0 auto;margin-bottom: 40px;}
	.lx111 > img{width: 89.3%;margin: 0 auto; margin-top: 35px;}
	.lx111 p{background-image: url(../img/ynd112.png);background-repeat: no-repeat;padding-left: 30px;font-size: 14px;color: #575757;line-height: 48px;background-position: left;width: 83%;float: left;border-bottom: 1px dashed #cbcbcb;margin-left: 43px;}
	.lxds_dt{width: 95%;margin: 0 auto;}
	
	#gaoxin{font-size: 14px;font-weight: bold;}
	
	
	@media (min-width: 800px){
		.cpn2 img{top: 170px;}
		.cpna5a p{margin: 5px 26px;}
		.pjn2a3 span{padding-right: 15px;}
		.yyn2a2{padding-left: 78px;}
		.xwn2a2{padding-left: 67px;}
	}
	@media (min-width: 850px){
		.newsa5{margin-bottom: 27px;}
		.kba2{margin-left: 56px;}
		.newsbb{width: 84%;}
		.newsbba{width: 43%;}
		.cpn2 img{top: 180px;}
		.cpn2b{margin-top: 15px;}
		.cpna5a p{margin: 5px 31px;}
		.alx2a2 p{height: 141px;}
		.alx2a2a{top: 172px;}
		.alx2a2b{top: 172px;}
		.aln1b img{top: 145px;}
		.yyx2a2 p{-webkit-line-clamp:4;}
		.yyn2a2{padding-left: 83px;line-height: 21px;}
		.ry p{width: 50%;margin-left: 0;padding-left: 25px;}
	}
	
	
	@media (min-width: 900px){
		.ala1 h1{line-height: 32px;}
		.ala1 h6{line-height: 32px;}
		.newsa5{margin-bottom: 30px;}
		.newsa2{top: 144px;}
		.newsbb{width: 86%;}
		.newsbba{width: 44%;}
		.alx2a2 p{height: 152px;}
		.cpx1b{width: 33%;}
		.yyx2a2a{top: 177px;}
		.yyx2a2b{top: 177px;}
		.yyn2a2{padding-left: 89px;line-height: 25px;padding-top: 10px;}
		.xwn2a2{padding-left: 77px;}
	}
	
	
	@media (min-width: 950px){
		.alx2a2 p{height: 162px;}
		.alx2a2a{top: 190px;}
		.alx2a2b{top: 190px;}
		.aln1b img{top: 165px;}
		.aln1b2{margin-top: 25px;}
		.pjn2a3 span{padding-right: 0;}
	}
	
	
	@media (min-width: 1000px){
		.hya2_a2{top: 50%;}
		.yyx2a2a{top: 185px;}
		.yyx2a2b{top: 185px;}
		.yyx2a2{top: 0;}
		.yyn2a2{padding-left: 105px;}
		.xwn2a2{padding-left: 84px;}
	}
	
	
	@media (min-width: 1100px){
		
	}
	
}



@media screen and (max-width:760px)
{
    
    /*网站地图*/
	.wzdt{width: 96%;margin: 0 auto;}
	.wzdt_a{border: solid 2px #e5e5e5;margin-top: 22px;}
	.wzdt_a h1{width: 96%;margin: 0 auto;border-bottom: 1px solid #f2f2f2;margin-top: 5px;}
	.wzdt_a h1 a{font-size: 16px;color: #505050;font-weight: bold;line-height: 45px;}
	.wzdt_a p{margin: 0 25px;}
	.wzdt_a p a{color: #505050;line-height: 42px;margin-right: 15px;}
	.wzdt_a p a:hover{color: #0665d0}
	/*网站地图*/
	/*404*/
    .fzfbox{width:100%;margin:0 auto;background:#f9f9f9;padding:30px;margin-bottom: -90px;}
.fzf1{width:90%;margin:15px auto;}
.fzf1 img{width:100%;margin:0 auto;}
.fzf2{width:100%;margin:0 auto;}
.fzf2 p{font-size:18px;color:#434343;text-align:center;line-height:30px;}
.fzf2-1{width:100%;margin:0 auto;}
.fzf2-1 p{font-size:16px;color:#434343;text-align:center;line-height:30px;}
.fzf2-1 p span{color:#333;}
.fzf3{width:310px;margin:30px auto;}
.fzf3z{float:left;}
.fzf3z img{width:100%;margin:0 auto;}
.fzf3y{float:right;}
.fzf3y img{width:100%;margin:0 auto;}   
    /*404*/
	
.clearfix{ clear:both;}
.fl{ float: left;}
.fr{float:right}
body{margin:0; padding:0;font-family: "微软雅黑"; font-size: 12px;overflow-x: hidden;}
a,ul,li,ol,p,h1,h2,h3,h4,h5,h6,dl,dt,dd{list-style:none;padding:0;margin:0;text-decoration:none;font-weight:normal; font-size: 12px;color: #858585;}
* img{display:block;}
input,select,textarea{padding:0;margin:0;outline:none;-webkit-appearance:none;}
.mob{display: block;}
.pc{display: none;}
*{box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	}
	
		/*	top*/
	.top{
		width: 100%;
		box-shadow: 10px 0px 100px -12px #f36e24;
	}
	.top1a{
		margin-left: 1.5%;
	}
	.top1a p{
		font-size: 12px;
		color: #767676;
		line-height: 31px;
	}
	.top1b{
		margin-right: 4.3%;
	}
	.top1b1 p{
		font-size: 12px;
		color: #767676;
		line-height: 31px;
	}
	.top1b1 p a{
		font-size: 12px;
		color: #767676;
		transition: all ease 0.4s;
	}
	.top1b1 p a:hover{
		color: #ff782c;
	}
	
 /*	nav*/
	.nav{
		width: 100%;
	}
	.nav1a{
		width: 50%;
	}
	.nav1a1{
		width: 34.5%;
		margin-top: 28px;
		box-shadow: 7px 0px 20px -15px #ff782c;
	}
	.nav1a1 img{
		width: 100%;
	}
	.nav1a2{
		margin-top: 53px;
	}
	.nav1a2 h6{
		font-size: 19px;
		color: #fd7d19;
		font-weight: bold;
		line-height: 30px;
	}
	.nav1a2 p{
		font-size: 16px;
		color: #4c4c4c;
		line-height: 24px;
	}
	.nav1a2 p:first-child{
		margin-top: 26px;
	}
	.nav1b{
		width: 45%;
		margin-top: 53px;
	}
	.navab1{
		width:38.1%; 
	}
	.nav1b1 p{
		font-size: 14px;
		color: #7f7f7f;
		line-height: 18px;
		margin-left: 44.6%;
	}
	.nav1b1 span{
		font-size: 32px;
		color: #ff6701;
		font-weight: bold;
	}
	.nav1b2{
		width: 10%;
		margin-left: 2.4%;
		margin-right: 9%;
		margin-top: -1px;
	}
	
 /*	导航*/
	.dh{
		width: 100%;
		margin-top: 24%;
	}
	.dh1{
		height: 67px;
		position: relative;
		z-index: 2;
	}
	.dh1a{
		width: 100%;
	}
	.dh1a1{
		width: 11%;
		text-align: center;
		background: #ff782c;
		height: 67px;
	}
	.dh1a1 a{
		font-size: 15px;
		color: #fff;
		line-height: 67px;
	}
	.dh1a2{
		background: #3a3a3a;
	}
	.dh1a1:hover{
		background: #3a3a3a;
	}
	.dha{
		width: 1.5%;
		height: 37px;
		position: absolute;
		top: 0;
		left: -18px;
	}
	.dha img{
		width: 100%;
	}
	.dhb{
		width: 1.5%;
		height: 37px;
		position: absolute;
		top: 0;
		right: -6px;
	}
	.dhb img{
		width: 100%;
	}
	.dh1a1b{
		background: rgba(58,58,58,0.8);
	}
	.dh1a1b1 a{
		font-size: 14px;
		color: #fff;
	}
	.dh1a1b1:hover{
		background: #ff782c;
	}
	.sjdhgd{
		width: 100%;
		background: #fff;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 10000;
	}
	.sjdh{
		width: 92%;
		margin: 0 auto;
		padding: 3.5% 0;
		position: relative;
		transition: all ease 0.5s;
	}
	.sjdha{
		width: 100%;
	}
	.sjdha_t1{
		width: 60%;
		margin-left: 3%;
	}
	.sjdha_t1 img{
		width: 100%;
	}
	.sjdha_t2{
		width: 46px;
		margin-top: 3%;
		margin-right: 1%;
	}
	.sjdha_t2 img{
		width: 100%;
	}
	.huakuai{
		position: fixed;
		top: 0;
		right: -100%;
		z-index: 9999;
		transition: all .4s cubic-bezier(.4,0,0,1);
		width: 100%;
		background: rgba(0,0,0,0.5);
		height: 100%;
	}
	.sjdhb{
		width: 79%;
		background: #fff;
		overflow-y: scroll;
		height: 100%;
	}
	.guanbi{
		width: 100%;
		border-bottom: 1px solid #f6f8f9;
		margin-bottom: 4%;
	}
	.guanbi img{
		width: 22px;
		height: 22px;
		margin: 5%;
		float: right;
	}
	.sjdhb_a{
		width: 100%;
	}
	.sjdhb_a h1{
		line-height: 60px;
		width: 100%;
		padding-left: 18px;
	}
	.sjdhb_a h6{
		line-height: 60px;
		width: 100%;
		padding-left: 18px;
	}
	.sjdhb_a h6 a{
		font-size: 1.1rem;
		color: #32363d;
	}
	.sjdhb_ah1 h6{
		border-left: 3px solid #f6772f;
		background: #f6f6f6;
	}
	.sjdhb_aa{
		width: 100%;
	}
	.sjdhb_p{
		width: 100%;
		line-height: 46px;
		padding-left: 37px;
		
	}
	.sjdhb_p a{
		font-size: 1rem;
		color: #858585;
	}
	.sjdhb_pa a{
		color: #3eb6f2;
	}
	
 /*	banner*/
	.ban{
		width: 100%;
		z-index: 1;
	}
	.ban{
		width: 100%;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		top: -30px;
	}
	.bana{
		width: 1920px;
		overflow: hidden;
		height: 522px;
		position: relative;
		left: 50%;
		margin-left: -600px;
		z-index: -1;
	}
	.banb{
		width: 1200px;
	}
	.banb_a{
		width: 47px;
		height: 109px;
		position: absolute;
		left: 3%;
		top: calc(50% - 65px);
		cursor: pointer;
	}
	.banb_c{
		width: 47px;
		height: 109px;
		position: absolute;
		left: 93%;
		top: calc(50% - 65px);
		cursor: pointer;
		z-index: 15;
	}
	.banb_e{
		z-index: 1000;
		bottom: 20px;
		position: absolute;
		left: calc(50% - 36px);
	}
	.banb_e li{
		width:12px; 
		height: 12px; 
		background: #fff;
		border-radius: 50%;
		float: left;
		margin: 12px 6px;
		cursor: pointer;
		transition: all ease 0.1s;
	}
	.banb_e .banb_f{
		background: #0d65a2;
	}
	.bt-a{
		width: 47px;
		height: 109px;
		position: absolute;
		left: 3%;
		top: calc(50% - 65px);
		cursor: pointer;
		z-index: 1500;
	}
	.bt-b{
		width: 47px;
		height: 109px;
	}
	.bt-b:hover{
		background: url(../img/yi09.png);
	}
	.bt-k{
		width: 47px;
		height: 109px;
		position: absolute;
		right: 3%;
		top: calc(50% - 65px);
		cursor: pointer;
		z-index: 1500;
	}
	.bt-f{
		width: 47px;
		height: 109px;
	}
	.bt-f:hover{
		background: url(../img/yi08.png);
	}
	
 /*手机banner*/
	.sjban{
		width: 100%;
	}
	#swiper1{
		width: 100%;
	}
	#swiper1 .swiper-slide{
		width: 100%;
	}
	#swiper1 .swiper-slide img{
		width: 100%;
	}
	
 /*	关键词*/
	.guan{
		border-bottom: 1px solid #bfbfbf;
		width: 100%;
		margin-top: -46px;
	}
	.guana p{
		font-size: 14px;
		color: #6b6b6b;
		line-height: 45px;
		margin-left: 22px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.guana p a{
		font-size: 14px;
		color: #6b6b6b;
		transition: all ease 0.4s;
	}
	.guana p a:hover{
		color: #f6772f;
	}
	
 /*	产品中心*/
	.shop{
		margin-top: 5%;
	}
	.shop1{
		width: 92%;
		margin: 0 auto;
	}
	.shop1a{
		border-bottom: 1px solid #ebebeb;
	}
	.shop1a h6{
		font-size: 1rem;
		color: #4a4a4a;
		line-height: 40px;
		text-align: center;
		letter-spacing: 2px;
	}
	.shop1a h6 span{
		font-size: 1rem;
		color: #ff620a;
	}
	.shop1 img{
		margin: 0 auto;
		margin-top: -3px;
	}
	.shop1 p{
		font-size: 14px;
		color: #b4b4b4;
		text-align: center;
		line-height: 36px;
	}
	.shopb_a{
		width: 100%;
		margin-top: 5%;
	}
	.shopb_b{
		background: #f6772f;
		border-radius: 10px;
	}
	.shopb_ba{
		width: 100%;
		height: 47px;
	}
	.shopb_baa{
		width: 16.6%;
		line-height: 48px;
	}
	.shopb_baa a{
		font-size: 14px;
		color: #fff;
		margin-left: 28px;
	}
	.shopb_c{
		width: 100%;
	}
	.shopb_ca{
		width: 17%;
		border-left: 1px solid #dcdcdc;
		padding: 10px 10px;
		height: 120px;
	}
	.shopb_ca:nth-child(1){
		margin-left: 31px;
	}
	.shopb_ca:nth-child(5){
		width: 14%;
	}
	.shopb_ca:nth-child(6){
		width: 12%;
	}
	.shopb_ca a{
		font-size: 12px;
		color: #6e6e6e;
		line-height: 24px;
		transition: all ease 0.4s;
	}
	.shopb_ca a:hover{
		color: #f6772f;
		padding-left: 5px;
	}
	.chanpa_b{
		width: 92%;
		margin: 0 auto;
	}
	.chanpa_b p{
		margin-top: 2px;
		float: left;
		width: 30%;
		margin: 2.5% 1.5%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		text-align: center;
	}
	.chanpa_bp{
		width: 100%;
		line-height: 30px;
		transition: all ease 0.1s;
		margin-top: 4.3px;
		background: #f6772f;
		border-radius: 10px;
	}
	.chanpa_bp a{
		font-size: 0.9rem;
		color: #fff;
		transition: all ease 0.3s;
	}
	.chanpa_bpa{
		background: #333333;
		border-radius: 8px;
		text-align: left;
	}
	.chanpa_bpa a{
		color: #fff;
	}
	.shopc{
		width: 100%;
		margin-top: 10px;
	}
	.shopc_b{
		width: 28%;
		margin: 0 2.665%;
	}
	.shopc_ba{
		width: 100%;
		border: 1px solid #e5e5e5;
		transition: all ease 0.3s;
		overflow: hidden;
	}
	.shopc_ba img{
		width: 100%;
		transition: all ease 0.3s;
	}
	.shopc_bb{
		width: 100%;
	}
	.shopc_bb p{
		width: 60%;
		line-height: 48px;
		transition: all ease 0.3s;
		float: left;
		overflow: hidden;
	}
	.shopc_bb p a{
		font-size: 14px;
		color: #7b7b7b;
		display: block;
		width: 100%;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.shopc_bb p a:hover{
		color: #05A199;
	}
	.shopc_bb img{
		float: right;
		margin-top: 8px;
	}
	.shopc_bb a:nth-child(2) img{
		margin-left: 14px;
	}
	.shopc_b:hover .shopc_ba{
		border: 1px solid #f6772f;
	}
	.shopc_b:hover .shopc_ba img{
		transform: scale(1.1);
	}
	.shopc_b:hover p{
		color: #f6772f;
		padding-left: 5px;
	}
	.shopc_b:hover .shopc_bb p a{
		color: #f6772f;
	}
	.shop{
		width: 100%;
		overflow: hidden;
		overflow-x: auto;
		height: 100%;
	}
	.shopa1{
		margin-left: 8px;
	}
	.shopa1a{
		margin: 0 auto;
		float: none;
		padding-top: 5%;
	}
	.shopa1a img{
		margin: 0 auto;
	}
	.shopa1b{
		margin-top: 6px;
		margin-left: 12px;
	}
	.shopa2{
		width: 100%;
		overflow: hidden;
		margin-top: 36px;
	}
	.shopa2a{
		width: 1500%;
	}
	.shopa2b{
		width: 35%;
	}
	.shopa2c{
		border: 2px solid #dddddd;
		border-top: 2px solid #0d65a2;
		margin: 0 20px;
		position: relative;
	}
	.shopa2c p{
		background: #787878;
		height: 37px;
		width: 100%;
		position: absolute;
		top: 291px;
		left: 0;
		transition: all ease 0.4s;
		font-size: 12px;
		color: #efefef;
		text-align: center;
		line-height: 37px;
	}
	.shopa2c:hover p{
		top: 252px;
	}
	.shopa3{
		display: table;
		margin: 0 auto;
		margin-top: 10%;
	}
	.shopa3a{
		width: 51px;
		height: 34px;
		border-radius: 20px;
		border: 1px solid #bfbfbf;
		transition: all ease 0.4s;
	}
	.shopa3a img{
		margin: 0 auto;
		margin-top: 11px;
		cursor: pointer;
	}
	.sjshopa3a{
		width: 51px;
		height: 34px;
		border-radius: 20px;
		border: 1px solid #bfbfbf;
		transition: all ease 0.4s;
	}
	.sjshopa3a img{
		margin: 0 auto;
		margin-top: 11px;
		cursor: pointer;
	}
	.shopa3a:hover{
		background: #2779c3;
	}
	.shopa3b{
		width: 158px;
		height: 34px;
		border-radius: 20px;
		border: 1px solid #bfbfbf;
		margin-left: -2px;
		transition: all ease 0.4s;
		margin-top: -56px;
	}
	.shopa3b p{
		display: table;
		margin: 0 auto;
		line-height: 34px;
	}
	.shopa3b p a{
		font-size: 0.87rem;
		color: #a7a7a7;
		transition: all ease 0.4s;
	}
	.shopa3b:hover{
		background: #2779c3;
	}
	.shopa3b:hover p a{
		color: #fff;
	}
	.shopa3c{
		width: 51px;
		height: 34px;
		border-radius: 20px;
		border: 1px solid #bfbfbf;
		margin-left: 20px;
		transition: all ease 0.4s;
	}
	.shopa3c img{
		margin: 0 auto;
		margin-top: 11px;
		cursor: pointer;
	}
	.sjshopa3c{
		width: 51px;
		height: 34px;
		border-radius: 20px;
		border: 1px solid #bfbfbf;
		margin-left: 20px;
		transition: all ease 0.4s;
	}
	.sjshopa3c img{
		margin: 0 auto;
		margin-top: 11px;
		cursor: pointer;
	}
	.shopa3c:hover{
		background: #2779c3;
	}
	.sjpj{
		width: 100%;
		margin-top: 5%;
		transform: scale(1.4);
		overflow: hidden;
	}
	#Swiper3{
		width: 100%;
		position: relative;
	}
	#swiper-button-prev1{
		position: absolute;
		left: 21%;
		top: 93%;
		border: 1px solid #c8c8c8;
		width: 38px;
		height: 23px;
		border-radius: 20px;
/*		background: url(../img/lg08.png) no-repeat center;*/
		outline: none;
	}
	#swiper-button-next1{
		position: absolute;
		right: 21%;
		top: 93%;
		border: 1px solid #c8c8c8;
		width: 38px;
		height: 23px;
		border-radius: 20px;
/*		background: url(../img/lg09.png) no-repeat center;*/
		outline: none;
	}
	#Swiper3 .swiper-slide{
		transform: scale(0.8);
	}
	#Swiper3 .swiper-container{
		overflow: hidden;
	}
	.swiper-slide-prev::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(173,173,173,0.5);}
	.swiper-slide-next::after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(173,173,173,0.3);}
	#Swiper3 img{
		width: 100%;
		border: 1px solid #dddddd;
	}
	#Swiper3 p{
		text-align: center;
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
		font-size: 0.75rem;
		color: #efefef;
		line-height: 35px;
		background-color: #787878;
	}
	#Swiper3 .swiper-slide a:after {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		content: "";
		width: 100%;
		height: 100%;
		transition: all ease 0.3;
		
	}
	#Swiper3 .swiper-slide-active a:after{
		background: none;
	}
	
 /*	四大理由*/
	.ly{
		background: url(../img/ynd14.png) no-repeat;
		padding-bottom: 10%;
		padding-top: 5%;
	}
	.ly1a{
		position: relative;
	}
	.ly1a p{
		font-family: "Arial";
		font-size: 20px;
		color: #d2d7dc;
		text-transform: uppercase;
		font-weight: 900;
		letter-spacing: 3px;
		position: absolute;
		top: -8px;
		left: 77px;
		z-index: -1;
	}
	.ly1a img{
		width: 100%;
		margin: 0 auto;
		
	}
	.ly1b{
		width: 50%;
		margin-top: 42px;
	}
	.ly1b1a{
		width: 74px;
		background: url(../img/ynd17.png) no-repeat;
		height: 60px;
		transition: all ease 0.4s;
		background-size: 100% 100%;
		margin-left: 10px;
		margin-top: 10px;
	}
	.ly1b1a p{
		text-align: center;
		font-size: 1.2rem;
		color: #fff;
		margin-top: 10px;
		line-height: 20px;
	}
	.ly1b1a p span{
		font-size: 1rem;
		color: #fff;
		text-align: center;
	}
	.ly1bbb{
		margin-top: 25px;
		background: #fcfcfd;
		position: relative;
	}
	.ly1b2{
		width: 60.5%;
	}
	.ly1b2 h6{
		font-size: 0.8rem;
		color: #018a68;
		font-weight: bold;
		margin-top: 28px;
		transition: all ease 0.4s;
		display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2;
		overflow: hidden;
	}
	.ly1b3 p{
		background: url(../img/ynd20.png) no-repeat 0 6px;
		font-size: 0.8rem;
		color: #464646;
		line-height: 20px;
		margin-bottom: 18px;
		width: 100%;
		padding-left: 17px;
		margin-top: 16px;
		display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:4;
		overflow: hidden;
	}
	.ly1b3{
		width: 79%;
		margin: 0 auto;
	}
	.ly1c{
		width: 47%;
		position: relative;
	}
	.ly1c img{
		position: absolute;
		top: 46px;
		left: 36px;
	}
	.ly1d{
		width: 50%;
		position: relative;
	}
	.ly1d img {
		position: absolute;
		top: 31px;
		right: 40px;
	}
	.ly1bbb:hover .ly1b1a{
		background: url(../img/ynd16.png) no-repeat center 35px;
	}
	.ly1bbb:hover .ly1b2 h6{
		color: #ff761b;
	}
	.sjly{
		width: 92%;
		position: relative;
		margin: 0 auto;
		margin-top: 20px;
	}
	.sjly1{
		width: 50px;
		height: 50px;
		background: #474747;
		position: absolute;
		top: 100px;
		left: 0;
	}
	.sjly1 img{
		margin: 0 auto;
		margin-top: 10px;
	}
	.sjly2{
		width: 83%;
		margin: 0 auto;
		overflow: hidden;
	}
	.sjly2a{
		width: 400%;
	}
	.sjly3{
		width: 50px;
		height: 50px;
		background: #474747;
		position: absolute;
		top: 100px;
		right: 0;
	}
	.sjly3 img{
		margin: 0 auto;
		margin-top: 10px;
	}
	.sjly2a1{
		background: #fbfcfc;
		width: 25%;
		height: 260px;
	}
	.sjly4{
		width: 100%;
		margin: 0 auto;
		margin-top: 30px;
	}
	.sjly4 img{
		width: 100%;
	}
	
 /*	行业应用*/
	.hy{
		margin-top: 5%;
	}
	.hya{
		width: 100%;
		position: relative;
		margin-top: 32px;
		margin-bottom: 10%;
	}
	.hya1{
		background: #474747;
		width: 40px;
		height: 40px;
		position: absolute;
		left: 8px;
		top: 30%;
		margin-top: -26.5px;
		z-index: 10;
	}
	.hya1 img{
		margin: 0 auto;
		padding-top: 5px;
		cursor: pointer;
	}
	.hya21{
		width: 92%;
		margin: 0 auto;
		overflow: hidden;
	}
	.hya2{
		width: 800%;
		
	}
	.hya2_a{
		width: 12.5%;
		position: relative;
		
	}
	.hya3{
		background: #474747;
		width: 40px;
		height: 40px;
		position: absolute;
		right: 8px;
		top: 30%;
		margin-top: -26.5px;
	}
	
	.hya3 img{
		margin: 0 auto;
		padding-top: 5px;
		cursor: pointer;
	}
	.hya2_a1{
		width: 76%;
		margin: 0 auto;
		float: none;
	}
	.hya2_a1 img{
		width: 100%;
	}
	.hya2_a2{
		width: 100%;
		margin-left: -2.16%;
		background: #eeeeee ;
		height: 116px;
	}
	.hya2_a2 h1 a{
		font-size: 1rem;
		color: #535353;
	}
	.hya2_a2 h1{
		font-weight: bold;
		margin-top: 24px;
		margin-left: 41px;
	}
	.hya2_a2 h6 a{
		font-size: 1rem;
		color: #535353;
	}
	.hya2_a2 h6{
		font-weight: bold;
		margin-top: 24px;
		margin-left: 41px;
	}
	.hya2_a2 > p a{
		font-size: 0.75rem;
		color: #7a7a7a;
	}
	.hya2_a2 > p{
		margin-left: 41px;
		line-height: 17px;
		margin-top: 17.5px;
		padding-right: 37px;
		display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2;
		overflow: hidden;
	}
	.hya2_a3{
		border: 1px solid #07928c;
		width: 16.6%;
		height: 28px;
		margin-left: 78.7%;
	}
	.hya2_a3 a{
		color: #07928c;
		padding-left: 13px;
		line-height: 26px;
		transition: all ease 0.3s;
	}
	.hya2_a3:hover a{
		padding-left: 20px;
	}
	.hya4{
		background:#ff8d55;
	}
	.hyb{
		background: #565656;
		height: 73px;
		width: 100%;
		border-radius: 10px;
	}
	.hyba{
		width: 12.5%;
		line-height: 17px;
	}
	.hyba p{
		text-align: center;
		transition: all ease 0.4s;
	}
	.hyba a{
		font-size: 16px;
		color: #fff;
		transition: all ease 0.4s;
	}
	.hyba_a{
		opacity: 0;
		display: table;
		margin: 0 auto;
		margin-top: 15px;
		animation: hy 1s linear infinite;
	}
	.hybaa img{
		opacity: 1;
	}
	.hybaa p{
		margin-top: 10px;
	} 
	.hybaa p a{
		color: #ff8d55;
	} 
	@keyframes hy{
		0%{transform:translateY(2px);}
		25%{transform:translateY(0px);}
		50%{transform:translateY(-2px);}
		75%{transform:translateY(0px);}
		100%{transform:translateY(2px);}
	}
	
 /*	成功案例*/
	.al{
		margin-top: -15px;
	}
	.ala{
		width: 100%;
		margin-top: 20px;
	}
	.ala11{
		width: 33.3%;
		transition: all ease 0.4s;
	}
	.ala1{
		background: #ececec;
		width: 100%;
		padding-top: 34px;
		padding-bottom: 38px;
		position: relative;
		transition: all ease 0.4s;
	}
	.ala1 h1 a{
		font-size: 13px;
		color: #464646;
		font-weight: bold;
		padding-left: 46px;
	}
	.ala1 h6 a{
		font-size: 13px;
		color: #464646;
		font-weight: bold;
		padding-left: 46px;
	}
	.ala1 > p a{
		color: #464646;
		display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:3;
		overflow: hidden;
	}
	.ala1 > p{
		line-height: 18px;
		padding-left: 46px;
		width: 67%;
		
	}
	.ala1_a{
		height: 28px;
		width: 100px;
		margin-left: 30px;
	}
	.ala1_a p{
		color: #07928c;
		text-align: center;
		line-height: 28px;
		transition: all ease 0.4s;
	}
	.ala1_a p a{
		color: #07928c;
	}
	.ala1_b{
		position: absolute;
		top: 145px;
		left: 44%;
		background: url(../img/lw27.png) no-repeat;
		transition: all ease 0.4s;
		width: 48px;
		height: 48px;
		z-index: 100;
	}
	.ala2{
		width: 100%;
		transition: all ease 0.3s;
		overflow: hidden;
	}
	.ala2 img{
		width: 100%;
		transform: rotate(1.1);
	}
	.ala12 .ala1_b{
		top: -24px;
	}
	.ala11:hover .ala1{
		background: #05a199;
	}
	.ala11:hover .ala1 h1 a{
		color: #fff;
	}
	.ala11:hover .ala1 h6 a{
		color: #fff;
	}
	.ala11:hover .ala1 p a{
		color: #e4e4e4;
	}
	.ala11:hover .ala1_b{
		background: url(../img/lw26.png) no-repeat;
	}
	.ala11:hover .ala2 img{
		transform: scale(1.01);
	}
	.sal{
		width: 100%;
		margin-top: 30px;
	}
	.sal1{
		width: 40px;
		height: 40px;
		position: absolute;
		top: 20%;
		left: -5px;
		background: #474747;
		z-index: 10;
	}
	.sal1 img{
		margin: 0 auto;
		margin-top:5px; 
	}
	.sal3{
		width: 40px;
		height: 40px;
		position: absolute;
		top: 20%;
		right: -5px;
		background: #474747;
	}
	.sal3 img{
		margin: 0 auto;
		margin-top: 5px;
	}
	.sal2{
		width: 92%;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
	}
	.sal2a{
		width: 300%;
	}
	.sal2a1{
		width: 33.33%;
	}
	.sal2a1a{
		width: 76%;
		margin: 0 auto;
	}
	.sal2a1a img{
		width: 100%;
	}
	.sal2a1b{
		background: #05a199;
		width: 100%;
		height: 116px;
		margin: 0 auto;
		overflow: hidden;
		padding-right: 10px;
	}
	.sal2a1b h1{
		margin-left: 21px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.sal2a1b h1 a{
		font-size: 1rem;
		color: #fff;
		line-height: 54px;
	}
	.sal2a1b h6{
		margin-left: 21px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.sal2a1b h6 a{
		font-size: 1rem;
		color: #fff;
		line-height: 54px;
	}
	.sal2a1b p{
		margin-left: 21px;
		display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2;
		overflow: hidden;
	}
	.sal2a1b p a{
		font-size: 0.7rem;
		color: #fff;
	}
	
 /*	客户评价*/
	.pj{
		margin-top: 30px;
	}
	.kba{
		width: 100%;
		position: relative;
		margin-top: 24px;
	}
	.kba1{
		background: #474747;
		width: 53px;
		height: 53px;
		position: absolute;
		left: 0;
		top: 33%;
	}
	.kba1 img{
		margin: 0 auto;
		padding-top: 11px;
		cursor: pointer;
	}
	.kba2{
		width: 87.4%;
		margin-left: 25px;
		overflow: hidden;
	}
	.kba2_a{
		width: 300%;
		
	}
	.kba2_b{
		width: 33.33%;
	}
	.kba2_b .kba2_c:nth-child(2){margin-right: 2px;}
	.kba2_c{
		border: 1px solid #e5e5e5;
		width: 97.5%;
		transform: all ease 0.3s;
	}
	.kba2_d{
		height: 189px;
		border: 1px solid #E5E5E5;
		border-bottom: none;
		transform: all ease 0.4s;
	}
	.kba2_f{
		border: 1px solid #e5e5e5;
		width: 46.5%;
	}
	.kba2_d img{
		margin-top: 25px;
		margin-left: 29px;
	}
	.kba2_d h1{
		width: 92%;
		margin: 0 auto;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.kba2_d h1 a{
		margin-left: 17px;
		font-size: 0.9rem;
		color: #5b5b5b;
		font-weight: bold;
		line-height: 62px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.kba2_d h6{
		width: 92%;
		margin: 0 auto;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.kba2_d h6 a{
		margin-left: 17px;
		font-size: 0.9rem;
		color: #5b5b5b;
		font-weight: bold;
		line-height: 62px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.kba2_d p{
		margin-left: 29px;
		margin-right: 40px;
	}
	.kba2_d a{
		color: #5b5b5b;
		line-height: 18px;
		display:  -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:3;
		overflow: hidden;
	}
	.kba2_e{
		border: 1px solid #e5e5e5;
		transition: all ease 0.4s;
	}
	.kba2_e a{
		color: #ff8d55;
		font-size: 0.8rem;
		transition: all ease 0.4s;
	}
	.kba2_e p{
		text-align: center;
		line-height: 40px;
		background-color: #ff8d55;
	}
	.kba2_e p a{color: #fff;}
	.kba3{
		background: #474747;
		width: 53px;
		height: 53px;
		position: absolute;
		right: 0;
		top: 33%;
	}
	.kba3 img{
		margin: 0 auto;
		padding-top: 11px;
		cursor: pointer;
	}
	.kba2_c:hover .kba2_e{
		background: #ff8d55;
		border-color: #e5e5e5;
	}
	.kba2_c:hover .kba2_e a{
		color: #fff;
	}
	.kba4{
		background: #ff8d55;
		transform: all ease 0.3s;
	}
	.kbb{
		margin: 0 auto;
	}
	.kbb_a{
/*		background: url(../img/lw29.png) no-repeat center;*/
		height: 31px;
		width:112px;
		margin: 0 auto;
		margin-top: 38px;
		transition: all ease 0.5s;
	}
	.kbb_a p{
		line-height: 34px;
		text-align: center;
	}
	.kbb_a a{
		color: #fff;
		transition: all ease 0.4s;
	}
	.kbb_a:hover a{
		padding-left: 10px;
	}
	
 /*	关于优耐德*/
	.gy{
		background: url(../img/ynd29.jpg) no-repeat center;
		margin-top: 30px;
		height: 610px;
	}
	.shopa_aa1{
		width: 59.3%;
		margin: 0 auto;
		text-align: center;
		border-bottom: 1px solid #cccccc;
	}
	.shopa_aa1 h1{
		line-height: 50px;
		font-size: 1rem;
		color: #ff8d55;
		padding-top: 5%;
	}
	.shopa_aa1 h6{
		line-height: 50px;
		font-size: 1rem;
		color: #ff8d55;
		padding-top: 5%;
	}
	.shopa_aa1 span{
		color: #07928c;
	}
	.shopa_aa1 img{
		display: table;
		margin: 0 auto;
	}
	.shopa_a p{
		text-align: center;
		font-size: 14px;
		color: #b4b4b4;
		line-height: 36px;
	}
	.gya1{
		width: 100%;
		margin-top: 39px;
	}
	.gya2{
		width: 65%;
		margin-bottom: 71px;
		float: none;
		margin: 0 auto;
	}
	.gya2 a img{
		box-shadow: 10px 10px 1px #565656;
		width: 100%;
	}
	.gya3{
		width: 86%;
		margin-top: -9px;
		float: none;
		margin: 0 auto;
	}
	.gya3 h1{
		font-size: 1rem;
		color: #0e938d;
		font-weight: bold;
		line-height: 58px;
		letter-spacing: 1.2px;
		text-align: center;
	}
	.gya3 h6{
		font-size: 1rem;
		color: #0e938d;
		font-weight: bold;
		line-height: 58px;
		letter-spacing: 1.2px;
		text-align: center;
	}
	.gya3 p{
		font-size: 0.8rem;
		color: #616161;
		line-height: 24px;
		text-indent: 2em;
		letter-spacing: 0.3px;
		display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:5;
		overflow: hidden;
	}
	.gya3_a{
		background: url(../img/ynd31.png) no-repeat;
		height: 31px;
		width: 112px;
		float: none;
		margin: 0 auto;
		margin-top: 8%;
	}
	.gya3_a a{
		color: #fff;
		line-height: 28px;
		transition: all ease 0.4s;
	}
	.gya3_a:hover a{
		padding-left: 10px;
	}
	
	/*	合作客户*/
	.kh{
		width: 87%;
		margin: 0 auto;
		margin-top: -126px;
	}
	.khfl{
		position: absolute;
		top: 126px;
		left: -20px;;
	}
	.khfr{
		position: absolute;
		top: 126px;
		right: -20px;
	}
	.kha{
		background: #0e938d;
		padding-bottom: 33px;
		position: relative;
	}
	.kha1{
		width: 100%;
	}
	.kha1_a{
		width: 80%;
		padding-top: 10px;
		float: none;
		margin: 0 auto;
	}
	.kha1_a h1{
		font-size: 16px;
		color: #fff;
		text-align: center;
	}
	.kha1_a h6{
		font-size: 16px;
		color: #fff;
		text-align: center;
	}
	.kha1_a p{
		float: left;
		font-size: 14px;
		color: #d7d7d7;
		padding-top: 8px;
	}
	.kha1_b{
		height: 28px;
		width: 100px;
		margin-top: 31px;
		margin-right: 45px;
		
	}
	.kha1_b p{
		text-align: center;
		transition: all ease 0.4s;
	}
	.kha1_b a{
		color: #fff;
		line-height: 26px;
		transition: all ease 0.4s;
	}
	.kha1_b:hover p{
		padding-left: 10px;
	}
	.kha1_b:hover p a{
		color: #f6772f;
	}
	.kha2{
		width: 100%;
		position: relative;
		margin-top: 39px;
	}
	.kha2_a{
		position: absolute;
		top: 40%;
		left: 0;
		width: 13px;
		height: 31px;
		margin-top: -15px;
		
	}
	.kha2_a img{
		margin-left: 28px;
		cursor: pointer;
	}
	.kha2_b{
		width: 88.4%;
		margin: 0 auto;
		overflow: hidden;
	}
	.kha2_b1{
		width: 200%;
	}
	.kha2_b2{
		width: 12.5%;
	}
	.kha2_b2 img{
		width: 88.99%;
		margin: 0 auto;
	}
	.kha2_b2 p{
		color: #fff;
		margin-top: 14px;
		margin-left: 16px;
	}
	.kha2_c{
		position: absolute;
		top: 40%;
		right: 28px;
		width: 13px;
		height: 31px;
		margin-top: -15px;
		cursor: pointer;
	}
	
	
	.skha2{
		width: 100%;
		position: relative;
		margin-top: 15px;
	}
	.skha2_a{
		position: absolute;
		top: 35%;
		left: -18px;
		width: 13px;
		height: 31px;
		margin-top: -15px;
		
	}
	.skha2_a img{
		margin-left: 28px;
		cursor: pointer;
	}
	.skha2_b{
		width: 80.4%;
		margin: 0 auto;
		overflow: hidden;
	}
	.skha2_b1{
		width: 400%;
	}
	.skha2_b2{
		width: 12.5%;
	}
	.skha2_b2 img{
		width: 88.99%;
		margin: 0 auto;
	}
	.skha2_b2 p{
		color: #fff;
		margin-top: 14px;
		margin-left: 16px;
	}
	.skha2_c{
		position: absolute;
		top: 35%;
		right: 8px;
		width: 13px;
		height: 31px;
		margin-top: -15px;
		cursor: pointer;
	}
	
	
	/*	新闻资讯*/
	.news{
		margin-top: 5%;
	}
	.newsa{
		width: 100%;
		margin-top: 9%;
	}
	.newsqh{
		display: table;
		margin: 0 auto;
		margin-top: 9%;
	}
	.newsqh1{
		width: 130px;
		height: 38px;
		border: 1px solid #a1a1a1;
		margin: 0 14px;
	}
	.newsqh1 p{
		text-align: center;
	}
	.newsqh1 p a{
		font-size: 1rem;
		color: #2b2b2b;
		line-height: 35px;
	}
	.newsqh1:hover p{
		background: #f6772f;
		border: 1px solid #f6772f;
	}
	.newsqh1:hover p a{
		color: #fff;
	}
	.newsqh2{
		background: #f6772f;
		border: 1px solid #f6772f;
	}
	.newsqh2 p a{
		color: #fff;
		line-height: 35px;
		font-size: 1rem;
	}
	.newsa_fl{
		width: 86%;
		position: relative;
		float: none;
		margin: 0 auto;
	}
	.newsa1 img{
		width: 100%;
	}
	.newsa2{
		background: #f6772f;
		width: 60px;
		height: 70px;
		position: absolute;
		top: 77px;
		right: 17px;
	}
	.newsa2 h1{
		text-align: center;
	}
	.newsa2 h1 a{
		font-size: 2.5rem;
		color: #fff;
	}
	.newsa2 h6{
		text-align: center;
	}
	.newsa2 h6 a{
		font-size: 2.5rem;
		color: #fff;
	}
	.newsa2 p{
		text-align: center;
	}
	.newsa2 p a{
		font-size: 0.8rem;
		color: #fff;
	}
	.newsa3{
		border-bottom: 1px dashed #e7e7e7;
		margin-top: 19px;
		padding-bottom: 56px;
		margin-left: 9px;
	}
	.newsa3 h1{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 95%;
	}
	.newsa3 h1 a{
		font-size: 1rem;
		color: #323232;
		line-height: 36px;
		transition: all ease 0.4s;
	}
	.newsa3 h6{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 95%;
	}
	.newsa3 h6 a{
		font-size: 1rem;
		color: #323232;
		line-height: 36px;
		transition: all ease 0.4s;
	}
	.newsa3 h3{
		margin-bottom: 15px;
	}
	.newsa3 h3 a{
		color: #aeaeae;
		margin-left: 4px;
		line-height: 24px;
		transition: all ease 0.4s;
	}
	.newsa3 p a{
		color: #828282;
		line-height: 20px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		transition: all ease 0.4s;
	}
	.newsa3 > p{
		width: 95%;
		
	}
	.newsa3 > p a{
		display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2;
		overflow: hidden;
	} 
	.newsa3:hover h1 a{
		color: #f6772f;
	}
	.newsa3:hover h3 a{
		color: #f6772f;
	}
	.newsa3:hover p a{
		color: #f6772f;
	}
	.newsa4{
/*		background: url(../img/lw29.png) no-repeat;*/
		width: 112px;
		height: 31px;
		margin-top: -32px;
	}
	.newsa4 p{
		line-height: 32px;
		margin-left: 17px;
	}
	.newsa4 a{
		color: #f6772f;
		
		transition: all ease 0.5s;
	}
	.newsa4:hover a{
		padding-left: 30px;
	}
	.newsa_fr{
		border-bottom: 1px dashed #e7e7e7;
		width: 86%;
		padding-bottom: 21px;
		float: none;
		margin: 0 auto;
		margin-top: 5%;
	}
	.newsa5{
		width: 100%;
		margin-bottom: 23px;
	}
	.newsa5:last-child{
		display: none;
	}
	.newsa5:hover .newsa6 h1 a{
		color: #f6772f;
	}
	.newsa5:hover .newsa6 h6 a{
		color: #f6772f;
	}
	.newsa5:hover .newsa6 p a{
		color: #f6772f;
	}
	.newsa6{
		border-right:1px solid #dbdbdb;
		width: 24%;
	}
	.newsa6 h1{
		transition: all ease 0.4s;
	}
	.newsa6 h1 a{
		font-family: "arial";
		font-size: 2.5rem;
		color: #2b2b2b;
		transition: all ease 0.4s;
	}
	.newsa6 h6{
		transition: all ease 0.4s;
	}
	.newsa6 h6 a{
		font-family: "arial";
		font-size: 2.5rem;
		color: #2b2b2b;
		transition: all ease 0.4s;
	}
	.newsa6 p{
		transition: all ease 0.4s;
	}
	.newsa6 p a{
		font-family: "arial";
		font-size: 0.8rem;
		color: #2b2b2b;
		transition: all ease 0.4s;
	}
	.newsa7{
		width: 76%;
		padding-left: 26px;
		overflow: hidden;
	}
	.newsa7 p{
		display: none;
	}
	.newsa7 h1{
		line-height: 60px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.newsa7 h1 a{
		font-size: 1rem;
		color: #3f3f3f;
		line-height: 24px;
		transition: all ease 0.4s;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.newsa7 p a{
		color: #828282;
		line-height: 20px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		transition: all ease 0.4s;
		text-indent: 2em;
	}
	.newsa7:hover h1 a{
		color: #f6772f;
	}
	.newsa7:hover p a{
		color: #f6772f;
	}
	.newsb{
		margin-top: 8%;
		width: 100%;
	}
	.newsba{
		width: 130px;
		height: 113px;
	}
	.newsba img{
		width: 100%;
	}
	.newsbb{
		width: 80%;
		height: 113px;
		float: none;
		margin: 0 auto;
		overflow: hidden;
	}
	.newsbbb{height: 10000px;}
	.newsbbb1{width: 100%;height: 113px;overflow: hidden;}
	.newsbba{
		background: #f6f6f6;
		width: 100%;
		height: 113px;
		padding-top: 25px;
		margin-bottom: 10%;
	}
	.newsbba_a img{
		float: left;
		margin-left: 20px;
	}
	.newsbba_a h1{
		width: 74.7%;
		overflow: hidden;
		float: left;
		line-height: 15px;
	}
	.newsbba_a h1 a{
		font-size: 0.8rem;
		color: #3f3f3f;
		font-weight: bold;
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding-left: 10px;
		transition: all ease 0.4s;
		
	}
	.newsbba_a h6{
		width: 74.7%;
		overflow: hidden;
		float: left;
		line-height: 15px;
	}
	.newsbba_a h6 a{
		font-size: 0.8rem;
		color: #3f3f3f;
		font-weight: bold;
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding-left: 10px;
		transition: all ease 0.4s;
		
	}
	.newsbba_a:hover h1 a{
		color: #07928c;
	}
	.newsbba_a:hover h6 a{
		color: #07928c;
	}
	.newsbba_b{
		margin-top: 10px;
	}
	.newsbba_b img{
		float: left;
		margin-left: 20px;
	}
	.newsbba_b p{
		float: left;
		width: 74.7%;
		line-height: 19px;
		padding-left: 10px;
		display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:3;
		overflow: hidden;
	}
	.newsbba_b p a{
		color: #5b5b5b;
		transition: all ease 0.4s;
	}
	.newsbba_b:hover p a{
		color: #07928c;
	}
	
	.snewsbb{
		width: 80%;
		height: 113px;
		float: none;
		margin: 0 auto;
		overflow: hidden;
		margin-top: 10%;
		background: #f6f6f6;
	}
	.snewsbbb{height: 10000px;}
	.snewsbbb1{width: 100%;height: 113px;overflow: hidden;}
	.snewsbba{
		
		width: 100%;
		height: 113px;
		padding-top: 25px;
	}
	.snewsbba_a img{
		float: left;
		margin-left: 20px;
	}
	.snewsbba_a h1{
		width: 74.7%;
		overflow: hidden;
		float: left;
		line-height: 15px;
	}
	.snewsbba_a h1 a{
		font-size: 0.8rem;
		color: #3f3f3f;
		font-weight: bold;
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding-left: 10px;
		transition: all ease 0.4s;
		
	}
	.snewsbba_a:hover h1 a{
		color: #07928c;
	}
	.snewsbba_a h6{
		width: 74.7%;
		overflow: hidden;
		float: left;
		line-height: 15px;
	}
	.snewsbba_a h6 a{
		font-size: 0.8rem;
		color: #3f3f3f;
		font-weight: bold;
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding-left: 10px;
		transition: all ease 0.4s;
		
	}
	.snewsbba_a:hover h6 a{
		color: #07928c;
	}
	.snewsbba_b{
		margin-top: 10px;
	}
	.snewsbba_b img{
		float: left;
		margin-left: 20px;
	}
	.snewsbba_b p{
		float: left;
		width: 74.7%;
		line-height: 19px;
		padding-left: 10px;
		display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2;
		overflow: hidden;
	}
	.snewsbba_b p a{
		color: #5b5b5b;
		transition: all ease 0.4s;
	}
	.snewsbba_b:hover p a{
		color: #07928c;
	}
	
	.sjnewsbb{
		width: 80%;
		height: 113px;
		float: none;
		margin: 0 auto;
		overflow: hidden;
		margin-top: 10%;
		background: #f6f6f6;
	}
	.sjnewsbbb{height: 10000px;}
	.sjnewsbbb1{width: 100%;height: 113px;overflow: hidden;}
	.sjnewsbba{
		
		width: 100%;
		height: 113px;
		padding-top: 25px;
	}
	.sjnewsbba_a img{
		float: left;
		margin-left: 20px;
	}
	.sjnewsbba_a h1{
		width: 74.7%;
		overflow: hidden;
		float: left;
		line-height: 15px;
	}
	.sjnewsbba_a h1 a{
		font-size: 0.8rem;
		color: #3f3f3f;
		font-weight: bold;
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding-left: 10px;
		transition: all ease 0.4s;
		
	}
	.sjnewsbba_a:hover h1 a{
		color: #07928c;
	}
	.sjnewsbba_b{
		margin-top: 10px;
	}
	.sjnewsbba_b img{
		float: left;
		margin-left: 20px;
	}
	.sjnewsbba_b p{
		float: left;
		width: 74.7%;
		line-height: 19px;
		padding-left: 10px;
		display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2;
		overflow: hidden;
	}
	.sjnewsbba_b p a{
		color: #5b5b5b;
		transition: all ease 0.4s;
	}
	.sjnewsbba_b:hover p a{
		color: #07928c;
	}
	
	
 /*	小banner*/
	.sxb{
		width: 100%;
		overflow: hidden;
		margin-top: 10%;
	}
	.sxb img{
		width: 155%;
	}
	
	
	/*	联系我们*/
	.lx{
		margin-top: 10%;
		height: 368px;
	}
	.lxa{
		width: 30.8%;
	}
	.lxa img{
		width: 100%;
	}
	.lxb{
		background: #f9f9f9;
		width: 32.7%;
		height: 338px;
	}
	.lxb p{
		font-size: 14px;
		color: #575757;
		padding: 8px 27px;
	}
	.lxc{
		width: 92%;
		background: #05978f;
		height: 355px;
		float: none;
		margin: 0 auto;
		padding-top: 20px;
	}
	.lxc p{
		font-size: 0.8rem;
		color: #fff;
		font-weight: bold;
		text-align: center;
	}
	.lxca,.lxcb,.lxcc,.lxcd,.lxce{
		width: 78.4%;
		margin: 0 auto;
	}
	.lxca{
		margin-top: 22px;
	}
	.lxca input{
		width: 100%;
		border: none;
		height: 33px;
		color: #979797;
	}
	.lxcb input{
		width: 100%;
		border: none;
		height: 33px;
		margin-top: 15px;
		color: #979797;
	}
	.lxcc textarea{
		width: 100%;
		border: none;
		height: 76px;
		margin-top: 15px;
		color: #979797;
	}
	.lxcd input{
		width: 30%;
		height: 33px;
		margin-top: 15px;
		float: left;
		color: #979797;
		border: none;
	}
	.lxcd img{
		width: 70px;
		float: left;
		margin-top: 15px;
		height: 33px;
	}
	.lxcd a{
		margin-top: 14px;
		color: #fff;
		float: left;
		line-height: 33px;margin-left: 5px;
	}
	.lxce input{
		width: 36.8%;
		height: 33px;
		margin-top: 18px;
		float: right;
		color: #fff;
		border: none;
	}
	.lxce_b{
		background: #ff8d55;
		margin-right: 10px;
	}
	
	/*	底部导航*/
	.db{
		background: #444444;
		padding-bottom: 45px;
		margin-top: 20px;
	}
	.dba{
		background: #444444;
	}
	.dbb{
		width: 25%;
		padding-top: 43px;
		margin-left: 21px;
	}
	.dbc{
		border-left: 3px solid #ff8d55;
		padding-left: 18px;
	}
	.dbc h3{
		font-size: 14px;
		color: #c7c7c7;
	}
	.dbc h1{
		font-size: 25px;
		color: #ff874c;
		font-weight: bold;
	}
	.dbc h6{
		font-size: 25px;
		color: #ff874c;
		font-weight: bold;
	}
	.dbc p{
		font-size: 12px;
		color: #c7c7c7;
	}
	.dbd{
		margin-top: 29px;
	}
	.dbdd{
		width: 100%;
	}
	.dbda{
		margin-left: 17px;
		margin-top: -90px;
		width: 33%;
	}
	.dbe{
		width: 71%;
	}
	.dbea{
		width: 20%;
	}
	.dbea_a{
		border-left: 1px solid #496b69;
		padding-top: 43px;
	}
	.dbea_a h1{
		font-size: 14px;
		color: #0ba29b;
		font-weight: bold;
		border-left: 2px solid #0ba29b;
		padding-left: 12px;
	}
	.dbea_a h6{
		font-size: 14px;
		color: #0ba29b;
		font-weight: bold;
		border-left: 2px solid #0ba29b;
		padding-left: 12px;
	}
	.dbea_b{
		padding-left: 15px;
		margin-top: 23px;
	}
	.dbea_b a{
		color: #bbbbbb;
		line-height: 26px;
		transition: all ease 0.4s;
	}
	.dbea_b a:hover{
		color: #07928c;
	}
	
	/*	版权*/
	.bq{
		width: 100%;
		background: #343434;
		padding-bottom: 20%;
		margin-top: 7%;
	}
	.bqa{
		background: #343434;
	}
	.bqa_a{
		margin-left: 26px;
	}
	.bqa_b{
		margin-right: 34px;
	}
	.bqa_b a{
		color: #a3a3a3;
		transition: all ease 0.4s;
	}
	.bqa_b:hover a{
		color: #07928c;
	}
	.bqa1{
		padding: 5% 0 4% 0;
	}
	.bqa1 p{
		font-size: 0.8rem;
		text-align: center;
		line-height: 25px;
	}
	
	/*	友链*/
	.yl p{
		line-height: 28px;
	}
	
	/**手机导航**/
	.dan-xia{ width:100%; background-color: #161616; position: fixed; bottom: 0;z-index: 1100;}
	.dan-xib{ width:calc(100% / 4);float: left;padding: 3% 0 0 0;border-left: 1px solid #242424;}
	.dan-xid{display: table;margin: 0 auto;}
	.dan-xid img{width: 24px;margin:0 auto;}
	.dan-xid p{ color:#efefef; font-size: 0.8rem;line-height: 30px;text-align: center;}
	.linh-ai{ margin-left: 16%;}
	
	
	
	/*	二级产品列表页*/
	.ban1{
		width: 100%;
		z-index: 1;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		top: -30px;
	}
	.bana1{
		width: 1920px;
		overflow: hidden;
		height: 366px;
		position: relative;
		left: 70%;
		margin-left: -960px;
		z-index: -1;
	}
	.bana1 img{
		width: 100%;
	}
	.cp{
		margin-top: 2%;
	}
	.cpz{
		width: 92%;
		float: none;
		margin: 0 auto;
	}
	.scpz1{
		border-radius: 10px;
		position: relative;
	}
	.scpz1a{
		height: 40px;
		font-size: 1.2rem;
		color: #ff620a;
		line-height: 40px;
		text-align: center;
	}
	.scpz1b{
		width: 45%;
		float: left;
		margin: 0 2%;
	}
	.scpz1b:nth-child(odd){float: left;}
	.scpz1b:nth-child(even){float: right;}
	.scpz1b1{
		background-image: url(../img/ynd56.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		height: 45px;
		padding-left: 12%;
		line-height: 45px;
		transition: all ease 0.4s;
		margin-bottom: 5px;
		margin-top: 8px;
	}
	.scpz1b11{
		background-image: url(../img/ynd58.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
	.scpz1b1:hover{
		background-image: url(../img/ynd58.png);
	}
	.scpz1b1 a{
		font-size:0.90rem;
		color: #fff;
	}
	.scpz1b2{
		padding-left: 21.5%;
		line-height: 34px;
		position: relative;
		transition: all ease 0.4s;
	}
	.scpz1b2 a{
		font-size: 14px;
		color: #5b5b5b;
	}
	.scpz1b2:hover ::after{
		content: "-";
		position: absolute;
		top: 0;
		left: 18%;
		transition: all ease 0.4s;
	}
	.scpz1b2:hover{
		margin-left: 10px;
	}
	.scpz1b2:hover a{
		color: #fe7122;
	}
	.cpz1{
		border-radius: 10px;
		position: relative;
	}
	.cpz1a{
		height: 40px;
		font-size: 1.2rem;
		color: #ff620a;
		line-height: 40px;
		text-align: center;
	}
	.cpz1b{
		width: 45%;
		float: left;
		margin: 0 2%;
	}
	.cpz1b1{
		background-image: url(../img/ynd56.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		height: 45px;
		padding-left: 14%;
		line-height: 45px;
		transition: all ease 0.4s;
		margin-bottom: 5px;
		margin-top: 8px;
	}
	.cpz1b11{
		background-image: url(../img/ynd58.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
	.cpz1b1:hover{
		background-image: url(../img/ynd58.png);
	}
	.cpz1b1 a{
		font-size:0.95rem;
		color: #fff;
	}
	.cpz1b2{
		padding-left: 21.5%;
		line-height: 34px;
		position: relative;
		transition: all ease 0.4s;
	}
	.cpz1b2 a{
		font-size: 14px;
		color: #5b5b5b;
	}
	.cpz1b2:hover ::after{
		content: "-";
		position: absolute;
		top: 0;
		left: 18%;
		transition: all ease 0.4s;
	}
	.cpz1b2:hover{
		margin-left: 10px;
	}
	.cpz1b2:hover a{
		color: #fe7122;
	}
	.cpz2{
		height: 102px;
		width: 100%;
		margin-top: -30px;
	}
	.cpz2 img{
		width: 100%;
	}
	.cpz3{
		margin-top: 35px;
		background-color: #f4f4f4;
		border-radius: 10px;
		padding: 7.9%;
	}
	.cpz3a{
		border-bottom: 1px dashed #9f9f9f;
		padding-bottom: 30px;
		padding-top: 20px;
	}
	.cpz3a p{
		line-height: 22px;
	}
	.cpz3a1{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.cpz3a1 a{
		font-size: 12px;
		color: #5b5b5b;
		transition: all ease 0.4s;
	}
	.cpz3a2{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.cpz3a2 a{
		font-size: 12px;
		color: #9f9f9f;
		transition: all ease 0.4s;
	}
	.cpz3a:hover .cpz3a1 a{
		color: #ff8d55;
	}
	.cpz3a:hover .cpz3a2 a{
		color: #ff8d55;
	}
	.cpz3b{
		margin-top: 30px;
		line-height: 22px;
		transition: all ease 0.4s;
	}
	.cpz3b a{
		font-size: 12px;
		color: #ff620a;
	}
	.cpz3b:hover{
		margin-left: 10px;
	}
	.cpz4{background-color: #f4f4f4;margin: 0 auto; width:95%;border-radius: 10px;margin-top: 5%;padding: 14px 2.5%;}
	.cpz4a{margin: 3.5px 4.5px;line-height: 31px;text-align: left;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding-left: 15px;padding-right: 15px;border-radius: 10px;width:46%;}
	.cpz4a a{font-size: 0.95rem;color: #4e4e4e;}
	.cpz4aa{background-color: #ff782c;}
	.cpz4aa a{color: #fff;}
	.cpz4a:hover{background-color: #ff782c;}
	.cpz4a:hover a{color: #fff;} 
	.cpss{background-color: #f4f4f4;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
	.cpss1{font-size: 0.95rem;width: 100px; color: #4e4e4e;margin: 0 auto; text-align: center;line-height: 40px;background-color: #f4f4f4;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
	.cpssa{background-color: #f4f4f4;border-top-left-radius: 10px;border-top-right-radius: 10px;}
	.cpx{
		width: 88%;
		float: none;
		margin: 0 auto;
	}
	.cpx1{
		border-bottom: 1px solid #dddddd;
		position: relative;
	}
	.cpx1a{font-size: 16px;color: #434444;line-height: 40px;padding: 0 2.3%;}
	.cpx1a::after{content: "";position: absolute;top: 38px;left: 0;background-image:url(../img/ynd05.jpg);background-repeat: no-repeat;height: 3px;width: 100%;}
	.cpx1b{font-size: 12px;color: #b4b4b4;line-height: 40px;margin-right: 16px;}
	.cpx1b a{font-size: 12px;color: #b4b4b4;line-height: 40px;transition: all ease 0.4s;}
	.cpx1b a:hover{color: #ff782c;}
	.cpx2{width: 100%;}
	.cpx2a{width: 100%;height: 100%;margin-top: 10%;position: relative;border-bottom: 1px dashed #cbcbcb;padding-bottom: 20px;}
	.cpx2a1{width: 100%;border: 1px solid #e5e5e5;}
	.cpx2a1 img{width: 100%;}
	.cpx2a2{width: 100%;margin-top: 5%;}
	.cpx2a2 h1{line-height: 40px;}
	.cpx2a2 h6{line-height: 40px;}
	.cpx2a2 h1 a{font-size: 1rem;color: #ff7b3b;}
	.cpx2a2 h6 a{font-size: 1rem;color: #ff7b3b;}
	.cpx2a2 p{line-height: 21px;height: 63px; overflow: hidden;}
	.cpx2a2 p a{font-size: 0.8rem;color: #5b5b5b;}
	.cpx2a2a{position: absolute;top: 145px;right: 22px;}
	.cpx2a2b{position: absolute;top: 145px;right: -25px;}
	.cpx2a:hover .cpx2a1{border: 1px solid #ff782c;}
	.cpx3{margin-top: 8%;}
	.cpx3_p{width: 33px;height: 33px;background-color: #eff0f6;text-align: center;line-height: 33px;}
	.cpx3_p a{font-size: 1rem;color: #1c1c1c;}
	.cpx3_p2{margin-left: 15px;}
	.cpx3_p3{margin-right: 15px;}
	.cpx3_p1{background-color: #ff8d55;}
	.cpx3_p1 a{color: #fff;}
	.cpx3_p:hover{background-color: #ff8d55;}
	.cpx3_p:hover a{color: #fff;}
	.cpx4{background-color: #f4f4f4;border-radius: 10px;padding:27px 2.7%;margin-top: 47px;}
	.cpx4a{width:94.2%;margin: 0 auto;}
	.cpx4a1{width: 44.2%;border-bottom: 1px dashed #9f9f9f;padding-left: 8px;padding-right: 14px;}
	.cpx4a1 p:first-child{float: left;width: 65%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.cpx4a1 p:last-child{float: right;}
	.cpx4a1 p:first-child a{font-size: 12px;color: #5b5b5b;line-height: 46px;transition: all ease 0.4s;}
	.cpx4a1 p:last-child a{font-size: 12px;color: #9d9d9d;line-height: 46px;transition: all ease 0.4s;}
	.cpx4a1:hover p a{color: #ff8d55;}
	.cpx5{width: 100%;background-color: #05978f;background-image: url(../img/ynd60.png);background-repeat: no-repeat;background-position: center right;margin-top: 5%; padding-top: 5%;padding-bottom: 10px;margin-bottom: 8%;}
	.cpx5a{width: 90.6%;background-color: #017c75;}
	.cpx5a p:first-child{font-size: 0.9rem;color: #fff;font-weight: bold;float: left;margin-left: 5px;line-height: 42px;}
	.cpx5a p:nth-child(2){font-size: 12px;color: #fff;line-height: 42px;float: right;margin-right: 33px;}
	.cpx5b{width: 97%;margin: 0 auto; margin-top: 5%;}
	.cpx5b1{width: 95%;float: none;margin: 0 auto;}
	.cpx5b1 input:first-child{width: 100%;height: 33px;border: none;font-size: 0.8rem;padding-left: 8px;}
	.cpx5b1 input:nth-child(2){width: 100%;height: 33px;border: none;margin-top: 15px;font-size: 0.8rem;padding-left: 8px;}
	.cpx5b2{width: 95%;margin: 0 auto;float: none;margin-top: 5%;}
	.cpx5b2 textarea{width: 100%;height: 77px;border: none;font-size: 0.9rem;line-height: 30px;padding-left: 5px;}
	.cpx5c{width: 97%;margin: 0 auto; margin-top: 14px;}
	.cpx5c1{width: 95%;float: none;margin: 0 auto;} 
	.cpx5c1 input{width: 34.5%;float: left;height: 33px;border: none;}
	.cpx5c1 img{height: 33px;width: 27.6%;float: left;}
	.cpx5c1 p{margin-left: 5px;float: left;line-height: 33px;}
	.cpx5c1 p a{font-size: 12px;color: #fff;}
	.cpx5c2{width: 95%;margin: 0 auto;float: none;}
	.cpx5c2a{float: right;background-color: #c3c3c3; width: 100px;height: 35px;margin-top: 5%;color: #fff;border: none;}
	.cpx5c2b{float: right;background-color: #ff8d55; width: 100px;height: 35px;margin-top: 5%;margin-right: 5%;border: none; color: #fff;}
	
	/*	三级列表*/
	.cpx6{width:100%;background: #f4f4f4;border-radius: 10px;margin-top: 34px;padding: 14px 2.5%;}
	.cpx6a1{width: 46%;margin: 0.5% 3.5px;line-height: 31px;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.cpx6a1 a{font-size: 12px;color: #5b5b5b;}
	.cpx6a1:hover{background-color: #4e4e4e;border-radius: 10px;}
	.cpx6a1:hover a{color: #fff;}
	.cpx6a2{background-color: #5b5b5b;border-radius: 10px;}
	.cpx6a2 a{color: #fff;}
	
	/*	产品内页*/
	.cpn{width: 100%;margin: 0 auto;margin-top: 5%;position: relative;}
	.cpn1{width: 95%;border: 1px solid #e5e5e5;float: none;margin: 0 auto;}
	.cpn1 img{width: 100%;}
	.cpn2{width: 95%;float: none;margin: 0 auto;margin-top: 5%;}
	.cpn2a{font-size: 18px;color: #059b9a;border-left: 3px solid #07928c;width:100%;background-color: #f4f4f4;line-height: 33px;padding-left: 11px; }
	.cpn2b{width: 91%;margin: 0 auto;font-size: 14px;color: #5b5b5b;line-height: 25px;margin-top: 8%;}
	.cpn2 img{position: absolute;top: 157px;right: 0;}
	.cpna{width: 97.3%;margin: 0 auto;border-bottom: 1px dashed #9f9f9f;padding-bottom: 50px;}
	.cpna1{background-color: #f4f4f4;border-left: 3px solid #07928c;font-size: 20px;color: #059b9a;line-height: 32px;padding-left: 10px;margin-top: 10%;}
	.cpna img{margin: 0 auto;width: 95%;}
	.cpna2{width: 95%;margin: 0 auto;margin-bottom: 5%;}
	.cpna2 p{float: left;width: 100%;font-size: 14px;color: #ff8d55;line-height: 33px;}
	.cpna2 p span{font-size: 14px;color: #5b5b5b;}
	.cptd{
		padding:2% 2% 0 2%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.cptd p{
		display: inline-block;
		width: 49%;
		font-size: 14px;
		color: #5b5b5b;
		padding: 1% 0;
	}
	.xzly{
		padding:2% 2% 0 2%;
	}
	.xzly p{
		font-size: 14px;
		color: #5b5b5b;
		padding: 1% 0;
	}
	.xzly p span{
		float: left;
		    display: block;
		    width: 28px;
		    height: 28px;
		    border-radius: 50%;
		    background-color: #f26e00;
		    font-size: 14px;
		    color: #fff;
		    border: 2px solid #fff;
		    box-shadow: 0 0 2px 0 rgb(242 109 0 / 50%);
		    font-style: italic;
		    padding-left: 7px;
			margin-right: 10px;
			margin-top: -5px;
	}
	.xzly p:nth-child(2n) span{
		background-color: #000;
	}
	.xzly-img{
		padding: 2% 0;
	}
	.xzly-img img{
		display: inline-block;
		width: 100%;
		margin-top: 3.5%;
	}
	.bkwd{
		padding:2% 2% 0 2%;
	}
	.bkwd p{
		font-size: 14px;
		color: #5b5b5b;
		line-height: 170%;
	}
	.bkwd p:nth-child(2){
		 text-indent:2em;
	}
	.bkwd >div{
		padding: 2% 0;
	}
	.bkwd >div img{
		display: inline-block;
	}
	.cpna_t{width: 340px;}
		.l_change{position: relative;width: 100%;}
		#tsShopContainer li,#tsShopContainer img{vertical-align:top;}
		#tsShopContainer{width:100%;position:relative;z-index:3}
		#tsShopContainer #tsImgS{text-align:center;width: 100%;margin: 0 auto;position:relative;border: 1px solid #eaeaea;}
		#tsShopContainer #tsImgS a{display:block;text-align:center;margin:0px auto;}
		#tsShopContainer #tsImgS img{border:0px;}
		#tsShopContainer #tsPicContainer{width:100%;height:60px;position:relative;z-index:4;margin-top: 16px;}
		#tsShopContainer #tsPicContainer #tsImgSArrL{width:20px;height:20px;background:url(../img/s32.png) no-repeat right center;position:absolute;top:20px;left:0px;cursor:pointer;background-size: 100%;transition: all ease 0.3s;}
		#tsShopContainer #tsPicContainer #tsImgSArrL:hover{background:url(../img/s32-1.png);}
		#tsShopContainer #tsPicContainer #tsImgSArrR{width:20px;height:20px;background:url(../img/s33.png) no-repeat left center;position:absolute;top:20px;right:0px;cursor:pointer;background-size: 100%;transition: all ease 0.3s;}
		#tsShopContainer #tsPicContainer #tsImgSArrR:hover{background:url(../img/s33-1.png);}
		#tsShopContainer #tsPicContainer #tsImgSCon{position:absolute;left:28px;width:100px;height:61px;overflow:hidden;z-index:5}
		#tsShopContainer #tsPicContainer #tsImgSCon ul{width:100%;overflow:hidden;}
		#tsShopContainer #tsPicContainer #tsImgSCon li{width:96px;float:left;cursor:pointer;overflow:hidden;}
		#tsShopContainer #tsPicContainer #tsImgSCon li img{margin:0 auto;border:1px solid #eaeaea;display:block;width:80px;}
		#tsShopContainer #tsPicContainer #tsImgSCon li.tsSelectImg img{border:1px solid #f16300;margin:0 auto;}
		.afd{position: absolute;right: 8px;bottom: 85px;}
		.cpna_w{width: 62.745%;}
		.cpna_w .cplba_w{width: 100%;}
		.cpna_w .cplba_wp p{margin-top: 29px;}
		.cpna_w .cplba_w h5{background-image: url(../img/y467.png);background-repeat: no-repeat;background-position: left center;width: 275px;height: 48px;line-height: 48px;font-size: 14px;color: #fff;padding-left: 53px;margin-top: 55px;}
		.cpna_w .cplba_w h5 b{font-family: Arial;font-size: 18px;margin-left: 7px;}
		.cpnb{width: 100%;}
		.cpnb .cpla_a p{font-size: 16px;}
		.cpnba{width: 100%;margin-top: 50px;}
		.cpnbaa{width: 96.226%;margin: 0 auto;margin-top: 24px;}
		.cpnbaa p{font-size: 14px;line-height: 36px;float: left;width: 50%;}
		.cpnbb{width: 100%;margin-top: 32px;}
		.cpnbba{width: 96.226%;margin: 0 auto;margin-top: 30px;}
		.cpnbba table{width: 100%;border-collapse: collapse;}
		.cpnbba table td{height: 40px;border: 1px solid #d0d0d0;padding-left: 29px;font-size: 14px;color: #666666;}
		.cpnbba table td b{color: #333333;}
		.cpnbc{width: 100%;margin-top: 52px;}
		.cpnbca{width: 96.226%;margin: 0 auto;margin-top: 15px;}
		.cpnbca p{font-size: 14px;color: #333333;line-height: 24px;margin-top: 8px;}
		.cpnbca p span:nth-child(1){float: left;display: block;width: 28px;height: 28px;border-radius: 50%;background-color: #f26e00;font-size: 14px;color: #fff;border: 2px solid #fff;box-shadow: 0 0 2px 0 rgba(242,109,0,0.5);font-style: italic;padding-left: 7px;}
		.cpnbca p span:nth-child(2){float: right;width: calc(100% - 34px);margin-top: 2px;}
		.cpnbca p:nth-child(2n) span:nth-child(1){background-color: #000;}
		.cpnbcb{width: 96.226%;margin: 0 auto;}
		.cpnbcb img{width: 47.45%;margin-top: 46px;}
		.cpnbd{width: 100%;margin-top: 53px;}
		.cpnbda{width: 96.226%;margin: 0 auto;}
		.cpnbda p{font-size: 14px;color: #333333;line-height: 24px;margin-top: 27px;}
		.cpnbda h6{font-size: 18px;color: #333333;font-weight: bold;line-height: 28px;margin-top: 24px;text-align: center;}
		.cpnbda img{display: block;margin: 0 auto;margin-top: 11px;}
		.cpnbdaa{width: 100%;}
		.cpnbdaa img{width: 31.37%;float: left;margin-top: 18px;}
		.cpnbdaa img:nth-child(2n){margin: 0 2.945%;margin-top: 18px;}
		.cpnbe{width: 98.2%;margin: 0 auto;margin-top: 39px;overflow: hidden;}
		.cpnbe .cpcb_a{width: 100%;}
		.cpnbe .cpcb_a .cpcb_at{border: 1px solid #eaeaea;}
		#swiper_tjcp{width: 110%;}
		.cpnbf{width: 100%;margin-top: 34px;}
		.cpnbfa{width: 96.226%;margin: 0 auto;margin-top: 28px;border: 2px solid #f16300;padding: 25px 34px 30px 34px;}
		.cpnbfa h6{font-size: 16px;color: #333333;line-height: 26px;}
		.cpnbfa p{font-size: 14px;color: #666666;line-height: 30px;margin-top: 15px;}
	.cpna_w{width: 100%;margin-top: 5%;}
	.cplba_w h6{font-size: 20px;color: #333333;line-height: 74px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;border-bottom: 1px dashed #e5e5e5;}
	.cplba_w h1{background-color: #f4f4f4;border-left: 3px solid #07928c;font-size: 20px;color: #059b9a;line-height: 32px;padding-left: 10px;}
	.cplba_wp{width: 100%;}
	.cplba_wp p{font-size: 14px;color: #666666;line-height: 24px;width: 50%;float: left;height: 24px;margin-top: 19px;}
	.cplba_wp p span{color: #333333;font-size: 14px;}
	.afd{position: absolute;right: 8px;bottom: 85px;}
		.cpna_w .cplba_w{width: 100%;}
		.cpna_w .cplba_wp p{margin-top: 29px;}
		.cpna_w .cplba_w h5{background-image: url('../img/y467.png');background-repeat: no-repeat;background-position: left center;width: 275px;height: 48px;line-height: 48px;font-size: 14px;color: #fff;padding-left: 53px;margin-top: 55px;}
		.cpna_w .cplba_w h5 b{font-family: Arial;font-size: 18px;margin-left: 7px;}
	
	.cpna3{width: 98%;margin: 0 auto;margin-top: 5%;}
	.cpna3 img{width: 92%;border: 1px solid #e5e5e5;margin: 5% auto;}
	.cpna3 p{font-size: 12px;color: #5b5b5b;line-height: 22px;margin-top: 23px;}
	.cpna42{background-color: #9d9d9d;}
	.cpna43{background-color: #e3efef;}
	.cpna44{background-color: #d5e7f4;}
	.cpna41 td{font-size: 12px;color: #5b5b5b;height: 28px;padding-left: 22px;border: 1px solid #fff; }
	.cpna42 td{font-size: 12px;color: #fff;}
	.cpna41{width: 94.7%;margin: 0 auto;margin-top: 38px;}
	.cpna5{width: 94.7%;margin: 0 auto;}
	.cpna5 > p{font-size: 12px;color: #5b5b5b;line-height: 46px;margin-left: 12px;}
	.cpna5a{width: 100%;}
	.cpna5a p{font-size: 12px;float: left;width: 116px;background: #eff0f6;border-bottom: 3px solid #05a199;line-height: 31px;margin: 5px 5px;text-align: center;}
	.cpna5b{width: 100%;}
	.cpna5b img{width: 95%;margin: 5% auto;}
	.cpxa7{background-image: url(../img/ynd73.jpg);background-repeat: no-repeat;float: right;line-height: 36px;width: 125px;margin-top: -18px;background-size: 100%;}
	.cpxa7 a{font-size: 0.9rem;color: #fff;margin-left: 16px;transition: all ease 0.4s;}
	.cpxa7:hover a{margin-left: 30px;}
	
	
	/*	案例列表*/
	.alx2{width: 100%;}
	.alx2a{width: 100%;height: 100%;margin-top: 8%;position: relative;border-bottom: 1px dashed #cbcbcb;padding-bottom: 5%;}
	.alx2a1{width: 95%;border: 1px solid #e5e5e5;float: none;margin: 0 auto;}
	.alx2a1 img{width: 100%;}
	.alx2a2{width: 95%;margin: 0 auto;margin-top: 5%;}
	.alx2a2 h1{line-height: 25px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.alx2a2 h6{line-height: 25px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.alx2a2 h1 a{font-size: 1.1rem;color: #5b5b5b;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.alx2a2 h6 a{font-size: 1.1rem;color: #5b5b5b;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.alx2a2 p{line-height: 21px;height: 130px; overflow: hidden;}
	.alx2a2 p a{font-size: 0.75rem;color: #5b5b5b;display: -webkir-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow: hidden;}
	.alx2a2a{position: absolute;top: 160px;right: 53px;}
	.alx2a2b{position: absolute;top: 160px;right: 10px;}
	.alx2a:hover .alx2a1{border: 1px solid #ff782c;}
	.alx2a:hover .alx2a2 h1 a{color: #ff782c;}
	.alx2a:hover .alx2a2 h6 a{color: #ff782c;}
	.alx3{float: none;display: table;margin: 0 auto; margin-top: 10%;height: 5%;}
	.alx3_p{width: 30px;height: 30px;background-color: #eff0f6;text-align: center;line-height: 30px;}
	.alx3_p a{font-size: 1.1rem;color: #1c1c1c;}
	.alx3_p2{margin-left: 33px;}
	.alx3_p3{margin-right: 33px;}
	.alx3_p1{background-color: #ff8d55;}
	.alx3_p1 a{color: #fff;}
	.alx3_p:hover{background-color: #ff8d55;}
	.alx3_p:hover a{color: #fff;}
	
	/*	案例内页*/
	.aln1{width: 100%;margin: 0 auto;margin-top: 5%;}
	.aln1a{width: 95%;float: none;margin: 0 auto;}
	.aln1a img{width: 100%;}
	.aln1b{width: 95%;position: relative;float: none;margin: 0 auto;margin-top: 5%;}
	.aln1b1{border-left: 3px solid #07928c;font-size: 1.1rem;color: #05a199;padding-left: 19px;line-height: 33px;}
	.aln1b2{font-size: 0.8rem;color: #5b5b5b;line-height: 44px;margin-left: 23px;margin-top: 5px;}
	.aln1b img{position: absolute;top: 127px;right: 0;}
	.aln2{width: 97%;margin: 0 auto;margin-top: 5%;}
	.aln2a{width: 93.7%;margin: 0 auto;border-bottom: 1px dashed #9f9f9f;padding-bottom: 10%;}
	.aln2a1{width: 100%;margin: 0 auto;}
	.aln2a img{margin: 0 auto;margin-top: 23px;width: 100%;}
	.aln2a p{font-size: 0.75rem;color: #5b5b5b;line-height: 24px;margin-top: 5%;}
	.aln2a2{background-image: url(../img/ynd86.jpg);background-repeat: no-repeat;width: 100%;height: 85px;font-size: 14px;color: #696969;line-height: 25px;text-align: left;padding-left: 105px;padding-top: 8.5px;margin-top: 68.5px;}
	.aln2a3{border: 5px solid #e5e5e5;padding-bottom: 28px;margin-top: 38px;}
	.aln2a3 p:first-child{font-size: 18px;color: #ff7606;font-weight: bold;margin-left: 30px;background-image: url(../img/ynd87.png);background-repeat: no-repeat;padding-left: 42px;line-height: 21px;}
	.aln2a3 span{font-size: 14px;color: #5b5b5b;line-height: 25px;margin-left: 8px;display: table;margin-top: 7.5px;}
	.aln2a3 p:nth-child(3){background-image: url(../img/ynd88.jpg);background-repeat: no-repeat;font-size: 16px;font-family: "arial";color: #fff;font-weight: bold;padding-left: 31.6%;line-height: 27px;margin-left: 21px;padding-right: 2%;margin-top: 11px;float: none;}
	.aln2a3 p:nth-child(4){width: 28.5%;text-align: center;font-size: 14px;color: #4f4f4f;line-height: 27px;margin-top: 11px;float: none;}
	.aln2a3 p:nth-child(5){background-image: url(../img/ynd89.jpg);background-repeat: no-repeat;font-size: 16px;font-family: "arial";color: #fff;font-weight: bold;padding-left: 11.6%;line-height: 27px;padding-right: 2%;margin-top: 11px;}
	
	/*	客户评价*/
	.pjl{width: 97.7%;margin-top: 9px;}
	.pjl1{width: 100%;border-bottom: 1px dashed #cbcbcb;}
	.pjl1a{width: 31.3%;}
	.pjl1a img{margin-left: 24px;margin-top: 48px;}
	.pjl1b{width: 63.4%;padding-bottom: 10%;}
	.pjl1b h1{font-weight: bold;line-height: 64px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.pjl1b h6{font-weight: bold;line-height: 64px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.pjl1b h1 a{font-size: 1rem;color: #5b5b5b;transition: all ease 0.4s;}
	.pjl1b h6 a{font-size: 1rem;color: #5b5b5b;transition: all ease 0.4s;}
	.pjl1b p{line-height: 17px;height: 35px;overflow: hidden;}
	.pjl1b p a{font-size: 12px;color: #5b5b5b;transition: all ease 0.4s;}
	.pjl1c{width: 24%;margin-top: 69px;}
	.pjl1c p{background-color: #4e4f4f;width: 112px;height: 31px;border-radius: 5px;text-align: center;line-height: 31px;margin-left: 8px;transition: all ease 0.4s;}
	.pjl1c p a{font-size: 12px;color: #fff;}
	.pjl1:hover .pjl1b h1 a{color: #ff8d55;}
	.pjl1:hover .pjl1b h6 a{color: #ff8d55;}
	.pjl1:hover .pjl1b p a{color: #ff8d55;}
	.pjl1:hover .pjl1c p{background-color: #ff8d55;}
	
	/*	评价内页*/
	.pjn{width: 97%;margin: 0 auto;margin-top: 5%;border-bottom: 1px dashed #cbcbcb;padding: 5% 0;}
	.pjn1{width: 10.2%;}
	.pjn1 img{float: right;}
	.pjn2{width: 80%;}
	.pjn2 p{text-align: center;font-size: 1.1rem;color: #5b5b5b;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.pjn2 h1{text-align: center;font-size: 1.1rem;color: #5b5b5b;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.pjn3{width: 9.5%;}
	.pjna{width: 84.1%;margin: 0 auto;margin-top: 5%;padding-bottom: 10%;border-bottom: 1px dashed #9f9f9f;}
	.pjnaa > p{font-size: 0.75rem;color: #5b5b5b;line-height: 24px;text-align:justify;text-justify:inter-ideograph;/*IE*/}
	.pjnaa img{margin: 0 auto;width: 100%;margin-top: 5%;margin-bottom: 5%;}
	.pjn2a2{background-image: url(../img/ynd86.jpg);background-repeat: no-repeat;width: 100%;height: 85px;font-size: 14px;color: #696969;line-height: 25px;text-align: left;padding-left: 110px;padding-top: 8.5px;margin-top: 33.5px;}
	.pjn2a3{border: 5px solid #e5e5e5;padding-bottom: 28px;margin-top: 38px;padding-top: 25px;}
	.pjn2a3 p:first-child{font-size: 18px;color: #ff7606;font-weight: bold;margin-left: 30px;background-image: url(../img/ynd87.png);background-repeat: no-repeat;padding-left: 42px;line-height: 21px;}
	.pjn2a3 span{font-size: 14px;color: #5b5b5b;line-height: 25px;margin-left: 30px;display: table;margin-top: 7.5px;}
	.pjn2a3 p:nth-child(3){background-image: url(../img/ynd88.jpg);background-repeat: no-repeat;font-size: 16px;font-family: "arial";color: #fff;font-weight: bold;padding-left: 13.6%;line-height: 27px;margin-left: 30px;padding-right: 2%;margin-top: 11px;}
	.pjn2a3 p:nth-child(4){width: 8.5%;text-align: center;font-size: 14px;color: #4f4f4f;line-height: 27px;margin-top: 11px;}
	.pjn2a3 p:nth-child(5){background-image: url(../img/ynd89.jpg);background-repeat: no-repeat;font-size: 16px;font-family: "arial";color: #fff;font-weight: bold;padding-left: 13.6%;line-height: 27px;padding-right: 2%;margin-top: 11px;}
	
	/*	合作客户*/
	.khz{width: 97.7%;margin: 0 auto;}
	.khz1{width: 100%;border-bottom: 1px dashed #cbcbcb;padding: 5% 0;}
	.khz1a{width: 100%;border: 1px solid #e5e5e5;float: none;}
	.khz1a img{width: 100%;}
	.khz1b{width: 100%;transition: all ease 0.4s;float: none;}
	.khz1b h1{font-size: 1rem;color: #3f3f3f;line-height: 27px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-left: 20px;}
	.khz1b h6{font-size: 1rem;color: #3f3f3f;line-height: 27px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-left: 20px;}
	.khz1b p{font-size: 0.75rem;color: #828282;line-height: 20px;;margin-left: 20px;}
	.khz1:hover .khz1b{background-color: #f3f3f3;}
	
	/*	行业应用*/
	.yyx2{width: 100%;}
	.yyx2a{width: 100%;height: 100%;margin-top: 7%;position: relative;border-bottom: 1px dashed #cbcbcb;padding-bottom: 5%;}
	.yyx2a1{width: 95%;border: 1px solid #e5e5e5;float: none;margin: 0 auto;}
	.yyx2a1 img{width: 100%;}
	.yyx2a2{width: 95%;float: none;margin: 0 auto;margin-top: 5%;}
	.yyx2a2 h1{line-height: 30px;}
	.yyx2a2 h6{line-height: 30px;}
	.yyx2a2 h1 a{font-size: 1.1rem;color: #5b5b5b;}
	.yyx2a2 h6 a{font-size: 1.1rem;color: #5b5b5b;}
	.yyx2a2 p{line-height: 21px;display: -webkir-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow: hidden;}
	.yyx2a2 p a{font-size: 0.75rem;color: #5b5b5b;}
	.yyx2a2a{position: absolute;top: 195px;right: 53px;}
	.yyx2a2b{position: absolute;top: 195px;right: 10px;}
	.yyx2a:hover .yyx2a1{border: 1px solid #ff782c;}
	.yyx2a:hover .yyx2a2 h1 a{color: #ff782c;}
	.yyx2a:hover .yyx2a2 h6 a{color: #ff782c;}
	.yyx3{display: table;margin: 0 auto; margin-top: 8%;float: none;}
	.yyx3_p{width: 33px;height: 33px;background-color: #eff0f6;text-align: center;line-height: 33px;}
	.yyx3_p a{font-size: 1rem;color: #1c1c1c;}
	.yyx3_p2{margin-left: 15px;}
	.yyx3_p3{margin-right: 15px;}
	.yyx3_p1{background-color: #ff8d55;}
	.yyx3_p1 a{color: #fff;}
	.yyx3_p:hover{background-color: #ff8d55;}
	.yyx3_p:hover a{color: #fff;}
	
	/*	行业内页*/
	.yyn{width: 97.7%;margin: 0 auto;}
	.yyn h1{border-bottom: 1px dashed #cbcbcb;font-size: 1.1rem;color: #5b5b5b;font-weight: bold;text-align: center;line-height: 54px;}
	.yyn p{font-size: 0.75rem;color: #989898;line-height: 42px;text-align: center;}
	.yyna{padding-bottom: 15%;border-bottom: 1px dashed #9f9f9f;}
	.yyna p:nth-child(1){width: 86.9%;font-size: 0.87rem;color: #5b5b5b;line-height: 24px;margin-left: 5.9%;text-indent: 2em;}
	.yyna1{background-color: #f4f4f4;border-left: 3px solid #07928c;font-size: 0.87rem;color: #059b9a;line-height: 32px;padding-left: 10px;margin-top: 5%;}
	.yyna p:nth-child(3){width: 86.9%;font-size: 0.87rem;color: #5b5b5b;line-height: 24px;margin-left: 5.9%;margin-top: 5%;text-indent: 2em;}
	.yyna p:nth-child(4){width: 86.9%;font-size: 0.87rem;color: #5b5b5b;line-height: 24px;margin-left: 5.9%;margin-top: 5%;text-indent: 2em;}
	.yyna p:nth-child(6){width: 86.9%;font-size: 0.87rem;color: #5b5b5b;line-height: 24px;margin-left: 5.9%;margin-top: 5%;}
	.yyna p:nth-child(7){width: 86.9%;font-size: 0.87rem;color: #5b5b5b;line-height: 24px;margin-left: 5.9%;margin-top: 5%;}
	.yyna p span{color:#ff8d55;}
	.yyna h1{width: 86.9%;margin-left: 5.9%;text-indent: 2em; font-size: 12px;color: #909090;}
	.yyna p:nth-child(9){width: 86.9%;font-size: 0.87rem;color: #5b5b5b;line-height: 24px;margin-left: 5.9%;margin-top: 5%;}
	.yyna p:nth-child(11){width: 86.9%;font-size: 0.87rem;color: #5b5b5b;line-height: 24px;margin-left: 5.9%;margin-top: 5%;}
	.yyna p:nth-child(13){width: 86.9%;font-size: 0.87rem;color: #5b5b5b;line-height: 24px;margin-left: 5.9%;margin-top: 5%;}
	.yyna img{margin: 0 auto;margin-top: 5%;width: 100%;}
	.yyn2a2{background-image: url(../img/ynd86.jpg);background-repeat: no-repeat;width: 100%;height: 85px;font-size: 14px;color: #696969;line-height: 19px;text-align: left;padding-left: 73px;margin-top: 68.5px;background-size: 100%;}
	.yyn2a3{border: 5px solid #e5e5e5;padding-bottom: 28px;margin-top: 38px;}
	.yyn2a3 p:first-child{font-size: 18px;color: #ff7606;font-weight: bold;margin-left: 58px;background-image: url(../img/ynd87.png);background-repeat: no-repeat;padding-left: 42px;line-height: 21px;}
	.yyn2a3 span{font-size: 14px;color: #5b5b5b;line-height: 25px;margin-left: 58px;display: table;margin-top: 7.5px;}
	.yyn2a3 p:nth-child(3){background-image: url(../img/ynd88.jpg);background-repeat: no-repeat;font-size: 16px;font-family: "arial";color: #fff;font-weight: bold;padding-left: 5.6%;line-height: 27px;margin-left: 58px;padding-right: 2%;margin-top: 11px;width: 32%;}
	.yyn2a3 p:nth-child(4){width: 8.5%;text-align: center;font-size: 14px;color: #4f4f4f;line-height: 27px;margin-top: 11px;margin-left: 0;text-indent: 0em;}
	.yyn2a3 p:nth-child(5){background-image: url(../img/ynd89.jpg);background-repeat: no-repeat;font-size: 16px;font-family: "arial";color: #fff;font-weight: bold;padding-left: 11.6%;line-height: 27px;padding-right: 2%;margin-top: 11px;}
	
	
	/*新闻列表页*/
	.xwl{width: 97.9%;margin:0 auto;margin-top: 5%;}
	.xwl1{border-bottom: 1px dashed #cbcbcb;width: 100%;padding-top: 5%;padding-bottom: 5%;transition: all ease 0.4s;}
	.xwl1a{width: 31.7%;margin-left: 5%;}
	.xwl1aa{width: 80px;height: 80px;background-color: #545454;transition: all ease 0.4s;}
	.xwl1aa h1{text-align: center;font-family: "arial";line-height: 22px;padding-top: 17px;}
	.xwl1aa h6{text-align: center;font-family: "arial";line-height: 22px;padding-top: 17px;}
	.xwl1aa h1 a{font-size: 2.2rem;color: #fff;}
	.xwl1aa h6 a{font-size: 2.2rem;color: #fff;}
	.xwl1aa p{text-align: center;font-family: "arial" line-height}
	.xwl1aa p a{font-size: 1.1rem;color: #fff;}
	.xwl1b{width: 58.9%;}
	.xwl1b h1{line-height: 83px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.xwl1b h6{line-height: 83px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.xwl1b h1 a{font-size: 1.1rem;color: #323232;}
	.xwl1b h6 a{font-size: 1.1rem;color: #323232;}
	.xwl1b span{background-image: url(../img/ynd103.png);background-repeat: no-repeat;line-height: 16px;padding-left: 31px;}
	.xwl1b span a{font-size: 12px;color: #aeaeae;}
	.xwl1b p{line-height: 20px;text-indent: 2em;overflow: hidden;height: 40px;}
	.xwl1b p a{font-size: 0.75rem;color: #828282;}
	.xwl1c{padding-top: 43px;width: 18%;}
	.xwl1c p{background-image: url(../img/ynd104.jpg);background-repeat: no-repeat;width: 112px;height: 31px;text-align: center;line-height: 31px;transition: all ease 0.4s;}
	.xwl1c p a{font-size: 12px;color: #fff;}
	.xwl1:hover{background-color: #f6f6f6;}
	.xwl1:hover .xwl1aa{background-color: #f6772f;}
	.xwl1c p:hover{padding-left: 10px;}
	
	/*	新闻内页*/
	.xwn{width: 97.9%;margin: 0 auto;}
	.xwn h1{border-bottom: 1px dashed #cbcbcb;font-size: 1.1rem;color: #5b5b5b;font-weight: bold;text-align: center;line-height: 54px;margin-bottom: 14px;}
	.xwn1{font-size: 0.75rem;color: #aeaeae;background-image: url(../img/ynd105.png);background-repeat: no-repeat;padding-left: 28px;margin-left: 166px;display: table;margin: 0 auto;height: 17px;}
	.xwn2{font-size: 0.75rem;color: #aeaeae;background-image: url(../img/ynd103.png);background-repeat: no-repeat;padding-left: 28px;display: table;margin: 0 auto;}
	.xwn3{width: 89.9%;margin: 0 auto;padding-bottom: 15%;border-bottom: 1px dashed #9f9f9f;}
	.xwn3 img{width: 100%;margin: 0 auto;margin-top: 5%;margin-bottom: 5%;}
	.xwn3 p{font-size: 0.87rem;color: #5b5b5b;line-height: 28px;text-indent: 2em;margin-top: 5%;}
	.xwn3 p a{font-size: 0.87rem;color: #5b5b5b;line-height: 28px;}
	.xwn3 span{font-size: 0.87rem;color: #5b5b5b;line-height: 28px;}
	.xwn8{font-size: 0.75rem;color: #7e7e7e;line-height: 22px;}
	.xwn8 a{font-size: 0.75rem;color: #7e7e7e;line-height: 22px;transition: all ease 0.4s;}
	.xwn8 a:hover{color: #05a199;}
	.xwn2a2{background-image: url(../img/ynd86.jpg);background-repeat: no-repeat;width: 100%;height: 85px;font-size: 14px;color: #696969;line-height: 25px;text-align: left;padding-left: 59px;margin-top: 68.5px;background-size: 86%;background-size: 100% 100%;}
	.xwn2a3{border: 5px solid #e5e5e5;padding-bottom: 28px;margin-top: 38px;}
	.xwn2a3 p:nth-child(1){font-size: 18px;color: #ff7606;font-weight: bold;margin-left: 58px;background-image: url(../img/ynd87.png);background-repeat: no-repeat;padding-left: 42px;line-height: 21px;}
	.xwn2a3 span{font-size: 14px;color: #5b5b5b;line-height: 25px;margin-left: 58px;display: table;margin-top: 7.5px;}
	.xwn2a3 p:nth-child(3){background-image: url(../img/ynd88.jpg);background-repeat: no-repeat;font-size: 16px;font-family: "arial";color: #fff;font-weight: bold;padding-left: 5.6%;line-height: 27px;margin-left: 58px;padding-right: 2%;margin-top: 11px;width: 35%;}
	.xwn2a3 p:nth-child(4){width: 8.5%;text-align: center;font-size: 14px;color: #4f4f4f;line-height: 27px;margin-top: 11px;margin-left: 0;text-indent: 0em;}
	.xwn2a3 p:nth-child(5){background-image: url(../img/ynd89.jpg);background-repeat: no-repeat;font-size: 16px;font-family: "arial";color: #fff;font-weight: bold;padding-left: 5.6%;line-height: 27px;padding-right: 2%;margin-top: 11px;}
	
	/*	关于优耐德*/
	.ynd{width: 97.9%;margin: 0 auto; border-bottom: 1px dashed #cbcbcb;}
	.ynd h1{font-size: 1.1rem;color: #ff620a;text-align: center;line-height: 34px;margin-top: 5%;font-weight: bold;}
	.ynd h6{font-size: 1.1rem;color: #ff620a;text-align: center;line-height: 34px;margin-top: 5%;font-weight: bold;}
	.ynd p{font-size: 0.87rem;color: #cecece;font-weight: bold;line-height: 18px;text-align: center;text-transform: uppercase;padding-bottom: 5%;}
	.ynd1{width: 91.6%;margin: 0 auto;border-bottom: 1px dashed #9f9f9f;}
	.ynd1 img:first-child{margin: 0 auto;width: 100%;margin-top: 5%;}
	.ynd1 p{font-size: 0.87rem;color: #5b5b5b;line-height: 28px;text-indent: 2em;margin-top: 5%;}
	.ynd1 img{margin: 8% auto;width: 100%;}
	
	/*	荣誉资质*/
	.ry{width: 73.6%;margin: 0 auto;}
	.ry img{margin-top: 5%;width: 100%;margin-bottom: 5%;}
	.ry p{background-image: url(../img/ynd111.png);background-repeat: no-repeat;font-size: 0.75rem;color: #6b6b6b;line-height: 30px;float: left;width: 100%;background-position: left;padding-left: 15px;}
	
	/*	联系我们*/
	.lx111{width: 100%;margin: 0 auto;margin-bottom: 5%;}
	.lx111 > img{width: 89.3%;margin: 0 auto; margin-top: 5%;}
	.lx111 p{background-image: url(../img/ynd112.png);background-repeat: no-repeat;padding-left: 30px;font-size: 0.87rem;color: #575757;line-height: 35px;background-position: left;width: 83%;float: left;border-bottom: 1px dashed #cbcbcb;margin-left: 28px;}
	.lxds_dt{width: 100%;margin: 0 auto;}
	
	
	
	@media (min-width: 350px){
		.ly1a p{left: 89px;}
		.sal3{right: 0px;top: 20%;}
		.sal1{left: 0px;top: 20%;}
		.kba2_c{width: 99.5%;}
		.dh{margin-top: 22%;}
		.bq{padding-bottom: 18%;}
		.cpna5a p{margin: 5px 10px;}
		.alx2a2{float: none;}
		.alx3{margin-top: 8%;height: 5%;}
		.hya2_a2 h1{margin-left: 55px;}
		.hya2_a2 h6{margin-left: 55px;}
		.hya2_a2 > p{margin-left: 55px;}
		.sal2a1b h1{margin-left: 55px;}
		.sal2a1b h6{margin-left: 55px;}
		.sal2a1b p{margin-left: 55px;width: 68%;}
		.cpx3{display: table;margin: 0 auto;float: none;margin-top: 8%;}
		.kh{margin-top: -100px;}
		.hya3{right: 15px;}
		.hya1{left: 15px;}
	}
	
	@media (min-width: 400px){
		.ly1b2{width: 69.5%;}
		.ly1a p{font-size: 26px;top: -12px;left: 102px;}
		.sal3{right: 6px;top: 22%;}
		.sal1{left: 6px;top: 22%;}
		.kba2_c{width: 99.5%;}
		.dh{margin-top: 22%;}
		.bq{padding-bottom: 16%;}
		.hya3{right: 22px;}
		.hya1{left: 22px;}
		.cpna5a p{width: 140px;}
		.pjl1a{width: 21.3%;}
		.pjl1b{width: 76.4%;}
		.newsa2{top: 100px;}
		.kh{margin-top: -74px;}
	}
	
	@media (min-width: 450px){
		.ly1b3{width: 88%;}
		.sjly2a1{height: 215px;}
		.ly1b2{width: 73.5%;}
		.ly1b3 p{-webkit-line-clamp:2;}
		.ly1a p{left: 119px;}
		.sal3{right: 11px;top: 28%;}
		.sal1{left: 11px;top: 28%;}
		.kba2_c{width: 100%;}
		.cpx2a1{width: 50%;}
		.cpx2a2{width: 45%;float: right;}
		.kh{margin-top: -105px;}
		.kha{padding-bottom: 10px;}
		.hya3{right: 29px;}
		.hya1{left: 28px;}
		.bq{padding-bottom: 15%;}
		.cpx2a{padding-bottom: 10%;}
		.cpn2b{margin-top: 5%;}
		.cpna1{margin-top: 10%;}
		.cpna5a p{width: 155px;}
		.pjl1a{width: 20.3%;}
		.pjl1b{width: 76.4%;}
		.khz1b h1{line-height: 37px;}
		.khz1b h6{line-height: 37px;}
		.newsa2{top: 120px;}
		.xwl1a{width: 27.7%;}
		.xwl1b{width: 65.9%;}
	}
	
	@media (min-width: 500px){
		.ly1b2{width: 76.5%;}
		.ly1a p{font-size: 32px;left: 127px;}
		.sal3{right: 32px;top: 26%;}
		.sal1{left: 32px;top: 26%;}
		.kba2_c{width: 100%;}
		.hya3{right: 38px;}
		.hya1{left: 38px;}
		.gy{height: 721px;}
		.kh{margin-top: -130px;}
		.khfr{top: 139px;}
		.khfl{top: 139px;}
		.bq{padding-bottom: 14%;}
		.cpx6a1{width: 31%;}
		.cpna5a p{width: 173px;}
		.alx2a{padding-bottom: 2%;}
		.alx3_p{width: 40px;height: 40px;line-height: 40px;}
		.aln1a{width: 45%;float: left;}
		.aln1b{width: 50%;float: right;margin-top: 0;}
		.aln1b1{font-size: 0.9rem;}
		.pjl1a img{margin-left: 44px;}
		.pjl1a{width: 22.3%;}
		.pjl1b{width: 73.4%;}
		.khz1b h1{line-height: 44px;}
		.khz1b h6{line-height: 44px;}
		.xwl1b p{margin-top: 15px;}
		.xwl1a{width: 31.7%;}
		.newsa2{top: 142px;}
		.xwl1a{width: 26.7%;}
		.xwl1b{width: 66.9%;}
		.xwl1b p{margin-top: 10px;}
		.xwl{margin-top: 0;}
		.sal3{right: 17px;}
		.sal1{left: 17px;}
		.sal2a1b p{width: 78%;}
		.kba2{margin-left: 33px;}
	}
	
	@media (min-width: 550px){
		.kba2_c{width: 100%;}
		.dh{margin-top: 24%;}
		.bq{padding-bottom: 13%;}
		.cpx6a1{width: 31%;}
		.cpn1{width: 48%;float: left;}
		.cpn2{width: 50%;float: right;margin-top: 0;}
		.cpna1{margin-top: 5%;}
		.cpna3 img{width: 46%;float: left;margin: 2% 2%;}
		.cpna3{margin-top: 5%;}
		.cpna41{margin-top: 5%;}
		.cpna5a p{margin: 5px 20px;}
		.cpna5b img{width: 46%;margin: 2% 2%;float: left;}
		.alx2a1{width: 49%;float: left;}
		.alx2a2{float: right;width: 45%;margin-top: 0;}
		.cpx5{margin-top: 5%;}
		.khz1b h1{line-height: 48px;}
		.khz1b h6{line-height: 48px;}
		.xwl1b{width: 64.9%;}
		.xwl1a{width: 27.7%;}
		.newsa2{top: 158px;}
		.gy{height: 750px;}
		.kh{margin-top: -155px;}
		.khfl{top: 145px;}
		.khfr{top: 145px;}
		.sal3{right: 22px;}
		.sal1{left: 22px;}
	}
	
	@media (min-width: 600px){
		.kba2_c{width: 96%;}
		.dh{margin-top: 22%;}
		.bq{padding-bottom: 12%;}
		.cpx6a1{width: 23%;}
		.cpna5a p{width: 215px;margin: 5px 8px;}
		.alx2a2 p{height: 144px;}
		.khz1b h1{line-height: 55px;}
		.khz1b h6{line-height: 55px;}
		.yyx2a1{width: 45%;float: left;}
		.yyx2a2{width: 53%;float: right;margin-top: 0;}
		.yyx2a2 h1{line-height: 17px;}
		.yyx2a2 h6{line-height: 17px;}
		.lx111 p{margin-left: 47px;}
		.newsa2{top: 173px;}
		.kh{margin-top: -197px;}
		.khfr{top: 155px;}
		.khfl{top: 155px;}
		.gy{height: 815px;}
		.kba2{margin-left: 50px;}
	}
	
	@media (min-width: 650px){
		.bq{padding-bottom: 11%;}
		.sjdha_t1 img{width: 87%;}
		.cpna3 img{width: 31%;margin: 2% 1%;}
		.cpna5a p{width: 231px;}
		.alx2a{padding-bottom: 8%;}
		.yyx2a2 h1{line-height: 27px;}
		.yyx2a2 h6{line-height: 27px;}
		.newsa2{top: 195px;}
	}
	
	@media (min-width: 700px){
		.cpna5a p{width: 254px;}
		.ry p{width: 50%;}
	}
}

