.ny-body .ny-nav {
	height: 70px;
	line-height: 70px;
	background-color: #f5f5f5;
	margin-bottom: 80px;
}
.ny-body .ny-nav li {
	width: 190px;
	text-align: center;
	position: relative;
}
.ny-body .ny-nav li.active{
	background-color: #fff;
	border-top: 5px solid #1DB1A1;
}
.ny-body .ny-nav li.active a {
	color: #1DB1A1;
}
.ny-body .ny-nav li a{
	display: block;
	color: #666;
	font-size: 16px;
}
.ny-body .ny-title {
	margin-bottom: 35px;
}
.ny-body .about-content {
	text-indent: 2em;
	font-size: 14px;
	line-height: 30px;
	color: #656565;
}
#about .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background: #fff;
	opacity: 0.5;
	margin: 0 10px;
}
#about .swiper-pagination-bullet-active {
	width: 20px;
	height: 20px;
	background: #fff; 
	opacity: 1;
}
/* 聯絡我們 */
.ny-contact .ny-left .company-title {
	margin-bottom: 25px;
	font-size: 24px;
	color: #666;
}
.ny-contact .ny-left .company-intro li {
	line-height: 33px;
	color: #666;
	font-size: 15px;
}
.ny-contact .ny-left .company-intro li a {
	color: #666;
}
.ny-contact .ny-right {
	width: 65%;
}

/* 新聞列表 */
.ny-list-box .news-con{ 
  padding: 5px 5px;
  margin-bottom: 20px;
  transition: all 0.5s;
  overflow: hidden;
  border: 2px solid transparent;
}
.ny-list-box .news-con:hover{
  border: 2px solid #1DB1A1;
}
.news-con .news_pic{
  padding-left: 0px;
}
.news-con .news-date span{
  display: block;
  font-size: 24px; 
}
.news-con .desc-content{
  padding-top: 40px;
  font-size: 16px;  
}
.news-con .news-title a{
  font-size: 20px;
  line-height: 2.2;
  font-weight: bold;
  color: #5c5c5c;
}
.news-con .boderL{
  border-left: 1px solid #dedede;
}
.news-con .nnews_lb_cnt {
    width: 100%;
    margin-right: 2%;
    float: left;
    height: 40px;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
    color: #333333;
    overflow: hidden;
}

.ny-list-box .news-con:hover .news-date,
.ny-list-box .news-con:hover .news-date span,
.ny-list-box .news-con:hover .news-title a{
	color: #1DB1A1;
}
.ny-list-box .news-more{
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    background-color: #1DB1A1;
    transition: all .3s;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    text-align: center;
}

/* 新聞情形 */
.ny-show-head {
	margin-bottom: 20px;
}
.ny-show-head h1 {
	margin-bottom: 10px;
	font-size: 26px;
	line-height: 30px;
}
.ny-show-head p span {
	margin: 0 5px;
}
/* 分頁 */
.source-pagination {
	text-align: center;
}
.pagination {
	padding: 20px 0 0;
}
.pagination>li {
	display: inline-block;
	margin: 0 3px;
}
.pagination>li>a, .pagination>li>span {
	width: 52px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	text-align: center;
	background-color: #f5f5f5;
	font-size: 14px;
	color: #666;
	border-color: #F5F5F5;
}
.pagination>li>a:hover, .pagination>li>span:hover P{
	color: #666;
	border-color: #f5f5f5;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover{
	border-color: #f5f5f5;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover{
	background-color: #f5f5f5;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #21AFA0;
	border-color: #21AFA0;
}
/* 分頁 end */

/* 下載 */
.ny-sel {
	width: 49%;
}
.ny-top {
	margin-bottom: 20px;
}
.ny-sel .ny-sel-btn {
	width: 100%;
	padding: 15px 12px;
	text-align: left;
	color: #666;
	overflow: hidden;

}
.ny-sel .ny-sel-btn .icon-fenlei {
	margin-right: 7px;
}
.ny-sel .ny-sel-btn .caret {
	margin: 9px 0;
}	
.ny-sel .dropdown-menu {
	width: 100%;
}
.ny-sel .btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default,
.ny-sel .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
	color: #666;
}

.ny-tabnav li{
	width: 20%;
	padding: 2px;
	text-align: center;
}
.ny-tabnav li span {
	background-color: #eee;
	font-size: 18px;
	padding: 20px 0;
	color: #666;
	display: block;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
.ny-tabnav li span::after {
	content: "		";
	display: block;
	position: absolute;
	height: 100%;
	transition: all .8s;
	transform: rotateY(90deg);
	width: 100%;
	background-color: #1DB1A1;
	top: 0;
	left: 0;
	z-index: -1;
}
.ny-tabnav li span:hover::after {
	transform: rotateY(180deg);	
}
.ny-tabnav li.active span {
	background-color: #1DB1A1;
}
.ny-tabnav li.active span,
.ny-tabnav li:hover span {
	color: #fff;

}
.ny-table {
	width: 100%;
	border-collapse:separate;
  	border-spacing:0 15px;
}
.ny-table .nowrap{
	white-space: nowrap;
}
.ny-table tr td {
	font-size: 14px;
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #666;
}
.ny-table tr td .iconfont {
	color: #1DB1A1;
	font-size: 21px;
}
.ny-table tr:nth-child(1) td {
	font-size: 18px;
	line-height: 35px;
}
.ny-table tr:not(:first-child){	
	background-color: #f5f5f5;
}
.ny-table tr:not(:first-child):hover {
	background-color: #eee;
}
/* 維修效勞 */


/* 产品情形 */
.ny-mbx {
	border-top: 1px solid #e6e6e6;
	line-height: 40px;
	border-bottom: 1px solid #e6e6e6;
}
.ny-detail-top {
	padding-top: 40px;
	padding-bottom: 40px;
}
.ny-detail-top .ny-left {
	width: 45%;
	margin-right: 3%;
}
.ny-detail-intro .ny-content {
	min-height: 182px;
	_height: 182px;
}
.ny-detail-top .ny-right {
	width: 52%;
}
.ny-detail-top .ny-right h1 {
	font-size: 28px;
}
.ny-content{
	line-height: 1.8;
	margin-top: 20px;
}
.detail-img {
	width: 100%;
}

.detail-imgnav .swiper-slide{
	border: 1px solid #D9D9D9;
}
.ny-detail-bottom .ny-detail-tabnav {
	line-height: 60px;
	margin-bottom: 25px;
}
.ny-detail-bottom .ny-detail-tabnav li {
	width: 33.3333%;
	background-color: #B4B4B4;
	color: #fff;
	cursor: pointer;
	transition: all .5s;
}
.ny-detail-bottom .ny-detail-tabnav li:hover, 
.ny-detail-bottom .ny-detail-tabnav li.active {
	background-color: #1DB1A1;
}
.ny-detail-tabbox .ny-detail-tabitem{
	width: 100%;
}
.ny-detail-tabbox .ny-detail-tabitem:not(:first-child) {
	display: none;
}
.ny-detail-tabbox .ny-detail-tabitem ul {
	min-height: 400px;
	_height: 400px;
	padding-top: 15px;
}
.ny-detail-tabbox .ny-detail-tabitem ul li {
	line-height: 40px;
}
.ny-detail-tabbox .ny-detail-tabitem ul:nth-child(1){
	width: 17%;
}
.ny-detail-tabbox .ny-detail-tabitem ul:nth-child(2){
	background-color: #f8f8f8;
	padding-left: 50px;
	width: 83%;
}
.ny-right .swiper-button-next, .ny-right .swiper-button-prev{
	background-image: url();
	line-height: 44px;
	color: #1DB1A1;
	font-size: 30px;
	text-align: center;   
}
/* 搜索頁 */
.nei-news-box {
	padding-top: 30px;
}
.nei-news-box .index-new-list:nth-child(1){
	margin-bottom: 20px;
}
.nei-news-box .index-new-list:not(:first-child) {
	line-height: 35px;
}
.nei-news-box .index-new-list h1 {
	font-size: 28px;
	color: #1DB1A1;
}
.nei-news-box .index-new-list a {
	font-size: 18px;
	color: #666;
}
@media (max-width: 1092px) {
		
	.ny-detail-tabbox .ny-detail-tabitem ul:nth-child(1) {
		width: 20%;
	}
	.ny-detail-tabbox .ny-detail-tabitem ul:nth-child(2){
		width: 80%;
	}
	.ny-detail-top {
		margin-bottom: 20px;
	}
}
@media (max-width: 993px) {
	.ny-box .ny-left, .ny-box .ny-right {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.ny-show-head h1 {
		line-height: 25px;
		font-size: 18px;
	}
	.ny-body .ny-nav {
		margin-bottom: 40px;
	}
	.ny-detail-tabbox .ny-detail-tabitem ul:nth-child(1) {
		width: 33%;
	}
	.ny-detail-tabbox .ny-detail-tabitem ul:nth-child(2){
		width: 67%;
		padding-left: 25px;
	}
	.ny-detail-top .ny-left, .ny-detail-top .ny-right {
		width: 100%;
	}
	.ny-body .ny-nav li {
		width: 50%;
	} 
	.ny-list-box .ny-list .ny-img {
		width: 100%;
		height: auto;
		padding-right: 0;
	}
	.ny-list-box .ny-list .ny-text {
		width: 100%;
		height: 120px;
	}
	.ny-list-box .ny-list .ny-text .right-title {
		font-size: 16px;
		line-height: 70px;
	}
	.ny-list-box .ny-list .ny-text .left-time {
		padding: 5px 13px;
	}
	.ny-tabnav li span {
		font-size: 14px;
	}
	.ny-table tr:nth-child(1) td {
		line-height: 33px;
		font-size: 12px;
	}
	.ny-table .col-md-2,.ny-table .col-md-4{
		padding-left: 5px;
		padding-right: 5px;
	}
	.moblieNo{
		display: none;
	}	
}