﻿@charset "utf-8";
/* CSS Document */

html, body, div, p, ul,ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, frameset, table, th, tr, td, fieldset { margin:0; padding:0; }

/* IE5.xIE6бbug */ 
* html body{overflow: visible;} 
* html iframe, * html frame{overflow: auto;} 
* html frameset{overflow: hidden;} 

/* body */ 
body{color:#757575; font-size:16px; line-height:24px;  font-family:"微软雅黑";} 
i, em, cite { font-style:normal; }

/* a */ 
a{color:#757575; font-size:16px; text-decoration: none; }
a:hover { color:#f47115; }

/* form */ 
textarea,input{ word-wrap:break-word;word-break:break-all;} 
input {vertical-align:middle;font-size:16px}


/* li */ 
ul,li{list-style-type:none;} 
pro_R_nr
/* img */ 
img{border:0 none; vertical-align:middle;} 

/* h* */ 
h1{ font-size:24px;} 
h2{ font-size:20px;} 
h3{ font-size:18px;} 
h4{ font-size:16px;} 
h5{ font-size:14px;} 
h6{ font-size:12px;} 


/* Hides from IE-mac \*/
* html .clearfix {height:1%;}.clearfix {display:block;}
/* End hide from IE-mac */
/*********清除浮动处理**********/
.clr { clear:both; display:block; height:0;font-size:0; overflow:hidden;}

/*返回顶部*/
.totop{position:fixed; right:50%; margin-right:-690px; z-index:10000; bottom:25px;display:block; width:26px; height:62px; background:url(../images/rocket.png) no-repeat 0 0; -webkit-transition: all 0.2s ease-in-out;}




/*#region PC网站头部#*/
.top-T_Wrap {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0,0,0,0.3);
  z-index: 100;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  height: 80px;
}

.SitePC .top-T_Wrap.black{
	background: rgba(0,0,0,0.6);
}

.SitePC .top-T_Wrap .top-T {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 85%;
min-width: 1300px;
  margin: 0 auto;
  height: 80px;
  position: relative;
}

.SitePC .top-T_Wrap .top-T .logo {
  float: left;
  width: 230px;
	position: relative
}
.SitePC .top-T_Wrap .top-T .logo span{
	position: relative;
	display: block;
	 background: url(../images/logo.png) right center no-repeat;
  background-size: auto 56px; 
	height: 80px;
	margin-right: 15px;
	z-index: 11
}
.SitePC .top-T_Wrap .top-T .logo::after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: #f08519;
	
	z-index: 5;
	width: 300%;
	border-radius: 0 0 20px 0
}
.SitePC .top-T_Wrap .top-T .navwrap_wrap {
  
}
.SitePC .top-T_Wrap .top-T .logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.SitePC .top-T_Wrap .top-T .hea-R {
	position: absolute;
	width: 100px;
	height: 80px;
	right: 0;
	top: 0;
	z-index: 100;
	 background: url(../images/menu.png) right center no-repeat;
	background-size:54%; 
}

/***********nav*******/
.SitePC .top-T_Wrap .nav {
  width: auto;
  height: 80px;
  z-index: 10;
	float: right;
	margin-right: 70px;
}

.SitePC .top-T_Wrap .nav li {
  float: left;
  text-align: center;
  position: relative;
}

.SitePC .top-T_Wrap .nav li > a {
  display: block;
  width: auto;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 16px;
  color: #FFF;
  position: relative;
}

.SitePC .top-T_Wrap .nav li:hover > a,
.SitePC .top-T_Wrap .nav li > a.cur {
	background:#313a41;
}

.xl {
  position: absolute;
  width: auto;
  z-index: 100;
	left: -40px;
  transition-property: display;
  transition-duration: 0.5s;
  transition-delay: 1s;
  transition: 0.5s;
  visibility: hidden;
  overflow: hidden;
}

.ProBoxWrap {
  
  text-align: left;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  transform: translateY(-100%);
  overflow: hidden;
}
.SitePC .ProBoxWrap .ProBox{
	width:180px;
	padding: 10px 0;
}
.SitePC .ProBoxWrap .ProBox .T a {
  display: block;
  text-align: center;
  text-transform: capitalize;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
}

.SitePC .ProBoxWrap .ProBox .T a:hover {
  color: #f08519; 
}

.SitePC .top-T_Wrap .nav li:hover .xl {
  visibility: visible;
}

.SitePC .top-T_Wrap .nav li:hover .ProBoxWrap {
  visibility: visible;
  transform: translate(0px);
}

/*#endregion#*/

.pagination{
	position: absolute;
	bottom:10px;
	width: auto;
	left: 0;
	right: 0;
	  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.pagination .swiper-pagination-switch{
	
	width: 12px;
	height: 12px;
margin: 0 5px;
	background: rgba(255,255,255,0.5);
	cursor: pointer;
	border-radius: 50px
}

.pagination .swiper-pagination-switch.swiper-active-switch{
	background: rgba(255,255,255,0.8);
}

/*********************************公共头部结束*******************************/
.swiper-slide a img{
	width:100%;
	display: block
}
.webapp_banner{
	display:none
}
/*#regtion 关于#*/
.aboutWrap{
	height: 829px;
	background:url(../images/aboutbj.jpg) center top no-repeat;
}

.aboutWrap .about{
	width:1300px;
	margin: 0 auto;
	height: 829px;
}

.aboutWrap .about .ab_left{
	width:400px;
	padding-top: 140px;
	float: left;
}

.aboutWrap .about .ab_left .ab_honor{
	width:335px;
	display: block;
	position: relative;
	margin-bottom: 90px
}

.aboutWrap .about .ab_left .ab_honor .pic{
	width: 335px;
	height: 245px;
	overflow: hidden;
	cursor: pointer
}
.aboutWrap .about .ab_left .ab_honor .pic img{
	    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.aboutWrap .about .ab_left .ab_honor .pic img:hover{
	    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}


.aboutWrap .about .ab_left .ab_honor span{
	display: block;
	height: 40px;
	margin-top: 20px;
	line-height: 40px;
	color: #333333;
	font-size: 20px;
	text-align: right;
	background:url(../images/honor_jt.png) left center no-repeat;
	
}

.aboutWrap .about .ab_left .ab_li{
	width: 340px;
}

.aboutWrap .about .ab_left .ab_li li{
	width:150px;
	float: left;
	margin-right: 20px;
}

.aboutWrap .about .ab_left .ab_li li a{
	display:block;
	text-align: center;
	font-size: 20px;
	color: #333333
}

.aboutWrap .about .ab_left .ab_li li a span{
	display: block;
	width: 150px;
	height: 150px;
		    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.aboutWrap .about .ab_left .ab_li li.cq a span{
	background:url(../images/icon01.png) center center no-repeat;
	background-size:100% ;
}

.aboutWrap .about .ab_left .ab_li li.ry a span{
	background:url(../images/icon02.png) center center no-repeat;
	background-size:100% ;
}

.aboutWrap .about .ab_left .ab_li li a:hover{
	color:#f08519;
}

.aboutWrap .about .ab_left .ab_li li.cq a:hover span{
	background:url(../images/icon01a.png) center center no-repeat;
	background-size:100% ;
}

.aboutWrap .about .ab_left .ab_li li.ry a:hover span{
	background:url(../images/icon02a.png) center center no-repeat;
	background-size:100% ;
}


.aboutWrap .about .ab_right{
	width:704px;
	float: right;
	padding-top: 70px;
}

.aboutWrap .about .ab_right .ab_ri_bt{
	color: #333333;
	line-height: 36px;
	position: relative;
	margin-bottom: 20px;
	
}

.aboutWrap .about .ab_right .ab_ri_bt::after{
	content: '';
	position: absolute;
	top: 62px;
	height: 2px;
	background: #333333;
	width: 287px;
}

.aboutWrap .about .ab_right .ab_ri_bt strong{
	display:block;
	font-size: 36px;
	padding-top: 10px;
	margin-bottom: 20px;
}


.aboutWrap .about .ab_right .ab_ri_bt span{
	display:block;
	 font-size: 18px;
	letter-spacing:14px
	
}

.aboutWrap .about .ab_right .ab_ri_bt a{
	width: 72px;
	height: 72px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	 -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	display: block;
	background:url(../images/more01.png) center center no-repeat;
}

.aboutWrap .about .ab_right .ab_ri_bt a:hover{
	background:url(../images/more01a.png) center center no-repeat;
}

.aboutWrap .about .ab_right .pic{
	width: 704px;
	height: 388px;
	overflow: hidden;
	margin-bottom:20px;
	cursor: pointer
}
.aboutWrap .about .ab_right img{
	    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.aboutWrap .about .ab_right img:hover{
	    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.aboutWrap .about .ab_right  a{
	color: #333333;
	line-height: 42px;
	font-size: 16px;
	display: block
}
/*#endregion#*/

/*#regtion 产品#*/
.productWrap{
	background:#FFF;
	width: 1300px;
	margin: 60px auto
}


.productWrap .pro_bt{
	color: #333333;
	line-height: 36px;
	position: relative;
	margin-bottom: 60px;
	
}

.productWrap .pro_bt::after{
	content: '';
	position: absolute;
	top: 62px;
	left:0;
	height: 2px;
	background: #333333;
	width: 513px;
}

.productWrap .pro_bt strong{
	font-size: 36px;
	margin-bottom: 20px;
}


.productWrap .pro_bt span{
	 font-size: 18px;
	letter-spacing:14px;
	padding-left: 20px
}

.productWrap .pro_nav{
	display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.productWrap .pro_nav li a{
	border: 1px solid #d6d6d6;
	display: block;
	border-radius: 8px;
	overflow: hidden;
	text-align: center
}

.productWrap .pro_nav li a .title{
	padding:10px 0;
	font-size: 20px;
	color: #333333
}

.productWrap .pro_nav li a .pic{
	width: 280px;
	height: 160px;
	overflow: hidden;
	cursor: pointer
}
.productWrap .pro_nav li a img{
	    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.productWrap .pro_nav li a img:hover{
	    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.productWrap .pro_nav li.cur a,.productWrap .pro_nav li:hover a{
	border: 1px solid #f08519;
}


.productWrap .ProTab{
	display:none
}

.productWrap .ProTab .right_top{
	margin: 40px 0 50px;
}

.productWrap .ProTab .right_top a{
	display:block;
		height: 340px;
	position: relative;
	color: #6b6b6b;
	font-size: 16px;
	line-height: 30px
}

.productWrap .ProTab .right_top a .top_img{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0; 
	width: 530px;
	height: 340px;
	margin: auto;
	overflow: hidden;
}

.productWrap .ProTab .right_top a .top_img img{
	    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.productWrap .ProTab .right_top a .top_img img:hover{
	    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.productWrap .ProTab .right_top a .top_text{
	margin-left: 560px;
	position: relative;
	padding-top: 20px;
	height: 320px
}

.productWrap .ProTab .right_top a .top_text strong{
	display: block;
	color: #252525;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 15px
}

.productWrap .ProTab .right_top a span{
	display: block;
	margin: 30px 0;
}


.productWrap .ProTab .right_top a .pro_more{
	position: relative;
	width: 270px;
	height: 72px;
	line-height: 72px;
	text-align: right;
	background:url(../images/more01.png) left center no-repeat;
	font-size: 18px;
	  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	color: #343434
}

.productWrap .ProTab .right_top a .pro_more::after{
	width: 100px;
	height: 1px;
	background: #343434;
	position: absolute;
	content: '';
	top: 0;
	left: 95px;
	bottom: 0;
	margin: auto
}
.productWrap .ProTab .right_top a:hover .pro_more{
	background:url(../images/more01a.png) left center no-repeat;
}


.productWrap .index_pro_ul{
	display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content:flex-start;
}
.productWrap .index_pro_ul li {
	margin-right:45px
}
.productWrap .index_pro_ul li a{
	display: block;
	width: 290px;
	
	background: #f4f4f4;
	overflow: hidden;
	color: #3f3f3f;
	 -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.productWrap .index_pro_ul li a .pic{
	margin:15px 15px 0;
	width:260px;
	height: 260px;
	background: #FFF;
	position: relative;
	overflow: hidden;
}

.productWrap .index_pro_ul li a .pic img{
	width: 100%;
	 -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.productWrap .index_pro_ul li a .pic img:hover{
	    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.productWrap .index_pro_ul li a .title{
	position: relative;
	font-size: 18px;
	
}

.productWrap .index_pro_ul li a .title::after{
	content:'';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 260px;
	height: 1px;
	background: #e0e0e0;
	z-index: 2
}

.productWrap .index_pro_ul li a .title::before{
	content:'';
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 50px;
	height: 50px;
	background:url(../images/projia.png) center center no-repeat;
	 -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	z-index: 3
}



.productWrap .index_pro_ul li a .title strong{
	display:block;
	height: 50px; 
	overflow: hidden;
	white-space: nowrap;
  text-overflow: ellipsis;
	line-height: 50px;
	padding: 0 15px 0 30px;
	font-weight: normal;
	position: relative;
	z-index: 10;
}

.productWrap .index_pro_ul li a .title strong::after{
	content:'';
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 6px;
	height: 6px;
	 -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	background: #000;
}

.productWrap .index_pro_ul li a .title span {
	display:block;
	height: 50px; 
	overflow: hidden;
	line-height: 50px;
	padding: 0 15px;
	font-size: 16px;
}

.productWrap .index_pro_ul li:hover a{
	background: #f08519;
	color: #FFF
}


.productWrap .index_pro_ul li a:hover .title::after{
	
	background: #f3a04c;

}

.productWrap .index_pro_ul li a:hover .title::before{

	background:url(../images/projiaa.png) center center no-repeat;

}

.productWrap .index_pro_ul li a:hover .title strong::after{

	background: #fff;
}


/*#endregion#*/


/*#regtion 优势#*/
.webappAdv{
	display:none
}
.AdvantageWrap{
	height: 749px;
	width: 100%;
	overflow: hidden;
	background:url(../images/ysbj.jpg) center top no-repeat;
}
.Advantage{
	width:1300px;
	margin: 0 auto;
	height: 749px;
	background:url(../images/ys01.png) left bottom no-repeat;
}

.AdvantageWrap .Advantage .nr{
	width:630px;
	float: right;
	padding-top: 110px;
	color: #fff;
}

.AdvantageWrap .Advantage .nr .adv_bt{
	
	line-height: 48px;
	position: relative;
	margin-bottom: 30px;
}

.AdvantageWrap .Advantage .nr .adv_bt::after{
	content: '';
	position: absolute;
	top: 76px;
	height: 2px;
	background: rgba(255,255,255,0.2);
	width:400%;
}

.AdvantageWrap .Advantage .nr .adv_bt strong{
	display:block;
	font-size: 48px;
	padding-top: 10px;
	margin-bottom: 20px;
}


.AdvantageWrap .Advantage .nr .adv_bt span{
	display:block;
	 font-size: 18px;
	letter-spacing:18px;
	font-family: "微软雅黑 Light"
	
}

.AdvantageWrap .Advantage .nr .text {
	margin-bottom:50px
}

.AdvantageWrap .Advantage .nr .text strong{
	display:block;
	font-size: 24px;
	padding-top: 40px;
	margin-bottom: 20px;
}
.AdvantageWrap .Advantage .nr .text p{
	color: rgba(255,255,255,0.5);
	font-size: 18px;
	line-height: 33px
}

.AdvantageWrap .Advantage .nr .data{
	
	display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	text-align: center
	
}

.AdvantageWrap .Advantage .nr .data li span{
	display:block;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 10px;

}
/*#endregion#*/


/*#regtion 流程#*/
.ProcessWrap{
	height: 875px;
	background:url(../images/jybj01.jpg) center top no-repeat #FFF;
}

.ProcessWrap .Process{
	width:1300px;
	margin: 0 auto;
	height: 785px;
	padding-top: 90px;
	position: relative
}



.ProcessWrap .Process .Proce_bt{
	color: #333333;
	line-height: 36px;
	position: relative;
	margin-bottom: 30px;
	
}

.ProcessWrap .Process .Proce_bt::after{
	content: '';
	position: absolute;
	top: 62px;
	height: 2px;
	background: #333333;
	width: 590px;
}

.ProcessWrap .Process .Proce_bt strong{
	display:block;
	font-size: 36px;
	padding-top: 10px;
	margin-bottom: 20px;
}


.ProcessWrap .Process .Proce_bt span{
	display:block;
	 font-size: 18px;
	letter-spacing:18px;
}

.ProcessWrap .Process .Proce_bt .right_more{
	position: absolute;
	width: 270px;
	height: 72px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	line-height: 72px;
	text-align: right;
	background:url(../images/more01.png) left center no-repeat;
	font-size: 18px;
	
	 -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	color: #343434
}

.ProcessWrap .Process .Proce_bt .right_more::after{
	width: 100px;
	height: 1px;
	background: #343434;
	position: absolute;
	content: '';
	top: 0;
	left: 95px;
	bottom: 0;
	margin: auto
}
.ProcessWrap .Process .Proce_bt .right_more:hover{
	background:url(../images/more01a.png) left center no-repeat;
}

.ProcessWrap .Process .Proce_tab{
	height: 150px;
	background: #FFF;
	border-radius: 14px;
	overflow: hidden;
	display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
	text-align: center;
	margin-bottom: 60px;
}

.ProcessWrap .Process .Proce_tab li{
	width:14.2%;
	cursor: pointer;
	display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
	text-align: center;
	height: 100%;
	color: #2d2d2d;
	font-size: 18px;
	
	position: relative;
	
	
}
.ProcessWrap .Process .Proce_tab li::after{
	content: '';
	position: absolute;
	right:-1px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 60%;
	background: #979797;
}
.ProcessWrap .Process .Proce_tab li:nth-last-child(1)::after{
	width:0
}
.ProcessWrap .Process .Proce_tab li > div{
	 padding-bottom: 10px
}
.ProcessWrap .Process .Proce_tab li span{
	display:block;
	font-size: 72px;
	color: #cecece;
	line-height: 72px;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	margin-bottom: 10px
}
.ProcessWrap .Process .Proce_tab li:hover,.ProcessWrap .Process .Proce_tab li.cur{
	background:#f08519;
	color: #FFF;
	font-weight: bold
}

.ProcessWrap .Process .Proce_tab li:hover span,.ProcessWrap .Process .Proce_tab li.cur span{
	color:#FFF;
	font-weight:normal
}

.home_share_Top{
	display:none
}


.ProcessWrap .Process .Proce_con{
	height: 420px;
	display: none;
	
	position: relative;
}
.ProcessWrap .Process .Proce_con .img{
	width: 610px;
	height: 420px;
	position: absolute;
	right: 0;
	top: 0;
cursor: pointer;
	overflow: hidden;
}
.ProcessWrap .Process .Proce_con .img img{
		-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}
.ProcessWrap .Process .Proce_con .img:hover img{
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.ProcessWrap .Process .Proce_con .text{
	width:580px;
	color: #323232;
	line-height: 36px;
	font-size: 18px
}

.ProcessWrap .Process .Proce_con .text strong{
	display: block;
	font-size: 36px;
	padding: 40px 0
}
.ProcessWrap .Process .Proce_con .text span{
	display: block;
	font-size: 18px;
	font-family: "Arial"
	
}

.ProcessWrap .Process .jt{
	cursor: pointer;
	display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content:flex-start;
 position: absolute;
	width: 200px;
	height: 50px;
	bottom: 30px;
	left: 0
}

.ProcessWrap .Process .jt li{
	width: 50px;
	height: 50px;
	border-radius: 50px;
	overflow:hidden;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
	margin-right: 15px
}
.ProcessWrap .Process .jt li:nth-child(1){
	background:url(../images/left.png) center center no-repeat #cecece;
}

.ProcessWrap .Process .jt li:nth-child(2){
	background:url(../images/right.png) center center no-repeat #cecece;
}

.ProcessWrap .Process .jt li:nth-child(1):hover{
	background:url(../images/left.png) center center no-repeat #f08519;
}
.ProcessWrap .Process .jt li:nth-child(2):hover{
	background:url(../images/right.png) center center no-repeat #f08519;
}
/*#endregion#*/


/*新闻中心*/
.newsWrap{
	
	position: relative;
}

.newsWrap .newsBox{
	width: 1300px;
	margin:40px auto 0;
	height: 790px
}

.newsWrap .newsBox .new_left{
	width: 305px;
	float: left;
	position: relative;
}



.newsWrap .newsBox .new_left .left_bt{
	height: 140px;
	width: auto;
	color: #333333;
	position: relative;
	z-index: 10
}

.newsWrap .newsBox .new_left .left_bt::after{
	content: '';
	position: absolute;
	top: 62px;
	height: 2px;
	background: #333333;
	width: 100%;
}

.newsWrap .newsBox .new_left .left_bt strong{
	display:block;
	font-size: 36px;
	padding-top: 10px;
	line-height: 36px;
	margin-bottom: 25px;
}


.newsWrap .newsBox .new_left .left_bt span{
	display:block;
	 font-size: 18px;
	letter-spacing:16px
	
}


.newsWrap .newsBox .new_left .left_nr{
	height:590px;
	position: relative;
	padding-top: 60px
}

.newsWrap .newsBox .new_left .left_nr::after{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	height: 650px;
	z-index: 1;
	width: 200%;
	background:url(../images/newpro.png) 70% bottom no-repeat #f0f0f0;
	
}

.newsWrap .newsBox .new_left .left_nr li{
	position: relative;
	z-index: 10;
	width: 210px;
	color: #303030;
	padding: 20px 0;
	margin-bottom: 20px;
	font-size: 14px;
	font-family: '微软雅黑 Light';
	cursor: pointer
}

.newsWrap .newsBox .new_left .left_nr li strong{
	position: relative;
	z-index: 10;
	display: block;
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 34px;
	width: 165px;
	background:url(../images/jt04.png) right 6px no-repeat ;
}
.newsWrap .newsBox .new_left .left_nr li span{
	position: relative;
	z-index: 10;
}
.newsWrap .newsBox .new_left .left_nr li strong::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	z-index: 1;
	width: 100%;
	background:#b4b2b2;
	
}


	
.newsWrap .newsBox .new_left .left_nr li:hover,.newsWrap .newsBox .new_left .left_nr li.cur{
	color: #FFF
}

.newsWrap .newsBox .new_left .left_nr li:hover strong,.newsWrap .newsBox .new_left .left_nr li.cur strong{
	
	background:url(../images/jt04a.png) right 6px no-repeat ;
}

.newsWrap .newsBox .new_left .left_nr li:hover strong::after,.newsWrap .newsBox .new_left .left_nr li.cur strong::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	z-index: 1;
	width: 100%;
	background:rgba(255,255,255,.8);
	
}
.newsWrap .newsBox .new_left .left_nr li:hover::after,.newsWrap .newsBox .new_left .left_nr li.cur::after{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	z-index: 1;
	width: 300%;
	background: #f08519;
	border-radius: 0 70px 70px 0
}

.newsWrap .newsBox .new_right{
	width: 920px;
	float: right;
}
.newsWrap .newsBox .new_right .newsTap{
	display:none
}
.newsWrap .newsBox .new_right .right_top{
	
		-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
	border: 1px solid #f2f1ef;
	background:url(../images/more.png) right bottom no-repeat ;
}

.newsWrap .newsBox .new_right .right_top a{
	display:block;
		height: 275px;
	position: relative;
	color: #3c3c3c;
	font-size: 14px
}

.newsWrap .newsBox .new_right .right_top a .top_img{
	position: absolute;
	left: 35px;
	top: 0;
	bottom: 0; 
	width: 270px;
	height: 200px;
	margin: auto
}
.newsWrap .newsBox .new_right .right_top a .top_img img{
	position: absolute;
	left: 0;
	right: 0;top: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%
}

.newsWrap .newsBox .new_right .right_top a .top_text{
	padding-left: 345px;
	padding-top: 50px;
	padding-right: 30px
}

.newsWrap .newsBox .new_right .right_top a .top_text strong{
	display: block;
	color: #3c3c3c;
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 15px
}

.newsWrap .newsBox .new_right .right_top a span{
	position: absolute;
	bottom: 40px;
	left: 345px;
	color: #9c9c9c
}
.newsWrap .newsBox .new_right .right_top:hover{
	
	background:url(../images/morea.png) right bottom no-repeat ;
	
}
.newsWrap .newsBox .new_right .right_ul{
	padding-top:30px
}

.newsWrap .newsBox .new_right .right_ul li{
	width:31.3%;
	float: left;
	margin-right: 3%
}

.newsWrap .newsBox .new_right .right_ul li:nth-child(3n){
	margin-right:0
}

.newsWrap .newsBox .new_right .right_ul li a{
	display:block;
	padding: 25px 0;
	color: #1c1c1c;
	background:url(../images/right01.png) right center no-repeat ;
}
.newsWrap .newsBox .new_right .right_ul li a strong{
	display:block;
	overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px
}

.newsWrap .newsBox .new_right .right_ul li a span{
	display:block;
	padding-left: 10px;
	color: #adadad;
	font-size: 16px
}

.newsWrap .newsBox .new_right .right_ul li a:hover{
	color: #f48a05;
	background:url(../images/right01a.png) right center no-repeat ;
}

.newsWrap .newsBox .new_right .right_ul li a:hover span{
	color: #f48a05;
}

.linkWrap {
  background: #f0f0f0;
}
.link {
  width: 1100px;
  margin: 0 auto;
  padding: 50px 0;
  min-height: 60px;
  position: relative;
  padding-left: 200px;
  background: url(../images/link.jpg) left center no-repeat;
}

.link a {
  color: #999999;
  font-size: 16px;
  line-height: 30px;
  margin: 0 5px;
}
.link a:hover {
  color: #f48a05;
}

/*内页样式*/


/*#region 内页导航#*/
.Loc_nav_box{
	border-bottom: 1px solid #e8e8e8;
}

.Loc_nav_box .Loc_navigation {
  width: 1300px;
  padding: 20px 0;
  margin: 0 auto;
  position: relative;
  font-size: 18px;
  color: #808080;
}
.Loc_nav_box .Loc_navigation .loc{
	position: absolute;
	right: 0;
	top: 20px;
	font-size: 14px;
	padding-left: 20px;
	color: #999;
	 background: url(../images/dqwz.png) left center no-repeat;
}
.Loc_nav_box .Loc_navigation .loc a{
	color: #999;
	font-size: 14px
}
.Loc_nav_box .Loc_navigation .loc a:hover{
	color: #f08519
}
/*#endregion#*/


.in_pro{width:1300px; margin:20px auto 0; overflow:hidden;  height:auto;}





.ny-right-about{ 
	width:1300px; 
	overflow:hidden; 
	margin: 0 auto;
	padding:20px 0 50px; 
}


.ny-right-news{ width:1300px; margin:0 auto;  padding:20px 0 40px}

.ny-right-news ul{
	display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	flex-wrap: wrap;
}

.ny-right-news ul li{
	border: 1px solid #e8e8e8;
	width: 49%;
	margin-bottom: 20px;
	overflow: hidden
}

.ny-right-news ul li a{
	display:block;
	height: 100%;
	padding: 20px;
	color: #999
}

.ny-right-news ul li a h3{
	font-weight:normal;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	position: relative;
	margin-bottom: 10px;
	color: #333333;
}

.ny-right-news ul li a h3 span{
	position: absolute;
	right: 0;
	top: 0;
	color: #999
	
}

.ny-right-news ul li:hover a{
	background: #f08519;
	color: #FFF
	
}

.ny-right-news ul li:hover a h3{
	color:#FFF
}

.ny-right-news ul li:hover a span{
	color:#FFF
}

.ny-right-news h1{ font-size:16px; width:1300px; float:left; text-align:center}
.ny-right-news h6{ border-bottom:1px dashed #CCC; width:1300px; font-weight:normal; height:32px; float:left; line-height:32px; text-align:center;color:#737373}
.ny-news-nr{ width:1300px; float:left; padding-top:10px; margin-bottom:20px;}

/*荣誉*/
.ny-right-honor{ 
	width:1300px; 
	padding:20px 0 40px; 
	margin: 0 auto; 
	overflow:hidden
}

.ny-right-honor ul{
	display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content:flex-start;
  justify-content:flex-start;
	flex-wrap: wrap;
	padding: 20px 0
}

.ny-right-honor li{ width:23%; margin-right: 2.5%; margin-bottom:20px; line-height:32px;}
.ny-right-honor li .pic{   border:1px solid #CCC;}
.ny-right-honor li .pic img{ width:100%;display: block}
.ny-right-honor li .txt{ width:100%; height:36px; line-height:36px; text-align:center;margin: 0 auto;}
.ny-right-honor li .txt a{ color:#919191; font-size: 16px;}
.ny-right-honor li .txt a:hover{}

.ny-right-honor li:nth-child(4n){
	margin-right: 0
}


/*内页****产品****样式*****/
.ny-right-pro{ 
	width:1300px; 
	padding:20px 0 40px; 
	margin: 0 auto; 
	overflow:hidden
}

.ny-right-pro ul{
		display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content:flex-start;
  justify-content:flex-start;
	flex-wrap: wrap;
	padding: 20px 0
}

.ny-right-pro li{ width:23%;margin-right: 2.5%; margin-bottom:20px; line-height:32px;}
.ny-right-pro li .pic{   border:1px solid #CCC;}
.ny-right-pro li .pic img{ width:100%;display: block  }
.ny-right-pro li .txt{ width:100%; height:36px; line-height:36px; text-align:center;margin: 0 auto;}
.ny-right-pro li .txt a{ color:#919191; font-size: 16px;}
.ny-right-pro li .txt a:hover{}
.ny-right-pro li:nth-child(4n){
	margin-right: 0
}


.tit {
    position: relative;
    padding-left: 20px;
    border-left: 4px solid #293440;
    font-size: 22px;
    color: #333;
    text-align: left;
    font-weight: bold;
    margin-bottom: 2%;
    background: #f8f8f8;
    height: 60px;
    line-height: 60px;
}

.text01 {
	width: auto;
	padding: 0 0;
	overflow: hidden;
}

.text01 .img{
	float: left;
	margin-bottom: 40px;
}

.text01 .wz1{
	float: left;
	width: auto;
	margin:30px 0 20px 50px;
}

.text01 .wz2{
	width: 100%;
	margin: 30px auto 0;
	overflow: hidden;
}

.text01 li{
	font-size: 16px;
	margin: 20px auto;
}

.text01 li strong{
	margin: 0 5px;
	font-size: 24px;
	color: #f47216;
}

.text01 li h1{
	font-size: 22px;
}

.text01 li h2{
	margin-bottom: 15px;
}
.about_002 li{
	float: left;
	width: 25%;
	margin: 20px auto;
	font-size: 16px;
	color: #5a5a5a;
	text-align: center;
}


.about_002 li strong{
	display: block;
	margin-bottom: 20px;
	font-size: 36px;
	color:#f47216;
}



.aboutpic img{
	float: left;
	width: 50%;
}


.ny-right-about .lxtext{
	width: auto;
	margin: 0 auto 20px;
	overflow: hidden;
}

.ny-right-about .lxtext .left{
	float: right;
	text-align: center;
}

.ny-right-about .lxtext .left img{
	width: 300px;
	margin: 0 30px;
}

.ny-right-about .lxtext .right{
	float: left;
	width: 700px;
	line-height: 30px;
	font-size: 18px;
	margin: 10px;
}

.ny-right-about .lxtext .right h1{
	margin: 30px 0 20px 0;
    font-size: 30px;
}

    .ny-right-about .ewm01 {
      float: left;
      width: 50%;
    }

    .ny-right-about .ewm02 {
      float: right;
      width: 50%;
    }

    .ny-right-about .ContactA  .text {
      float: left;
      font-size: 16px;
      color: #a3a3a3;
      line-height: 40px;
      margin-top: 15px;
    }

    .ny-right-about .ContactA  .text strong {
      display: block;
      font-size: 20px;
      color: #767676;
    }

    .ny-right-about .ewm01 img,
    .ny-right-about .ewm02 img {
      float: right;
      width: 150px;
      height: 150px;
    }

    .ny-right-about .ewm01 img {
      margin-right: 100px;
    }

    .ny-right-about .ewm02 .text {
      margin-left: 100px;
    }


.ShowNewsTitle {
  font-size: 36px;
  line-height: 50px;
  color: #1a1a1a;
	font-weight: bold;
	width: 1300px;
	margin: 30px auto
}



.nyContent {
  width: 1300px;
  margin: 20px auto 0;
	overflow: hidden
}

.nyContent .NewsBoxLeft {
 
	 transition: all 0.5s;
  
  float: left;
  width: 110px;
  padding-right: 30px;
	position: relative;
}

.nyContent .NewsBoxLeft::after{
	content: '';
	background: #e8e8e8;
	right: 0;
	top: 0;
	width:1px;
	position: absolute;
	height: 1000%;
	z-index: 1
}

.nyContent .NewsBoxLeft .newsData {
  text-align: center;
  font-family: "Arial";
  color: #1a1a1a;
  font-size: 36px;
  overflow: hidden;
}

.nyContent .NewsBoxLeft .newsData p {
  display: block;
  line-height: 20px;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
}

.nyContent .NewsBoxLeft .newsData p:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  z-index: 5;
  width: 80%;
  background: #e6e6e6;
  margin: auto;
}

.nyContent .NewsBoxLeft .newsData p span {
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  vertical-align: bottom;
  position: relative;
  z-index: 6;
}

.nyContent .NewsBoxLeft .newsData i {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}

.nyContent .NewsBoxLeft .author {
  text-align: center;
  color: #808080;
  line-height: 20px;
  margin-top: 30px;
  font-size: 14px;
}

.nyContent .NewsBoxLeft .author span {
  display: block;
  padding: 2px 0;
  margin-bottom: 5px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #f08519;
  color: #fff;
}


.nyContent .NewsBoxRight {
  float: right;
  width: 1100px;
  min-height: 500px;
}

.nyContent .NewsBoxRight .pro_top{
	display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content:flex-start;
}

.nyContent .NewsBoxRight .pro_top .jqzoom{
	width:400px;
	margin-right: 40px;
	border: 1px solid #e8e8e8
}
.nyContent .NewsBoxRight .pro_top .jqzoom img{
	width:100%
}
.nyContent .NewsBoxRight .pro_top .ShowProTitle{
	    font-size: 24px;
    text-align: left;
    line-height: 36px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.nyContent .NewsBoxRight .pro_top .text strong{
	    font-size: 18px;
    color: #ff0000;
    text-align: left;
    display: block;
    font-weight: normal;
    margin-bottom: 10px;
}

.nyContent .NewsBoxRight .pro_top .text .parameter{
	    line-height: 36px;
    font-size: 16px;
    color: #232323;
}

.proDetails .NewsBoxLeft{
	width:260px
}
.nyContent.proDetails .NewsBoxRight{
	width: 960px
}
.homePornrL .TAboutTitle{
	background: #f08519;
	padding: 12px 15px;
	color: #FFF;
	font-size: 18px
}
.pro_top .text .Tel {
    line-height: 36px;
    font-size: 16px;
    color: #232323;
    margin-bottom: 20px;
}
.pro_top .text .Tel span {
    color: #2e319e;
    font-size: 18px;
    padding-right: 15px;
}
.homePornrL ul li{
	border-bottom: 1px solid #f5f5f5
}
.homePornrL ul li a{
	display:block;
	padding: 15px;
	color: #000;
	
}
.homePornrL ul li a:hover{
	color: #f08519;
	font-weight: bold
}
.proproperty {
  font-size: 16px;
  color: #fff;
  margin: 20px 0;
  width: auto;
  border-bottom: 1px solid #e2e2e2;
  height: 40px;
}

.proproperty li {
  float: left;
  width: 130px;
  height: 40px;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  background: #f08519;
  cursor: pointer;
  margin-right: 10px;
  text-align: center;
  line-height: 40px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
}

.webapp .proproperty li {
  width: 30%;
}

.proproperty li a {
  font-size: 16px;
  color: #fff;
}



/**tag和本文链接**/
.newsOther {
  margin: 10px 0;
  font-size: 14px;
  color: #000;
}

.newsOther a {
  font-size: 14px;
  line-height: 30px;
  color: #000;
}

.newsOther a:hover {
  color: #0358c3;
}

.dispaly{ display:none}


.pageleft{ float:left}
.pageright{ float:right}



/*footer*/
.wapfoot{
	display:none
}
.footerBox{
	width: auto;
	background: url("../Images/footbj.jpg")  center top no-repeat #FFF;
	position: relative;
	padding-top: 70px;
	z-index: 10
}

.footerBox .foot_top{
	width: 1300px;
	margin: 0 auto 330px;
	position: relative;
	display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	border: 1px solid #393939;
	border-top: 0;
	border-left: 0;
	text-align: center;
	
	
}
.footerBox .foot_top > div {
	width: 260px;
	border-left: 1px solid #393939;
	padding-bottom: 30px
}
.footerBox .foot_top > div strong{
	display: block;
	font-size: 20px;
	color: #FFF;
	margin-bottom: 15px
}
.footerBox .foot_top > div p{
	line-height: 36px;
	
}
.footerBox .foot_top > div p a{
	font-size: 16px;
	color: #FFF
}
.footerBox .foot_top > div p a:hover{
	color: #f48a05
}
.footerBox .contact{
	width: 1300px;
	position: absolute;
	top:350px;
	left: 0;
	right: 0;
	z-index: 10;
	margin:  auto;
	display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.footerBox .contact > div{
	width:250px;
	height: 164px;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	background: #FFF;
	color: #333333;
	 -moz-box-shadow: 0px 0px 15px  rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 15px  rgba(0,0,0,0.3);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	line-height: 28px;
	padding-top: 36px;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}

.footerBox .contact > div span{
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto 10px;
	-webkit-transition:all 0.6s ease-in-out;
	-moz-transition:all 0.6s ease-in-out;
	-ms-transition:all 0.6s ease-in-out;
	-o-transition:all 0.6s ease-in-out;
	transition:all 0.6s ease-in-out;
}

.footerBox .contact > div.lx{
	width: 370px;
	margin-right: 30px;
	height: 130px;
	padding: 0;
	-webkit-border-radius:100px;
	-ms-border-radius:100px;
	border-radius:100px;
	background: #e9e9e9;
}
.footerBox .contact > div.lx .lx_nr{
		-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
		-webkit-border-radius:100px;
	-ms-border-radius:100px;
	border-radius:100px;
	margin: 20px;
	height: 90px;
	padding-left: 20px;
	color: #000;
	background: #FFF
}
.footerBox .contact > div.lx:hover .lx_nr{
	background: #f48a05;
	color: #FFF
}
.footerBox .contact > div.lx .lx_nr img{
	margin-right: 10px
}
.footerBox .contact > div.tel span{	
	background: url("../Images/i03.png") center center no-repeat;
}

.footerBox .contact > div.email span{	
	background: url("../Images/i02.png") center center no-repeat;
}

.footerBox .contact > div.add span{	
	background: url("../Images/i01.png") center center no-repeat;
}

.footerBox .contact > div:hover{
	background: #f48a05;
	color: #FFF
}

.footerBox .contact > div.lx:hover{
	background: #e9e9e9;
	color: #333
}

.footerBox .contact > div.tel:hover span{	
	background: url("../Images/i03a.png") center center no-repeat;
}

.footerBox .contact > div.email:hover span{	
	background: url("../Images/i02a.png") center center no-repeat;
}

.footerBox .contact > div.add:hover span{	
	background: url("../Images/i01a.png") center center no-repeat;
}

.footerBox .copy_box{
	width: 1300px;
	margin: 0 auto;
	  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	 -o-justify-content: space-between;
	 -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	font-size: 16px;
	border-top: 2px solid #000000;
	padding: 40px 0 ;
}

.footerBox .copy_box a{
	font-size: 16px
}


/*翻页*/
.pageNavi {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
}

.wp-pagenavi {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  clear: both;
  border: #e6e6e6 1px solid;
  display: inline-block;
  font-size: 14px;
}

.wp-pagenavi A {
  display: inline-block;
  padding-right: 15px;
  border-right: #e6e6e6 1px solid;
  padding-left: 15px;
  padding-bottom: 6px;
  padding-top: 6px;
  text-decoration: none;
}

.wp-pagenavi SPAN {
  display: inline-block;
  border-right: #e6e6e6 1px solid;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 6px;
  padding-top: 6px;
  text-decoration: none;
}

.wp-pagenavi A:hover {
  background: #a1a2a4;
  color: #fff;
}

.wp-pagenavi SPAN.current {
  border-left-color: #000;
  border-bottom-color: #000;
  border-top-color: #000;
  border-right-color: #000;
}

.wp-pagenavi SPAN.current {
  font-weight: bold;
}

.wp-pagenavi SPAN:nth-last-child(1) {
  border-right: 0;
}

.wp-pagenavi a:nth-last-child(1) {
  border-right: 0;
}

.meuCont img{
	max-width:100%
}

.ny-right-about .list li{
	position: relative;
	width: 1300px;
	height: auto;
	margin: 0 auto;
	line-height: 24px;
	font-size: 16px;
	color: #666666;
	background: #f9f9f9;
	overflow: hidden;
}

.ny-right-about .list li.nyicon01 .pic,.ny-right-about .list li.nyicon02 .pic,.ny-right-about .list li.nyicon03 .pic{
	height: 204px;
	background: url(../images/nybj01.jpg) center center no-repeat;
	background-size:100%  100%
}

.ny-right-about .list li.nyicon04 .pic,.ny-right-about .list li.nyicon06 .pic{
	height: 290px;
	background: url(../images/nybj02.jpg) center center no-repeat;
	background-size:100%  100% 
}

.ny-right-about .list li.nyicon05 .pic,.ny-right-about .list li.nyicon07 .pic{
	height: 434px;
	background: url(../images/nybj03.jpg) center center no-repeat;
	background-size:100% 
}

.ny-right-about .list li.nyicon08 .pic{
	height: 346px;
	background: url(../images/nybj04.jpg) center center no-repeat;
	background-size:100%  100%
}

.ny-right-about .list li:nth-child(2n){
	margin-bottom: 40px;
}

.ny-right-about .list li strong{
	display: block;
	margin-bottom: 10px;
	font-size: 24px;
	color: #686868;
}

.ny-right-about .list li .pic{
	float: left;
	width: 50%;
}

.ny-right-about .list li:nth-child(2n) .pic{
	float: right;
}

.ny-right-about .list li .pic .tb{
	width: auto;
	height: 100%;
	transition: all 1s;
}

.ny-right-about .list .nyicon01 .pic .tb{
	background: url(../images/nyicon01.png) center center no-repeat;
}

.ny-right-about .list .nyicon02 .pic .tb{
	background: url(../images/nyicon02.png) center center no-repeat;
}

.ny-right-about .list .nyicon03 .pic .tb{
	background: url(../images/nyicon03.png) center center no-repeat;
}

.ny-right-about .list .nyicon04 .pic .tb{
	background: url(../images/nyicon04.png) center center no-repeat;
}

.ny-right-about .list .nyicon05 .pic .tb{
	background: url(../images/nyicon05.png) center center no-repeat;
}

.ny-right-about .list .nyicon06 .pic .tb{
	background: url(../images/nyicon06.png) center center no-repeat;
}

.ny-right-about .list .nyicon07 .pic .tb{
	background: url(../images/nyicon07.png) center center no-repeat;
}

.ny-right-about .list .nyicon08 .pic .tb{
	background: url(../images/nyicon08.png) center center no-repeat;
}

.ny-right-about .list .nyicon01:hover .pic .tb{
	background: url(../images/nyicon01cur.png) center center no-repeat;
}

.ny-right-about .list .nyicon02:hover .pic .tb{
	background: url(../images/nyicon02cur.png) center center no-repeat;
}

.ny-right-about .list .nyicon03:hover .pic .tb{
	background: url(../images/nyicon03cur.png) center center no-repeat;
}

.ny-right-about .list .nyicon04:hover .pic .tb{
	background: url(../images/nyicon04cur.png) center center no-repeat;
}

.ny-right-about .list .nyicon05:hover .pic .tb{
	background: url(../images/nyicon05cur.png) center center no-repeat;
}

.ny-right-about .list .nyicon06:hover .pic .tb{
	background: url(../images/nyicon06cur.png) center center no-repeat;
}

.ny-right-about .list .nyicon07:hover .pic .tb{
	background: url(../images/nyicon07cur.png) center center no-repeat;
}

.ny-right-about .list .nyicon08:hover .pic .tb{
	background: url(../images/nyicon08cur.png) center center no-repeat;
}

.ny-right-about .list li .text{
	position: absolute;
	top: 40px;
	right: 30px;
	width: 44%;
line-height: 28px
}

.ny-right-about .list li:nth-child(2n) .text{
	left: 30px;
	right: inherit;
}



/*推荐产品*/
#RecProducts {
  line-height: 70px;
  border-top: 1px solid #e6e6e6;
  font-size: 18px;
  color: #333333;
  padding-left: 15px;
  position: relative;
  font-weight: bold;
}

#RecProducts:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40%;
  width: 4px;
  background: #0358c3;
}

.RecProductsList {
  width: auto;
  overflow: hidden;
	margin-bottom: 40px
}

.RecProductsList li {
  width: 25%;
  float: left;
  margin-bottom: 10px;
}

.RecProductsList li .LiBox {
  width: auto;
  margin: 0 5px;
  overflow: hidden;
  text-align: center;
}

.RecProductsList li .LiBox .pic {
  width: auto;
  overflow: hidden;
  background: #fff;
  text-align: center;
  position: relative;
}

.RecProductsList li .LiBox .pic a {
  display: block;
  border: 1px solid #e8e8e8;
}

.RecProductsList li .LiBox .pic img {
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  text-align: center;
  display: block;
}

.RecProductsList li .LiBox .text {
  display: block;
  width: auto;
  overflow: hidden;
  margin: 5px 0;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #999999;
	height: 20px;
	
}


/**分享**/
.shareWrap {
  position: relative;
}

.shareWrap .gb_res_t {
  display: block;
  text-align: center;
  color: #1a1a1a;
  line-height: 20px;
  margin-bottom: 15px;
  font-size: 16px;
  position: relative;
  margin-top: 40px;
}

.shareWrap .gb_res_t:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  z-index: 5;
  width: 80%;
  background: #e6e6e6;
  margin: auto;
}

.shareWrap .gb_res_t span {
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  vertical-align: bottom;
  position: relative;
  z-index: 6;
}

.shareWrap .bdsharebuttonbox {
  position: relative;
}

.shareWrap .bdsharebuttonbox a {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
  width: 40px !important;
  height: 40px !important;
  margin: 0 auto 10px;
  display: block;
  position: relative;
}

.shareWrap .bdsharebuttonbox a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  z-index: 5;
}

.shareWrap .bdsharebuttonbox .bds_tsina:after {
  background: url(../images/share/x01.png) no-repeat center center;
  background-size: 25px;
}

.shareWrap .bdsharebuttonbox .bds_weixin:after {
  background: url(../images/share/x02.png) no-repeat center center;
  background-size: 22px;
}

.shareWrap .bdsharebuttonbox .bds_sqq:after {
  background: url(../images/share/x03.png) no-repeat center center;
  background-size: 22px;
}

.shareWrap .bdsharebuttonbox a:before {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  z-index: 1;
  transition: all 0.3s;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: scale(0);
}

.shareWrap .bdsharebuttonbox a:hover:before {
  width: 50px;
  height: 50px;
  transform: scale(1);
}

.shareWrap .bdsharebuttonbox a.bds_tsina {
  background: #f56467;
}

.shareWrap .bdsharebuttonbox a.bds_weixin {
  background: #8dc81b;
}

.shareWrap .bdsharebuttonbox a.bds_sqq {
  background: #68a5e1;
}

.shareWrap .bdsharebuttonbox li.wx:hover .qrcodeBox {
  display: block;
}

.shareWrap .bdsharebuttonbox .qrcodeBox {
  text-align: center;
  position: absolute;
  left: 100px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  top: -60px;
  display: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background: #fff;
  z-index: 10;
}

.shareWrap .bdsharebuttonbox .qrcodeBox canvas {
  width: 140px !important;
  margin: 0 auto;
}

.shareWrap .bdsharebuttonbox .qrcodeBox .title {
  font-size: 14px;
  margin-bottom: 10px;
}





/*#region 手机端#*/
.waplxclr{
	display: none;
}


.waplx{display: none}




@media screen and (max-width: 800px) {
.pageNavi{
display:none}


	
	.top-T_Wrap{
		height: 50px
	}
	.SitePC .top-T_Wrap .top-T{
		width: 100%;
		height: 50px;
		min-width: auto
	}
	
.SitePC .top-T_Wrap .top-T .hea-R{
	height: 50px;
	width: 50px;
		display: block;
	background: url("../images/menu.png") center  center no-repeat;
    background-size: 100% ;
	}
	.SitePC .top-T_Wrap .top-T .logo{
		width:100%
	}
	.SitePC .top-T_Wrap .top-T .logo::after{
		height: 0
	}
	.SitePC .top-T_Wrap .top-T .logo span{
		height: 50px;
		background: url(../images/logo.png) left 10px center no-repeat;
    background-size: auto 40px;
		margin-right: 0
	}
	
	.SitePC .top-T_Wrap .top-T .hea-R img{
		height:100%;
		
	}
	.SitePC .top-T_Wrap .nav{
		margin-right:0
	}
	.waplx{
		display: -webkit-box; 
		-webkit-box-orient: horizontal; 
		width:100%;  
		height:45px; 
		bottom:0px; 
		left:0px; 
		z-index:10; 
		position:fixed;
		background:#293440;
		  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	 -o-justify-content: space-between;
	 -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
		
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
	
	}
	.waplx a{ color:#FFFFFF; font-size:0.9em;  display:block; width:100%; height:45px; text-align:center; line-height:45px;  }

 .waplx a:nth-child(1),footer a:nth-child(2),footer a:nth-child(3){ border-right:1px solid  rgba(255,255,255,0.1); }
.waplx a:hover{background:none;color: #FFF}
.waplx a:visited {color:#FFF}
.waplx img{width:20px; vertical-align: middle; margin-top: -4px}
	 .waplxclr{
	display: block;
	width:100%;
	height:44px;
	overflow:hidden;
}

	
	
	

	
/*导航*/
 #navwrap {
	position: fixed;
	right: 0;
	z-index: 99999;
	top: 0;
	height: 100%;
	 width: 100%;
	background: rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}

 #navwrap.winshow {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}

.navwrap_wrap {
	position: absolute;
	top: 50px;
	width: 150px;
	right: 0;
	height: 100%;
	-webkit-transform: translateX(150px);
	-moz-transform: translateY(150px);
	-ms-transform: translateY(150px);
	-o-transform: translateY(150px);
	transform: translateX(150px);
	/* Force Hardware Acceleration in WebKit */
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

 .winshow .navwrap_wrap {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

 #navwrap .navwrap_wrap ul {
	width: 150px;
	height: auto;
	background: rgba(49, 58, 65, 0.9);
}

 #navwrap .navwrap_wrap ul li {
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	height: 55px;
	line-height: 55px;
}

#navwrap .navwrap_wrap ul li a {
	font-size: 14px;
	text-align: center;
	display: block;
	height: 55px;
	line-height: 55px;
	color: #fff
}
	
	.navwrap_wrap .xl{
		display:none
	}
	
	
	
	
	
	
/*#region 移动端关于我们#*/
.aboutWrap{
	height: auto;
	background: none
}

.aboutWrap .about{
	width:auto;
	height: auto;
	
}

.aboutWrap .about > div{
	float:none !important
}

.aboutWrap .about .ab_left {
	width:auto;
	background: #f5f5f5;
	padding:20px 10px
}

.aboutWrap .about .ab_left .ab_honor{
	width: 60%;
	text-align: center;
	margin: 0 auto 0;
	margin-bottom: 0
}

.aboutWrap .about .ab_left .ab_honor .pic{
	width:auto;
	height: auto
}
	.aboutWrap .about .ab_left .ab_honor .pic img{
		width:100%
	}
	.aboutWrap .about .ab_left .ab_honor span{
		background: none;
		margin: 0;
		font-size: 15px;
		text-align: center
	}

.aboutWrap .about .ab_left .ab_li{
	width: auto;
		  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	 -o-justify-content:center;
	 -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content:center;
	margin: 10px 0
		
 
}
.aboutWrap .about .ab_left .ab_li li{
	float:inherit;
	margin:0  20px;
	width: 100px;
}
	.aboutWrap .about .ab_left .ab_li li.cq a span,.aboutWrap .about .ab_left .ab_li li a span{
		width: 100px;
		height: 100px;
	}
	.aboutWrap .about .ab_left .ab_li li a{
		font-size:15px
	}
.aboutWrap .about .ab_right{
	width:auto;
	margin: 10px 10px 20px;
	padding-top: 0;
}
	.aboutWrap .about .ab_right .ab_ri_bt a,.aboutWrap .about .ab_right .ab_ri_bt::after{
		display: none
	}
	.aboutWrap .about .ab_right .ab_ri_bt{
		text-align:center;
		margin-bottom: 10px
	}
	.aboutWrap .about .ab_right .ab_ri_bt strong{
		font-size: 22px;
		margin-bottom: 0
	}
	.aboutWrap .about .ab_right .ab_ri_bt span{
		font-size: 16px;
		letter-spacing:4px;
	}
.aboutWrap .about .ab_right .pic,.aboutWrap .about .ab_right .pic img{
	width:100% !important;
	height: auto !important;
	margin-bottom: 0
		
}
	.aboutWrap .about .ab_right a{
		line-height: 28px;
		font-size: 14px
	}
/*#endregion#*/

.productWrap{
	width:auto;
	background: #f5f5f5;
	margin: 0;
	padding: 25px 0 15px;
}
.productWrap .pro_bt{
	text-align:center;
	margin-bottom: 10px
}
.productWrap .pro_bt::after{
	height: 0
}
.productWrap .pro_bt span{
	display:block;
	padding-left: 0;
	letter-spacing:6px;
	font-size: 16px;
}
	.productWrap .pro_bt strong{
		    font-size: 22px;
    margin-bottom: 0;
	}
.productWrap .pro_nav,.productWrap .ProTab .right_top{
	display: none
}
	.productWrap .ProTabWrap,.pcPro{
		display:none
	}
	#webappPro{
		display:block !important
	}
.productWrap .index_pro_ul{
	 flex-wrap: wrap;
	margin: 0 5px
}
.productWrap .index_pro_ul li{
	width:50%;
	margin-right: 0
}
.productWrap .index_pro_ul li a{
	width:auto;
	margin: 5px;
	
}
.productWrap .index_pro_ul li a .pic{
	width:auto;
	margin: 0;
	border: 1px solid #f5f5f5;
	height: auto
}
	.productWrap .index_pro_ul li a .title span,.productWrap .index_pro_ul li a .title::after,.productWrap .index_pro_ul li a .title::before,.productWrap .index_pro_ul li a .title strong::after{
		display:none
	}
	.productWrap .index_pro_ul li a .title strong{
		padding:0;
		text-align: center;
		font-size: 16px
	}
	.productWrap .index_pro_ul li:hover a{
		background: none;
    color: #333;
	}
.wapfoot{
	text-align: center;
	padding: 20px;
	background: url("../images/ysbj.jpg")  center center no-repeat;
    background-size: 100% 100%;
	color: rgba(255,255,255,0.8);line-height: 26px;
	font-size: 14px;
	display:block
}
	
	.webappAdv{
	display:block
}
	.pcAdv{
		display:none
	}

	.AdvantageWrap{
		background-size:auto 100%;
		height: auto
	}
	.Advantage{
		height: auto;
		width: auto;
		background: none
	}
	
	.AdvantageWrap .Advantage .nr{
		float:inherit;
		width: auto;
		padding: 20px 20px 40px
	}
	.AdvantageWrap .Advantage .nr .adv_bt{
		text-align:center;
		line-height: 36px;
	}
	.AdvantageWrap .Advantage .nr .adv_bt strong{
		font-size:22px;
		margin-bottom: 0
	}
	.AdvantageWrap .Advantage .nr .adv_bt span{
		font-size:16px;
		letter-spacing:4px;
	}
	.AdvantageWrap .Advantage .nr .adv_bt::after{
		display:none
	}
	.AdvantageWrap .Advantage .nr .text{
		margin-bottom: 20px
	}
	.AdvantageWrap .Advantage .nr .text strong{
		padding-top: 0;
		font-size: 16px;
		margin-bottom: 0
	}
	.AdvantageWrap .Advantage .nr .text p{
		font-size: 13px;
		line-height: 24px
	}
	.AdvantageWrap .Advantage .nr .data{
		font-size: 14px;
	}
	.AdvantageWrap .Advantage .nr .data li span{
		font-size: 26px;
		margin-bottom: 0
	}
.linkWrap,.footerBox{
	display:none
}
	.ProcessWrap{
		height:auto;
		    background: url(../images/jybj01.jpg) center top no-repeat;
		background-size:auto 100% ;
		padding: 20px 0 40px
	}
	.ProcessWrap .Process{
		width:auto;
		height: auto;
		padding: 0
	}
	.ProcessWrap .Process .Proce_bt{
		text-align:center;
		margin-bottom: 15px
	}
	.ProcessWrap .Process .Proce_bt strong {
   
    font-size: 22px;
    padding-top: 10px;
    margin-bottom: 0;
}
	.ProcessWrap .Process .Proce_bt span{
		    font-size: 16px;
    letter-spacing: 4px;
	}
	.ProcessWrap .Process .Proce_bt .right_more,.ProcessWrap .Process .Proce_bt::after{
		display:none
	}
	
	
.ProcessWrap .Process .home_share_Top{
display: block;
	overflow: hidden;
}

.ProcessWrap .Process .home_share_Top .swiper-container{
	height: 55px
	}
	
.home_share_Top .swiper-slide {
	cursor: pointer;
	color: #2d2d2d;
	font-size: 18px;
  width: 140px;
  overflow: hidden;
  position: relative;
  float: left;
  display: inline;
	text-align: center;
}

.ProcessWrap .Process .home_share_Top .swiper-slide > div{
	padding:12px 0 ;
	margin: 0 5px;
	border-radius: 50px;
	background: #FFF
}
.ProcessWrap .Process .home_share_Top .swiper-slide span{
	display:block;
	font-size:40px;
	color: rgba(206,206,206,0.2);
	line-height: 40px;
			  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	 -o-justify-content:center;
	 -ms-justify-content:center;
  -webkit-justify-content:center;
  justify-content: center;
		
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
	position: absolute;
	z-index: 5;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	font-weight: bold;
	margin: auto;
}
	.ProcessWrap .Process .home_share_Top .swiper-slide i{
	
	position: relative;
	z-index: 15;
	
}
.ProcessWrap .Process .home_share_Top .swiper-slide:hover > div,.ProcessWrap .Process .home_share_Top .swiper-slide.cur > div{
	background:#f08519;
	color: #FFF;
	font-weight: bold
}

.ProcessWrap .Process .home_share_Top .swiper-slide:hover span,.ProcessWrap .Process .home_share_Top .swiper-slide.cur span{
	color:rgba(255,255,255,0.2);
	font-weight:normal
}
	
	.ProcessWrap .Process .Proce_tab{
		flex-wrap: wrap;
		height: auto;
		background: none;
		border-radius: 0;
		display: none;
		margin: 0 15px
	}
	.ProcessWrap .Process .Proce_tab li{
		width:31%;
		font-size: 15px;
		font-weight: normal;
		border-radius:20px;
		background: #fff;
		margin-bottom: 10px;
	}
	.ProcessWrap .Process .Proce_tab li::after{
		display: none
	}
	.ProcessWrap .Process .Proce_tab li span{
		font-size:18px;
		line-height: 20px;
		display: none
	}
	.ProcessWrap .Process .Proce_tab li > div{
		padding-bottom:0;
		padding: 8px 0
	}
	.ProcessWrap .Process .Proce_con{
		height:auto;
		padding: 0 15px;
	}
	.ProcessWrap .Process .Proce_con .text{
		width:auto;
		font-size: 16px;
		line-height: 24px;
	}
	.ProcessWrap .Process .Proce_con .text span{
		display:none
	}
	.ProcessWrap .Process .Proce_con .text strong{
		font-size: 22px;
    padding: 20px 0;
	}
	.ProcessWrap .Process .Proce_con .img{
		position:relative;
		width: auto;
		height: auto;
		margin-top: 20px;
	}
	.ProcessWrap .Process .Proce_con .img img{
		width:100%;
		height: auto
	}
	.ProcessWrap .Process .jt{
		display:none
	}
	.newsWrap .newsBox{
		width:auto;
		height: auto;
		margin: 0
	}
	
	.newsWrap .newsBox > div{
		float: inherit !important
	}
	.newsWrap .newsBox .new_left{
		width:auto;
		
	}
	.newsWrap .newsBox .new_left .left_bt{
		height: auto;
		width:auto;
		margin-bottom: 25px;
		margin-top: 10px;
		 text-align: center
	}
	.newsWrap .newsBox .new_left .left_bt::after{
		display:none
	}
	.newsWrap .newsBox .new_left .left_bt strong{
		font-size:22px;
		margin-bottom: 0
	}
	.newsWrap .newsBox .new_left .left_bt span{
		letter-spacing:4px;
		font-size: 16px
	}
	.newsWrap .newsBox .new_left .left_nr{
		width:auto;
		
		  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	 -o-justify-content: space-between;
	 -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
		margin: 0 10px;
		height: auto;
		padding: 0
	}
	.newsWrap .newsBox .new_left .left_nr li{
		width:33.33%;
		text-align: center;
		padding: 0;
		background: #f0f0f0;
		margin: 0 10px;
		border-radius: 20px;
		margin-bottom: 0
	}
	.newsWrap .newsBox .new_left .left_nr li strong{
		font-size: 16px;
		background: none;
		padding: 0;
		margin: 0;
		width: auto
	}
	.newsWrap .newsBox .new_left .left_nr li span{
		font-size: 12px;
		display: none
	}
	.newsWrap .newsBox .new_left .left_nr li:hover::after, .newsWrap .newsBox .new_left .left_nr li.cur::after,.newsWrap .newsBox .new_left .left_nr::after,.newsWrap .newsBox .new_left .left_nr li:hover strong::after, .newsWrap .newsBox .new_left .left_nr li.cur strong::after,.newsWrap .newsBox .new_left .left_nr li strong::after{
		display:none
	}
	.newsWrap .newsBox .new_left .left_nr li:hover strong, .newsWrap .newsBox .new_left .left_nr li.cur strong{
		background: none;
	}
	.newsWrap .newsBox .new_left .left_nr li:hover, .newsWrap .newsBox .new_left .left_nr li.cur{
		color:#FFF;
		background: #f08519;
	}
	.newsWrap .newsBox .new_right .right_top a{
		height:auto
	}
	.newsWrap .newsBox .new_right .right_top{
		border:0;
		background: none
	}
	.newsWrap .newsBox .new_right .right_top a .top_img{
		position: relative;
		left: 0;
		width: auto;
		height: 200px;
	}
	.newsWrap .newsBox .new_right .right_top a .top_img img{
		
		
	}
	.newsWrap .newsBox .new_right .right_top a .top_text{
		padding:0
	}
	.newsWrap .newsBox .new_right .right_top a span{
		position: inherit;
	}
	.newsWrap .newsBox .new_right .right_top a .top_text strong{
		margin-bottom:0;
	}
	.newsWrap .newsBox .new_right .right_top:hover{
		background:none
	}
	.newsWrap .newsBox .new_right{
		width:auto;
		margin: 20px;
	}
	.newsWrap .newsBox .new_right .right_ul{
		padding-top: 10px;
		  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	 -o-justify-content: space-between;
	 -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
		flex-wrap: wrap;
	}
	.newsWrap .newsBox .new_right .right_ul li{
		float: inherit;
		width:100%;
		margin-right:0
	}
	.newsWrap .newsBox .new_right .right_ul li a{
		padding:6px 0
	}
	.newsWrap .newsBox .new_right .right_ul li a strong{
		margin:0
	}
	
	.newsWrap .newsBox .new_right .right_ul li:nth-child(6),.newsWrap .newsBox .new_right .right_ul li:nth-child(7),.newsWrap .newsBox .new_right .right_ul li:nth-child(8),.newsWrap .newsBox .new_right .right_ul li:nth-child(9),.newsWrap .newsBox .new_right .right_ul li:nth-child(10),.newsWrap .newsBox .new_right .right_ul li:nth-child(11),.newsWrap .newsBox .new_right .right_ul li:nth-child(12),.newsWrap .newsBox .new_right .right_ul li:nth-child(6){
		display:none
	}
	
	.Loc_nav_box .Loc_navigation{
		width:auto;
		padding: 15px 15px
	}
	.Loc_navigation .title{
		display:none
	}
	.Loc_nav_box .Loc_navigation .loc{
		position:relative;
		top: 0
	}
	.nyContent{
		width:auto;
		margin: 0
	}
	.nyContent .NewsBoxLeft{
		display:none
	}
	.nyContent .NewsBoxRight{
		width:auto;
		float: inherit
	}
	.nyContent .NewsBoxRight .pro_top{
		flex-wrap: wrap;
		margin: 15px;
		width: auto
	}
	.nyContent .NewsBoxRight .pro_top .jqzoom{
		margin-bottom: 10px;
		margin-right: 0
	}
	.nyContent .NewsBoxRight .pro_top > div{
		width:100%
	}
	.proproperty{
		display:none
	}
	.procontent{
		margin:10px
	}
	.newsOther{
		margin:15px;
	}
	#RecProducts{
		margin: 0 15px;
		line-height: 50px
	}
	.RecProductsList{
		margin:10px;
	
	}
	.RecProductsList li{
		width:50%
	}
	.ShowNewsTitle{
		font-size:22px;
		padding: 0 15px;
			width: auto;
		margin: 10px auto
	}
	.newsContent{
		margin:0 15px;
	}

	
	.ny-right-news,.ny-right-pro,.ny-right-honor{
		width:auto;
		padding: 0
	}
	.ny-right-news ul{
		margin:0 15px
	}
	.ny-right-news ul li{
		width:100%;
		margin-bottom: 15px
	}
	
	.ny-right-news ul li:hover a{
		    background: #FFF;
    color: #999;
	}
	.ny-right-news ul li:hover a h3{
		color:#333
	}
	.ny-right-pro ul,.ny-right-honor ul{
		    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content:space-between;
		margin: 0 15px
	}
	.ny-right-pro li,.ny-right-honor li{
		width:48%;
		margin-bottom: 15px;
		margin-right: 0
	}
	.ny-right-pro li .txt,.ny-right-honor li .txt{
		overflow:hidden
	}
	
	.ny-right-about{
		width:auto;
		margin: 0 15px
	}
	.ny-right-about img{
		max-width:100% !important
	}
	.text01{
		padding:0
	}
	.text01 .img{
		float: inherit;
		text-align: center
	}
	.text01 .wz1{
		margin:0;
		float: inherit
	}
	.tit{
		float: inherit;
		height: 45px;
		line-height: 45px;
		font-size: 18px
	}
	.ny-right-about .tit + p{
		padding:0 !important;
		line-height: 32px !important;
		font-size: 15px !important
	}
	.text01 h1{
		font-size: 20px;
	}
	.text01 li h2{
		font-size: 18px;
	}
	.text01 li{
		margin:10px 0
	}
	.about_002 li{
		width:50%
	}
	.about_002 li strong{
		font-size:28px;
		margin-bottom: 10px;
	}
	
	.aboutpic img{
		width:100%
	}
	.ny-right-about .lxtext .right,.ny-right-about .lxtext .left{
		float: inherit;
		width: auto
	}
	.ny-right-about .lxtext .right h1,.gsm{
		font-size: 20px !important;
		margin: 0
	}
	.webcontact{
		padding:10px 0!important
	}
	.ny-right-about .ewm01,.ny-right-about .ewm02{
		width:100%;
	
		float: inherit
	}
	.ny-right-about .ewm02 .text,.ny-right-about .ewm01 .text{
		margin-left:0;
		float:inherit;
			line-height: 26px;
		margin-bottom: 10px;
	}
	.ny-right-about .ewm01 img, .ny-right-about .ewm02 img{
		float:inherit;
		text-align: center;
		margin: 0 auto;
		width: 200px;
		height: auto;
		display: block
	}
	.ny-right-about .text strong{
		font-size:16px;
	}
	.ny-right-about .ewm02{
		margin-bottom:20px
	}
	.ContactB i{
		display: inline-block;
    margin-left: 90px;
	}
	.ny-right-about .lxtext{
		margin-bottom:0
	}
	
	.ny-right-about .list li{
		width:auto
	}
	.ny-right-about .list li .pic{
		width:100%;
		height: 200px;
		float: inherit
	}
	.ny-right-about .list li .text{
		position: relative;
		top: 0;
		right: 0;
		left: 0;
		padding: 15px;
		width: auto;
		margin-top: 0;
		line-height: 26px;
	}
	.ny-right-about .list li strong{
		font-size:20px
	}
	.ny-right-about .list li:nth-child(2n) .text{
		left:0
	}
	.ny-right-about .list li:nth-child(2n) .pic,.ny-right-about .list li.nyicon05 .pic, .ny-right-about .list li.nyicon07 .pic{
		float:inherit;
		height: 200px
	}
	
	.webapp_banner{
	display:block
}
	.pc_banner{
		display:none
	}
/*#endregion#*/
	
	
	
	
	
	
	
	
	
	
	
}



