﻿@charset "UTF-8";


.ny-banner {
	width:100%;
	position:relative;
	transition:all ease .5s;
}
.ny-banner.production2 {
	height:800px;
}
.ny-banner .img {
	width:100%;
	overflow:hidden;
}
.ny-banner .img img {
	width:100%;
}
.microsite {
	width:100%;
	padding:80px 0 0;
}
.microsite .box1 {
	width:100%;
	display:table;
}
.microsite .box1 .imgbox {
	width:50%;
	float:left;
	position:relative;
}
.microsite .box1 .imgbox img{
	max-width: 100%;
}
.microsite .box1 .imgbox .img1 {
	width:48.75%;
	margin-left:30.75%;
	z-index:3;
	position:relative;
	opacity:0;
	transition:all ease .5s .4s;
}
.microsite .box1.active .imgbox .img1 {
	opacity:1;
}
.microsite .box1 .imgbox .img2 {
	position:absolute;
	width:28.75%;
	left:42%;
	top:0;
	z-index:2;
	transition:all ease 1s .8s;
	opacity:0;
}
.microsite .box1.active .imgbox .img2 {
	left:21%;
	opacity:1;
}
.microsite .box1 .imgbox .img3 {
	position:absolute;
	width:28.75%;
	right:33%;
	top:0;
	z-index:2;
	transition:all ease 1s .8s;
	opacity:0;
}
.microsite .box1.active .imgbox .img3 {
	right:13.375%;
	opacity:1;
}
.microsite .box1 .imgbox .img4 {
	position:absolute;
	width:25%;
	left:42%;
	top:0;
	transition:all ease 1.5s 1.2s;
	opacity:0;
}
.microsite .box1.active .imgbox .img4 {
	left:10.75%;
	opacity:1;
}
.microsite .box1 .imgbox .img5 {
	position:absolute;
	width:25%;
	right:33%;
	top:0;
	transition:all ease 1.5s 1.2s;
	opacity:0;
}
.microsite .box1.active .imgbox .img5 {
	right:1%;
	opacity:1;
}
.microsite .box1 .tbox {
	width:43%;
	float:right;
	padding-top:195px;
}
.microsite .box1 .tbox .t1 {
	font-size:36px;
	line-height:1;
	font-weight:bold;
	color:#222;
}
.microsite .box1 .tbox .t2{
	width:79%;
	font-size:24px;
	line-height:36px;
	color:#222;
	margin-top:22px;
}

.microsite .box2 {
	width:100%;
	height:750px;
	
	padding:80px 0 0;
	margin-top:10px;
	display:table;
}
.microsite .box2_box{
	background:url(../images/mbg1.jpg) center center no-repeat;
	background-size:auto 100%;
}
.microsite .box2 .tbox {
	width:34.375%;
	float:left;
	padding-top:230px;
}
.microsite .box2 .tbox .t1 {
	font-size:36px;
	font-weight:bold;
	line-height:1;
	color:#222;
}
.microsite .box2 .tbox .t2 {
	font-size:24px;
	line-height:36px;
	color:#222;
	margin-top:24px;
}
.microsite .box2 .img {
	width:52.5%;
	float:right;
	opacity:0;
	transition:all ease 1.5s .5s;
}
.microsite .box2 .img img{
	max-width: 100%;
}
.microsite .box2.active .img {
	opacity:1;
}

.microsite .box3 {
	width:100%;
	height:800px;
	background:#fff;
	padding:0 0;
	position:relative;
	overflow:hidden;
	margin-top:10px;
}
.microsite .box3 .img {
	width:88%;
	position:absolute;
	left:0;
	top:-155px;
	transition:all ease 3s .5s;
}
.microsite .box3 .img img{
	max-width: 100%;
}
.microsite .box3.active .img {
	top:-555px;
}
.microsite .box3 .tbox {
	width:39.5%;
	float:right;
	padding-top:286px;
	position:relative;
	z-index:2;
}
.microsite .box3 .tbox .t1 {
	font-size:36px;
	font-weight:bold;
	color:#222;
	line-height:1;
}
.microsite .box3 .tbox .t2 {
	font-size:22px;
	line-height:36px;
	color:#222;
	margin-top:22px;
	width:85%;
}

.microsite .box4 {
	width:100%;
	height:760px;
	background:url(../images/mbg2.jpg) center center no-repeat;
	background-size:auto 100%;
	padding:0 0;
	margin-top:10px;
	overflow:hidden;
}
.microsite .box4_box{
	background:url(../images/mbg2.jpg) center center no-repeat;
	background-size:auto 100%;
}
.microsite .box4 .tbox {
	width:33%;
	float:left;
	padding-top:315px;
}
.microsite .box4 .tbox .t1 {
	font-size:36px;
	font-weight:bold;
	color:#222;
	line-height:1;
}
.microsite .box4 .tbox .t2 {
	font-size:22px;
	line-height:36px;
	color:#222;
	margin-top:22px;
}
.microsite .box4 .imgbox {
	width:53%;
	height:100%;
	float:right;
	position:relative;
	overflow:hidden;
}
.microsite .box4 .imgbox img{
	max-width: 100%;
}
.microsite .box4 .imgbox .img1 {
	width:37%;
	position:absolute;
	left:0;
	top:100%;
	transition:all ease 1.5s .5s;
}
.microsite .box4.active .imgbox .img1 {
	top:67px;
}
.microsite .box4 .imgbox .img2 {
	width:37.6%;
	position:absolute;
	left:42.5%;
	top:-120%;
	transition:all ease 2s .8s;
}
.microsite .box4.active .imgbox .img2 {
	top:194px;
}



.relevant-information {
	width:100%;
	padding:80px 0 43px;
}
.relevant-information .title {
	font-size:36px;
	font-weight:bold;
	color:#222;
	line-height:1;
}
.relevant-information .txt {
	font-size:14px;
	line-height:24px;
	color:#222;
	margin-top:22px;
}
.relevant-information .list {
	max-width:1600px;
	margin:45px auto 0;
	display:table;
}
.relevant-information .list li {
	float:left;
	width:23.75%;
	height:150px;
	border:1px solid #d8d8d8;
	margin-right:1.6%;
	margin-bottom:27px;
	box-sizing:border-box;
	padding:20px 40px 0 30px;
	transition:all ease .3s;
}
.relevant-information .list li:hover {
	border:1px solid #21abd7;
}
.relevant-information .list li:nth-child(4n) {
	margin-right:0;
}
.relevant-information .list li a {
	display:block;
}
.relevant-information .list li .t1 {
	font-size:16px;
	line-height:30px;
	height:60px;
	color:#222;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.relevant-information .list li .t2 {
	font-size:18px;
	line-height:24px;
	color:#999;
	margin-top:18px;
}




@media(max-width:1660px) {
	.ny-banner .boxs,.news-info,.news .box1,.news .list1,.page-list {
		margin:0 30px;
	}
	.case-tj {
		margin:60px 30px 0;
	}
	.ny-banner .nb-menu {
		padding-left:30px;
	}
}
@media(max-width:1370px) {
	.ny-banner {
		height:580px;
	}
	.ny-banner .boxs.n1 {
		padding-top:250px;
	}
	.design .list li .tbox .t2 {
		padding:0 12%;
	}
	.relevant-information .list li {
		    padding: 20px 20px 0;0
	}

	.microsite .box1 .tbox {
		padding-top:130px;
	}
	.microsite .box2,.microsite .box3,.microsite .box4 {
		height:580px;
	}
	.microsite .box2 .tbox {
		padding-top:160px;
	}
	.microsite .box3 .img {
		width:60%;
	}
	.microsite .box3.active .img {
		top:-210px;
	}
	.microsite .box3 .tbox {
		padding-top:230px;
	}
	.microsite .box4 .tbox {
		padding-top:230px;
	}
	.microsite .box1 .tbox .t2,.microsite .box2 .tbox .t2,.microsite .box3 .tbox .t2,.microsite .box4 .tbox .t2 {
		font-size:18px;
	}

	

}
@media(max-width:1330px) {
	.ny-banner .boxs.n1 .breadcrumbs {
		display:none;
	}
}
@media(max-width:1200px) {
	.ny-banner .boxs.n2 .box .t2 {
		padding:10px;
		line-height:30px;
	}
}

