﻿/*产品列表*/
.nyprolist{
	padding: 90px 0;
}
.nyprolist .left{
	width: 280px;
	position: sticky;
	top: 110px;
}
.nyprolist .left .catetitle{
	height: 90px;
	padding: 0 30px;
	position: relative;
	z-index: 0;
	border-radius: 2px 2px 0 0;
}
.nyprolist .left .catetitle h3{
	font-size: 30px;
	margin-left: 12px;
}
.nyprolist .left .catetitle em{
	display: none;
}
.nyprolist .left .catelist a{
	padding: 0 27px 0 30px;
	background: #fff;
	margin-top: 1px;
}
.nyprolist .left .catelist a h3{
	font-size: 16px;
	line-height: 60px;
}
.nyprolist .left .catelist a:hover,
.nyprolist .left .catelist a.on{
	background: #0c0f1a;
}
.nyprolist .left .catelist a:hover h3,
.nyprolist .left .catelist a.on h3{
	color: #fff;
}
.nyprolist .left .catelist a:hover i svg path,
.nyprolist .left .catelist a.on i svg path{
	fill: #ffffff;
}
.nyprolist .right{
	width: calc(100% - 320px);
}
.nyprolist .right .list ul{
	margin: -16px -10px;
}
.nyprolist .right .list ul li{
	width: calc(100% / 3);
	padding: 16px 10px;
}
.nyprolist .right .list ul li .pic{
	height: 320px;
	border-radius: 2px;
	position: relative;
	z-index: 0;
}
.nyprolist .right .list ul li .pic i{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1;
	background: rgba(229,0,18,0.8);
	opacity: 0;
}
.nyprolist .right .list ul li .title{
	font-size: 18px;
	margin-top: 24px;
}
.nyprolist .right .list ul li:hover .pic img{
	transform: scale(1.05);
}
.nyprolist .right .list ul li .pic:hover i{
	opacity: 1;
	top: 0;
}
.nyprolist .right .list ul li .title:hover{
	color: #e50012;
}

/*产品概要*/
.nyproxq{
	border-radius: 4px;
}
.nyproxq .summary img{
	mix-blend-mode: darken;
}
.nyproxq .summary .left{
	width: 50%;
	border-radius: 4px;
}
.nyproxq .summary .left ul li{
	height: 600px;
}
.nyproxq .summary .right{
	width: 50%;
	padding-left: 60px;
}
.nyproxq .summary .right .title{
	font-size: 42px;
	line-height: 1.5;
	padding-bottom: 30px;
	border-bottom: 1px solid #dbdbdb;
}
.nyproxq .summary .right .coninfo{
	font-size: 16px;
	line-height: 2.5;
	margin: 24px 0;
}
.nyproxq .summary .right .coninfo a:hover{
	color: #e50012;
	text-decoration: underline;
}
.nyproxq .summary .right ul li{
	border: 2px solid #f5f5f5;
	border-radius: 2px;
	transition: all 0.4s ease;
	height: 120px;
}
.nyproxq .summary .right ul li.swiper-slide-thumb-active{
	border-color: #e50012;
}
.nyproxq .summary .right .conbtn{
	margin-top: 50px;
}
.nyproxq .summary .right .conbtn .sitebtn2 em{
	margin-left: 20px;
}
.nyproxq .summary .right .conbtn .sitebtn1{
	margin-left: 20px;
	border: none;
}

/*产品详情*/
.nyproxq .details{
	margin-top: 60px;
}
.nyproxq .details .item{
	border-bottom: 1px solid #dbdbdb;
}
.nyproxq .details .item h3{
	font-size: 32px;
	padding-bottom: 20px;
	border-bottom: 3px solid #e50012;
	margin-bottom: -2px;
}
.nyproxq .details .content{
	margin-top: 30px;
}
.nyproxq .details .content p{
	line-height: 30px;
}

/*推荐产品*/
.nyhotpro{
    padding-bottom:90px;
}
.nyhotpro .list{
	margin: 50px 0;
}
.nyhotpro .list ul li .pic{
	height: 320px;
	border-radius: 2px;
	position: relative;
	z-index: 0;
}
.nyhotpro .list ul li .pic i{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1;
	background: rgba(229,0,18,0.8);
	opacity: 0;
}
.nyhotpro .list ul li .title{
	font-size: 18px;
	margin-top: 24px;
}
.nyhotpro .list ul li:hover .pic img{
	transform: scale(1.05);
}
.nyhotpro .list ul li .pic:hover i{
	opacity: 1;
	top: 0;
}
.nyhotpro .list ul li .pic:hover i{
	opacity: 1;
	top: 0;
}
.nyhotpro .list ul li .title:hover{
	color: #e50012;
}
.nyhotpro .swiper-pagination span{
	background: #ccc;
}

/*产品询盘*/
.nyproxp{
	background: url(../images/searchban.jpg) no-repeat center;
	padding: 90px 0;
	position: relative;
	z-index: 0;
}
.nyproxp:before{
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/bot.png) repeat center rgba(12,1,26,0.6);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.nyproxp .title{
	font-size: 42px;
	margin-bottom: 40px;
}
.nyproxp .inquiry dd{
	width: calc((100% - 160px) / 4);
}
.nyproxp .inquiry dd input{
	background: #fff;
	border-radius: 2px;
	font-size: 14px;
	line-height: 56px;
	padding: 0 12px;
}
.nyproxp .inquiry dt{
	width: 120px;
}
.nyproxp .inquiry dt button{
	font-size: 14px;
	line-height: 56px;
	border-radius: 2px;
	cursor: pointer;
}

/*公司简介*/
.nyprofile,
.nycertificate,
.nyworkshop{
	padding: 90px 0;
}
.nyprofile .left{
	width: 50%;
	padding-right: 80px;
}
.nyprofile .left .content{
	margin-top: 42px;
}
.nyprofile .left .content p{
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 16px;
}
.nyprofile .left .content p:last-child{
	margin-bottom: 0;
}
.nyprofile .right{
	width: 50%;
	height: 450px;
	position: relative;
	z-index: 0;
	overflow: hidden;
	cursor: pointer;
}
.nyprofile .right .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: rgba(12,15,26,0.1);
    left: 0;
    top: 0;
    transition: all 0.4s ease;
}
.nyprofile .right .bg i {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
}
.nyprofile .right .bg i svg{
    margin-left: 4px;
}

.nyprofile .right:hover img{
	transform: scale(1.06);
}
.nyprofile .right:hover .bg {
    background: rgba(12,15,26,0.3);
}

.nycertificate{
	background: url(../images/honorbg.jpg) no-repeat center;
	position: relative;
	z-index: 0;
	background-attachment: fixed;
	background-size: cover;
}
.nycertificate:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: url(../images/bot.png) repeat center rgba(5,9,22,0.8);
}
.nycertificate .left{
	width: 50%;
}
.nycertificate .left ul li{
	padding: 40px;
	border-radius: 2px;
}
.nycertificate .left ul li .pic{
	height: 320px;
}
.nycertificate .left ul li .pic img{
	max-height: 100%;
	margin: 0 auto;
}
.nycertificate .left ul li .title{
	margin-top: 30px;
	font-size: 16px;
}
.nycertificate .right{
	width: 50%;
	padding-left: 80px;
}
.nycertificate .right .content{
	margin: 42px 0 52px;
}
.nycertificate .right .content p{
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 16px;
}
.nycertificate .right .content p:last-child{
	margin-bottom: 0;
}
.nycertificate .switch dl{
	width: 100px;
}
.nycertificate .switch .swiper-scrollbar {
	width: calc(100% - 120px);
	height: 1px;
	background: #fff;
}
.nycertificate .switch .swiper-scrollbar .swiper-scrollbar-drag {
	height: 3px;
	background: #e50012;
	margin-top: -1px;
	cursor: move;
}
.nycertificate .switch .swiper-scrollbar .swiper-scrollbar-drag:before{
	content: "";
	width: 100%;
	height: 21px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.nyworkshop{
	overflow: hidden;
}
.nyworkshop .ny-title p{
	line-height: 1.5;
	margin-top: 20px;
}
.nyworkshop .list .swiper-container {
    overflow: visible;
}
.nyworkshop .list{
	margin: 50px auto;
}
.nyworkshop .list ul li{
	height: 380px;
	overflow: hidden;
	border-radius: 2px;
}
.nyworkshop .list ul li span{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 24px 40px;
	background: rgba(0,0,0,0.1);
	font-size: 18px;
	border-radius: 0 2px 0 0;
}
.nyworkshop .list ul li:hover img{
	transform: scale(1.06);
}
.nyworkshop .list ul li:hover span{
	background: rgba(229,0,18,0.8);
	color: #fff;
}
.nyworkshop .switch dl{
	width: 100px;
	margin-right: 20px;
}
.nyworkshop .switch dd{
	border-color: #e50012;
}
.nyworkshop .switch dd i{
	color: #e50012;
}
.nyworkshop .switch .swiper-pagination{
	width: auto;
}
.nyworkshop .switch span.swiper-pagination-bullet {
    background: #e5e5e5;
    margin: 0 10px;
}

/*新闻列表*/
.nynews{
	padding: 90px 0;
}
.nynews .list ul{
	margin: -15px;
}
.nynews .list ul li{
	width: calc(100% / 3);
	padding: 15px;
}
.nynews .list ul li a .pic{
	width: 100%;
	height: 280px;
	border-radius: 2px 2px 0 0;
}
.nynews .list ul li a .content{
	height: 170px;
	transition: all 0.4s ease;
	padding: 0 30px;
}
.nynews .list ul li a .content h3{
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient:vertical;
}
.nynews .list ul li a:hover .pic img{
	transform: scale(1.1);
}
.nynews .list ul li a:hover .content{
	background: #e50012;
}
.nynews .list ul li a:hover .content h3,
.nynews .list ul li a:hover .content span{
	color: #fff;
}

/*新闻详情*/
.nynewsxq .title h3{
	font-size: 32px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.nynewsxq .title .deliver span{
	display: block;
	margin: 0 15px;
}
.nynewsxq .content{
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	margin: 40px 0 50px;
	padding: 30px 0;
}
.nynewsxq .content p{
	line-height: 2;
	text-indent: 2rem;
	padding: 2px 0;
}
.nynewsxq .content p img{
	margin: 20px auto;
	width: 80%;
}


/*工程项目*/
.nyproject{
	padding: 90px 0;
}
.nyproject .list ul{
	margin: -15px;
}
.nyproject .list ul li{
	width: 50%;
	padding: 15px;
}
.nyproject .list ul li a{
	position: relative;
	z-index: 0;
}
.nyproject .list ul li .pic{
	position: relative;
	z-index: 0;
	height: 420px;
}

.nyproject .list ul li .pic:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent);
    transition: all 0.4s ease;
}
.nyproject .list ul li .content{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	width: 100%;
	height: 80px;
	transition: all 0.4s ease;
}
.nyproject .list ul li .content h3{
	width: 100%;
	font-size: 20px;
	position: relative;
}
.nyproject .list ul li .content h3:before,
.nyproject .list ul li .content h3:after {
    content: "";
    width: 200px;
    height: 1px;
    background: #FFFFFF;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.4s;
}
.nyproject .list ul li .content h3:before {
    top: -20px;
}
.nyproject .list ul li .content h3:after {
    bottom: -20px;
}

.nyproject .list ul li a:hover .pic img{
	transform: scale(1.1);
}
.nyproject .list ul li a:hover .pic:before {
    opacity: 0;
}
.nyproject .list ul li a:hover .content{
	height: 100%;
	background: rgba(229,0,18,0.8);
}
.nyproject .list ul li a:hover .content h3{
	font-size: 24px;
}
.nyproject .list ul li a:hover .content h3:before,
.nyproject .list ul li a:hover .content h3:after {
    width: 30px;
    opacity: 1;
}

/*工程详情*/
.nyprojectxq .title h3{
	font-size: 36px;
}
.nyprojectxq .content{
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	margin: 40px 0 50px;
	padding: 30px 0;
}
.nyprojectxq .content p{
	line-height: 2;
	text-indent: 2rem;
	padding: 2px 0;
}
.nyprojectxq .content p img{
	margin: 20px auto;
}

/*常见问题*/
.nyfaq{
	padding: 90px 0;
	background: url(../images/servicebg.jpg) no-repeat center #fff;
	background-size: cover;
}
.nyfaq .left{
	width: 300px;
}
.nyfaq .right{
	width: calc(100% - 340px);
}
.nyfaq .right .s-title{
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 30px;
}
.nyfaq .right .s-title h3{
	font-size: 32px;
	padding-bottom: 20px;
	border-bottom: 3px solid #e50012;
	margin-bottom: -2px;
}
.nyfaq .right .item .list ul li{
	margin-bottom: 10px;
}
.nyfaq .right .item .list ul li:last-child{
	margin-bottom: 0;
}
.nyfaq .right .item .list ul li .top{
	padding: 22px 30px;
	border: 1px solid #dbdbdb;
	transition: all 0.4s ease;
	cursor: pointer;
}
.nyfaq .right .item .list ul li .top h3{
	font-size: 18px;
}
.nyfaq .right .item .list ul li .top em{
    display: block;
    width: 14px;
    height: 14px;
    position: relative;
}
.nyfaq .right .item .list ul li .top em:before,
.nyfaq .right .item .list ul li .top em:after {
	content: "";
	background: #0c0f1a;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.4s;
}
.nyfaq .right .item .list ul li .top em:before {
	width: 100%;
	height: 2px;
}
.nyfaq .right .item .list ul li .top em:after {
	width: 2px;
	height: 100%;
}
.nyfaq .right .item .list ul li .top.on{
	border-color: #e50012;
	background: #e50012;
}
.nyfaq .right .item .list ul li .top.on h3{
	color: #fff;
}
.nyfaq .right .item .list ul li .top.on em{
	transform: rotate(135deg);
}
.nyfaq .right .item .list ul li .top.on em:before,
.nyfaq .right .item .list ul li .top.on em:after{
	background: #fff;
}
.nyfaq .right .item .list ul li .bottom{
	background: #fff;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.08);
	padding: 24px 30px;
	display: none;
	margin-bottom: 20px;
}
.nyfaq .right .item .list ul li .bottom p{
	line-height: 2;
	font-size: 16px;
}
.nyfaq .right .empty{
	height: 50px;
}

/*下载中心*/
.nydownload{
	padding: 90px 0;
	background: url(../images/downbg.jpg) no-repeat center;
	position: relative;
	z-index: 0;
	background-size: cover;
}
.nydownload:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: url(../images/bot.png) repeat center rgba(5,9,22,0.1);
}
.nydownload .left{
	width: 300px;
	display: grid;
    align-content: space-between;
}
.nydownload .left .line{
	width: 1px;
	height: 200px;
	background: #fff;
}
.nydownload .left .switch dl{
	width: 100px;
}
.nydownload .right{
	width: calc(100% - 340px);
}
.nydownload .right ul li .pic{
	padding: 50px 30px;
}
.nydownload .right ul li .content {
	box-shadow: inset 1px 1px 0 0 #e5e5e5;
}
.nydownload .right ul li .content h3{
	width: calc(100% - 60px);
	padding: 0 20px;
	font-size: 18px;
}
.nydownload .right ul li .content a{
	width: 60px;
	height: 60px;
}

/*联系我们*/
.nycontact{
	padding: 90px 0;
}
.nycontact .coninfo{
	background: url(../images/conbg.jpg) no-repeat center #fff;
	background-size: cover;
	box-shadow: 0 0 80px 0 rgba(0,0,0,0.06);
	border-radius: 4px;
	padding: 80px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.nycontact .coninfo:before{
	content: "";
	width: 900px;
	height: 900px;
	border-radius: 50%;
	background: #e50012;
	position: absolute;
	left: -25%;
	top: 15%;
	z-index: -1;
}
.nycontact .coninfo .left .content dl{
	margin: 50px 0 40px;
}
.nycontact .coninfo .left .content dl dt{
	font-size: 18px;
}
.nycontact .coninfo .left .content dl a{
	display: block;
	font-size: 36px;
	margin-top: 16px;
	font-weight: bold;
}
.nycontact .coninfo .left .content ul li{
	font-size: 16px;
	margin-top: 18px;
}
.nycontact .coninfo .right{
	width: 50%;
}
.nycontact .coninfo .right .feedback{
	padding-top: 10px;
}
.nycontact .coninfo .right .feedback form dl dd{
	margin-top: 20px;
}
.nycontact .coninfo .right .feedback form dl dd input,
.nycontact .coninfo .right .feedback form dl dd textarea {
    border-bottom: 1px solid #e5e5e5;
    font-size: 15px;
    line-height: 28px;
    padding: 15px 0;
}

.nycontact .coninfo .right .feedback form dl dt{
    margin-top: 40px;
    width: 100%;
}
.nycontact .coninfo .right .feedback form dl button {
    padding: 0 35px;
}
.nycontact .coninfo .right .feedback form dl button span{
   font-size: 16px;
   padding: 20px 0;
}
.nycontact .coninfo .right .feedback form dl dd input:focus,
.nycontact .coninfo .right .feedback form dl dd textarea:focus {
    border-color: #e50012;
}
.nymap #mapContainer{
	height: 600px;
	border-top: 1px solid #dbdbdb;
}

/*搜索结果*/
.nyban .search{
	margin-top: 50px;
}
.nyban .search form input{
	display: block;
	width: 500px;
	line-height: 60px;
	font-size: 16px;
	background: #FFFFFF;
	padding: 0 20px;
}
.nyban .search form button{
	width: 120px;
	cursor: pointer;
}
.nyban .search form button h4{
	line-height: 60px;
	font-size: 16px;
	margin-left: 10px;
}

.nysearch{
	padding: 90px 0;
}
.nysearch .list ul{
	margin: -20px -15px;
}
.nysearch .list ul li{
	width: calc(100% / 3);
	padding: 20px 15px;
}
.nysearch .list ul li .pic{
	height: 280px;
	border-radius: 2px;
	position: relative;
	z-index: 0;
}
.nysearch .list ul li .pic i{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1;
	background: rgba(229,0,18,0.8);
	opacity: 0;
}
.nysearch .list ul li .title{
	font-size: 20px;
	margin-top: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.nysearch .list ul li:hover .pic img{
	transform: scale(1.05);
}
.nysearch .list ul li .pic:hover i{
	opacity: 1;
	top: 0;
}
.nysearch .list ul li .title:hover{
	color: #e50012;
}

