﻿@charset "utf-8";

.ny-main{
	display: block;
	margin:30px 0;
}

.ny-banner{
    overflow: hidden;
}

.ny-banner img {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

/* 面包条 */
.bread {
    display: block;
    width: 100%;
    line-height: 60px;
    height: 60px;
    border-bottom: 1px solid #f5f5f5;
}

.bread a {
    font-size: 15px;
    display: inline-block;
    margin: 0 3px;
}

.bread a i{
	margin-right: 5px;
}


.ny-left {
    padding-left: 20px;
    padding-right: 20px;
}

.ny-left-title h3 {
    font-size: 22px;
    line-height: 55px;
    height: 55px;
    border-bottom: 1px solid #ddd;
    background: #f9f9f9;
    text-indent: 10px;
}


.ny-left-body {
    margin-top: 8px;
}

.ny-left-body ul li {
    height: 45px;
    line-height: 45px;
    position: relative;
    text-indent: 24px;
    border-bottom: 1px dashed #ddd;
}

.ny-left-body ul li::after {
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #ddd;
    display: table;
    position: absolute;
    top: 15px;
    border-radius: 50%;
}

.ny-left-body ul li a {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.on::after {
    background-color: #a2a2a2;
}

.ny-left-bottom {
    display: block;
    width: 100%;
    margin-top: 25px;
}


.ny-left-bottom h3 {
    font-size: 22px;
    line-height: 45px;
    height: 45px;
    border-bottom: 1px solid #ddd;
    background: #f9f9f9;
    text-indent: 10px;
}

.ny-left-con {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    padding: 5px;
    background: #fdfdfd;
    padding-top: 12px;
}


.ny-right{
	padding-left:20px;
	padding-right: 20px;
}

.content{
	display: block;
	width: 100%;
}

.ny-about-text {
    font-size: 14px;
    line-height: 35px;
    color: #858585;
}
.ny-about-text img{
    max-width: 100%;
}


.ny-about-img{
	display: block;
	width: 100%
}

.ny-about-img .img{
	overflow: hidden;
}

.ny-about-img .img img{
	max-width: 100%;
}

.cp {
    display: block;
    margin-bottom: 30px;
}

.ny-about-img span{
	width: 100%;
	display: table;
	width: 100%;
	text-align: center;
}


/* 产品 */
.margin-bottom20{
	margin-bottom: 20px;
}
.ny-product{
	display: block;
	width: 100%;
}

.ny-product .img{
	overflow: hidden;
}

.ny-product .img img{
	transition: all 0.5s;
}

.ny-product .product-text {
    display: table;
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 5px;
}

.ny-product .product-text h2 {
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.ny-cp {
    display: block;
    padding: 0;
    overflow: hidden;
    margin: 1%;
    width: 31%;
    margin-bottom: 20px;
}

.ny-cp:hover .img img{
            transform:scale(1.1);
            -ms-transform:scale(1.1);
            -webkit-transform:scale(1.1);
            -o-transform:scale(1.1);
            -moz-transform:scale(1.1);
}

.product-text::after{
	content:"";
	width: 0;
	height: 2px;
	background-color: #484848;
	display: block;
	position: absolute;
	top: 0;
	transition: all 0.5s;
}


.ny-cp:hover .product-text:after{
	width: 100%;
}

/* 产品内页 */
.cp-left {
    display: table;
    width: 48%;
    float: left;
}
.cp-right{
	display: table;
	float:left;
}
.cp-right {
    display: table;
    float: left;
    width: 48%;
}

.cp-right h3{
    font-size: 24px;
    padding-top: 20px;
}


.cp-right-a .desc ,.cp-right .desc {
    padding: 20px 0;
    font-size: 15px;
    line-height: 180%;
}

.btn {
    width: 120px;
    height: 35px;
    background: #666666;
    color: #FFF;
    display: block;
    text-align: center;
    line-height: 35px;
    font-size: 13px;
    padding: 0;
    margin-top: 20px;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}

.tits span {
    color: #000;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
}


/* 详情 */
.details {
    display: table;
    width: 100%;
    margin-top: 20px;
}

.tits {
    border-bottom: 1px solid #e1e1e1;
    height: 50px;
    width: 100%;
    font-size: 22px;
}

.info {
    display: table;
    width: 100%;
    min-height: 80px;
    border-bottom: 1px dashed #ccc;
    margin-top: 20px;
    line-height: 30px;
    font-size: 14px;
    padding-bottom: 20px;
}

/* 翻页 */
.fan-page {
    display: table;
    width: 100%;
    line-height: 45px;
    height: 45px;
}
.fan-page span{
	display: table;
	font-size: 14px;
	color:#484848;
}
.fan-page span a{
	color:#484848;
}
.fan-page span:nth-child(1){
	float: left;
}
.fan-page span:nth-child(2){
	float: right;
} 
/* 翻页 */


/* 相关推荐 */
.rec-body{
	display: block;
}

.rec-title {
    display: table;
    height: 35px;
    line-height: 35px;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin: 0 auto;
    margin-bottom: 10px;
}

.rec-title span {
    display: table;
    height: 100%;
    font-size: 16px;
    padding: 0 5px;
	position: relative;
}

.rec-title span:after {
    content: "";
    height: 2px;
    background-color: #02913d;
    width: 100%;
    display: table;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.rec-body ul li {
    width: 23%;
    float: left;
    margin: 1%;
}

.rec-body ul li span {
    display: table;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 35px;
    height: 35px;
}

.rec-body ul li .img {
    overflow: hidden;
    table-layout: fixed;
    border: 1px solid #ddd;
}

.rec-body ul li .img img{
	max-width: 100%;
}
/* 相关推荐 */


/* 设备展示 */
.ny-equipment{
	display: block;
	width: 100%;
}

.equipment-text {
    height: 40px;
    line-height: 40px;
}

.equipment-text h2 {
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    line-height: 40px;
}

.equipment-pic {
    margin-bottom: 10px;
}

/* 新闻中心 */
.main-body {
    margin-top: 0px;
}
.main_new_bg {
    display: table;
    width: 100%;
}
.main_new_bg ol {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 15px;
    _display: inline;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 20px;
    display: table;
    width: 100%;
}
.main_new_bg ol a.img {
    display: block;
    float: left;
    padding: 6px;
    width: 22%;
    border: 1px solid #ddd;
    margin-right: 20px;
}
.main_new_bg a.img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.new_text {
    display: table;
    width: 75%;
    float: left;
}
.new_text h3 {
    text-align: left;
    padding-top: 12px;
}
.new_text span {
    font-size: 14px;
    display: table;
    width: 100%;
    color: #c5c5c5;
    padding: 10px 0;
}
.new_text div {
    font-size: 13px;
    line-height: 25px;
    color: #9d9d9d;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.ny-new-center {
    width: 100%;
    padding: 18px 15px;
}
.ny-new-center .title {
    font-size: 28px;
    letter-spacing: 1px;
    color: #434343;
    margin-bottom: 15px;
}
.ny-new-center .news_info {
    font-size: 14px;
    letter-spacing: 0px;
    color: #434343;
    opacity: 0.4;
    padding-bottom: 10px;
    padding: 10px 5px;
}
.ny-new-center .details-txt {
    font-size: 14px;
    line-height: 250%;
    width: 100%;
    table-layout: fixed;
    border-bottom: 1px dashed #e0e1dc;
    padding: 8px 0;
}

.return {
    display: table;
    margin: 0 auto;
}
.return a {
    color: #e52013;
}

.page_bg{
	line-height: 26px;
	margin-top: 6px;
	padding-top: 5px;
	font-size: 14px;
}

.page_bg span {
    display: block;
    font-size: 14px;
}

.ny-case {
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0;
    margin: 1%;
    width: 31%;
	position: relative;
}

.ny-case .case-img img{
	transition: all 0.5s;
}



.ny-case:hover .case-img img{
	transform: scale(1.1);
}

.case-text{
	width: 100%;
	padding-bottom: 300px;
	position: absolute;
	top:0;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	transition: all 0.5s;
}

.case-text h2 {
    font-size: 18px;
    width: 90%;
    margin: 0 auto;
    margin-top: 20%;
    color: #fff;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ny-case:hover .case-text{
	opacity: 1;
}

.ny-case-left {
    width: 45%;
    float: left;
    margin-right: 20px;
}

.ny-case-img img{
	max-width: 100%;
}


.ny-case-right{
	display: block;
	width: 50%;
	float: left;
}

.ny-case-right h3 {
    font-size: 22px;
    display: block;
    margin: 5px 0;
}

.ny-case-j {
    font-size: 14px;
    line-height: 30px;
    display: table;
    width: 100%;
    margin-top: 15px;
}

.case-details{
	margin-top: 20px;
}


.case-details-title h3 {
    font-size: 24px;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #c1c1c1;
    color: #888888;
    text-transform: capitalize;
}


.case-details-body {
    display: block;
    margin-top: 12px;
    line-height: 30px;
    font-size: 14px;
}


.ny-contact {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 35px;
	margin-bottom: 20px;
}

.ny-contact h1,.ny-contact h2,.ny-contact h3,.ny-contact h4,.ny-contact h5,.ny-contact h6{
	display: block;
	margin-bottom: 8px;
}


/* 在线留言 */
.hza{
	margin-top: 10px; 
	padding: 10px; 
	color: #0f83d2;
	width: 100%;
}
.hza:after{
	content: " "; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
	font-size: 0; 
	line-height: 0;
}
.soka{outline:none;width: 48%; border: 1px solid #D8D8D8; line-height: 35px; margin-bottom: 12px; padding-left: 10px; font-size: 12px; font-family: "Microsoft YaHei", verdant, tahoma; height: 45px; margin-right: 5px;}
.sokb{outline:none;height: 65px; border: 1px solid #D8D8D8; line-height: 50px; margin-bottom: 15px; padding-left: 10px; font-size: 14px; font-family: "Microsoft YaHei", verdant, tahoma; width: 97%; color: #757575; margin: -30px; margin-left: 0px; margin-top: 10px; margin-right: 10px;}
.tj {display: inline-block;width: 120px;line-height: 35px;height: 35px;background: #ddd;margin-right: 10px;margin-top: 50px;color: #666666;border: 0;}
.feedback p{font-size: 14px; line-height: 30px; padding: 0 14px;}
.feedback p b {font-size: 18px;}
/* 在线留言 */