a {
	color: inherit;
}
li{
	list-style-type:none;
}
.main {
	width: 1000px;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}
.main::after {
	content: "";
	display: block;
	clear: both;
}
.nav_btn {
	display: none;
}
body {
	padding-top: 82px;
	/* font-family:"SourceHanSerifSC-Regular";*/
}
.header_out {
	background: #fff;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	height: 93px;
}
.main1 {
	width: 1050px;
	margin: 0 auto;
}
.ts {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.head {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	position: relative;
}
.head .logo {
	display: block;
	float: left;
	margin-top: 10px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.head .logo img {
	display: block;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	float: left;
}
.head .logo .logo_b {
	margin-left: 14px;
	margin-top: 10px;
}
.head .add_btn {
	float: right;
	color: #474648;
}
.head .add_btn a {
	display: block;
	float: left;
	font-size: 16px;
}
.head .add_btn .ali {
	padding-left: 42px;
	background: url(../img/ali.png) no-repeat left center;
}
.head .add_btn .search {
	margin-left: 30px;
	padding-left: 30px;
	background: url(../img/search.png) no-repeat left center/22px auto;
}
.head .nav {
	float: left;
	line-height: 90px;
	position: relative;
}
.head .nav li {
	float: left;
	position: relative;
	width: 90px;
	text-align: center;
}
.head .nav li:nth-child(1) {
	margin-left: 0;
}
.head .nav li>a {
	font-size: 14px;
	color: #333;
	font-family: "SourceHanSans-Regular";
	font-weight:bold;
	display: inline-block;
}
.head .nav li>a:hover, .head .nav li>a.hover {
	color: #ed7a21;
	border-bottom: 3px solid #ed7a21;
}
.head .nav li .sub {
	position: absolute;
	min-width: 100%;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	top: 110px;
	left: 0;
	background: rgba(255, 255, 255, 1);
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.head .nav li .sub p {
	line-height: 30px;
	font-size: 14px;
	color: #474648;
}
.head .nav li .sub p a {
	display:block;
	padding:7px 10px;
	text-align:left;
	border-bottom:1px solid #ddd;
	    text-overflow: ellipsis;
    white-space: nowrap;
	    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.head .nav li .sub p:hover a {
	color: #fff;
	background:#ed7a21;
	border-bottom:1px solid #ed7a21;
}
.head .head_phone {
	position: absolute;
	right: -230px;
	top: 0;
	line-height: 90px;
	height:90px;
	color: #ed7a21;
	background:url(../img/tel_icon.png) no-repeat center left;
	padding-left:30px;
	width:215px;
}
.head .head_phone .head_phone1{
	position:relative;
	top:-12px;
	font-size: 14px;
	font-family: "SourceHanSans-Regular";
	font-weight: bold;
	color: #ed7a21;
	width:215px;
	height:22px;
	padding-left:5px;
}
.head .head_phone .head_phone2{
	position:relative;
	top:-12px;
	font-size: 14px;
	font-family: "SourceHanSans-Regular";
	font-weight: bold;
	color: #ed7a21;
	width:215px;
	height:22px;
	padding-left:5px;

}
.banner {
	width: 100%;
	display: block;
}
.banner img {
	width: 100%;
	display: block;
}
.crumbs_t {
	height: 78px;
	padding-top: 25px;

}
.news_box{ padding-bottom:150px;width:75%;float:left;}

.crumbs_t .current {
	float: left;
	color: #7c7c7c;
	font-size: 14px;
}
.crumbs_t .current a {
	color: #7c7c7c;
	margin-right: 5px;
	position: relative;
	background: url(../img/sn.png) no-repeat right;
	background-size: auto 9px;
	padding-right: 15px;
}
.crumbs_t .current a:hover {
	color: #ed7a21;
}
.crumbs_t .er_nav {
	float: right;
}
.crumbs_t .er_nav li {
	display: inline-block;
	width: 96px;
	text-align: center;
	font-size: 14px;
	padding-bottom: 30px;
	margin-left: 50px;
}
.crumbs_t .er_nav li a {
	color: 7c7c7c
}
.crumbs_t .er_nav li.hover {
	border-bottom: 5px solid #ed7a21;
}
.crumbs_t .er_nav li:hover {
	border-bottom: 5px solid #ed7a21;
}
.news_con {
	margin: 30px 0;
	padding-bottom: 50px;
	border-bottom: 1px solid #eee;
}
.news_con li {
	height: 220px;
	width: 100%;
	position: relative;
	padding: 25px 0;
	border-bottom: 1px solid #eee;
}
.news_con li:last-child {
	border: none;
}
.news_con .pic {
	display: block;
	position: absolute;
	left: 0;
	top: 25px;
	width: 240px;
	height: 160px;
	overflow: hidden;
}
.news_con .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.news_con .pic img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);  /*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}
.news_con .text {
	margin-left: 280px;
}
/*
.news_con .text h2 {
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
*/
.news_con .text h2 {
	font-size: 18px;
	word-wrap:break-word;
	white-space: normal;
	font-weight:bold;
}
.news_con .text h2 a {
	color: #000;
}
.news_con .text h2:hover a {
	color: #ed7a21;
}
.news_con .text .xinrx {
	margin: 10px 0;
	font-size: 14px;
	color: #666666;
}
.news_con .text .xinrx .view {
	margin-left: 20px;
	background: url(../img/k1.png) no-repeat left;
	background-size: auto 12px;
	padding-left: 20px;
}
.news_con .text p {
	font-size: 16px;
	color: #333;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.news_searchbox{
	width:25%;
	float:right;
}
.news_searchbar{
	margin: 30px 0 30px 30px;
    padding: 0;
}
.news_searchbar .input-search{
	position: relative;
}
.input-search-btn{
	position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 10px;
    background: 0 0;
    border: none;
    border-radius: 0 200px 200px 0;
}
.input-search-btn>.icon {
    margin: 0 3px;
}
.wb-search:before {
    content: "\f131";
}
.form-control {
	display: block;
    width: 100%;
    height: 36px;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 1.57142857;
    color: #76838f;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e4eaec;
	border-radius:50px;
}

.news_search_list{
	margin: 20px 0px;
    padding: 20px 0px;
    border-top: 1px solid #f0f2f5;
    border-bottom: 1px solid #f0f2f5;
}
..news_search_list h3{
	font-size: 18px;
    font-weight: 300;
    margin: 0px;
}
.list-group {
    margin-top: 10px;
    margin-bottom: 0px;	
}
.list-group-item {
	position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #e4eaec;
}
.list-group a {
    color: #464646;
    font-size: 15px;
}

.whyl_con {
	margin:0 auto;
	padding-bottom: 50px;
}
.whyl_con li {
	height: 252px;
	width: 100%;	
	border-radius:8px;
	margin-bottom:35px;
}

.whyl_con .whyl_pic {		
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.whyl_con .whyl_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}
.whyl_con .whyl_pic img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);  /*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}
.whyl_con .whyl_word {
	width: 100%;
	height: 52px;
	overflow: hidden;
	background-color:#f2f2f2;
	color:#ee9d6d;
	text-align:center;
	line-height:50px;
}



.un_page {
	padding: 50px 0;
	text-align: center;
}
.un_page li {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	border: none;
	margin:0 15px;
	border-radius: 5px;
	list-style-type:none;
}
.un_page .active{
	color: #fff;
	border: none;
	background: #ed7a21;
	border-color: #ed7a21;

}
.un_page a {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	border: 1px solid #e5e5e5;
	padding: 0 15px;
	border-radius: 5px;
	
}
.un_page a:hover, .un_page a.hover {
	color: #fff;
	background: #ed7a21;
	border-color: #ed7a21;
}

.footer{
	background:#545454;
	padding:60px 0;	
}
.footer_con{
	width:1000px;
	margin:0 auto;	
}

.footer_con .fol0{
	width:40%;
	float:left;
	color:#fff;	
}

.footer_con .fol{
	width:20%;
	float:left;
	color:#fff;	
}

.footer_con .di1 .plp{
	font-size:18px;
	color:#ebab67;
	margin:20px 0;	
}
.footer_con .di1 h3{
	font-size:16px;	
} 
.footer_con .di1 .address{ margin-top:30px;}
.footer_con .di1 .address p{ line-height:30px; font-size:14px;}

.footer_con .di2 p{
	line-height:40px; font-size:14px;
}
.footer_con .di3 .tle{
	font-size:18px;
	margin-bottom:20px;	
}
.footer_con .di3  li{
		line-height:30px; font-size:14px;
		background:url(../img/more.png) no-repeat center  left;
		background-size:10px 10px;
		padding-left:20px;
}
.footer_con .di4 .preview{
	float:left;
	margin-right:40px;
}
.footer_con .di4 .preview span{ display:block; font-weight:bold; font-size:20px;}

.footer_con .di4 .preview p{ font-size:14px ; margin-top:5px;}

.footer_con .di4 .ewm {
	margin-top:60px;
}
.footer_con .di4 .ewm img {
	width:100px;
	height:100px;
	display:block;
}
.footer_but{
	background:#2a2a2a;
	text-align:center;
	color:#c4c4c4;
	font-size:14px;
	padding:30px 20px;
	box-sizing:border-box;
}
.footer_but a{ display:inline-block; color:#c4c4c4;}




.ind_tit h3 {
	font-size:24px;
	font-weight:bold;
    font-family: "SourceHanSans-Regular";
	color:#ed7a21;
}
.ind_tit p {
	font-size:20px;
	color:#c1c2c2;
	margin-top:10px;
}
.ind_tit p:before,.ind_tit p:after {   
   content:"";
   background:#c1c2c2;
   height:1px;
   width:120px;
   display:inline-block;
   margin:0 15px;
   position:relative;
   top:-7px;
}  

.ind_about {
	padding:125px 0;
}
.ind_tit {
	text-align:center;
}
.ind_about .con {
	margin-top:90px;
}
.ind_about .con .word {
	width:50%;
	float:right;
}
.ind_about .con .word p {
	font-size:14px;
	line-height:26px;
	color:#7c7c7c;
	text-indent:28px;
}
.ind_btn {
	margin-top:70px;
	width:120px;
	height:40px;
	line-height:40px;
	background:#ed7a21;
	color:#fff;
	text-align:center;
	border-radius:4px;
	display:inline-block;
	font-size:12px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ind_btn:hover {
	transform:scale(1.1);-webkit-transform:scale(1.1);  /*兼容-webkit-引擎浏览器*/-moz-transform:scale(1.1); 
}
.ind_about .pic {
	float:left;
	width:44%;
	height:230px;
	position:relative;
}
.ind_about .pic video {
	object-fit:cover;
	width:100%;
	height:100%;
	display:block;
}
.ind_about .pic .da {
	background: url(../img/play.png) no-repeat center;
    background-size: cover;
    width: 58px;
    height: 58px;
    position: absolute;
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 50%;
    border: none;
    margin-left: -29px;
    margin-top: -29px;
} 
.ind_product {
	padding:45px 0;
	background:#f9f9f9;
	text-align:center;
}
.ind_product .text {
	padding:25px 0;
	font-size:14px;
	color:#8a8b8b;
}
.ind_product ul {
	padding-top:50px;
}
.ind_product li {
	width:50%;
	float:left;
	margin-bottom:55px;
}
.ind_product .icon {
	height:62px;
	display:block;
}
.ind_product .icon img {
	height:100%;
	display:block;
	margin:0 auto;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ind_product li:hover img {
	transform:scale(1.1);-webkit-transform:scale(1.1);  /*兼容-webkit-引擎浏览器*/-moz-transform:scale(1.1); 
}
.ind_product li:hover h4 {
	color:#ed7a21;
}
.ind_product li h4 {
	font-size:18px;
	color:#3d3d3d;
    font-family: "SourceHanSans-Regular";
	line-height:40px;
}
.ind_product li p {
	color:#a6a6a6;
	font-size:14px;
	margin-top:10px;
}
.ind_product .ind_btn.a1 {
	margin-top:30px;
}
.ind_news {
	padding:125px 0;
}
.ind_news>.main {
	padding:50px 0;
}
.ind_news .news_swi {
	width:41%;
	float:left;
	padding-bottom:35px;
}
.news_swi .swiper-pagination {
	height:35px;
	background:#000;
	color:#fff;
	text-align:right;
	padding-top:4px;
}
.news_swi .swiper-pagination span {
	background:#444;
	border-radius:0;
	width:27px;
	height:27px;
	opacity:1;
	text-align:center;
	line-height:27px;
	font-size:14px;
}
.news_swi .swiper-pagination-bullet-active {
	background:#ed7a21 !important;
}
.ind_news .news_swi li {
	height:235px;
	width:100%;
	position:relative;
	overflow:hidden;
}
.ind_news .news_swi li img {
	object-fit:cover;
	display:block;
	height:100%;
	width:100%;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ind_news .news_swi li:hover img  {
	transform:scale(1.1);-webkit-transform:scale(1.1);  /*兼容-webkit-引擎浏览器*/-moz-transform:scale(1.1); 
}
.ind_news .news_swi .word {
	position:absolute;
	width:100%;
	background:rgba(0,0,0,0.5);
	padding:10px 3px;
	left:0;
	bottom:0;
	color:#fff;
	font-size:14px;
	line-height:19px;
}
.ind_news .news_swi .word p {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_rt {
	float:right;
	width:55.5%;
}
.news_rt li {
	margin-bottom:20px;
}
.news_rt .pic {
	width:33.5%;
	height:120px;
	float:left;
	overflow:hidden;
}
.news_rt .pic img {
	object-fit:cover;
	display:block;
	height:100%;
	width:100%;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.news_rt .pic:hover img  {
	transform:scale(1.1);-webkit-transform:scale(1.1);  /*兼容-webkit-引擎浏览器*/-moz-transform:scale(1.1); 
}
.news_rt .word {
	width:60%;
	float:right;
	font-size:14px;
	color:#797979;
	line-height:25px;
}
.news_rt .word h4 {
	font-size:14px;
	color:#040404;
	/*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "SourceHanSans-Regular";
}
.news_rt .word h4:hover {
	color:#ed7a21;
}
.news_rt .word span {
	padding:5px 0;
	display:inline-block;
}
.news_rt .word p {
	height:50px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	overflow:hidden;
}
.ind_btn.a2 {
	display:block;
	margin:0 auto;
}
.ind_idea .ind_tit{
	padding:50px 0;
}
.ind_idea .con {
	background:#e5e5e5;
	padding:37px 0 135px;
}
.ind_idea .con .idea_swi {
	padding-top:37px;	
}
.ind_idea .con .idea_swi li {
	text-align:center;
	color:#7c7c7c;
}
.idea_swi .pic {
	width:215px;
	height:142px;
	margin:0 auto;
	overflow:hidden;
}
.idea_swi .pic img {
	object-fit:cover;
	display:block;
	height:100%;
	width:100%;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.idea_swi .pic:hover img  {
	transform:scale(1.1);-webkit-transform:scale(1.1);  /*兼容-webkit-引擎浏览器*/-moz-transform:scale(1.1); 
}
.idea_swi h3 {
	position:relative;
	padding:25px 0;
	font-size:20px;
}
.idea_swi h3:before {   
   content:"";
   width:70px;
   height:8px;
   position:absolute;
   left:50%;
   margin-left:-35px;
   bottom:0;
   background:#d56e1e;
}
.idea_swi p {
	font-size:16px;
	margin-top:38px;
}  
.schedule {
	position:relative;
	float:right;
	background:#dededd;
	height:30px;
	min-width:90px;
}
.schedule .swiper-pagination {
	position:relative;
	height:30px;
	float:left;
}
.schedule .swiper-pagination span {
	margin:0 2px;
	top:2px;
	position:relative
}
.schedule .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ff6600;
}
.schedule .button-prev,.schedule .button-next {
	height:30px;
	width:20px;
	background:url(../img/button-prev.jpg) no-repeat center;
	float:left;
}
.schedule .button-next {
	
background:url(../img/button-next.jpg) no-repeat center;
}
.crumbs_t .er_nav.a1 li {
	margin-left:0;
}
.enterprise_con {
	background:url(../img/enterprise_bg.png) no-repeat center;
	padding:115px 0 50px;
	background-size:cover;
}
.enterprise_con .ind_tit h3,.enterprise_con .ind_tit p{
	color:#fff;
}
.enterprise_con .ind_tit p:before,.enterprise_con .ind_tit p:after {
	background:#fff;
}
.enterprise_con ul {
	position:relative;
	color:#fff;
	font-size:14px;
	margin-top:50px;
}
.enterprise_con ul:before {   
    content:"";
	position:absolute;
	left:50%;
	width:5px;
	height:100%;
	background:#fff;
	margin-left:-2px;
}   
.enterprise_con li {
	position:relative;	
}
.enterprise_con li .word{
	width:45%;
	margin-bottom:60px;
}
.enterprise_con li:nth-child(2n) .word {
	float:right;
	width:45%;
}
.enterprise_con li:before {   
  content:"";
  width:24px;
  height:24px;
  background:#fff;
  border-radius:50%;
  left:50%;
  margin-left:-12px;
  position:absolute;
  top:0;
} 




.apparatus_con {
	background:#f7f7f7;
}
.apparatus_con .con {
	padding:50px 0;
}
.apparatus_con .con .word {
	width:50%;
	float:left;
	color:#7c7c7c;
}
.apparatus_con .con .pic {
	width:50%;
	float:right;
	text-align:center;
}

.apparatus_con .con .word h4 {
	font-size:18px;
	color:#ed7a21;
	line-height:58px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.apparatus_con .con .word p {
	line-height:30px;
	font-size:14px;
	margin-top:10px;
}
.apparatus_con .list {
	padding-top:15px;
	padding-bottom:50px;
	overflow-y: hidden;
    white-space: nowrap;
}
.apparatus_con .list li {
	width:110px;
	display: inline-block;
	text-align:center;
	margin-right:32px;
	position:relative;
}
.apparatus_con .list li i {
	margin:25px auto;
	display:block;
	width:25px;
	height:2px;
	background:#9b9b9b;
}
.apparatus_con .list li:last-child {
	margin-right:0;
}
.apparatus_con .list li:before {   
  content:"";
  background:url(../img/arrow.png) no-repeat center;
  width:27px;
  height:27px;
  position:absolute;
  right:-27px;
  top:50%;
  margin-top:-27px;
} 
.apparatus_con .list li:last-child:before {   
  content:"";
  display:none;
}
.apparatus_con .list h3 {
	line-height:40px;
	font-size:24px;
	color:#f58531;
}
.apparatus_con .list .n {
	border-radius:8px;
	padding:8px 0;
	line-height:25px;
}


/*----*/
.apparatus_con .list1 {
	
}
.apparatus_con .list1 li {
	width:20%;
	text-align:center;
	display:inline;
	float:left;
	padding-bottom:5em;	
}

.apparatus_con .list1 li:last-child {
	margin-right:0;
}
.apparatus_con .list1 .n {
	border-radius:8px;
	padding:0.4em 0;
	line-height:1.9em;
	width:4.6em;
	height:4.6em;
	color:#fff;
	font-size:2em;
}


/*----*/
.apparatus_con_cyyjzx0 {
    	/*	background:#f7f7f7;*/
}

.apparatus_con_cyyjzx1 {
    	
}
.apparatus_con_cyyjzx2 {
    	/*	background:#f7f7f7;*/
}



.apparatus_con_cyyjzx0 .con .word0 h4 {
	font-size:18px;
	color:#ed7a21;
	line-height:58px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.apparatus_con_cyyjzx0 .con .word0 p{
	line-height: 30px;
    font-size: 14px;
    margin-top: 10px;
}
.apparatus_con_cyyjzx1 .con .word1 h4 {
	font-size:18px;
	color:#ed7a21;
	line-height:58px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.apparatus_con_cyyjzx1 .con .word1 p{
	line-height: 30px;
    font-size: 14px;
    margin-top: 10px;
}
.apparatus_con_cyyjzx2 .con .word2 h4 {
	font-size:18px;
	color:#ed7a21;
	line-height:58px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.apparatus_con_cyyjzx2 .con .word2 p{
	line-height: 30px;
    font-size: 14px;
    margin-top: 10px;
}

.apparatus_con0 {
	background:#f7f7f7;
}
.apparatus_con0 .con {
	padding:50px 0;
}

.apparatus_con_cyyjzx0 .con .word0 {
	width:50%;
	float:left;
	color:#7c7c7c;
}
.apparatus_con_cyyjzx0  .con .pic0{
	width:50%;
	float:left;
	text-align:center;
}




.apparatus_con_cyyjzx1 .con .word1 {
	width:50%;
	float:right;
	color:#7c7c7c;
}
.apparatus_con_cyyjzx1 .con .pic1 {
	width:50%;
	float:right;
	text-align:center;
}

.apparatus_con_cyyjzx2 .con .word2 {
	width:50%;
	float:left;
	color:#7c7c7c;
}
.apparatus_con_cyyjzx2 .con .pic2{
	width:50%;
	float:left;
	text-align:center;
}











.apparatus_con1 .con .word h4 {
	font-size:18px;
	color:#ed7a21;
	line-height:58px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.apparatus_con1 .con .word p {
	line-height:30px;
	font-size:14px;
	margin-top:10px;
}
.apparatus_con1 .list {
	padding-top:15px;
	padding-bottom:50px;
	overflow-y: hidden;
    white-space: nowrap;
}
.apparatus_con1 .list li {
	width:110px;
	display: inline-block;
	text-align:center;
	margin-right:32px;
	position:relative;
}
.apparatus_con1 .list li i {
	margin:25px auto;
	display:block;
	width:25px;
	height:2px;
	background:#9b9b9b;
}
.apparatus_con1 .list li:last-child {
	margin-right:0;
}
.apparatus_con1 .list li:before {   
  content:"";
  background:url(../img/arrow.png) no-repeat center;
  width:27px;
  height:27px;
  position:absolute;
  right:-27px;
  top:50%;
  margin-top:-27px;
} 
.apparatus_con1 .list li:last-child:before {   
  content:"";
  display:none;
}
.apparatus_con1 .list h3 {
	line-height:40px;
	font-size:24px;
	color:#f58531;
}
.apparatus_con1 .list .n {
	border-radius:8px;
	padding:8px 0;
	line-height:25px;
}
/*----*/





.jingyingbanzi {
	background:#fff;
}
.jingyingbanzi .bgbox0{
	background-color:#f5f5f5;
	border-radius:8px;
}
.jingyingbanzi .bgbox2{
	background-color:#f5f5f5;
	border-radius:8px;
}
.jingyingbanzi .bgbox4{
	background-color:#f5f5f5;
	border-radius:8px;
}
.jingyingbanzi .bgbox6{
	background-color:#f5f5f5;
	border-radius:8px;
}
.jingyingbanzi .bgbox8{
	background-color:#f5f5f5;
	border-radius:8px;
}
.jingyingbanzi .bgbox10{
	background-color:#f5f5f5;
	border-radius:8px;
}
.jingyingbanzi .bgbox12{
	background-color:#f5f5f5;
	border-radius:8px;
}
.jingyingbanzi .bgbox14{
	background-color:#f5f5f5;
	border-radius:8px;
}
.jingyingbanzi .bgbox16{
	background-color:#f5f5f5;
	border-radius:8px;
}
.jingyingbanzi .bgbox18{
	background-color:#f5f5f5;
	border-radius:8px;
}
.jingyingbanzi .bgbox20{
	background-color:#f5f5f5;
	border-radius:8px;
}
.jingyingbanzi .con .jybzw0{
	float:left;	
}
.jingyingbanzi .con .jybzp0{
	float:right;
}
.jingyingbanzi .con .jybzw2{
	float:left;
}
.jingyingbanzi .con .jybzp2{
	float:right;
}
.jingyingbanzi .con .jybzw4{
	float:left;
}
.jingyingbanzi .con .jybzp4{
	float:right;
}
.jingyingbanzi .con .jybzw6{
	float:left;
}
.jingyingbanzi .con .jybzp6{
	float:right;
}
.jingyingbanzi .con .jybzw8{
	float:left;
}
.jingyingbanzi .con .jybzp8{
	float:right;
}
.jingyingbanzi .con .jybzw10{
	float:left;
}
.jingyingbanzi .con .jybzp10{
	float:right;
}
.jingyingbanzi .con .jybzw12{
	float:left;
}
.jingyingbanzi .con .jybzp12{
	float:right;
}
.jingyingbanzi .con .jybzw14{
	float:left;
}
.jingyingbanzi .con .jybzp14{
	float:right;
}
.jingyingbanzi .con .jybzw16{
	float:left;
}
.jingyingbanzi .con .jybzp16{
	float:right;
}
.jingyingbanzi .con .jybzw18{
	float:left;
}
.jingyingbanzi .con .jybzp18{
	float:right;
}
.jingyingbanzi .con .jybzw20{
	float:left;
}
.jingyingbanzi .con .jybzp20{
	float:right;
}
.jingyingbanzi .con .jybzw1{
	float:right;
}
.jingyingbanzi .con .jybzp1{
	float:left;
}
.jingyingbanzi .con .jybzw3{
	float:right;
}
.jingyingbanzi .con .jybzp3{
	float:left;
}
.jingyingbanzi .con .jybzw5{
	float:right;
}
.jingyingbanzi .con .jybzp5{
	float:left;
}
.jingyingbanzi .con .jybzw7{
	float:right;
}
.jingyingbanzi .con .jybzp7{
	float:left;
}
.jingyingbanzi .con .jybzw9{
	float:right;
}
.jingyingbanzi .con .jybzp9{
	float:left;
}
.jingyingbanzi .con .jybzw11{
	float:right;
}
.jingyingbanzi .con .jybzp11{
	float:left;
}
.jingyingbanzi .con .jybzw13{
	float:right;
}
.jingyingbanzi .con .jybzp13{
	float:left;
}
.jingyingbanzi .con .jybzw15{
	float:right;
}
.jingyingbanzi .con .jybzp15{
	float:left;
}
.jingyingbanzi .con .jybzw17{
	float:right;
}
.jingyingbanzi .con .jybzp17{
	float:left;
}
.jingyingbanzi .con .jybzw19{
	float:right;
}
.jingyingbanzi .con .jybzp19{
	float:left;
}
.jingyingbanzi .con .jybzw21{
	float:right;
}
.jingyingbanzi .con .jybzp21{
	float:left;
}




.jingyingbanzi .con {
	padding:50px 32px;
}
.jingyingbanzi .con .word {
	width:64%;	
	color:#7c7c7c;
}
.jingyingbanzi .con .pic {
	width:36%;	
	text-align:center;
}
.jingyingbanzi .con .pic img{
	border-radius:12px;
	width:60%;
}

.jingyingbanzi .con .word h3 {
	font-size:18px;
	font-weight:bold;
	line-height:58px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jingyingbanzi .con .word p {
	line-height:30px;
	font-size:14px;
	margin-top:10px;
}
.jingyingbanzi .list {
	padding-top:15px;
	padding-bottom:50px;
	overflow-y: hidden;
    white-space: nowrap;
}
.jingyingbanzi .list li {
	width:110px;
	display: inline-block;
	text-align:center;
	margin-right:34px;
	position:relative;
}
.jingyingbanzi .list li i {
	margin:25px auto;
	display:block;
	width:25px;
	height:2px;
	background:#9b9b9b;
}
.jingyingbanzi .list li:last-child {
	margin-right:0;
}
.jingyingbanzi .list li:before {   
  content:"";
  background:url(../img/arrow.png) no-repeat center;
  width:27px;
  height:27px;
  position:absolute;
  right:-27px;
  top:50%;
  margin-top:-27px;
} 
.jingyingbanzi .list li:last-child:before {   
  content:"";
  display:none;
}
.jingyingbanzi .list h3 {
	line-height:40px;
	font-size:24px;
	color:#f58531;
}
.jingyingbanzi .list .n {
	border-radius:8px;
	padding:8px 0;
	line-height:25px;
}


.jianjieleft{
	width:45%;
	padding:10px 30px;
	text-align:left;
	float:left;
}
.jianjieright{
	width:45%;
	padding:10px 30px;
	text-align:left;
	float:right;
}
.wenhuayanglaoleft{
	width:40%;
	padding:10px 20px;
	text-align:left;
	float:left;
}
.wenhuayanglaoright{
	width:56%;
	padding:10px 20px;
	text-align:left;
	float:right;
}
 @media (max-width: 1400px) {
.head .head_phone {
	display: none;
}
.footer_con{ padding:0 20px; width:100%; box-sizing:border-box;}
}
 @media (min-width: 1031px) {
.nav li:hover>a {
	color: #eb6100;
	
}
.nav li:hover .sub {
	top:93px;
	opacity: 1;
	visibility: visible;
}
.header_out.on {
	box-shadow: 0.174px 0.985px 13.58px 0.42px rgba(0, 0, 0, 0.1);
}
.header_out.on .head {
	height: 66px;
}
.header_out.on .head .nav li>a {
	line-height: 66px;
}
.header_out.on .head .logo {
	margin-top: 9px;
}
.m_nav {
	display: none !important;
}
}
 @media (max-width: 1030px) {
.head .nav {
	display: none;
}
.main {
	width: 768px;
}
.header_out {
	box-shadow: 0.174px 0.985px 13.58px 0.42px rgba(0, 0, 0, 0.1);
	height: 70px;
}
.header_out .head {
	height: 70px;
}
.header_out .head .nav li>a {
	line-height: 1.6;
}
.header_out .head .logo {
	width: 160px;
	margin-top: 13px;
	position: absolute;
	margin-top: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.header_out .head .logo img {
	width: 100%;
}
html {
	position: relative;
	transition: all 0.3s;
	left: 0;
}
html.slide_nav {
	left: 450px;
}
.header_out {
	transition: all 0.3s;
	left: 0;
}
.header_out.slide_nav {
	left: 450px;
}
.head .nav li.has_sub::after {
	content: "";
	display: block;
	position: absolute;
	font-family: Arial;
	width: 40px;
	height: 100%;
	font-weight: lighter;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 32px;
	right: 0;
	top: 0;
	background: url(../img/more.png) no-repeat center/20px 20px;
}
.head .nav {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	display: block;
	width: 450px;
	position: fixed;
	z-index: 999;
	top: 0;
	overflow: hidden;
	z-index: 50;
	background: #ed7a21;
	margin-left: 0;
	height: 100%;
	padding-top: 60px;
	padding-right: 25px;
	padding-left: 25px;
	left: -450px;
	transition: all 0.3s;
}
.head .nav.on {
	left: 0;
}
.head .nav li {
	display: block;
	float: none;
	border-bottom: 0.6px solid rgba(255, 255, 255, 0.6);
	padding-right: 55px;
	width: 100%;
	text-align: left;
	line-height: 40px;
}
.head .nav li>a {
	line-height: 1;
	padding: 14px 0;
	font-size: 13px;
}
.head .nav li>a:hover, .head .nav li>a.hover {
	color: #fff;
	border-bottom: none;
}
.header_out .head .nav li>a {
	line-height: 2;
	color: #fff;
}
.head .nav li .sub {
	width: 100%;
}
.nav_btn {
	display: block;
	width: 26px;
	height: 18px;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -9px;
	z-index: 999;
}
.nav_btn span {
	display: block;
	transition: all 0.3s;
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	background: #666;
	transition: all 0.3s;
}
.nav_btn span:nth-of-type(1) {
	top: 0;
}
.nav_btn span:nth-of-type(2) {
	top: 50%;
	margin-top: -0.5px;
}
.nav_btn span:nth-of-type(3) {
	bottom: 0;
}
.nav_btn.active span {
	background: #333;
}
.nav_btn.active span:nth-of-type(1) {
	top: 50%;
	transform: rotate(45deg);
}
.nav_btn.active span:nth-of-type(2) {
	opacity: 0;
}
.nav_btn.active span:nth-of-type(3) {
	top: 50%;
	transform: rotate(-45deg);
}
.m_nav {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 50;
	top: 0;
	left: 100%;
	background: #eb6100;
	transition: all 0.3s;
	padding: 150px 40px 0;
}
.m_nav .close {
	display: block;
	width: 30px;
	height: 30px;
	top: 80px;
	left: 50%;
	margin-left: -15px;
	position: absolute;
	background: url(../img/close.png) no-repeat center/cover;
}
.m_nav .con>a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-bottom: 25px;
}
.m_nav .sub a {
	display: block;
	text-align: center;
	margin-bottom: 15px;
	color: #fff;
	font-size: 14px;
}
.m_nav.on {
	left: 0;
}
.header_out {
	padding-top: 0;
}
body {
	padding-top: 70px;
}
.head .add_btn {
	line-height: 70px;
}
.m_nav {
	padding-top: 90px;
}
.m_nav .con {
	height: 100%;
}
.m_nav .con .col {
	margin-bottom: 30px;
}
.m_nav .con .tit {
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}
.m_nav .close {
	top: 20px;
}
.head .nav li {
	margin-left: 0;
}
.crumbs_t {
	height: auto;

}
.crumbs_t .er_nav {
	float: left;
	margin-top: 20px;
}
.crumbs_t .er_nav li {
	display: inline-block;
	width: 96px;
	text-align: center;
	font-size: 14px;
	padding-bottom: 20px;
	margin-left: 0;
	margin-right: 50px;
}
.crumbs_t .er_nav li.hover {
	border-bottom: 3px solid #ed7a21;
}


.footer_con .fol {
    width: 50%;
	height:360px;
}
.ind_about {
    padding: 40px 0;
}
.ind_about .pic,.ind_about .con .word{
    float:none;
    width:100%;
	height:auto;
}
.ind_about .con .word {
	margin-top:20px;
}
.ind_btn {
	margin-top:20px;
}
.ind_news .news_swi,.news_rt {
   float:none;
    width:100%;
}
}
 @media (max-width: 800px) {
.header_out.slide_nav {
	left: 300px;
}
html.slide_nav {
	left: 300px;
}
.head .nav {
	width: 300px;
}
.header_out .head .nav li>a {
	line-height: 1.6;
}
.header_out .head .logo {
	width: 100px;
	margin-top: 13px;
	position: absolute;
	margin-top: 0;
	left: 20%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.head .nav {
	padding-right: 0;
	padding-left: 0;
}
.head .nav li {
	padding-left: 26px;
}
.header_out {
	height: 50px;
}
.header_out .head {
	height: 50px;
}
body {
	padding-top: 50px;
}
.main {
	padding-right: 10px;
	padding-left: 10px;
}
.head .add_btn .search {
	font-size: 0;
	margin-left: 10px;
}
.head .add_btn .ali {
	font-size: 0;
}
.head .add_btn {
	line-height: 50px;
}
.m_nav .con>a {
	font-size: 16px;
}
.m_nav .con .tit {
	font-size: 14px;
}
.m_nav .sub a {
	font-size: 12px;
	margin-bottom: 5px;
}
.banner img {
	width: 100%;
	height: 120px;
	object-fit: cover;
	display: block;
}
.crumbs_t {
	padding-top: 15px;
}
.crumbs_t .er_nav li {
	display: inline-block;
	width: 60px;
	text-align: center;
	font-size: 14px;
	padding-bottom: 10px;
	margin-left: 0;
	margin-right: 20px;
}
.news_con {
	margin: 15px 0;
}
.news_con li {
	height: auto;
}
.news_con .pic {
	display: block;
	position: static;
	left: 0;
	top: 25px;
	width: 100%;
	height: 220px;
	overflow: hidden;
}
.news_con .text {
	margin: 15px 0 0;
}
.news_con .text p {
	font-size: 14px;
}
.footer_con .fol {
    width:100%;
	height: auto;
	margin-bottom:20px;
}
.footer {
    padding:30px 0;
}

.footer_but{
	font-size:12px;
	padding:20px 20px;
}
.news_box{ padding-bottom:50px;}
.whyl_box{ padding-bottom:50px;}
.m_nav .sub a {
	line-height:30px;
}
.m_nav .con>a {
	margin-bottom:0;
}
.banner.a1 img {
	height:auto;
}
.ind_tit h3 {
    font-size: 20px;
}
.ind_tit p {
    font-size: 16px;
}
.ind_tit p:before, .ind_tit p:after {
	width:40px;
	top:-5px;
}
.ind_about .con {
    margin-top: 30px;
}
.ind_product .text {
    padding: 15px 0;
    font-size: 12px;
}
.ind_product ul {
    padding-top: 20px;
}
.ind_product li {
    width: 50%;
	margin-bottom:20px;
}
.ind_product .icon {
    height: 40px;
}
.ind_product li h4 {
    font-size: 16px;
}
.ind_product li p {
    margin-top:0px;
	font-size:12px;
}
.ind_news {
    padding: 45px 0;
}
.news_rt .pic {
    width: 37.5%;
}
.news_rt li {
    margin-bottom:10px;
}
.ind_news>.main {
    padding: 30px 10px;
}
.idea_swi .pic {
    width: 160px;
    height: 105px;
}
.idea_swi h3 {
    position: relative;
    padding: 15px 0;
    font-size: 18px;
}
.idea_swi p {
    font-size: 12px;
    margin-top: 18px;
}
.idea_swi h3:before {
	height:4px;
}
.ind_idea .con {
    background: #e5e5e5;
    padding: 30px 0 60px;
}
.ind_idea .ind_tit {
    padding: 20px 0;
}
.crumbs_t .er_nav li {
	float:left;
	margin:0;
	margin-bottom:5px;
	border-bottom:3px solid #fff;
    width: 33.3%;
}
.enterprise_con {
	padding-top:60px;
}
.enterprise_con li .word {
    margin-bottom:40px;
}
.enterprise_con li:before {
    content: "";
    width: 16px;
    height: 16px;
    margin-left: -8px;
}
.enterprise_con ul:before {
    content: "";
    left: 50%;
    width: 3px;
    margin-left: -1px;
}
.apparatus_con .con .word,.apparatus_con .con .pic {
    width: 100%;
    float:none;
}
.apparatus_con .con .word {
	margin-bottom:20px;
}
.apparatus_con .con {
    padding: 30px 10px;
}
}