﻿/**********************************************************************************************/

#ny-main {
	margin-top: 350px;
	padding: 80px 0;
	background: #FFFFFF;
}

.ny-title {
	padding-bottom: 20px;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #EAEAEA;
}

.ny-title p.p-1 {
	font-size: 28px;
	color: rgb(68, 68, 68);
}

.ny-title p.p-2 {
	padding-top: 5px;
	font-size: 15px;
	color: rgb(165, 165, 165);
	text-transform: uppercase;
}

.ny-menu {
	padding: 30px 0 80px;
	width: 100%;
	text-align: center;
}

.ny-menu li {
	display: inline-block;
}

.ny-menu a {
	display: block;
	padding: 6px 26px;
	color: #AAAAAA;
	border-bottom: 1px solid rgba(204, 204, 204, 0);
	transition: all 0.3s ease-out 0s;
}

.ny-menu li.active a {
	background: #00A5E7;
	color: #FFFFFF;
}

.ny-menu li:hover a {
	background: #00A5E7;
	color: #FFFFFF;
}

.pagesDiv {
	padding: 60px 0 0;
	text-align: center;
}

.pagination a {
	display: inline-block;
	margin: 5px;
	padding: 5px 12px;
	border: 1px solid #ccc;
	line-height: 24px;
	font-size: 15px;
	color: #666;
	text-decoration: none;
	cursor: pointer;
	transition: 0.5s;
}

.pagination span {
	display: inline-block;
	margin: 5px;
	padding: 5px 12px;
	border: 1px solid #00A5E7;
	line-height: 24px;
	font-size: 15px;
	background-color: #00A5E7;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

.pagination a:hover {
	transition: 0.5s;
	border-color: #1048a0;
	background-color: #00A5E7;
	color: #FFFFFF;
}

.ny-cp-item {
	width: 100%;
}

.ny-cp-item li {
	position: relative;
	float: left;
	padding: 0;
	margin: 0 0.5% 20px;
	width: 24%;
	height: 440px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	overflow: hidden;
}

.ny-cp-item li a {
	display: block;
	overflow: hidden;
}

.ny-cp-item li a img {
	width: 100%;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.cp-info {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all ease-out .3s;
}

.cp-info > div {
	position: absolute;
	height: 110px;
	width: 90%;
	margin-left: 5%;
	bottom: -110px;
	margin-top: 0;
	top: auto;
	background-color: #fff;
	transition: all 0.3s ease-out 0s;
}

.cp-info > div > p.tit {
	margin-top: 10px;
	color: #565656;
	padding: 18px 20px 5px;
	text-align: center;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.cp-info > div > p.dec {
	margin-top: 0;
	padding: 0 20px;
	color: #929292;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 12px;
	transition: all ease-out .3s;
}

.cp-info > div > p.dec:after {
	content: "";
	display: block;
	background-color: #d4d3d0;
	width: 4px;
	height: 1px;
	transition: all 0.6s ease 0s;
	opacity: 0;
	margin-top: 260px;
}

.ny-cp-item li:hover {
	box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.1);
}

.ny-cp-item li:hover img {
	filter: none;
	transform: scale(1.1, 1.1);
}

.ny-cp-item li:hover .cp-info > div {
	bottom: 20px;
}

.ny-cp-item li:hover .cp-info > div > p.dec:after {
	opacity: 1;
	background-color: #3d3d3d;
	height: 40px;
	margin-top: 10px;
}

@media screen and (min-width:1681px) and (max-width:1920px) {
	.ny-cp-item li {
		height: 580px;
	}
}

@media screen and (min-width:1441px) and (max-width:1680px) {
	.ny-cp-item li {
		height: 550px;
	}
}

@media screen and (min-width:1200px) and (max-width:1440px) {
	.ny-cp-item li {
		height: 440px;
	}
}


/**********************************************************************************************/

#ny-mini {
	margin-top: 100px;
	padding: 80px 0;
	background: #FFFFFF;
}

.show-body {
	padding: 0 48px 60px 0;
	width: calc(100% - 490px);
	max-width: 100%;
	margin: 0 auto;
	border-right: 1px solid #ECECEC;
}

.cp-tp-item {
	padding: 0 50px 20px;
}

.cp-tp-item li {
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
}

.cp-tp-item li img {
	max-width: 100%;
}

.cp-xq-box {
	padding: 0 50px 50px;
	color: #838383;
	line-height: 24px;
	font-size: 13px;
}

.show-info {
	margin-bottom: 40px;
	padding: 0 50px 20px;
	width: 340px;
	position: relative;
}

.show-info:before {
	position: absolute;
	content: "";
	top: 10px;
	left: -2px;
	width: 4px;
	height: 54px;
	background: #00A5E7;
}

.cp-head {
	margin: 0px 0 40px 0;
	padding: 0px 0 70px 0;
	width: 100%;
	border-bottom: #cccccc 1px dotted;
}

.cp-head > h1 {
	font-size: 28px;
	font-weight: normal;
	color: rgb(68, 68, 68);
}

.cp-head > p {
	padding: 30px 0;
	line-height: 24px;
	font-size: 13px;
	color: #939393;
}

.cp-head > a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #00A5E7;
	color: #FFFFFF;
	font-size: 13px;
}

.info-item {
	width: 100%;
}

.info-item > h1 {
	font-size: 16px;
	color: #989898;
	font-weight: normal;
	cursor: default;
}

.info-item ul {
	margin-top: 15px;
	width: 100%;
}

.info-item ul li:nth-of-type(2n) {
	margin-right: 0;
}

.info-item ul li {
	float: left;
	margin: 0 10px 10px 0;
	width: 165px;
}

.info-item ul li a {
	display: block;
	overflow: hidden;
}

.info-item ul li img {
	width: 100%;
}

.info-item ul li p {
	padding: 15px 10px 20px;
	font-size: 15px;
	color: #A5A5A5;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}


/**********************************************************************************************/

.ny-xw-item {
	width: 100%;
}

.ny-xw-item li {
	margin-bottom: 35px;
	width: 100%;
	height: 200px;
	border-bottom: 1px solid #f1f1f1;
	position: relative;
}

.ny-xw-item li:after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	background-color: #F1F1F1;
	position: absolute;
	top: 200px;
	left: 0px;
	transition: all 0.6s ease 0s;
	z-index: 0;
}

.ny-xw-item li a {
	display: block;
	width: 100%;
	height: 200px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.xw-info {
	width: 580px;
	transition: all 0.6s ease 0s;
}

.xw-info h1 {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: rgba(83, 83, 83);
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.xw-info p.date {
	height: 25px;
	line-height: 25px;
	font-family: arial;
	font-size: 12px;
	color: rgba(176, 176, 176);
}

.xw-info p.des {
	margin-top: 20px;
	height: 44px;
	line-height: 22px;
	font-size: 12px;
	color: rgba(144, 144, 144);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.xw-info span.more {
	margin: 15px 0 0 40px;
	display: block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	transition: all 0.6s ease 0s;
	color: #FFFFFF;
	opacity: 0;
	text-transform: uppercase;
}

.xw-img {
	width: 320px;
	height: 160px;
	transition: all 0.6s ease 0s;
	overflow:hidden;
}

.xw-img img{
	max-width:100%
}

.ny-xw-item li:hover .xw-info {
	margin-left: 40px;
}

.ny-xw-item li:hover span.more {
	background-color: #3d3d3d;
	color: #fff;
	opacity: 1;
}

.ny-xw-item li:hover .xw-img {
	margin-right: 20px;
}

.ny-xw-item li:hover:after {
	top: -35px;
	height: 235px;
	background: #FFFFFF;
}


/**********************************************************************************************/

.ny-tp-item {
	margin-top: 80px;
	width: 100%;
}

.ny-tp-item li {
	float: left;
	margin: 0 25px 30px;
	width: 550px;
	height: 196px;
}

.ny-tp-item li a {
	display: block;
	overflow: hidden;
}

.tp-img {
	width: 270px;
	height: 196px;
	overflow: hidden;
}

.tp-img img {
	width: 100%;
	transition: all 0.6s ease 0s;
}

.tp-info {
	margin-top: 30px;
	width: 260px;
	transition: all 0.6s ease 0s;
}

.tp-info:after {
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background-color: #ccc;
	transition: all 0.6s ease 0s;
	margin-top: 26px;
	opacity: 0;
}

.tp-info > h1 {
	height: 26px;
	line-height: 26px;
	font-size: 18px;
	font-weight: normal;
	color: rgb(72, 72, 72);
}

.tp-info > p {
	margin-top: 35px;
	line-height: 26px;
	font-size: 13px;
	color: rgb(153, 153, 153);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.ny-tp-item li:hover img {
	transform: scale(1.1, 1.1);
}

.ny-tp-item li:hover .tp-info {
	margin-top: 10px;
}

.ny-tp-item li:hover :after {
	width: 320px;
	opacity: 1;
}

.show-tp-tit {
	padding-bottom: 40px;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #EAEAEA;
}

.show-tp-tit > h1 {
	font-weight: normal;
	font-size: 28px;
	color: rgb(68, 68, 68);
}

.show-tp-tit p {
	margin-top: 5px;
	font-size: 15px;
	color: rgb(165, 165, 165);
}

.show-tp-box {
	padding: 40px 0;
	width: 100%;
	line-height: 24px;
	font-size: 13px;
	color: #838383;
}


/**********************************************************************************************/

.sobtitle {
	margin-bottom: 20px;
	padding: 20px 0;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #F1F1F1;
}

.sobtitle i.iconfont {
	margin-right: 10px;
	color: #1048a0;
}

.sobtitle p {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333333;
}

.sobtitle p a {
	font-size: 14px;
	color: #333333;
}

.nyLeft {
	width: 245px;
}

.leftBox1, .leftBox2 {
	margin-bottom: 10px;
	border-bottom: 9px solid #EAEAEA;
}

.leftBox1 .title {
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 102px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../images/bg5.jpg) no-repeat center;
}

.leftBox2 .title {
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../images/bg5.jpg) no-repeat center;
}

.leftBox1 .item {
	width: 243px;
	border: 1px solid #DDDDDD;
}

.leftBox1 dt {
	width: 243px;
	height: 58px;
	border-top: 1px solid #EAEAEA;
}

.leftBox1 dt a {
	display: block;
	padding-left: 25px;
	width: 170px;
	height: 58px;
	line-height: 58px;
	font-size: 16px;
	color: #333333;
}

.leftBox1 dt i {
	float: right;
	padding-left: 10px;
	display: block;
	width: 38px;
	height: 58px;
	line-height: 58px;
	cursor: pointer;
	font-size: 20px;
	color: #1048a0;
}

.leftBox1 dd {
	display: none;
	background: #F6F6F6;
}

.leftBox1 dd p {
	padding-left: 25px;
	height: 40px;
	line-height: 40px;
}

.leftBox1 dd p i {
	font-size: 14px;
	color: #1048a0;
}

.leftBox1 dd p a {
	font-size: 14px;
	color: #333333;
}

.leftBox1 dt:hover {
	transition: 0.5s;
	background: #1048a0;
}

.leftBox1 dt:hover a, .leftBox1 dt:hover i {
	transition: 0.5s;
	color: #FFFFFF;
}

.leftBox1 dl.curr dt {
	background: #1048a0;
}

.leftBox1 dl.curr dt a, .leftBox1 dl.curr dt i {
	color: #FFFFFF;
}

.leftBox2 .conBox2 {
	padding: 10px;
	width: 223px;
	border: 1px solid #DDDDDD;
}

.nyRight {
	width: 920px;
}


/**********************************************************************************************/


/* product */

.nyProlist {
	width: 100%;
}

.nyProlist li {
	margin: 0px 30px 30px 0px;
	width: 286px;
	height: 260px;
	background: #F6F6F6;
}

.nyProlist li:nth-child(3n) {
	margin-right: 0;
}

.nyProlist li a {
	display: block;
	width: 286px;
	height: 260px;
	position: relative;
}

.nyProlist li p {
	padding: 0 20px;
	width: 246px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 14px;
	color: #555555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nyProlist li .proHover {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 1px;
	top: 1px;
	width: 284px;
	height: 213px;
	opacity: 0;
	background: rgba(0, 0, 0, 0);
	-webkit-transform: rotateX(180deg) scale(0.5, 0.5);
	transform: rotateX(180deg) scale(0.2, 0.2);
	transition: all ease-out .5s;
}

.nyProlist li .proHover i {
	font-size: 45px;
	color: #FFFFFF;
}

.nyProlist li:hover {
	transition: 0.5s;
	background: #1048a0;
}

.nyProlist li:hover p {
	transition: 0.5s;
	color: #FFFFF0;
}

.nyProlist li:hover .proHover {
	opacity: 1;
	filter: Alpha(opacity=100);
	-webkit-transform: rotateX(0deg) scale(1, 1);
	transform: rotateX(0deg) scale(1, 1);
	transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
	background: rgba(0, 0, 0, 0.3);
}


/* nyNewlist */

.nyNewlist {
	width: 100%;
}

.nyNewlist li {
	padding: 20px;
	height: 135px;
	border-bottom: 1px solid #EAEAEA;
}

.n-list-l {
	width: 180px;
	height: 135px;
}

.n-list-r {
	width: 680px;
	height: 135px;
}

.n-list-r > .title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.n-list-r > .mark {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #999999;
}

.n-list-r > .description {
	height: 50px;
	line-height: 25px;
	font-size: 14px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.n-list-r > .XQ {
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #999999;
}

.nyNewlist li:hover {
	transition: 0.3s;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.nyNewlist li:hover .n-list-r > .title {
	transition: 0.3s;
	color: #1048a0;
}

.nyNewlist li:hover .n-list-r > .XQ {
	transition: 0.3s;
	color: #FF0000;
}

.nyNewShow {
	width: 100%;
}

.nyNewShow .title {
	padding: 20px 0;
	font-size: 24px;
	color: #1048A0;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}

.nyNewShow .mark {
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	text-align: center;
}

.nyNewShow .mark span {
	margin: 0 8px;
	color: #999999;
	font-size: 12px;
}

.nyNewShow .content {
	padding: 10px 0 20px;
	font-size: 14px;
}

.nyNewShow .shangxia {
	padding: 5px 0 20px;
	line-height: 25px;
	font-size: 14px;
	border-top: 1px solid #CCCCCC;
}


/**********************************************************************************************/


/* 多图放大镜 */

.small-img {
	display: flex;
	align-items: center;
	justify-content: center;
}

.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.magnifier {
	width: 500px;
	position: relative;
}

.magnifier-container {
	width: 500px;
	height: 500px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
}

.move-view {
	width: 100px;
	height: 100px;
	position: absolute;
	background-image: url('../images/move-box.png');
}

.images-cover {
	height: 100%;
	width: 100%;
	position: relative;
}

.images-cover img {
	position: absolute;
}

.magnifier-assembly {
	height: 92px;
	overflow: hidden;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
}

.magnifier-btn {
	position: absolute;
	font-family: "宋体";
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -40px;
}

.magnifier-btn span {
	line-height: 80px;
	height: 80px;
	width: 20px;
	background-color: #6e6e6e;
	color: #fff;
	display: block;
	z-index: 9998;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	border-radius: 3px;
}

.magnifier-btn .magnifier-btn-left {
	float: left;
}

.magnifier-btn .magnifier-btn-right {
	float: right;
}

.magnifier-line {
	position: relative;
	overflow: hidden;
	height: 92px;
}

.magnifier-line ul {
	display: block;
	font-size: 0;
	width: 10000%;
	position: absolute;
	left: 0;
	z-index: 9997;
}

.magnifier-line li {
	float: left;
	width: 100px;
	cursor: pointer;
}

.magnifier-line ul > .active .small-img {
	border-color: #bbb;
}

.small-img {
	height: 78px;
	padding: 1px;
	margin: 5px;
	overflow: hidden;
	border: 1px solid #ddd;
	text-align: center;
}

.small-img img {
	max-width: 100%;
	max-height: 100%;
}

.magnifier-view {
	width: 100%;
	height: 100%;
	position: absolute;
	right: -105%;
	top: 0;
	z-index: 9999;
	background-color: #fff;
	display: none;
	overflow: hidden;
}

.magnifier-view img {
	display: block;
}

.animation03 {
	transition: all 0.3s ease-in 0.1s;
	-ms-transition: all 0.3s ease-in 0.1s;
	-moz-transition: all 0.3s ease-in 0.1s;
	-webkit-transition: all 0.3s ease-in 0.1s;
	-o-transition: all 0.3s ease-in 0.1s;
}

.nyProdec {
	padding-right: 20px;
	width: 470px;
}

.nyProdec > h1 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px solid #CCCCCC;
}

.nyProdec > p {
	height: 35px;
	line-height: 35px;
	font-size: 15px;
}

.nyProdec > p em {
	font-size: 24px;
}

.nyProdec > div {
	height: 140px;
	line-height: 35px;
	font-size: 15px;
}

.nyProdec > a {
	margin: 10px 0 0 50px;
	display: block;
	width: 135px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFF0;
	text-align: center;
	background: #1048a0;
	border-radius: 10px;
}

.nyProXQ {
	margin: 20px 0 0;
	padding: 20px;
	width: 880px;
	border-radius: 10px;
}

.nyProXQ .title {
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 18px;
	font-weight: bold;
	color: #1048a0;
}

.nyProXQ .content {
	padding: 15px 0;
}

.nyProXQ .shangxia {
	padding-top: 5px;
	line-height: 25px;
	font-size: 14px;
	border-top: 1px solid #CCCCCC;
}

/* page-tit */

.page-tit {
	width: 100%;
	text-align: center;
}

.page-tit .p1 {
	line-height: 35px;
	font-size: 26px;
	color: #333333;
}

.page-tit .p2 {
	line-height: 25px;
	font-size: 14px;
	color: #999999;
}



/* page-message */

.page-message {
	margin: 30px 0;
	box-sizing: border-box;
	padding: 40px 180px;
	width: 100%;
	height: 430px;
	background: url(../images/page-message.jpg) no-repeat center bottom;
	border: 1px solid #BBBBBB;
}

.page-message li {
	padding: 5px 0;
	width: 100%;
}

.page-message li .item-info {
	width: 120px;
	height: 35px;
	line-height: 35px;
	text-align: right;
}

.page-message li .item-info p {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}

.page-message li .item-info span {
	color: #FF0000;
}

.page-message li .item-type .in-1 {
	box-sizing: border-box;
	padding: 0 15px;
	width: 600px;
	height: 35px;
	border: 1px solid #EEEEEE;
	outline: none;
}

.page-message li .item-type .in-2 {
	box-sizing: border-box;
	padding: 0 15px;
	width: 600px;
	height: 100px;
	line-height: 30px;
	border: 1px solid #EEEEEE;
	outline: none;
}

.page-message li .item-type .in-3 {
	box-sizing: border-box;
	padding: 0 15px;
	width: 90px;
	height: 35px;
	border: 1px solid #EEEEEE;
	outline: none;
}
.page-message li .item-type .in-4 {
	box-sizing: border-box;
	padding: 0 15px;
	width: 150px;
	height: 40px;
	font-size: 16px;
	color: #FFFFFF;
	border-radius: 15px;
	background: #2273F8;
	cursor: pointer;
	outline: none;
	border: none;
	transition: .3s;
}
.page-message li .item-type .in-4:hover{
	color: #333333;
	background: #FFFFFF;
}


/**********************************************************************************************/