﻿/*公司简介*/
.nyprofile{
	padding-top: 90px;
}
.nyprofile .left{
	width: 50%;
	overflow: hidden;
}
.nyprofile .left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nyprofile .right{
	width: 50%;
	padding: 60px 60px 52px;
	background: url(../images/nyaboutbg.jpg) no-repeat center #ef0202;
}
.nyprofile .right .content{
	margin-top: 42px;
}

.nyprofile .right .content p{
	line-height: 34px;
	margin-bottom: 18px;
}
.nyprofile .right .content p:last-child{
	margin-bottom: 0;
}
.nyprofile .left:hover img{
	transform: scale(1.06);
}

/*数据说明*/
.nynum{
	padding:70px 0;
}

.nynum ul li{
	width: 25%;
	border-right: 1px solid #dbdbdb;
	text-align: center;
}
.nynum ul li:last-child{
	border-right: none;
}
.nynum ul li h3{
	font-size: 60px;
	font-weight: bold;
	line-height: 50px;
	margin-right: 10px;
}
.nynum ul li p{
	width: 100%;
	margin-top: 20px;
}

/*视频播放*/
.nyvideo{
	height: 800px;
	background: url(../images/aboutplay.jpg) no-repeat center;
	background-attachment: fixed;
	background-size: cover !important;
	position: relative;
	z-index: 0;
	border-bottom: 4px solid #ef0202;
}

.nyvideo:before{
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/bot.png) repeat center rgba(5,8,20,0.7);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.nyvideo .circle dt svg{
	margin-left: 4px;
}
.nyvideo .title h2{
	font-size: 42px;
	margin: 60px 0 28px;
}
.nyvideo .title h3{
	font-size: 24px;
}

/*总裁致辞*/
.nyleader{
	padding: 90px 0;
}
.nyleader .left{
	width: calc(50% - 80px);
}
.nyleader .left .content{
	margin: 40px 0 50px;
}
.nyleader .left .content p{
	line-height: 34px;
	margin-bottom: 18px;
}
.nyleader .left .content p:last-child{
	margin-bottom: 0;
}
.nyleader .left .lead i{
	display: block;
	width: 50px;
	height: 1px;
	background: #0c0f1a;
}
.nyleader .left .lead h4{
	font-size: 20px;
	margin-left: 20px;
}
.nyleader .right{
	width: 50%;
	overflow: hidden;
}
.nyleader .right img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nyleader .right:hover img{
	transform: scale(1.06);
}

/*企业文化*/
.nyculture{
	padding: 90px 0;
}
.nyculture .left{
	width: calc((100% - 10px) / 2);
	height: 400px;
	padding: 30px 60px;
	background: url(../images/nyculbg.jpg) no-repeat center;
	background-size: cover !important;
}
.nyculture .left .content{
	margin-top: 42px;
}
.nyculture .left .ny-title{
	margin-top: 5px;
}
.nyculture .left .content p{
	line-height: 34px;
	margin-bottom: 18px;
	color: #808080;
}
.nyculture .left .content p:last-child{
	margin-bottom: 0;
}
.nyculture .right{
	width: calc((100% - 10px) / 2);
	height: 400px;
	overflow: hidden;
}
.nyculture .right img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nyculture .bottom{
	padding: 90px 0;
	width: 100%;
	margin-top: 10px;
	background: url(../images/culbg.jpg) no-repeat center;
	background-size: cover !important;
	position: relative;
	z-index: 0;
}
.nyculture .bottom:before{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(239,2,2,0.9);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}
.nyculture .bottom:after{
	content: "";
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px solid rgba(255,255,255,0.2);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}
.nyculture .bottom dl{
	margin-top: 50px;
}
.nyculture .bottom dl dt{
	font-size: 48px;
	margin-bottom: 20px;
	font-weight: bold;
}
.nyculture .right:hover img{
	transform: scale(1.06);
}

/*荣誉资质*/
.nyhonor{
	padding: 90px 0;
}
.nyhonor .list{
	margin: -10px;
}
.nyhonor .list ul li{
	width: 25%;
	padding: 10px;
	cursor: pointer;
}
.nyhonor .list ul li dl{
	background: #f5f5f5;
	border-radius: 2px;
}
.nyhonor .list ul li dl dt{
	padding: 40px;
	height: 260px;
}
.nyhonor .list ul li dl dt img{
	max-height: 100%;
}
.nyhonor .list ul li dl dd{
	padding: 30px;
	position: relative;
	z-index: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.nyhonor .list ul li dl dd:before{
	content: "";
	height: 1px;
	width: calc(100% - 40px);
	background: #dbdbdb;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: -1;
	transform: translateX(-50%);
	transition: all 0.3s ease;
}
.nyhonor .list ul li:hover dl dd{
	color: #fff;
}
.nyhonor .list ul li:hover dl dd:before{
	background: #ef0202;
	height: 100%;
	width: 100%;
}

/*厂容厂貌，制造实力*/
.nyfactory,
.nystrength{
	padding: 90px 0;
}
.nyfactory .list,
.nystrength .list{
	margin: -12px;
}
.nyfactory .list ul li,
.nystrength .list ul li{
	width: calc(100% / 3);
	padding: 12px;
	cursor: pointer;
}
.nyfactory .list ul li .pic,
.nystrength .list ul li .pic{
	height: 300px;
}
.nyfactory .list ul li .pic img,
.nystrength .list ul li .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nyfactory .list ul li:hover .pic img,
.nystrength .list ul li:hover .pic img{
	transform: scale(1.1);
}

/*产品分类*/
.nyprocate{
	padding: 90px 0;
}
.nyprocate .title h2{
	font-size: 42px;
	margin-bottom: 12px;
}
.nyprocate .title span{
	display: block;
	font-size: 14px;
	text-transform: uppercase;
}
.nyprocate .list{
	margin: 50px 0;
}
.nyprocate .list ul li .pic{
	position: relative;
	z-index: 0;
	height: 280px;
}
.nyprocate .list ul li .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nyprocate .list ul li .pic:before{
	content: "";
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: rgba(239,2,2,0.8);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) scale(0);
	opacity: 0;
	z-index: 1;
	transition: all 0.4s ease;
}
.nyprocate .list ul li .pic i{
	content: "";
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	z-index: 2;
	transition: all 0.4s ease;
}
.nyprocate .list ul li .title{
	font-size: 20px;
	margin-top: 24px;
}
.nyprocate .switch .swiper-scrollbar {
	width: 400px;
	height: 1px;
	background: #dbdbdb;
}
.nyprocate .switch .swiper-scrollbar .swiper-scrollbar-drag {
	height: 3px;
	background: #0c0f1a;
	margin-top: -1px;
	cursor: move;
}
.nyprocate .switch .swiper-scrollbar .swiper-scrollbar-drag:before{
	content: "";
	width: 100%;
	height: 21px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.nyprocate .switch .sitebtn {
    line-height: 56px;
}
.nyprocate .switch .sitebtn span{
    font-size: 14px;
}
.nyprocate .list ul li .pic:hover img{
	transform: scale(1.1);
}
.nyprocate .list ul li .pic:hover:before{
	transform: translate(-50%,-50%) scale(6);
	opacity: 1;
}
.nyprocate .list ul li .pic:hover i{
	opacity: 1;
}
.nyprocate .list ul li .title:hover{
	color: #ef0202;
}

/*产品列表*/
.nyprolist{
	padding: 100px 0;
}
.nyprolist ul{
	margin: -15px;
}
.nyprolist ul li{
	width: calc(100% / 3);
	padding: 15px;
}
.nyprolist ul li .pic{
	height: 300px;
}
.nyprolist ul li .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nyprolist ul li .content{
	padding: 24px 30px;
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.08);
}

.nyprolist ul li .content h2{
	font-size: 20px;
	line-height: 1.5;
}
.nyprolist ul li .content p{
	font-size: 15px;
	line-height: 25px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient:vertical;
}
.nyprolist ul li:hover .pic img{
	transform: scale(1.1);
}
.nyprolist ul li:hover .content:before{
	transform: perspective(300px) rotateX(0deg);
	opacity: 1;
}
.nyprolist ul li:hover .content h2,
.nyprolist ul li:hover .content p{
	color: #fff;
}

/*产品概要*/
.nyproxq{
	padding: 90px 0;
}
.nyproxq .summary .left{
	width: 50%;
	padding: 20px 60px;
}
.nyproxq .summary .left p{
	line-height: 30px;
	margin: 32px 0 60px;
}
.nyproxq .summary .left .xqbtn a{
	line-height: 54px;
	padding: 0 30px;
	border-radius: 2px;
	margin-right: 12px;
}
.nyproxq .summary .left .xqbtn a h5{
	font-size: 14px;
}
.nyproxq .summary .left .xqbtn a i{
	margin-left: 16px;
}
.nyproxq .summary .left .xqbtn span{
	display: block;
	font-size: 28px;
	font-weight: bold;
	padding-left: 4px;
}
.nyproxq .summary .right{
	width: 50%;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.nyproxq .summary .right ul li{
	height: 480px;
}
.nyproxq .summary .right ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nyproxq .summary .right .swiper-button-prev,
.nyproxq .summary .right .swiper-button-next{
	position: absolute !important;
	z-index: 10;
	width: 48px;
	height: 48px;
	cursor: pointer;
	transition: all 0.4s ease;
	transform: translateY(-50%);
	background: #ef0202 !important;
}
.nyproxq .summary .right .swiper-button-prev i,
.nyproxq .summary .right .swiper-button-next i{
	color: #fff;
}
.nyproxq .summary .right .swiper-button-prev{
	left: -48px;
}
.nyproxq .summary .right .swiper-button-next{
	right: -48px;
}
.nyproxq .summary .right:hover .swiper-button-prev{
	left: 0;
}
.nyproxq .summary .right:hover .swiper-button-next{
	right: 0;
}

/*产品详情*/
.nyproxq .details{
	margin-top: 70px;
}
.nyproxq .details .title{
	font-weight: bold;
	font-size: 36px;
}
.nyproxq .details .content{
	padding: 40px 0;
	margin: 30px 0 50px;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}
.nyproxq .details .content p{
	line-height: 30px;
	padding: 5px 0;
}

/*产品询盘*/
.nyproxp{
	background: url(../images/texture.png) center;
	padding: 90px 0;
}

/*推荐产品*/
.nyhotpro{
    padding: 90px 0;
}
.nyhotpro .list{
	margin: 50px 0 40px;
}
.nyhotpro .list ul li .content{
	padding: 24px 20px;
}
.nyhotpro .list ul li .content h3{
	font-size: 18px;
}
.nyhotpro .list ul li:hover .pic img{
	transform: scale(1.1);
}
.nyhotpro .list ul li:hover .content:before {
    transform: perspective(300px) rotateX(0deg);
    opacity: 1;
}
.nyhotpro .list ul li:hover .content h3{
	color: #fff;
}
.nyhotpro .list ul li:hover .content i svg path{
	fill: #ffffff;
}

/*公司新闻*/
.cpnews,
.idnews,
.tlnews,
.vdnews,
.frnews{
	padding: 90px 0;
}
.cpnews .list ul li{
	margin-top: 40px;
}
.cpnews .list ul li:first-child{
	margin-top: 0;
}
.cpnews .list ul li a{
	padding: 40px;
	position: relative;
	overflow: hidden;
}
.cpnews .list ul li a .pic{
	width: 420px;
	height: 280px;
	border-radius: 2px;
}
.cpnews .list ul li a .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cpnews .list ul li a .content{
	width: calc(100% - 480px);
}
.cpnews .list ul li a .content h3{
	font-size: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient:vertical;
}
.cpnews .list ul li a .content p{
	margin: 30px 0 50px;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient:vertical;
}
.cpnews .list ul li a .content span{
	display: block;
	font-size: 18px;
}
.cpnews .list ul li a .more{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: absolute;
	right: -80px;
	bottom: -80px;
	transition: all 0.4s ease;
	opacity: 0;
}
.cpnews .list ul li a .more svg{
	transform: translate(-10px,-10px);
}
.cpnews .list ul li:hover a .pic img{
	transform: scale(1.1);
}
.cpnews .list ul li:hover a .content h3{
	color: #ef0202;
}
.cpnews .list ul li:hover a .more{
	right: -30px;
	bottom: -30px;
	opacity: 1;
}

/*行业动态*/
.idnews .list ul{
	margin: -20px;
}
.idnews .list ul li{
	width: calc(100% / 3);
	padding: 20px;
}
.idnews .list ul li a .pic{
	width: 100%;
	height: 280px;
	border-radius: 2px 2px 0 0;
}
.idnews .list ul li a .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.idnews .list ul li a .content{
	height: 170px;
	padding: 0 30px;
}
.idnews .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;
}
.idnews .list ul li a:hover .pic img{
	transform: scale(1.1);
}
.idnews .list ul li a:hover .content:before{
	transform: perspective(300px) rotateX(0deg);
	opacity: 1;
}
.idnews .list ul li a:hover .content h3,
.idnews .list ul li a:hover .content span{
	color: #fff;
}

/*技术研讨*/
.tlnews .list ul{
	margin: -20px;
}
.tlnews .list ul li{
	width: calc(100% / 3);
	padding: 20px;
}
.tlnews .list ul li a{
	padding: 40px;
	height: 100%;
	position: relative;
	z-index: 0;
}
.tlnews .list ul li a:before{
	content: "";
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #ef0202;
	z-index: -1;
	transition: all 0.4s ease;
	opacity: 0;
}
.tlnews .list ul li a h3{
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient:vertical;
}
.tlnews .list ul li a p{
	font-size: 14px;
	line-height: 26px;
	margin: 20px 0 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient:vertical;
}
.tlnews .list ul li a:hover:before{
	height: 100%;
	top: 0;
	opacity: 1;
}
.tlnews .list ul li a:hover h3,
.tlnews .list ul li a:hover p,
.tlnews .list ul li a:hover span{
	color: #fff;
}

/*企业视频*/
.vdnews .list ul{
	margin: -20px;
}
.vdnews .list ul li{
	width: calc(100% / 3);
	padding: 20px;
}
.vdnews .list ul li a .pic{
	width: 100%;
	height: 280px;
	position: relative;
	z-index: 0;
}
.vdnews .list ul li a .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.vdnews .list ul li a .pic:before{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.vdnews .list ul li a .pic i{
	width: 60px;
	height: 60px;
	border: 2px solid #fff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}
.vdnews .list ul li a .pic i:before{
	content: "";
	width: 100%;
	height: 100%;
	background: #ef0202;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) scale(3);
	z-index: -1;
	transition: all 0.4s ease;
	opacity: 0;
}
.vdnews .list ul li a .pic i svg{
	margin-left: 2px;
}
.vdnews .list ul li a h3{
	font-size: 18px;
	margin-top: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient:vertical;
}
.vdnews .list ul li a:hover .pic i{
	border-color: transparent;
}
.vdnews .list ul li a:hover .pic i:before{
	transform: translate(-50%,-50%) scale(1);
	opacity: 1;
}
.vdnews .list ul li a:hover .pic img{
	transform: scale(1.1);
}
.vdnews .list ul li a:hover h3{
	color: #ef0202;
}

/*友好往来*/
.frnews .list{
	margin: -20px;
}
.frnews .list ul li{
	width: calc(100% / 3);
	padding: 20px;
	cursor: pointer;
}
.frnews .list ul li .title{
	font-size: 18px;
	margin-top: 24px;
	line-height: 1.5;
}
.frnews .list ul li .pic{
	position: relative;
	height: 280px;
}
.frnews .list ul li .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.frnews .list ul li:hover .pic img{
	transform: scale(1.1);
}
.frnews .list ul li:hover .title{
    color: #ef0202;
}

/*新闻详情*/
.nynewsxq{
	padding: 80px 0 90px;
}
.nynewsxq .newsxq .title h3{
	font-size: 32px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.nynewsxq .newsxq .title .deliver span{
	display: block;
	margin: 0 10px;
}
.nynewsxq .newsxq .content{
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	margin: 40px 0;
	padding: 30px 0;
}
.nynewsxq .newsxq .content p{
	line-height: 1.8;
	padding: 4px 0;
}
.nynewsxq .newsxq .content p video{
	width: 100% !important;
	height: auto !important;
}
.nynewsxq .newsxq .content p img{
	margin: 20px auto;
	width: 80%;
}

/*工程业绩*/
.nyproject{
	padding: 90px 0;
}
.nyproject .list{
	margin: -20px;
}
.nyproject .list ul li{
	width: 50%;
	padding: 20px;
	cursor: pointer;
}
.nyproject .list ul li .title{
	font-size: 20px;
	line-height: 1.5;
	margin-top: 20px;
}
.nyproject .list ul li .pic{
	position: relative;
	height: 370px;
}
.nyproject .list ul li .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nyproject .list ul li .pic:before {
    content: "";
    width: 100%;
    height: 0;
    background: rgba(239,2,2,0.7);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.4s ease;
    opacity: 0;
}
.nyproject .list ul li .pic i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,20%);
    z-index: 5;
    opacity: 0;
}
.nyproject .list ul li .pic:hover img{
	transform: scale(1.1);
}
.nyproject .list ul li .pic:hover:before {
    opacity: 1;
    height: 100%;
    top: 0;
}
.nyproject .list ul li .pic:hover i {
    transform: translate(-50%,-50%);
    opacity: 1;
}
.nyproject .list ul li .title:hover{
    color: #ef0202;
}

/*应用领域*/
.nyapp{
	padding: 90px 0;
}
.nyapp .left{
	width: 50%;
	overflow: hidden;
}
.nyapp .left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nyapp .left:hover img{
	transform: scale(1.06);
}
.nyapp .right{
	width: 50%;
	padding: 60px 60px 52px;
}
.nyapp .right .apptitle h3{
	font-size: 36px;
	margin-right: 16px;
}
.nyapp .right .apptitle span{
	text-transform: capitalize;
}
.nyapp .right .line{
	width: 60px;
	height: 2px;
	margin-top: 30px;
	background: #ccc;
}
.nyapp .right .content{
	margin: 40px 0;
}
.nyapp .right .content p{
	line-height: 30px;
}
.nyapp .right h4{
	font-size: 18px;
	line-height: 30px;
}
.nyappcate .list{
	margin-top: 50px;
}
.nyappcate .list ul li{
	width: 25%;
}
.nyappcate .list ul li .content{
	padding: 40px 40px 50px;
	background: #f5f5f5;
}
.nyappcate .list ul li:nth-child(2n) .content{
	background: #fff;
}
.nyappcate .list ul li .content h3{
	font-size: 28px;
}
.nyappcate .list ul li .content p{
	font-size: 15px;
	line-height: 25px;
	margin: 15px 0 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient:vertical;
}
.nyappcate .list ul li .content i{
	width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #ef0202;
    margin: 0 auto;
}
.nyappcate .list ul li:hover .pic img{
	transform: scale(1.1);
}
.nyappcate .list ul li:hover .content:before {
    transform: perspective(300px) rotateX(0deg);
    opacity: 1;
}
.nyappcate .list ul li:hover .content h3,
.nyappcate .list ul li:hover .content p{
	color: #fff;
}
.nyappcate .list ul li:hover .content i{
	border-color: #fff;
}
.nyappcate .list ul li:hover .content i svg path{
	fill: #ffffff;
}

/*联系我们*/
.nycontact{
	padding: 90px 0;
}
.nycontact .left{
	width: 480px;
	background: url(../images/conbg1.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	z-index: 0;
}
.nycontact .left:before{
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/bot.png) repeat center rgba(3,6,16,0.85);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.nycontact .left ul{
	width: 100%;
	height: 100%;
}
.nycontact .left ul li{
	width: 100%;
	padding: 60px 50px;
}
.nycontact .left ul li:last-child{
	background: rgba(239,2,2,0.7);
}
.nycontact .left ul li dl dt{
	font-size: 20px;
}
.nycontact .left ul li dl i{
	display: block;
	width: 30px;
	height: 2px;
	background: #fff;
	margin: 20px 0 28px;
}
.nycontact .left ul li dl dd{
	margin-bottom: 20px;
}
.nycontact .left ul li dl dd:last-child{
	margin-bottom: 0;
}
.nycontact .left ul li dl dd a:hover{
	text-decoration: underline;
}
.nycontact .right{
	width: calc(100% - 480px);
}
.nycontact .map #mapContainer {
	width: 100%;
	height: 100%;
	margin: 0;
	border: 1px solid #ccc;
}
/*联系留言*/
.nyfeed {
	padding: 90px 0;
	background: url(../images/feedbg.jpg) no-repeat center bottom #f8f8f8;
}


/*最新招聘*/
.nyjob{
	padding: 90px 0;
}
.nyjob .jobitem{
	line-height: 80px;
	font-size: 18px;
	margin-bottom: 30px;
}
.nyjob .jobitem h4{
	padding: 0 50px;
	width: 30%;
	border-right: 1px solid rgba(255,255,255,0.1);
}
.nyjob .jobitem i{
	width: 10%;
}
.nyjob .jobitem span{
	display: block;
	width: 20%;
	border-right: 1px solid rgba(255,255,255,0.1);
	text-align: center;
}
.nyjob .list ul li{
	margin-bottom: 20px;
}
.nyjob .list ul li:last-child{
	margin-bottom: 0;
}
.nyjob .list ul li .top{
	line-height: 80px;
	font-size: 18px;
	border: 1px solid #dbdbdb;
	transition: all 0.4s ease;
}
.nyjob .list ul li .top h4{
	padding: 0 50px;
	width: 30%;
	border-right: 1px solid rgba(255,255,255,0.1);
}
.nyjob .list ul li .top i{
	width: 10%;
}
.nyjob .list ul li .top span{
	display: block;
	width: 20%;
	border-right: 1px solid rgba(255,255,255,0.1);
	text-align: center;
}
.nyjob .list ul li .top i em{
    display: block;
    width: 16px;
    height: 16px;
    position: relative;
}
.nyjob .list ul li .top i em:before,
.nyjob .list ul li .top i em:after {
	content: "";
	background: #0c0f1a;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.4s;
}
.nyjob .list ul li .top i em:before {
	width: 100%;
	height: 2px;
}
.nyjob .list ul li .top i em:after {
	width: 2px;
	height: 100%;
}
.nyjob .list ul li .top.on{
	border-color: #ef0202;
	background: #ef0202;
}
.nyjob .list ul li .top.on h4,
.nyjob .list ul li .top.on span{
	color: #fff;
}
.nyjob .list ul li .top.on i em{
	transform: rotate(135deg);
}
.nyjob .list ul li .top.on i em:before,
.nyjob .list ul li .top.on i em:after{
	background: #fff;
}
.nyjob .list ul li .bottom{
	background: #f5f5f5;
	border-top: none;
	padding: 50px;
	display: none;
}
.nyjob .list ul li .bottom .content .info{
	width: calc(100% - 300px);
}
.nyjob .list ul li .bottom .content .info h3{
	font-size: 18px;
	color: #e50012;
	line-height: 2;
	padding-bottom:10px;
}
.nyjob .list ul li .bottom .content .info p{
	line-height: 2;
}
.nyjob .list ul li .bottom .content .apply{
	border-radius: 4px;
	padding: 20px 30px;
	margin-bottom: 10px;
}
.nyjob .list ul li .bottom .content .apply span{
	display: block;
}
.nyjob .list ul li .bottom .content .apply a{
	display: block;
	font-weight: bold;
	font-size: 24px;
	margin-top: 16px;
}

/*搜索结果*/
.nyban .search{
	padding: 70px 0 40px;
}
.nyban .search form input{
	display: block;
	width: 400px;
	line-height: 60px;
	font-size: 16px;
	color: #999;
	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;
}
.nyban .result{
	font-size: 32px;
}
.nysearch{
	padding: 90px 0;
}
.nysearch .list ul li{
	padding-bottom: 50px;
	margin-top: 50px;
	border-bottom: 1px solid #dbdbdb;
}
.nysearch .list ul li:first-child{
	margin-top: 0;
}
.nysearch .list ul li .content{
	width: calc(100% - 500px);
}
.nysearch .list ul li .content .title{
	font-size: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient:vertical;
}
.nysearch .list ul li .content p{
	line-height: 1.8;
	margin: 30px 0 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient:vertical;
}
.nysearch .list ul li .content h4{
	font-size: 18px;
}
.nysearch .list ul li .pic{
	width: 420px;
	height: 280px;
	border-radius: 2px;
}
.nysearch .list ul li .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nysearch .list ul li:hover{
	border-bottom: 1px solid #ef0202;
}
.nysearch .list ul li .content .title:hover{
	color: #ef0202;
}
.nysearch .list ul li .content h4 a:hover{
	text-decoration: underline;
}

.nysearch .list ul li .pic:hover img{
	transform: scale(1.1);
}

/*地图*/
#mapContainer .info {
	border: 1px solid #ccc;
	width: max-content;
}

#tip {
	height: 30px;
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	font-size: 12px;
	right: 10px;
	bottom: 20px;
	border-radius: 3px;
	line-height: 30px;
	border: 1px solid #ccc;
}

div.info-top {
	position: relative;
	background: none repeat scroll 0 0 #F9F9F9;
	border-bottom: 1px solid #CCC;
}

div.info-top div {
	display: block;
	color: #1a1a1a;
	font-size: 16px;
	line-height: 40px;
	padding: 0 15px;
	text-align: left;
}

div.info-top img {
	position: absolute;
	top: 16px;
	right: 15px;
	transition-duration: 0.25s;
}

div.info-middle {
	height: auto;
	padding: 16px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

div.info-middle img {
	float: none !important;
	margin: 0 15px 0 0 !important;
	display: none;
}

div.info-middle p {
	font-size: 14px;
	line-height: 26px;
}

div.info-bottom {
	height: 0px;
	width: 100%;
	clear: both;
	text-align: center;
}

div.info-bottom img {
	position: relative;
	z-index: 104;
	left: 46%;
}
