﻿/*关于我们*/
#profile{
	padding: 110px 0 100px;
	background: url(../images/nyaboutbg.jpg) no-repeat left bottom;
	background-size: cover;
}
#profile .content{
	width: 1000px;
}
#profile .content h2{
	font-size: 42px;
	padding-bottom: 20px;
}
#profile .content .summary p{
	font-size: 18px;
	line-height: 34px;
	margin-top: 20px;
}
#num{
	padding: 60px 0;
	background: linear-gradient(-90deg, #0c7e87 , #127564);
}
#num i{
	display: block;
	width: 1px;
	height: 80px;
	background: #fff;
	opacity: 0.3;
}
#num li .item h3{
	font-size: 56px;
	line-height: 46px;
	font-family: din;
}
#num li .item em{
	margin-left: 10px;
	margin-top: 2px;
}
#num li p{
	margin-top: 20px;
	line-height: 1.5;
}

/*公司环境*/
#factory{
	padding: 110px 0;
}
#factory .list{
	margin-top: 60px;
}
#factory .list ul li{
	transform: scale(0.88);
	cursor: pointer;
}
#factory .list ul li .pic{
	position: relative;
	height: 340px;
}
#factory .list ul li .pic h3{
	font-size: 16px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -60px;
	line-height: 60px;
	background: rgba(0,0,0,0.3);
	text-align: center;
	opacity: 0;
}
#factory .list ul li.swiper-slide-active{
	transform: scale(1);
}
#factory .list ul li.swiper-slide-active .pic h3{
	bottom: 0;
	opacity: 1;
}
#factory .list ul li.swiper-slide-active .pic:hover img{
	transform: scale(1.1);
}
#factory .list ul li.swiper-slide-active .pic:hover h3{
	background: rgba(12,126,135,0.9);
}
#factory .list .swiper-pagination{
	margin-top: 60px;
}
#factory .list .swiper-pagination span.swiper-pagination-bullet{
	border-color: #0C7E87;
}
#factory .list .swiper-pagination span.swiper-pagination-bullet:before{
	background: #0C7E87;
}

/*企业文化*/
#culture{
	padding: 100px 0;
	background: url(../images/culbg.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	z-index: 0;
}
#culture:before{
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/bot.png) repeat center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
#culture .list .item{
	width: calc((100% - 96px) / 4);
	margin: 12px;
	height: 280px;
}
#culture .list dd.item{
	position: relative;
	z-index: 0;
}
#culture .list dd.item:before{
	content: "";
    width: 0;
    height: 100%;
    background: linear-gradient(0deg, #0c7e87 , #2fa8b2);
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    transition: all 0.4s ease;
    opacity: 0;
}
#culture .list dt.item p{
	font-size: 18px;
	line-height: 32px;
	margin-top: 38px;
	padding-right: 40px;
}
#culture .list dd.item{
	background: rgba(255,255,255,0.1);
}
#culture .list dd.item i{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: 0 auto;
}
#culture .list dd.item h3{
	font-size: 24px;
	margin: 40px 0 24px;
}
#culture .list dd.item:hover:before{
    width: 100%;
    left: 0;
    opacity: 1;
}
#culture .list dd.item:hover i{
    background: #fff;
}
#culture .list dd.item:hover i svg path{
    fill: #0c7e87;
}

/*荣誉资质*/
#honor{
	padding: 110px 0;
}
#honor .list{
	margin-top: 60px;
}
#honor .list li{
	border: 2px solid #e5e5e5;
	padding: 50px;
	transition: all 0.4s ease;
}
#honor .list li h3{
	margin-top: 30px;
	font-size: 18px;
}
#honor .list li:hover{
	background: #f8feff;
	border-color: #0c7e87;
}
#honor .list li:hover h3{
	color: #0c7e87;
}
#honor .swiper-pagination{
	display: none;
}

/*生产设备*/
#equip{
	padding: 110px 0;
	background: url(../images/equipbg.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
#equip .left{
	width: 550px;
}
#equip .left .nyvideo{
	height: 490px;
	margin-top: 60px;
	position: relative;
	z-index: 0;
	cursor: pointer;
}
#equip .left .nyvideo:before{
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/bot.png) repeat center rgba(15,18,22,0.6);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
#equip .left .nyvideo dl{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	transform: translate(-50%,-50%);
}
#equip .left .nyvideo dl dt{
	width: 60px;
	height: 60px;
	margin: 0 auto 40px;
	border-radius: 50%;
}
#equip .left .nyvideo dl dt svg{
	margin-left: 4px;
}
#equip .left .nyvideo dl dd{
	font-size: 24px;
}
#equip .left .nyvideo:hover img{
	transform: scale(1.1);
}
#equip .right{
	width: calc(100% - 560px);
}
#equip .right .switch{
	height: 90px;
}
#equip .right .switch .swiper-scrollbar {
    width: 400px;
    height: 1px;
    background: #999;
}
#equip .right .switch .swiper-scrollbar .swiper-scrollbar-drag {
	height: 3px;
	background: #0c0f1a;
	margin-top: -1px;
	cursor: move;
}
#equip .right .switch .swiper-scrollbar .swiper-scrollbar-drag:before{
	content: "";
	width: 100%;
	height: 21px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
#equip .right .switch dd{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #0c7e87 !important;
	margin-left: 10px;
}
#equip .right .list{
	margin-top: 60px;
}
#equip .right .list li{
	height: 240px;
	cursor: pointer;
}
#equip .right .list li h3{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 55px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	background: rgba(0,0,0,0.4);
}
#equip .right .list li:hover img{
	transform: scale(1.1);
}
#equip .right .list li:hover h3{
	background: rgba(12,126,135,0.9);
}

/*内页视频*/
.innermv {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999999;
	width: 100%;
	height: 100%;
	background: rgba(7, 16, 26, 0.95);
}
.innermv video {
	display: block;
	height: auto;
	width: 1280px;
}
.innermv .mvclose {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	cursor: pointer;
	transition: all 0.4s;
}

/*产品工艺*/
.nyproxq{
	padding: 110px 0;
}
.nyproxq .left{
	width: calc(100% - 500px);
	padding: 60px 50px;
	box-shadow: 0 0 80px 0 rgba(0,0,0,0.08);
}
.nyproxq .left .title{
	font-size: 36px;
	padding-bottom: 30px;
	margin-bottom: 40px;
	border-bottom: 1px solid #dbdbdb;
}
.nyproxq .left .content h4{
	font-size: 20px;
	color: #0c7e87;
	margin-bottom: 20px;
	font-weight: 800;
}
.nyproxq .left .content p{
	color: #4c4c4c;
	line-height: 1.8;
	margin: 10px 0;
}
.nyproxq .left .content p img{
	margin: 0 auto;
}
.nyproxq .left .content table{
	width: 100%;
}
.nyproxq .left .content table tr td{
	vertical-align: middle;
}
.nyproxq .left .content .table1 tr td.tright{
	padding-left: 50px;
}
.nyproxq .left .content .table1 tr td.tleft{
	padding-right: 50px;
}
.nyproxq .left .content .table1 tr td h3{
	font-size: 18px;
	color: #0c7e87;
	margin-bottom: 20px;
}
.nyproxq .left .content .table1 tr td p{
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 10px;
}
.nyproxq .left .content .table1 tr td p:last-child{
	margin-bottom: 0;
}

.nyproxq .left .content .table2 tr td{
	border: 1px solid #dbdbdb;
	padding: 16px 10px;
	background: #f8f8f8;
}
.nyproxq .left .content .table2 tr td h3{
	font-size: 18px;
	color: #0c7e87;
	margin: 6px 0 14px;
}
.nyproxq .left .content .table2 tr td p{
	font-size: 14px;
	line-height: 24px;
	margin-top: 12px;
}

.nyproxq .left .content .table3 tr td{
	border: 1px solid #dbdbdb;
	padding: 16px 16px 12px;
}
.nyproxq .left .content .table3 tr td p{
	font-size: 16px;
	line-height: 24px;
	margin-top: 16px;
	color: #333;
}

.nyproxq .left .content .table4 tr td{
	border: 1px solid #dbdbdb;
	padding: 16px 16px 12px;
}
.nyproxq .left .content .table4 tr td p{
	font-size: 16px;
	line-height: 24px;
	margin-top: 16px;
	color: #333;
}
.nyproxq .left .content .table5{
	width: 100% !important;
}
.nyproxq .left .content .table5 tr td{
	border: 1px solid #dbdbdb;
	padding: 16px;
}
.nyproxq .left .content .table5 video{
	display: block;
	width: 100% !important;
	height: auto !important;
}


.nyproxq .left .content p a.link{
	display: block;
	line-height: 60px;
	font-size: 18px;
	width: 100%;
}

.nyproxq .right{
	position: sticky;
	top: 120px;
	width: 450px;
	padding: 60px 50px;
	box-shadow: 0 0 80px 0 rgba(0,0,0,0.08);
}
.nyproxq .right > .title{
	border-bottom: 1px solid #dbdbdb;
}
.nyproxq .right > .title h3 {
    font-size: 36px;
    padding-bottom: 24px;
    border-bottom: 3px solid #0C7E87;
    transform: translateY(2px);
}
.nyproxq .right .list .item{
	display: block;
	margin-top: 40px;
}
.nyproxq .right .list .item .pic{
	height: 200px;
	margin-bottom: 20px;
}
.nyproxq .right .list .item .title h3{
	font-size: 18px;
}
.nyproxq .right .list .item:hover .pic img{
	transform: scale(1.1);
}
.nyproxq .right .list .item:hover .title h3{
	color: #0C7E87;
}
.nyproxq .right .list .item:hover .title i svg path{
	fill: #0C7E87;
}

/*色卡列表*/
.nyproxq .left .list ul{
	margin: -16px -10px;
}
.nyproxq .left .list ul li{
	width: calc(100% / 3);
	padding: 16px 10px;
}
.nyproxq .left .list ul li .pic{
	height: 240px;
}
.nyproxq .left .list ul li h3{
	font-size: 16px;
	margin-top: 24px;
}

/*工程案例*/
.nycase{
	padding: 110px 0;
}
.nycase .list{
	margin: -25px;
}
.nycase .list ul li{
	width: calc(100% / 3);
	padding: 25px;
}
.nycase .list ul li .pic{
	height: 330px;
	position: relative;
	z-index: 0;
}
.nycase .list ul li .pic:before {
    content: "";
    width: 100%;
    height: 0;
    background: linear-gradient(-90deg, #0c7e87 , #127564);
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    transition: all 0.4s ease;
    opacity: 0;
}
.nycase .list ul li .pic i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,20%);
    z-index: 5;
    opacity: 0;
}
.nycase .list ul li h3{
	font-size: 22px;
	margin-top: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.nycase .list ul li:hover .pic:before{
	top: 0;
	height: 100%;
	opacity: 0.8;
}
.nycase .list ul li:hover .pic img{
	transform: scale(1.1);
}
.nycase .list ul li:hover .pic i {
    transform: translate(-50%,-50%);
    opacity: 1;
}
.nycase .list ul li:hover h3{
	color: #0C7E87;
}

/*检测报告*/
#report{
	padding: 110px 0;
}
#report .left{
	width: calc(100% - 560px);
}
#report .left .list{
	margin-top: 60px;
}
#report .left .list ul li{
	padding: 20px;
	background: #f5f5f5;
	border: 2px solid #f5f5f5;
}
#report .left .list ul li.swiper-slide-thumb-active{
	border-color: #0c7e87;
}
#report .left .switch{
	margin-top: 50px;
}
#report .left .switch .swiper-scrollbar {
    width: 400px;
    height: 1px;
    background: #999;
}
#report .left .switch .swiper-scrollbar .swiper-scrollbar-drag {
	height: 3px;
	background: #0c0f1a;
	margin-top: -1px;
	cursor: move;
}
#report .left .switch .swiper-scrollbar .swiper-scrollbar-drag:before{
	content: "";
	width: 100%;
	height: 21px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
#report .left .switch dd{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #0c7e87 !important;
	margin-left: 10px;
}

#report .right{
	width: 480px;
	padding: 50px;
}

/*过程管控*/
#process{
	background: url(../images/qualitybg.jpg) no-repeat center;
	padding: 110px 0;
	background-attachment: fixed;
	background-size: cover;
}
#process .list{
	margin-top: 60px;
}
#process .list ul li{
	width: calc((100% - 72px) / 4);
	background: rgba(255,255,255,0.1);
	padding: 20px;
	border: 1px solid rgba(255,255,255,0.3);
}
#process .list ul li .pic{
	height: 260px;
}
#process .list ul li h3{
	font-size: 20px;
	padding: 10px;
	margin-top: 20px;
}
#process .list ul li:hover{
	border: 1px solid #4dfffd;
}
#process .list ul li:hover .pic img{
	transform: scale(1.1);
}

/*检测设备*/
#testing{
	padding: 110px 20px 20px;
}
#testing .list{
	margin-top: 60px;
}

#testing .list ul li .pic{
	height: 240px;
}
#testing .list ul li h3{
	font-size: 18px;
	line-height: 64px;
}
#testing .swiper-pagination{
	display: none;
}
#testing .list ul li:hover .pic img{
	transform: scale(1.1);
}
#testing .list ul li:hover h3{
	background: #0c7e87;
	color: #fff;
}

/*新闻中心*/
.nynews{
	padding: 110px 0;
}
.nynews .list ul{
	margin: -30px;
}
.nynews .list ul li{
	width: calc(100% / 3);
	padding: 30px;
}
.nynews .list ul li .date h2{
	font-size: 42px;
	line-height: 34px;
	font-family: din;
}
.nynews .list ul li .date i{
	font-size: 16px;
	line-height: 12px;
	font-family: din;
	font-weight: 300;
	margin: 0 10px;
}
.nynews .list ul li .date span{
	font-size: 18px;
	line-height: 14px;
	font-family: din;
	font-weight: 300;
}
.nynews .list ul li .ctitle{
	font-size: 26px;
	line-height: 40px;
	margin: 30px 0;
	height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient:vertical;
}
.nynews .list ul li .pic{
	height: 320px;
	position: relative;
	z-index: 0;
}
.nynews .list ul li .pic .more{
	width: 160px;
	line-height: 60px;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: -60px;
	transition: all 0.4s ease;
	font-size: 14px;
	opacity: 0;
}
.nynews .list ul li .pic .more span{
	margin-left: 10px;
}
.nynews .list ul li .ctitle:hover{
	color: #0c7e87;
}
.nynews .list ul li .pic:hover img{
	transform: scale(1.1);
}
.nynews .list ul li .pic:hover .more{
	bottom: 0;
	opacity: 1;
}

/*新闻详情*/
.nynewsxq{
	padding: 100px 0 110px;
}
.nynewsxq .left{
	width: calc(100% - 500px);
}
.nynewsxq .left .title h3{
	font-size: 36px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.nynewsxq .left .title .deliver span{
	display: block;
	margin-right: 30px;
}
.nynewsxq .left .content{
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	margin: 40px 0;
	padding: 30px 0;
}
.nynewsxq .left .content p{
	line-height: 2;
	padding: 5px 0;
}
.nynewsxq .left .content p img{
	margin: 20px auto;
	width: 80%;
}
.nynewsxq .right{
	width: 420px;
	position: sticky;
	top: 120px;
}
.nynewsxq .right .title{
	border-bottom: 1px solid #dbdbdb;
}
.nynewsxq .right .title h3{
	font-size: 36px;
	padding-bottom: 24px;
	border-bottom: 3px solid #0C7E87;
	transform: translateY(2px);
}
.nynewsxq .right .list ul li{
	margin-top: 40px;
}
.nynewsxq .right .list ul li .pic{
	height: 280px;
	position: relative;
	z-index: 0;
}
.nynewsxq .right .list ul li .pic h3{
	width: 100%;
	font-size: 18px;
	line-height: 1.5;
	padding: 0 60px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	opacity: 0;
}
.nynewsxq .right .list ul li .pic h3:before,
.nynewsxq .right .list ul li .pic h3:after{
	content: "";
	height: 1px;
	background: #fff;
	position: absolute;
	width: 50%;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.4s;
	opacity: 0;
}
.nynewsxq .right .list ul li .pic h3:before{
	top: -15px;
}
.nynewsxq .right .list ul li .pic h3:after{
	bottom: -15px;
}
.nynewsxq .right .list ul li .pic:before{
	content: "";
	width: 100%;
	height: 0;
	background: linear-gradient(-90deg, #0c7e87 , #127564);
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
	transition: all 0.4s ease;
	opacity: 0;
}
.nynewsxq .right .list ul li .content{
	margin-top: 30px;
}
.nynewsxq .right .list ul li .content a{
	display: block;
	font-size: 20px;
	margin-top: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.nynewsxq .right .list ul li .pic:hover img{
	transform: scale(1.1);
}
.nynewsxq .right .list ul li .pic:hover:before{
	height: 100%;
	top: 0;
	opacity: 0.9;
}
.nynewsxq .right .list ul li .pic:hover h3{
	opacity: 1;
}
.nynewsxq .right .list ul li .pic:hover h3:before,
.nynewsxq .right .list ul li .pic:hover h3:after{
	width: 40px;
	opacity: 1;
}
.nynewsxq .right .list ul li .content a:hover{
	color: #0c7e87;
}

/*联系方式*/
#contact{
	padding: 110px 0;
	background: url(../images/conbg.jpg) no-repeat right center;
	background-size: cover;
	position: relative;
	z-index: 0;
}
#contact .content .item{
	margin: 140px 0  90px;
}
#contact .content .item h3{
	font-size: 24px;
}
#contact .content .item a{
	display: block;
	font-size: 42px;
	margin-top: 24px;
	font-weight: bold;
}
#contact .content ul li{
	margin-right: 90px;
}
#contact .content ul li h3{
	font-size: 24px;
}
#contact .content ul li p{
	font-size: 24px;
	margin-top: 20px;
}
#contact .content ul li p a:hover{
	color: #0c7e87;
}
#contact .circle {
    position: absolute;
    top: 38%;
    right: 17%;
}

/*客户留言*/
#message{
	padding: 110px 0;
	background: linear-gradient(-90deg, #0c7e87 , #127564);
	position: relative;
    z-index: 0;
}
#message canvas {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
#message .feedback{
	margin-top: 60px;
}
#message .feedback form input{
	width: calc((100% - 30px) / 2);
	margin-bottom: 30px;
	padding: 20px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	border: 1px solid rgba(255,255,255,0.3);
	background: rgba(255,255,255,0.1);
}
#message .feedback form textarea{
	width: 100%;
	height: 180px;
	margin-bottom: 40px;
	padding: 20px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	border: 1px solid rgba(255,255,255,0.3);
	background: rgba(255,255,255,0.1);
}
#message .feedback form button{
	width: 200px;
	height: 66px;
	font-size: 16px;
	background: #051212;
	cursor: pointer;
}
#message .feedback form button:hover{
	background: #ffffff;
	color: #0c7e87;
}